html, body, div, h3, p, img {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

.section1 {
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f2f2f2;
	overflow: hidden;
}

.section1 p {
	text-decoration: none;
}

.section1 img{
	padding: 10px;
}

.section1 h1, p {
	color: black;
	text-decoration: none;
}

.section1:hover p{
	color: white;
}

.section1:hover h1 {
	color: white;
}

/* Dropdown Button */
.dropbtn {
    cursor: pointer;
	border: none;
	overflow: hidden;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #00BFFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

img {
	overflow: hidden;
}

/* Links inside the dropdown */
 .dropdown-content a {
    color: white;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
 .dropdown-content a:hover {background-color: #ffa500; color: #fff}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.section1 a {
	text-decoration: none;
}

#start1:hover {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
       -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
}

#start1 {
	position: absolute;
	top: 30%;
	left: 44%;
	margin: 0 auto;
}

.section1:hover {
	background: #00BFFF;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

.section1 img:hover {
	opacity: 0.9;
}

nav {
	margin-right: 2%;
	margin-top: 1%;
	text-transform: uppercase;
}

.image {
	position: relative;
}

img {
}

nav .active {
	color: red;
	border-bottom: 3px dottet #b20000;
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

nav .active a{
	border-bottom: 3px dottet #b20000;
}

#start {
	position: absolute;
	top: 39%;
	left: 44%;
	margin: 0 auto;
}
hr {
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}

#start:hover {
		color: blue;
	   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
       -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
}

section h1 {
	font-size: 25px;
	font-family: Copperplate Gothic Light;
}

section p{
	font-size: 18px;
	font-family: Century Gothic;
	padding: 10px;
}

.text {
   position: absolute;
   top: 3%;
   left: 90%;
   margin: 0 auto;
}

header:hover {
	color: #00BFFF;
			    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

footer {
	padding: 10px;
	background: #22A7F0;
	color: white;
}

footer a{
	color: white;
}

footer a:hover {
	color: blue;
			    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.top-content {
	font-size: 30px;
	font-family: Century Gothic;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background: #22A7F0;
	color: #fff;
	
}

header {
	position: absolute;
	font-family: Copperplate Gothic Light;
	top: 2%;
	color: white;
	font-size: 50px;
	margin-left: 2%;
	margin-top: 1%;
	color: #fff;
}

.maincontent {
	width: 1080px;
	margin: 0 auto;
}

nav a{
	font-family: Verdana;
	font-weight: bold;
	color: #fff;
	font-size: 19px;
	text-decoration: none;
	padding: 20px;
	display: inline;
	border-bottom: 3px dottet #b20000;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

@-webkit-keyframes fadein {
    from { opacity: 0.5; }
    to   { opacity: 1; }
}

nav a:hover {
	color: red;
		    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}