@charset "UTF-8";

body {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: normal;
	font-weight: 200;
	background-image: url(pink.jpg);
}
header  {
	background-size: 200px auto;
	background-image: url(shells.jpg);
}
h1 {
	align-content: center;
	color: #11DEDE;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 70px;
	text-indent: 20px;
} 
nav {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #11DEDE;
	color: #FFFFFF;
	font-size: large;
	padding-top: 1px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
aside  {
	width: 50%;
	float: left;
	background-color: #CEB9FF;
	padding: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 8px;
	border: thick double #FFFFFF;
}
.fullwidth  {
	width: 70%;
	float: none;
	background-color: #CEB9FF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 8px;
	border: thick double #FFFFFF;
	margin-left: 200px;
	height: 1300px;
}
nav a {
	margin-left: 3%;
	margin-right: 3%;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.fullsection  {
	width: 100%;
	float: left;
	background-color: #CEB9FF;
	padding: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 8px;
	border: thick double #FFFFFF;
	text-align: center;
}
.rightsection {
	width: 40%;
	float: right;
	background-color: #CEB9FF;
	border: thick double #FFFFFF;
	margin-top: 8px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body aside video {
	text-align: center;
	width: 400px;
	display: block;
}
footer {
	clear: both;
	background-color: #11DEDE;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	font-size: medium;
	text-transform: uppercase;
	padding-top: 10px;
}
.sidead {
}
.rightsection h1 {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#unique {
	width: 400px;
	height: 300px;
}
.rightsection h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rightsection h5 {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
}
.rightsection h3 {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
}
.rightsection h4 {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
}
.leftimg {
	width: 200px;
	height: 275px;
	float: none;
	margin-right: 10px;
	padding-left: 50%;
}
.rightsection h6 {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.leftimg2 {
	width: 200px;
	height: 250px;
	float: left;
	margin-top: 75px;
	margin-right: 300px;
	padding-left: 50%;
}
.rightimg {
	width: 300px;
	height: 200px;
	float: left;
	padding-left: 175px;
}
.rightimg1 {
	width: 300px;
	height: 200px;
	float: left;
	padding-left: 175px;
	margin-top: 10px;
}
.rightimg2 {
	width: 200px;
	height: auto;
	float: left;
	padding-left: 225px;
}
.leftimg3 {
	height: 200px;
	width: 200px;
	padding-left: 50%;
	padding-top: 75px;
}
.caption1 {
	margin-left: 50%;
}
.iframe {
	float: none;
	margin-bottom: 290px;
}
.leftimg4 {
	width: 200px;
	height: 200px;
	padding-left: 50%;
	padding-top: 60px;
}


@media (min-width:1000px) and (max-width:2000px){
	.imageright {
	width: 200px;
	height: 200px;
	padding-left: 300px;
}
body aside img {
	width: 10cm;
	height: 10cm;
	text-align: center;
	float: left;
	padding-left: 25%;
	margin-top: 10px;
}
}

@media (max-width:999px){
	.imageright {
	width: 100px;
	height: 100px;
	padding-left: 300px;
}
body aside img {
	width: 5cm;
	height: 5cm;
	text-align: center;
	float: left;
	padding-left: 25%;
	margin-top: 10px;
}
}
nav a:hover {
	color: #5222FF;
}
