/* 
    Created on : Jan 28, 2018, 8:48:12 PM
    Author     : lucianoghione
*/
body
{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background-color: #1f1f21;
    padding: 0;
}
.visible-mobile
{
    display: none;
}
p,.btn
{
    font-weight: 300;
}
.container-fluid
{
    background-color: #1f1f21;
    text-align: center;
}
.content
{
    position: relative;
}
.mu-logo
{
    position: absolute;
    top: 25px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}
.mu-logo img
{
    width: 300px;
}
.side-content
{
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 10%;
    height: 100vh;
    max-height: 1080px;
    position: relative;
}
.normal-content
{
    background-image: url('../images/normal-bg.jpg');
    -moz-box-shadow:inset -25px 0px 40px 0px rgba(31,31,33,1);
    -webkit-box-shadow:inset -25px 0px 40px 0px rgba(31,31,33,1);
    box-shadow: inset -25px 0px 40px 0px rgba(31,31,33,1); 
}
.exilio-content
{
    background-image: url('../images/exilio-bg.jpg');  
    -moz-box-shadow:inset 25px 0px 40px 0px rgba(31,31,33,1);
    -webkit-box-shadow:inset 25px 0px 40px 0px rgba(31,31,33,1); 
    box-shadow: inset 25px 0px 40px 0px rgba(31,31,33,1);  
}
.info
{
    text-align: left;
    margin-top: 30%;
    padding: 0% 10%;
}
.info .title-normal
{
    text-shadow: 0px 0px 5px #ff002a;
}
.info .title-exilio
{
    text-shadow: 0px 0px 5px #29327a;
}
.info-box
{
    background:rgba(0,0,0,0.7);
    padding: 10px;
    border-radius: 4px;
}
.info-box p
{
    margin: 0px;
}
.btn
{
    margin-top: 15px;
    opacity: 0.9;
}
.btn-play-normal
{
    background-color: rgba(177,39,49,1);
    color: #fff;
    border: 1px solid #b12731;
}
.btn-play-normal:hover
{
    background-color: rgba(227,12,28,1);
    color: #fff;
    border: 1px solid #e30c1c;
}
.btn-play-exilio
{
    background-color: rgba(38,58,122,1);
    color: #fff;
    border: 1px solid #263a7a;
}
.btn-play-exilio:hover
{
    background-color: rgba(16,48,149,1);
    color: #fff;
    border: 1px solid #103095;
}
.scrolldown-box,.scrollup-box
{
    display: none;
}
.scrolldown-box,.scrollup-box
{
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
}
.scrolldown-box
{
    bottom: 0;
}
.scrollup-box
{
    background-color: rgba(0,0,0,0.8);
    top:0;
}
footer
{
    border-top: 1px solid #333;
    padding: 40px 0px 20px 0px;
    text-align: center;
    font-weight: 300;
    color: #999;
}
footer hr
{
    background-color: #333;
}
footer img
{
    width: 125px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.social-media-links,.footer-links
{
    display: inline-block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0;
}
.footer-links
{
    margin-bottom: 0px;
    color:inherit;
}
.social-media-links li,.footer-links li
{
    float: left;
    padding: 2px 5px;
}
.social-media-links li a,.social-media-links li a:hover,.social-media-links li a:visited,.social-media-links li a:active,.footer-links li a,.footer-links li a:hover,.footer-links li a:visited,.footer-links li a:active
{
    color: inherit;
}
@media screen and (min-width: 1680px)
{
    .info
    {
        margin-top: 50%;
    }
}
@media screen and (max-width:992px)
{
   
    .side-content
    {
        box-shadow: inset 0px 0px 0px transparent;
        padding-bottom: 15%;
    }
}
@media screen and (max-width:768px)
{
    .hidden-mobile
    {
        display: none;
    }
    .visible-mobile
    {
        display: block;
    }
    .scrolldown-box
    {
        display: block;
    }
    .mu-logo img
    {
        width: 250px;
    }
    .info
    {
        margin-top: 55%;
        padding: 0% 1%;
    }
}
@media screen and (max-width:375px)
{
      .hidden-mobile
    {
        display: none;
    }
    .info
    {
        margin-top: 50%;
    }
}