a, a:visited, a:hover {
	color: #FFE18D;
	text-decoration: none;
	text-decoration: underline;
}


body {
	background-color: #333333;
	color: #FFE18D;
	font-family: 'Roboto', sans-serif;
	line-height: 35px;
	height: 3000px;
}

h2 {
	font-family: 'Fugaz One', cursive;
	font-size: 44px;
	font-weight: 500;
}

h3 {
	font-family: 'Fugaz One', cursive;
	font-size: 26px;
	font-weight: 300;
}

h4 {
	font-family: 'Fugaz One', cursive;
	font-size: 22px;
	font-weight: 100;
}

img {
	border-style: none;
}

li {
	list-style: none;
}

section {
	padding: 30px 0 60px 0;
	background-color: #FFE18D;
	color: #333333;
	width: 100%;
	height: 100%;
}

section h2 {
	font-size: 44px;
	line-height: 42px;
}

section a {
	color:#0D8461;
	text-decoration: underline;
}

section a:visited {
	color:#175B48;
}

section a:hover {
	color:#1FCD9A;
}

iframe {
	align-content: center;
}

::-webkit-scrollbar { width: 0; }

.col-three {
	width: 306px;
	height: 306px;
	float: left;
	color: #333333;
	text-align:center;
}
.col-three p {
	text-align: left;
	line-height: 24px;
	margin-top: 15px;
}
#media-icons {
	width: 240px;
	height: 240px;
	margin: 15px auto 0 auto;
}
.col-three #media-icons img {
	width: 50px;
	height: 50px;
	margin: 0 10px 10px 10px;
}
.col-three #footer-moon img {
	width: 40px;
	height: 40px;
	margin-right: -4px;
}
.col-three img {
	width: 40px;
	height: 40px;
}
.col-three:first-of-type {
	margin: 0 30px 0 0;
}
.col-three:last-of-type {
	margin: 0 0 0 30px;
}

.banner {
	margin: 0 auto;
	width:978px;
	height:500px;
	background-color:#333333;
	overflow:hidden;
	position: relative;
}

.card {
	height: 306px;
	width: 306px;
	border-radius: 10px;
	background-color: #FFE18D;
	float:left;
	opacity:0;
}

.card:first-of-type {
	margin-right: 30px;
}

.card:last-of-type {
	margin-left: 30px;
}

.cardHdr {
	color: #333333;
	width: 306px;
	margin: 30px auto 0 auto;
	text-align: center;
}

.cardHdr h3 {
	color: #333333;
	font-family: 'Fugaz One', cursive;
	font-size: 22px;
	line-height: 15px;
}

.cardHdr p {
	font-size: 14px;
}

.clear {
	clear:both;
}

.container {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	z-index:-50;
}


.container-section {
	width: 810px;
	height: 100%;
	margin: 30px 0 0 84px;
}

.banner-box {
	position: absolute;
	width:390px;
	margin: 90px 0 0 64px;
	z-index: 20;
	background-color: rgba(33,33,33,.95);
	border-radius: 10px;
	padding: 20px;
}

.banner-box p {
	line-height:25px;
}

.btnWrapper {
	width: 150px;
	height: 150px;
	margin: 10px auto 0 auto;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.footer {
	padding: 60px 0 60px 0;
	margin-top: 240px;
	height: 306px;
	width: 100%;
	background-color: #FFE18D;
}

.banner {
	background-color: #333333;
	height: 500px;
	width: 978px;;
	margin-left: auto;
	margin-right: auto;
	color: #FFE18D;
	overflow:hidden;
	position: relative;
}

.doc-3col {
	margin: 15px 0 15px 0;
}

.doc-3col a {
	background-color:#333333;
	border-radius: 10px;
	padding: 5px 10px;
	color: #FFE18D;
	
	-webkit-transition: padding .35s; /* Safari */
    transition: .35s;
}

.doc-3col a:visited {
	color: #FFE18D;
}

.doc-3col a:hover {
	color: #FFE18D;
	padding: 8px 13px;
}

.gallery {
	width: 810px;
	height: 100%;
}

.gallery-col {
	width:252px;
	height:252px;
	float: left;
}

.gallery-col:nth-of-type(2) {
	margin: 0 26px 0 26px;
}

.gallery-row {
	height:252px;
	width:810px;
}

.gallery-row:last-of-type {
	margin-top: 30px;
}

.gallery-tile {
	height:252px;
	width:252px;
	background-color:#333333;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	border: solid;
	border-width: 2px;
	border-color: #333333;
}

.gallery-tile-overlay {
	opacity: 0;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 227px;
	height: 100%;
	background-color: rgba(33,33,33,0.95);
	z-index: 15;
	color: #FFE18D;
	line-height: 16px;
	
	padding: 15px;

	font-size: 14px;
	
	-webkit-transition: opacity 1.5s; /* Safari */
    transition: 1s;
}

.gallery-tile-overlay:hover {
	opacity: 1;
	transition: opacity 0.5s;
}

.gallery-tile-overlay p {
	line-height: 16px;
	font-size: 14px;
	text-align: left;
}

.gallery-tile-overlay p:first-of-type {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 20px;
	text-align:center;
}

#gallery-tile-gds1 {
	background-image: url(../images/gds_gal_wa.jpg);
}
#gallery-tile-gds2 {
	background-image: url(../images/gds_gal_ls.jpg);
}
#gallery-tile-gds3 {
	background-image: url(../images/gds_gal_aw.jpg);
}
#gallery-tile-gds4 {
	background-image: url(../images/gds_gal_np.jpg);
}
#gallery-tile-gds5 {
	background-image: url(../images/gds_gal_ps.jpg);
}
#gallery-tile-gds6 {
	background-image: url(../images/gds_gal_vo.jpg);
}

.imgban {
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	transition: all ease-in-out 500ms;
	-webkit-transition: all ease-in-out 500ms;
	-moz-transition: all ease-in-out 500ms;
	-o-transition: all ease-in-out 500ms;
}

.line1 {
	width: 100%;
	height: 1px;
	background-color: #FFE18D;
}


.line2 {
	width: 100%;
	height: 2px;
	background-color: #FFE18D;
}

.line2g {
	background-color: #333333;
	width: 810px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
}

.spacer0 {
	width:100%;
	height:1px;
	display: block;
}
.spacer1 {
	width:100%;
	height:30px;
	display: block;
}
.spacer2 {
	width:100%;
	height:60px;
	display: block;
}
.spacer3 {
	width:100%;
	height:90px;
	display: block;
}
.spacer4 {
	width:100%;
	height:120px;
	display: block;
}

#about {
	background-color: #333333;
	width: 978px;
	height: 100%;
}

#about h2 {
	color: #FFE18D;
	margin-bottom: 30px;
}

#about-portrait {
	width: 306px;
	height: 306px;
}

#about-portrait img {
	margin: auto;
	width: 306px;
	height: 306px;
}

#about-me {
	width:390px;
	height:100%;
	color: #FFE18D;
	margin: 0 114px 0 0;
	line-height: 22px;
}

#bigNav {
	margin: 180px 0 280px 0;
	width: 100%;
	height: 306px;
}

#gdBtn {
	width: 150px;
	height: 150px;
	background-size: 150px 150px;
}

#idBtn {
	width: 150px;
	height: 150px;
	background-size: 150px 150px;
}

#mdBtn {
	width: 150px;
	height: 150px;
	background-size: 150px 150px;
}

#banner-gds #imgban4 {
	background-image: url("../images/gds_ps1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-gds #imgban3 {
	background-image: url("../images/gds_ls2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-gds #imgban2 {
	background-image: url("../images/gds_aww1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-gds #imgban1 {
	background-image: url("../images/gds_wa3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#banner-ids #imgban8 {
	background-image: url("../images/ids_ban4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-ids #imgban7 {
	background-image: url("../images/ids_ban3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-ids #imgban6 {
	background-image: url("../images/ids_ban2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-ids #imgban5 {
	background-image: url("../images/ids_ban1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#banner-mds #imgban12 {
	background-image: url("../images/mds_ban4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-mds #imgban11 {
	background-image: url("../images/mds_ban3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-mds #imgban10 {
	background-image: url("../images/mds_ban2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner-mds #imgban9 {
	background-image: url("../images/mds_ban1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#greeting {
	margin: 120px auto 0 auto;
	width: 642px;
}

#greeting h1 {
	text-align: center;
	font-family: 'Fugaz One', cursive;
	font-size: 44px;
	animation: greetAnim 1s forwards .5s ease-in-out;
	opacity: 0;
}

#greeting p {
	text-align: center;
	font-size: 28px;
	animation: greetAnim 1s forwards 1.5s ease-in-out;
	opacity: 0;
}

@keyframes greetAnim{
    0%{
        transform: rotate(0) translateY(-50%);
        opacity: 0;
    }
    100%{
        transform: rotate(0) translateY(0);
        opacity: 1;
    }
}

#moonA {
	position: fixed;
	z-index: 50;
}

#moonB {
	position: fixed;
	z-index: 50;
}

#nav {
	width: 100%;
	height: 56px;
	position: fixed;
	top: -60px;
	background-color: #333333;
	line-height: 25px;
	transition: top 0.4s;
	transition-timing-function: ease;
	z-index: 30;
}

#nav a:hover {
	font-size: 18px;
	
	-webkit-transition: font-size .35s; /* Safari */
    transition: .35s;
}

#nav h1 {
	float: right;
	text-transform: capitalize;
	font-family: 'Fugaz One', cursive;
}

#nav li {
	float: left;
}

#nav li ul {
	float: left;
	margin-right: 30px;
}

#scroll {
	height: 80px;
	width: 80px;
	margin: 30px auto 0 auto;
	animation: scrollAnim 1s forwards 3s ease-in-out;
	opacity: 0;
}

@keyframes scrollAnim{
    0%{
        transform: rotate(0) translateY(-30%);
        opacity: 0;
    }
    100%{
        transform: rotate(0) translateY(0);
        opacity: 1;
    }
}

#prog-a {
	width: 40px;
	height: 40px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#prog-b {
	width: 30px;
	height: 30px;
	margin-top: -35px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}