
body {
	color:#000; font-family: 'Inter', sans-serif; font-size: 1.1em; font-weight: 300;line-height:1.5em; box-sizing:border-box;
}

p { padding-bottom: 20px }

.h1 { font-weight: 700; font-family: 'Source Serif Pro', serif; }
.h2 { font-weight: 700 }
.title { font-family: 'Source Serif Pro', serif; font-weight: 700 }
.big_text { font-size: 1.2em; }
.light_text { font-weight: 100 }
.small { font-size: 0.9em; line-height: 1.4em }
.very_small { font-size: 0.7em; line-height: 1.4em }
.strong { font-weight: bold; }
.italic { font-style: italic; }
.nodecoration { text-decoration: none; }

a:link, a:visited { color: #000 }
a:hover, a.active { color: red }

.color { color: red }
.bg_color { background-color: red }



#header_int { max-width: 1100px; margin: 0 auto; }
#header_int .logo { max-width: 200px; }

@media (max-width: 768px) {
  #header_int .logo { max-width: 180px }
}

@media (min-width: 980px) {
    #menu li { border-right: 1px solid #CCC; }
    #menu li:last-child { border: none; }
}
@media (max-width: 980px) {
    #menu { text-align: left; background-color:#eee; border-bottom: 1px solid #333 }
    #menu ul { padding: 10px 0 }
    #menu li { border-right: 0; font-size: 1.2em }
    #social_top { width: 100%; background-color: #DC0067 }
}

#menu .active a { color: #DC0067; font-weight: bold; }
