
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
/* font-family:'Lato', arial, helvetica, sans-serif; */



body{
font-family:'Lato', arial, helvetica, sans-serif;
background-color:rgb(237, 252, 255);
}
a, a:link{
outline:none;
text-decoration:none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
h1{font-size:36px;
color: rgb(33, 166, 104);}

#mainContent{
	
    width: calc(100% - 250px);
    margin: 60px auto;
    text-align: center;
	
}
.inside{
	  width: calc(100% - 150px);
    margin: 60px auto;
    text-align: center;
    
}
