@charset "UTF-8";

@keyframes backgroundChange {
    0% { background-image: url('images/black_background.png'); }
    33% { background-image: url('images/blue_background.png'); }
    66% { background-image: url('images/purple_background.png'); }
    100% { background-image: url('images/black_background.png'); }
}
body{
	
    background-position: center;
color:white;
margin: 0 auto;
font-family: "Jura", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width:950px;
animation: backgroundChange 30s infinite alternate;
}


.title1{
background-color:white;
border-radius: 25px;
}

.one1{
	widht:1000px;
	border: dotted 10px white;
}

.row {width: 100%;
}
.sun1{
	position:fixed;
	top:40px;
	left:10px;
	}
	.earth1{
	position:fixed;
	top:450px;
	right:30px;
	}

.style-logo
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
		float:left;	
	}
	
	.style-nav{
	margin-top:50px;
		padding-top: 75px;
		padding-right:50px;
		font-family: "Delius Unicase", serif;
  font-weight: 700;
  font-style: normal;
  font-size:1.1em;
  
	}
	
	.style-nav ul li{
		display: inline-block;
		list-style-type: none;	
	}
	.style-nav ul  {
		text-align:center;	
	}	
	.style-nav ul li {
	list-style-type: none;
}
ul li{

  list-style: none;
  margin: 1%;
}

a {
    color: #61D9ED;
    text-decoration: none;
}

ul:hover li a{
  transform:scale(1.5);
}
ul li a:hover{
  transform:scale(2);
  opacity:1;
  filter:blur(1);
  text-decoration:none;
	color: #F2C230;
}
	header {
	
	height: 200px;
	margin-bottom:70px;
}
h1{
font-family: "Delius Unicase", serif;
  font-weight: 700;
  font-style: normal;
  margin:30px;
text-align: center;
  color:black;
  font-size:2em;
}
h3{
	margin-top:50px; 
}

.textWrap img {
	float: left;
	margin: 0 1em 1em 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.textWrap2 img {
	float: right;
	margin: 0 1em 1em 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.textWrap3 img {
	float: left;
	margin: 0 1em 1em 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
article p {
	margin-bottom: 1em;
}

footer {background:white;
color:black;
border-radius: 150px;
text-align:center;
margin-bottom: 0.1em;
}

