/*Typography*/ @font-face { font-family: 'Signika Regular'; src: local('Signika Regular'), url('fonts/Signika-Regular.ttf') format('truetype'); } @font-face { font-family: 'Signika Light'; src: local('Signika Light'), url('fonts/Signika-Light.ttf') format('truetype'); } @font-face { font-family: 'Signika Bold'; src: local('Signika Bold'), url('fonts/Signika-Bold.ttf') format('truetype'); } @font-face { font-family: 'Open Sans'; src: local('Open Sans'), url('fonts/OpenSans-Regular.ttf') format('truetype'); } @font-face { font-family: 'Open Sans Bold'; src: local('Open Sans Bold'), url('fonts/OpenSans-Bold.ttf') format('truetype'); } /*Style common HTML tags*/ html { font-family: 'Open Sans', 'DejaVu Sans', Arial, sans-serif; font-size: 14px; line-height: 1.4; color: #363636; background-color: #fffefb; width: 100%; } /* Type something: */ a { color: #1F8A70; border-bottom: 1px solid #dbd145; text-decoration: none; } p { line-height: 1.4; margin-bottom: 1.5em; font-size: 1em; } i { font-style: italic; } b { font-style: oblique; } li {list-style-type: circle; padding: 0.4em 0.2em; line-height: 1.4; } /* ul {margin: 1em 2em 0em 4em;} */ br {margin-bottom: 20em; margin-top: 20em;} h1 { font-size: 2.75em; font-family: 'Signika Light'; margin-bottom: 0.5em; margin-top: 1em; } h2 { font-size: 1.75em; font-family: 'Signika Light'; color: #2CAF8F; margin-bottom: 0.5em; margin-top: 2em; } h3 { font-size: 1.625em; font-family: 'Signika Bold'; color: #484848; margin-bottom: 0.5em; margin-top: 2em; } h4 { font-size: 1.375em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; } h5 { font-size: 1.25em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; } h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-bottom: 0.5em; margin-top: 2em; } /*Site-specific*/ /* Header */ .header { background-image: url("images/banner.png"); background-color: #2CAF8F; background-repeat: no-repeat; height: 710px; background-size: 1200px; background-position: bottom; } .header a { border-bottom: 0; } .logo_wrapper { padding: 1.3em; float: left } .join_wrapper { padding: 1.2em; float: right; } .logo, .join { width: 210px; } .nav_wrapper { padding: 1em 5em 1em 9em; height: 2.55556em; float: left; } .navbar li { font-family: 'Signika Regular'; font-size: 1em; background-color: white; list-style-type: none; border-right: 1px #9BD2BF solid; padding: 0 30px 0 30px; line-height: 2.6; float: left; } .navbar li:first-child { border-radius: 100px 0 0 100px; } .navbar li:last-child { border-right: 0; border-radius: 0 100px 100px 0; } .navbar li:hover { background-color: #FFDD55; } .navbar li a { display: block; text-decoration: none; } .navbar li a:hover { color: #4B423B; } .wrapper, .section_wrapper { width: 750px; margin: auto; } .main_title { text-align: center; } .wrapper .intro_phrase { width: 450px; text-align: center; font-family: Signika Bold; margin: 1.2em auto; color: #bababa; }