@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,800,900|Playfair+Display:700,900,900italic);
* { margin:0px;padding:0px; }
html, body {
  background:#000;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

#video_background { 
    background: url(../img/landing.jpg) center top no-repeat; 
    background-size: 100%;     
}
.bottom { 
    position: absolute;
    width: 100vw;
    height: 20vh; 
    bottom: 0; 
    background: -webkit-linear-gradient(top, rgba(175, 175, 175, 0), rgba(0, 0, 0, 0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom,  rgba(175, 175, 175, 0), rgba(0, 0, 0, 0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom,  rgba(175, 175, 175, 0), rgba(0, 0, 0, 0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom,  rgba(175, 175, 175, 0), rgba(0, 0, 0, 0.6));}
.pattern{
    position: absolute;
    width: 100vw;
    height: 100vh;
    /*background-image: url(../img/pattern_4x.png); */          /* cuadruple   */
    background-image: url(../img/pattern_2x.png);      /* doble   */
    /*background-image: url(../img/pattern_1x.png);*/     /* normal   */
    opacity: 0.6;
    /* BLEND MODE   */
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

a {
	outline: none;
	color: #afafaf;
	text-decoration: none;
}
a:hover, a:focus {
	color: #69606b;
}
#brand{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    padding: 20px 15px 10px 15px;
   /* background-color: rgba(0, 0, 0, 0.2);*/
}
.sponser { position: absolute; top: 20px; right: 3%;}
#brand.white{background-color: white;}
#social-media-buttons{
    width: 105px;
    margin: 11px auto;
    position: absolute;
    top: 0;
    right: 4%;
}
#social-media-buttons p{
    color: white;
    font-weight: 100;
    margin: 10px 0;
}
#social-media-buttons a{
    display: inline-block;
    margin: 0 5px;
    transition: opacity 1s ease;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
#social-media-buttons a:hover{opacity:0.5; cursor: pointer;}
#social-media-buttons a.facebook{background-image: url(../svg/share_facebook.svg);}
#social-media-buttons a.twitter{background-image: url(../svg/share_twitter.svg);} 
#social-media-buttons a.facebook.black{background-image: url(../svg/facebook_black.svg);}
#social-media-buttons a.twitter.black{background-image: url(../svg/twitter_black.svg);} 

.credits{
    display: none; 
    position: fixed;
    bottom: 0;
    width: 100%;
}
.credits p{
    font-size: 0.8em;
    color: #a2a2a2;
    font-weight: 400;
}
.credits p a{
    color: #9c9c9c;
    font-weight: 600;
    border-bottom: 1px solid #9c9c9c;
}
.credits h4{
    font-size: 1em;
    color: #afafaf;
}
#container{
    position: absolute;
    top: 20vh;
    width: 60vw;
    left: calc(50% - 30vw);
}
#container .title{
    margin: 0 auto 30px auto;
    color: white;
}
#container .title h1{
    font-family: 'Playfair Display', serif;
    font-size: 11vw;
    line-height: 1em;
    margin-bottom: 0;
    text-shadow: 1px 2px #444;
}

#container .title h2{
    font-family: 'Playfair Display', serif;
    font-size: 7.5vw;
    line-height: 1em;
    margin-bottom: 0.5em;
    text-shadow: 1px 2px #444;
    letter-spacing: 2px;
}

#container .title h3{
    font-family: 'Playfair Display', serif;
    font-size: 2.6vw;
    width: 80%;
    line-height: 1em;
    margin: 0 auto ;
    text-shadow: 1px 2px #444;
    letter-spacing: 2px;
}
#container .title .subline { 
    letter-spacing: 1px; 
    width: 80%;
    margin: 0 auto;
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px #444;
    line-height: 20px;
}
ul{list-style: none;}
ul.grid {padding: 20px 0;}
ul.grid:hover { 
    background-color: rgba(255, 255, 255, 0.5);
}
ul.grid a:hover { color:#444; }
ul.grid:hover span { color:#ff9494; }
.grid li{
    display: inline-block;
    width: 270px;
    margin: 10px;
}
.grid li a{
    font-weight: 800;
    color: aliceblue;
    border-bottom: 2px white solid;
    padding: 2px 4px;
    letter-spacing: 1px;
}

.grid li a span{
    color: #ff9494;
    font-size: small;
    font-style: italic;
    text-transform: uppercase;
}

a.enter {
    border: 2px solid #fff;
    padding: 10px 50px;
    font-size: 1.3vw;
    font-weight: 700;
    margin: 8% 0;
    display: inline-block;
    color: #fff;
    
}
a.enter:hover {
    color:#f97979;
    border: 2px solid #f97979;
}
@media (max-width: 480px) {
    html,  body { background: url(../img/landing3.jpg) center top no-repeat; background-size: 150%;  }
    #brand { 
        padding: 5% 0;
     }
    .bottom { height: 40vh; }
    .pattern { display: none; }
    #social-media-buttons { width: 20%; top: 30%; right :1% ; margin: 0; }
    #social-media-buttons p { display: none; }
    #social-media-buttons a { width:14px; height: 14px; margin:0; }
    #brand .logo{width: 200px}
    #container{
        width: 90vw; 
        top: 20%;
        left: calc(50% - 45vw);
    }
    #container .title h1 {font-size: 11vw; text-shadow:  0 0 1px #444; }
    #container .title h2 {font-size: 8.5vw; text-shadow: 0 0 1px #444; }
    #container .title h3 { font-size: 4.5vw; width: 100%; line-height: 1.3em; letter-spacing: 1px; text-shadow: 0 0 1px #444; }
    #container .title .subline{
        font-size: 4vw;
        letter-spacing: 0;

    }
    a.enter { color: #f97979; paddingborder: 2px solid #f97979; font-size: 3.5vw; }
    .grid li{    
        margin: 6px;
    font-size: 68%;
    }
    .grid li a span{font-size: 80%;}
    .credits{font-size: 80%;}

}