/*---------------------------------------------------------------------------------

 Theme Name:   RNYU
 Theme URI:    www.rnyu.com
 Description:  RNYU divi child
 Author:       SK
Author URI: http://www.skcreativesolutions.com
 Template:     Divi
Version: 1.0.0
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url("https://use.typekit.net/auc7uhf.css");
body {
    color: #1f1f1f;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
font-weight: 300;
font-style: normal;
    line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
   font-family: athelas, serif;
font-weight:400;
font-style: normal;
}
h1{ font-size:46px;}

.container {
    width:90%;
}

.et_pb_button{
   font-family: athelas, serif;
font-weight:400;
font-style: normal;
}

.special-button{ border-radius:0px 20px 0px 0px!important;}

#et-top-navigation {
    font-weight: 400;
}
 
@media (min-width: 981px){
	#top-menu li {
    padding-right:42px;
}
}