@charset "UTF-8";
/* CSS Document */
body {
	background-color: black;
	background-image: url("images/static.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: cover;
}

h1 {
	color: white;
	text-align: center;
	font-size: 70px;
	font-family: "Courier";
}

h2 {
	margin-left: 40px;
	margin-top: 50px;
	color: white;
	text-align: left;
	font-size: 25px;
	font-family: "Courier";
}

p {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 18px;
	color: white;
	text-align: left;
	font-family: "Courier";
}

a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.highlightme {background-color: red; }

#logo {
	max-height: 85px;
}

#mc_embed_signup {
	margin-top: 70px;
	margin-left: 40px;
	text-align: left;
	color: white;
	font-size: 25px;
	font-weight: bold;
	font-family: "Courier";
}
input {
    width: 630px;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 3px solid red;
	border-radius: 4px;
	font-size: 18px;
	font-family: "Courier";
}
input[type=button], input[type=submit], input[type=reset] {
    background-color: red;
    border: none;
    color: white;
    padding: 12px 32px;
    text-decoration: none;
	font-size: 18px;
	font-family: "Courier";
	font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
}

#video {
	margin-top: 30px;
	margin-left: 35px;
}

.friends {
	margin-right: 30px;
}
.pics {
	margin-right: 30px;
	margin-top: 30px;
}
@media screen and (max-width: 900px) {
	#logo {
		width:95%;
	}
		.friends {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 600px) {
	
	#logo {
		width:95%;
	}
	#video iframe, #video object, #video embed {
		width:100%;
		margin-left: -15px;
	}
	#mc_embed_signup {
		margin-left: 20px;
	}
	input[type=button], input[type=submit], input[type=reset] {
		width:100%;
	}
	
	.email {
		width:100%;
	}
		h2 {
		margin-left: 20px;
	}

	p {
		margin-left: 20px;
	}
}

@media screen and (max-width: 480px) {
	#logo {
		width:95%;
	}
	
	body {
		background-image: url("images/static.jpg");
		background-repeat: repeat-y;
		background-attachment: fixed;
	}
	
	#video iframe, #video object, #video embed {
		width:100%;
		margin-left: -21px;
		margin-top: 0px;
	}
	
	.pics {
		width:100%;
	}
	
	#mc_embed_signup {
		margin-left: 10px;
	}
	
	h2 {
		margin-left: 10px;
		margin-top: 30px;
		font-size: 25px;
	}

	p {
		margin-left: 10px;
		margin-right: 40px;
		font-size: 18px;
	}

}