/* ================================== SPLASH CSS ===================================*/
@font-face {
    font-family: 'gabriola';
    src: url('../font/gabriola-webfont.eot');
    src: url('../font/gabriola-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/gabriola-webfont.woff') format('woff'),
         url('../font/gabriola-webfont.ttf') format('truetype'),
         url('../font/gabriola-webfont.svg#gabriola-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:active {
    text-decoration: none;
    color: #000;
}
#splashwrapper {
    width:100%;
    height:auto;
    margin-left:auto;
	margin-right:auto;
}
#enterwrap {
    height:50px;
    font-size:28px;
	font-family: 'EB Garamond';
	text-align:center;
	margin-top:0;
	letter-spacing:5px;
	line-height:0;
    max-width:350px;
    width:100%;
    float:right;
}
#enterwrap {
         margin-right:0!important;
    float:right;
    margin-top:0!important;
 }

#enterwrap img{
    max-width:60px;
    width:100%;
    height:auto;
}
#enter {
    border-top:2px solid #000;
    border-radius:20px;
    height:50px;
    font-size:20px;
	font-family: 'EB Garamond';
	text-align:center;
	margin-top:20px;
    padding-top:20px;
	letter-spacing:5px;
	line-height:35px;
}
#yn{
    font-family: 'gabriola';
    margin-top:20px;
    font-size:30px;
}
@media only screen and (min-width: 481px) {
    #splashwrapper {
    width:1160px;
    height:620px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/splash.png);
        background-repeat: no-repeat;
        background-size: 600px;
        background-position: -65px 20px
}
    #enterwrap {
    height:50px;
    font-size:28px;
	font-family: 'EB Garamond';
	text-align:center;
	margin-top:60px;
	letter-spacing:5px;
	line-height:0;
    max-width:350px;
    width:100%;
    float:right;
}
#enterwrap img{
    max-width:105px;
    width:100%;
    height:auto;
}
}

@media only screen and (min-width: 1300px) {
     #splashwrapper {
    width:1350px;
    height:720px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/splash.png);
        background-repeat: no-repeat;
        background-size: 600px;
        background-position: -65px 125px;
}
     #enterwrap {
         margin-right:120px;
    float:right;
    margin-top:-20px;
}
}
#intro {
    text-align:center;
    font-size:22px;
    font-family: 'Gabriola';   
    letter-spacing: 4px;
    padding-top:1px;
}
.bigothic {
    font-size:25px!important;
    letter-spacing: 10px;
    font-family: 'EB Garamond', serif!important;
}
.month {font-size:20px;}
.this {
    border-bottom:thin solid #000;
    border-radius:5px;
    padding: 0 10px;
}
.vint {display:none;}
.gab-big{
     font-size:40px!important;
    font-family: 'Gabriola';
    letter-spacing: 0;
}

#campaign{ 
    float:right;
    width:100%;
    margin-top:20px;
}
@media screen and (min-width:480px){
 #enterwrap {
         margin-right:120px!important;
    float:right;
 }
}
