html {
    font-family: 'ABeeZee', sans-serif;
    color: #fff;
}

body {
    background-color: #222;
    background:url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    line-height: 60px;
    font-size:40px;
    text-shadow: 2px 2px #000;
    margin-top: 10px;
}

h2 {
    font-family: 'ABeeZee', sans-serif;
    font-size: 32px;
    color: #C7AB73;
    line-height: 40px;
    text-shadow: 2px 2px #000;
}

h3 {
    font-family: 'ABeeZee', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    color: #C7AB73;
    text-shadow: 2px 2px #000;
}

p {
    font-family: 'ABeeZee', sans-serif;
    color: #fff;
    line-height: 24px;
}

a{
    color:#FFF;
}

a:hover{
    color: #C7AB73;
}

strong {
    color: #fff;
}

img{
    box-shadow: 5px 5px 15px #000;
}

.logo-ala{
    box-shadow: none !important;
}

.margin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ed-center {
    margin-left: auto;
    margin-right: auto;
}

.jumbotron {
    margin-top: 30px;
}

.thumbnail {
    background-color: #666;
    border-color: #555;
}

.btn-default {
    font-size: 24px;
}

.box-fanclub{
    margin-top:30px;
    margin-bottom:10px;
    text-align: justify;
}

@media screen and (max-width: 991px) {

    p.ed-switch{
        float: left;
        width: 48%;
        margin-left: 20px;
    }

    img.ed-switch{
        float: left;
        width: 48%;
    }

    h3.ed-switch{
        margin-top:30px;
        clear:both;
    }

    .margin{
        margin-top:0px;
        margin-bottom:30px;
    }
}
        
@media screen and (max-width: 767px) {

    h1{
        font-size:30px;
    }
    
    h2{
        font-size: 26px;
    }
    
    .logo-ala{
        width:50px;
    }
}

@media screen and (max-width: 567px) {

    h1{
        font-size:24px;
    }
    
    h2{
        font-size: 22px;
    }

    p.ed-switch{
        float: none;
        width: auto;
        max-width:400px;
        margin: 0 auto;
    }

    img.ed-switch{
        float: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    h3.ed-switch{
        clear:both;
        text-align:center;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 434px) {

    h1{
        font-size:22px;
    }
    
    h2{
        font-size: 20px;
    }
    
    .logo-ala{
        width:40px;
    }   
  
}