*{
	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;
}

/* HEADER */

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

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

.right {
    float: right;
}

/* MENU COMPRIMIDO */

.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%;
 }



.student{
	width: 180px;
	margin: 15px auto 30px;
	border-radius: 50%; 
	box-shadow: 0 0 15px #333;
	overflow: hidden; 
}

.name h2 {
    font-weight: normal;
    color: #3BAD94;
}

h5 {
    font-size: 1.3em;
    color: deeppink;
    text-align: left;
    margin-left: 10px;
    font-weight: 400;
}


.info p {
    font-size: 1.5em;
}

.objectives {
    margin: 10px 0;
}

.objectives h3, .objectives p, .objectives h4 {
    text-align: left;
    padding: 0 10px;
}

.objectives h3 {
    color: #3BAD94;
    font-weight: bold;
}

.objectives h4 {
    color: #333;
    font-weight: normal;
    font-size: 1.7em;
}


.subtitle {
margin: 20px 0 0 0;  
padding-left: 10px;
width: 100%;    
}

.column-container
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  background-color:#3BAD94;
  width: 100%;
  margin: 10px auto;
}

.column
{
  color: white;
  font-size: 1.2em;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: auto;
}

.column h3 {
    background-color: #fff;
    color: #3BAD94;
    padding: 5px;
    font-weight: lighter;
}

.column p {
    border-bottom: 1px solid #fff;
}

    
    
@media (min-width: 560px) {
.student{
	width: 220px;
    } 
}


   
 
.banner{
	display: block;
	margin: 30px 0;
}



    
h3{
	font-size: 1.8em;
}

p{
	font-size: 1.4em;
}    

}

