/* Color Guide:
#bae5fb -- baby blue
#fdf247 -- yellow
#bdbec2 -- light gray
#707070 -- light gray button
#555555 -- dark gray button */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
:focus {
	outline: none;
}
body {
	background: #bdbec2;
	background-image: url('../images/graybackground.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
a:link, a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover, a:active {
	color: #555555;
	background-color: #fdf247;
	text-decoration: none;
}
nav {
	padding: 15px;
	text-align: center;
	width: 1200px;
	position: fixed;
}
nav ul {
	list-style-type: none;
}
nav ul li {
	display: inline;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 18px;
}
nav ul li a:link, nav ul li a:visited {
	color: #000000;
	text-decoration: none;
	padding: 10px 30px;
	-webkit-border-radius: 400px;
	-moz-border-radius: 400px;
	-ms-border-radius: 400px;
	border-radius: 400px;
}
nav ul li a:hover, nav ul li a:active {
	color: #fdf247;
	text-decoration: none;
	background-color: #555555;
}
@font-face {
	font-family: 'dayposter';
	src: url('../fonts/dayposter.ttf') format('truetype');
}
main {
	padding-right: 40px;
}
h1 {
	text-align: right;
	color: #fdf247;
	font-size: 100px;
	font-family: 'dayposter';
	text-shadow: 6px 6px 19px #575757;
}
aside {
	float: left;
	padding: 35px;
	padding-left: 50px;
	margin: 35px 35px 35px 120px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	border: 3px black solid;
	background-color: #bae5fb;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
}
aside ul {
	list-style-type: none;
}
details {
	text-align: center;
}
input, select, textarea {
	border: 1px solid #000000;
	border-radius: 5px;
}
label, select, textarea {
	display: block;
	padding: 10px;
}
legend {
	margin:5px;
	padding:20px;
	text-align: center;
}
select {
	padding: 15px;
}
textarea {
	margin-left: 15px;
	margin-bottom: 15px
}
input {
	margin-left: 15px;
	padding: 5px;
}
input[type="submit"], input[type="reset"] {
	font-size: 12px;
	margin-top: 20px;
}
fieldset {
	border: 3px solid #fdf247;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
}
h4 {
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	padding: 10px;
	font-size: 25px;
}
h4::first-letter {
	font-size: 35px;
	font-weight: bold;
}
p {
	padding-bottom: 14px;
}
span {
	font-family: 'dayposter';
	src: url('../fonts/dayposter.ttf') format('truetype');
}
footer {
	padding: 25px 0 11px 0;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}
.yellowheadstripe {
	background-color: #fdf247;
	padding: 20px;
	font-family: 'dayposter';
	text-align: center;
	text-shadow: 6px 6px 19px #575757;
}
.roundedborder {
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
}
.spacevids {
	padding-top: 15px;
}
.grayicons {
	margin: 30px 0 10px 75px;
}
.fade {
	opacity: 0.5;
}
.fade:hover {
	opacity: 1;
}
#houstonimage {
	background-image: url('../images/houston1200w.jpg');
	background-size: cover;
	height: 100vh;
}
#container {
	background-color: #808080;
	width: 1200px;
	margin: auto;
}
#home {
	height: 100vh;
	padding: 60px 0 0 0;
}
#resources {
	height: 100vh;
	padding: 76px 0 25px 0;
}
#leftlinkdiv {
	font-family: 'Ubuntu', sans-serif;
	background-color: #bae5fb;
	width: 339px;
	float: left;
	margin: 30px 15px 15px 15px;
	padding-left: 25px;
	border: 3px solid #fdf247;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
}
#middlelinkdiv {
	font-family: 'Ubuntu', sans-serif;
	background-color: #ffffff;
	width: 339px;
	float: left;
	margin: 30px 15px 15px 15px;
	padding-left: 25px;
	border: 3px solid #000000;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
}
#rightlinkdiv {
	font-family: 'Ubuntu', sans-serif;
	background-color: #bae5fb;
	width: 339px;
	float: right;
	margin: 30px 15px 15px 15px;
	padding-left: 25px;
	border: 3px solid #fdf247;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
}
#community {
	background-color: #bae5fb;
	height: 100vh;
	padding: 76px 0 25px 0;
}
.gallery {
  width: 640px;
  margin: 0 auto;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}
.gallery > div > img {
  display: block;
  width: 200px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}
.gallery > div:hover {
  z-index: 1;
}
.gallery > div:hover > img {
  transform: scale(1.7,1.7);
  transition: .3s transform;
}
.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
#fade {
	opacity: 0.5;
}
#fade:hover {
	opacity: 1;
}
#inspiration {
	height: 100vh;
	padding: 76px 0 25px 0;
}
#contact {
	background-color: #bae5fb;
	height: 100vh;
	padding: 76px 0 25px 0;
}
#inspirationh {
	padding-bottom: 30px;
	text-align: center;
}
#strongformat {
	font-size: 35px;
	font-weight: bold;
}
#vidsright {
	float: right;
	margin: 35px 120px 35px 35px;
}
#contactform {
	font-family: 'Ubuntu', sans-serif;
	background-color: #bdbec2;
	width: 700px;
	margin: 25px auto;
	padding: 10px 25px 25px 25px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
}
#contactpar {
	text-align: center;
	text-decoration: underline #fdf247;
	padding-top: 25px;
}
#buttoncenter {
	width: 195px;
	margin: auto;
}