body {
	font-family: 'Marko One', serif;
    font-weight: 300;
    margin: 90px 0 0 0;
    padding: 0;
}
p, h2, h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-weight: normal;
}
.siteNav img, .tunnelTop, .tunnelBottom, .rolf, .zip, .title img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; 
}


/* Page elements */

.pageWrapper {
}
.section {
	padding: 80px 0;
}
.section .sectionHeader, .section .sectionHeader2 {
	padding: 0 0 20px 0;
	text-align: center;
}
.section .sectionHeader2 {
	padding-bottom: 35px;
}
.wrap, .siteNav > div {
	max-width: 980px;
	margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.embedContainer {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
} 
.embedContainer iframe, .embedContainer object, .embedContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mfp-bottom-bar {
    font-family: Arial, Helvetica, sans-serif!important;
}


/* Text stuff */

.text h2, .text p {
	color: #ffffff;
}
.text h2 {
	font-size: 28px;
	line-height: 1.6em;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
.text p, .text li {
	line-height: 1.7em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.text em {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.text ul, .text ol {
	margin-top: 0;
	margin-bottom: 0;
}
.btn {
	border-radius: 6px;
	padding: 13px 20px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	display: inline-block;
	font-family: 'Marko One', serif;
}
.btn:hover, .btn:active {
	background-color: #ffffff;
	color: #000000;
}


/* Navigation */

.navWrapper {
	background-color: #010056;
	height: 90px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
	border-bottom: 1px solid #3d3ca2;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.navWrapper .wrap {
    background-image: none!important;
}
.nav a, .pictures a, .topNav span {
	color: #ffffff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.gameTitle {
    display: block;
    padding: 13px 0 0 0;
    height: 32px;
}
.gameTitle a {
    font-size: 24px;
}
.gameTitle a:hover, .gameTitle a:active {
	text-decoration: underline;
}
.topNav {
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.topNav a, .pictures a, .topNav span {
    opacity: 0.7;
    padding: 12px 0 0 0;
    height: 31px;
}
.topNav a:not(#home-hdr), .pictures a, .topNav span {
    font-size: 16px;
    display: inline-block;
    margin: 0 12px;
}
.topNav a:hover, .topNav a:active, .pictures a:hover, .pictures a:active, #pictures:hover {
	opacity: 1;
}
.topNav span {
    cursor: pointer;
}
#home-hdr {
    margin-right: 14px;
}
.pictures {
    display: none;
    position: fixed;
    top: 90px;
    width: 100%;
    background-color: #651115;
    padding: 0;
    border-bottom: 1px solid #a84249;
    z-index: 21;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.pictures > div {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 382px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hamburger {
    display: none;
}
.hamburger a {
	display: block;
    padding: 13px 15px 12px 15px;
    margin-right: -15px;
	float: right;
}
.hamburger span {
	display: block;
	height: 2px;
	width: 23px;
	margin: 5px 0;
	background-color: #ffffff;
	border-radius: 30px;
}
.pictureExpand, .pictureClose {
    background: url(../images/expand.png) no-repeat;
    background-size: 15%;
}
.pictureExpand {
    background-position: 50% 34px;
}
.pictureClose {
    background-position: 50% -25px;
}


/* Site Navigation */

#castle {
    background: url(images/nav-castle.png) no-repeat center top;
    padding: 20px 0 40px 0;
}
.siteNav {
    background: url(images/nav-castle-trees-top.png) repeat-x top, 
        url(images/nav-castle-trees-bottom.png) repeat-x bottom, 
        url(images/nav-castle-grass.png) center top;
    text-align: center;
    border-top: 2px solid #183a25;
}
#navWrapper a, #homeWrapper a {
	background-color: #0b0482;
    border: 3px solid #c9a244;
	color: #eeeeee;
	padding: 13px 0;
	margin: 7px 5px;
	text-decoration: none;
	font-size: 19px;
	border-radius: 5px;
    width: 220px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#000000)";/*IE 8*/
    box-shadow: 0 0 0 1px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#000000); /*IE 5.5-7*/
}
#navWrapper a:hover, #homeWrapper a:hover {
	background: #1107c2 url(images/dialog-cursor-2.gif) no-repeat bottom right;
    border-color: #f5e069;
    color: #ffffff;
}
#homeWrapper {
    width: 95px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}
#homeWrapper a {
    margin: 0 auto;
    width: auto;
    padding: 7px 0;
    font-size: 16px;
    display: block;
}
#swords {
    position: absolute;
    top: 52px;
    left: 28px;
}
#blaze {
    position: absolute;
    top: 37px;
    left: -98px;
}
#middo {
    position: absolute;
    top: 108px;
    left: -72px;
}
#ruburan {
    position: absolute;
    top: 43px;
    left: 168px;
}
#cynthia {
    position: absolute;
    top: 76px;
    left: 136px;
}
#eric {
    /*background-color: rgba(255,0,0,0.3);*/
    width: 80px;
    height: 97px;
    position: absolute;
    text-align: left;
    top: -5px;
    left: 247px;
}
#eric img {
    -webkit-animation: dfly 10s linear infinite;
    -moz-animation: dfly 10s linear infinite;
    -o-animation: dfly 10s linear infinite;
    animation: dfly 10s linear infinite;
}
@-webkit-keyframes dfly {
    0% {margin: 0 0 0 0}
    30% {margin: 81px 0 0 0}
    50% {margin: 81px 0 0 65px}
    80% {margin: 0 0 0 65px}
    100% {margin: 0 0 0 0}
}
@-moz-keyframes dfly {
    0% {margin: 0 0 0 0}
    30% {margin: 81px 0 0 0}
    50% {margin: 81px 0 0 65px}
    80% {margin: 0 0 0 65px}
    100% {margin: 0 0 0 0}
}
@-o-keyframes dfly {
    0% {margin: 0 0 0 0}
    30% {margin: 81px 0 0 0}
    50% {margin: 81px 0 0 65px}
    80% {margin: 0 0 0 65px}
    100% {margin: 0 0 0 0}
}
@keyframes dfly {
    0% {margin: 0 0 0 0}
    30% {margin: 81px 0 0 0}
    50% {margin: 81px 0 0 65px}
    80% {margin: 0 0 0 65px}
    100% {margin: 0 0 0 0}
}
#kiddo {
    /*background-color: rgba(255,0,0,0.3);*/
    height: 66px;
    width: 66px;
    position: absolute;
    text-align: left;
    left: -217px;
    top: 59px;
}
#kiddo img {
    -webkit-animation: fly 10s linear infinite;
    -moz-animation: fly 10s linear infinite;
    -o-animation: fly 10s linear infinite;
    animation: fly 10s linear infinite;
}
@-webkit-keyframes fly {
    0% {margin: 0 0 0 0}
    25% {margin: 0 0 0 49px}
    50% {margin: 50px 0 0 49px}
    75% {margin: 50px 0 0 0}
    100% {margin: 0 0 0 0}
}
@-moz-keyframes fly {
    0% {margin: 0 0 0 0}
    25% {margin: 0 0 0 49px}
    50% {margin: 50px 0 0 49px}
    75% {margin: 50px 0 0 0}
    100% {margin: 0 0 0 0}
}
@-o-keyframes fly {
    0% {margin: 0 0 0 0}
    25% {margin: 0 0 0 49px}
    50% {margin: 50px 0 0 49px}
    75% {margin: 50px 0 0 0}
    100% {margin: 0 0 0 0}
}
@keyframes fly {
    0% {margin: 0 0 0 0}
    25% {margin: 0 0 0 49px}
    50% {margin: 50px 0 0 49px}
    75% {margin: 50px 0 0 0}
    100% {margin: 0 0 0 0}
}


/* Other Shining Force shrines */

#otherShrines {
    background-color: #183a25;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
}
#otherShrines #capt {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 13px;
    padding-right: 10px;
}
#otherShrines a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	color: rgba(255,255,255,0.8);
    padding: 14px 40px 0 0;
	margin: 0 6px;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
    display: inline-block;
    height: 50px;
    width: 200px;
    vertical-align: top;
}
#otherShrines #sf1 {
    background: rgba(0, 255, 184, 0.15) url(images/shrines-sf1.png) no-repeat top right;
}
#otherShrines #sf2 {
    background: rgba(0, 255, 184, 0.15) url(images/shrines-sf2.png) no-repeat top right;
}
#otherShrines #sfgg {
    font-size: 14px;
    padding-top: 6px;
    background: rgba(0, 255, 184, 0.15) url(images/shrines-sfgg.png) no-repeat top right;
}
#otherShrines #sfgg span {
    display: block;
}
#otherShrines #sf1:hover, #otherShrines #sf2:hover, #otherShrines #sfgg:hover {
    background-color: rgba(62, 199, 190, 0.5);
    color: rgba(255,255,255,1);
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .topNav a:not(#home-hdr), .pictures a, .topNav span {
        margin: 0 10px;
    }
    #home-hdr {
        margin-right: 10px;
    }
    .wrap {
		padding-left: 20px;
		padding-right: 20px;
		margin: 0;
    }
	.section {
		padding: 10px 0 55px 0;
	}
	.section .btn {
		margin-bottom: 5px;
	}
	.logo {
		padding: 70px 40px 0 40px;
	}
	.logo img {
		position: static;
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px auto;
	}
    .siteNav {
        padding: 0;
    }
    #navSpread {
        border-top: 10px solid #303030;
    }
}

@media only screen and (max-width : 975px) {
    body {
        margin-top: 50px;
    }
    .navWrapper {
        height: 50px;
    }
    .gameTitle {
        padding: 14px 0 0 0;
        float: left;
    }
    .gameTitle a {
        font-size: 18px;
    }
	.topNav {
        display: none;
	}
    .hamburger {
        display: block;
    }
}

@media only screen and (max-width : 885px) {
    #otherShrines {
        padding-bottom: 17px;
    }
    #otherShrines #capt {
        position: static;
        top: auto;
        display: block;
    }
    #otherShrines a {
        margin-top: 13px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	body {
		background-image: none;
		background-color: #000050;
	}
	.section {
		padding: 35px 0 35px 0;
	}
    .text p, .text li {
        font-size: 17px;
    }
}

@media only screen and (max-width : 705px) {
    #navWrapper div {
        width: 460px;
        margin: 0 auto;
    }
    #navWrapper a {
        float: left;
    }
}


@media only screen and (max-width : 580px) {
    #eric {
        top: 26px;
        left: 120px;
    }
    #kiddo {
        left: 150px;
        top: 440px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 468px) {
    #shiningg {
        display: none;
    }
    #navWrapper {
        padding-left: 1%;
    }
    #navWrapper a {
        width: 47%;
        margin-right: 1%;
    }
    #navWrapper div {
        width: auto;
    }
    #kiddo {
        left: 100px;
    }
}

@media only screen and (max-width : 440px) {
    #otherShrines a {
        display: block;
        margin: 13px auto 0 auto;
        width: 70vw;
    }
    #otherShrines #sfgg {
        padding-top: 16px;
    }
    #otherShrines #sfgg span {
        display: inline;
    }
}

@media only screen and (max-width : 400px) {
    #otherShrines #sfgg {
        padding-top: 6px;
    }
    #otherShrines #sfgg span {
        display: block;
    }
}

@media only screen and (max-width : 351px) {
    .gameTitle {
        padding: 15px 0 0 0;
    }
    .gameTitle a {
        font-size: 15px;
    }
}

@media only screen and (max-width : 350px) {
    #navWrapper div {
        width: auto;
    }
    #navWrapper a {
        display: block;
        float: none;
        width: 70vw;
        margin: 10px auto 0 auto;
    }
    #shiningg {
        display: inline;
    }
    #kiddo {
        top: 81px;
        left: -10px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}