@charset "utf-8";
@-webkit-keyframes colorchangeBody {
       0% {background:#0A0040;}
     
     50% {background:purple;}
     
     100% {background:#FF0000;}
}

@-moz-keyframes colorchangeBody {
      0% {background:#0A0040;}
    
     50% {background:purple;}
     
     100% {background:#FF0000;}	
}

@-o-keyframes colorchangeBody {
       0% {background:#0A0040;}
    
     50% {background:purple;}
     
     100% {background:#FF0000;}
}

@keyframes colorchangeBody {
      0% {background:#0A0040;}
     
     50% {background:purple;}
     
     100% {background:#FF0000;}
}
.logo{
	margin-right: auto;
	margin-left: auto;
}
header{
width:100%;
padding-top: 3em;	
padding-bottom:3em;
background:#0A0040;
-webkit-animation: colorchangeBody 5s infinite alternate;
     -moz-animation: colorchangeBody 5s infinite alternate;
     -o-animation: colorchangeBody 5s infinite alternate;
     animation: colorchangeBody 5s infinite alternate;
}
header img{
	display: block;
	margin: 0 auto;
	width: 15%;
	height:auto;
}
html{
	background-color:#333333;
	
}
nav{
	width: 100%;
	height: auto;
	background-color:white;
	padding-top: .5em;

}
nav ul{
	width:100%;
	margin-top: 0;
	padding: 0;
	text-align: center;


}
nav li{
	display: inline;
	width: auto;
}
nav a{
	text-decoration: none;
	text-align: center;
	color:black;
	margin-top: .25em;
	padding-top: .25em;
	padding-left: 3em;
	padding-right:3em;
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.5em;
	
	-moz-transition: color .55s ease;
	-o-transition: color .55s ease;
	-webkit-transition: color .55s ease;
	transition: color .55s ease;
	
	-moz-transition: background-color .55s ease;
	-o-transition: background-color .55s ease;
	-webkit-transition: background-color .55s ease;
	transition: background-color .55s ease;
}
nav a:hover{
color:paleturquoise;
background-color:purple;
	
}
.active{
	color:red;
}
main{
	width: 80%;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom:3em;
}
body main a {
	text-decoration: none;
}
body main a:hover{
	color:paleturquoise;
}


p{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.5em;
	color:paleturquoise;
}
h3{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.5em;
	color:paleturquoise;
}
.contact{
	display: block;
	margin: 0 auto;
	margin-bottom: 5em;
	width:60%;
}
.contact img{
	display: block;
	width: 70%;
	margin: 0 auto;
}


h1{
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size:2em;
	color:white;
	text-decoration:none;
	margin-bottom: 1em;
	border-bottom:white
}
h2{
	font-family: 'Josefin Sans', sans-serif;
	font-size:1em;
	color:paleturquoise;
}






.fade-in #home img {
	display: block;
	margin: 0 auto;
	
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
	

	.web1{
		width: 50%;
		
	}
	
	

