*{
	box-sizing: border-box;

}

body{
    background-color: #f2f1ee;
    font-family: 'Ubuntu', 'Open Sans', sans-serif;
	font-size: 10px;
    margin: 0;
    padding: 0;
}

ul, ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}

figure{
	margin: 0;
}

img{
	width: 100%;
}



.container{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}



.logo{
	margin: 15px auto;
    padding: 5px;
}

.logo img {
    width:auto;
    max-height: 60px;
}

.right {
    float: right;
}



.toggle-button{
	display: block;
	background-color:#f8ff4b;
	width: 100%;
	padding: 5px;
	font-size: 1.8em;
	color: #333;
	margin: 0 auto 30px;
	text-align: center;
    clear: both;
}

.site-navigation{
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	background-color: #f8ff4b;
	width: 0;
	height: 100vh;
	overflow: hidden;
}

.site-navigation a{
	display: block;
	font-size: 1.5em;
	color: #333;
	padding: 1em;
	border-bottom: solid 1px #333;
}

#toggle{
	display: none;
}
#toggle:checked ~ .site-navigation{
	width: 100vw;
}

.close-nav{
	position: absolute;
	right: 10px;
	top: 10px;
	background: transparent;
	border: none;
	padding: 0 !important;
	border-bottom: none !important;
	color: #fff;
	font-size: 1.8em;
}



.banner{
	display: block;
}



h2{
	font-size: 2.4em;
}

h3{
	font-size: 1.6em;
    font-weight: normal
}

p{
	font-size: 1.2em;
    font-weight: lighter;
}

.info {
    background-color: #fff;
    padding: 5px 0;
    margin-bottom: 15px;
}

.info article{
	margin-bottom: 20px;
    text-align: center;
}



.main-footer{
	background-color: #f8ff4b;
}

.main-footer a{
	display: block;
	color: #333;
	font-size: 1.2em;
	text-align: center;
	padding: 1em;
	border-bottom: none;
}



@media (min-width: 560px) {
 .container {
 	width: 100%;
 }

 .toggle-button, a.close-nav {
 	display: none !important;
 }   
    
.site-navigation {
	position: static;
	background-color: #f8ff4b;
	width: 100%;
    height: auto;
}  

    
.site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;    
}   
    
.site-navigation ul li {
    padding: 10px 0;
    border-bottom: 3px solid transparent;
    }    

.site-navigation ul li:hover {
  border-bottom: 3px solid grey;
} 
    
.site-navigation ul li.active {
  border-bottom: 3px solid #3BAD94;
    font-weight: bold;
}     
   
.site-navigation a {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 1rem;
  line-height: 0px;
  border-bottom: none;
  border-right: 1px solid #333;
  font-size: 1.2em;
} 
    
.site-navigation ul li:last-child a {
  border-right: none;
}     
 
.banner{
	display: block;
	margin: 30px 0;
}


    
h3{
	font-size: 1.8em;
}

p{
	font-size: 1.4em;
}    

}



@media (min-width: 640px) {
.site-navigation a {
    font-size: 1.4em;
    font-weight: lighter;
} 

.main-footer {
	text-align: center;
}

.main-footer li {
	display: inline-block;
}

.main-footer a {
border-bottom: none;
font-size: 1.3em;
border-right: 1px solid rgba(225,225,225,0.4) 
}

.main-footer li:last-child a{
	border-right: none;
}
}



@media (min-width: 1000px) {
    video {
	width: 90%;
    height: auto;
    margin: auto;
}
    .banner {
        width: 65%;
        margin: 20px auto;
    }
    
    .info {
    margin: 15px auto;
    width: 65%;
}
    
    h3{
	font-size: 2em;
    font-weight: normal
}

{
	font-size: 1.6em;
    font-weight: lighter;
}

}

