@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah);
@import 'https://fonts.googleapis.com/css?family=Droid+Sans';
@import 'https://fonts.googleapis.com/css?family=Tangerine';
@import url('https://fonts.googleapis.com/css?family=Cookie|Fondamento|Fredericka+the+Great|Indie+Flower|Jacques+Francois+Shadow|Keania+One|Playball|Rye|Sail|Vast+Shadow');


.active{
    background-color: #eee !important;
    color: black !important;
}

html {
  background-image:url("fotos/mars.jpg");
  background-size: 70%;
  background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    min-height: 100%;
}

body {
    background-color: rgba(0,0,0,0.2);
    min-height: 100%;
    font-size: 18px;
}

.btn {
    font-size: 18px;
}

.dropdown {
    background-color: rgb(0,0,0);
    z-index: 12;
}

.dropdown-content {
    display:none;
}

footer{
    width: 100%;
    text-align: center;
    font-family:Tangerine,serif;
    font-size: 2.5rem;
    font-weight: 500%;
    color: white;
    border-top: 3px solid white;
    padding-top: 10px;
    margin-top: 210px;
}

#header {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    top: 0px;
    left: 0px;
}

#header h1{
    color: white;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

#minimenu{
    padding-right: 20px;
    font-size: 2.0em;
    display: none;
}

.nav {
    float: right;
    font-family: 'Arial';
    text-transform: uppercase;
}

.nav ul {
    padding: 0;
    margin: 0;
}

.nav ul li {
    float: left;
    list-style-type: none;
    border: 1px solid #eee;
    box-shadow:0px 10px 20px gray;
}

.nav ul li a {
    color: white;
    padding: 10px;
    display: block;
    text-decoration: none;
    width: 300px;
    text-align: center;
}

.nav ul li a:hover{
    background-color: #eee;
    color: black;
}

.contact-container{
    color: #eee;
    width: 60%;
    margin-top: 140px;
}

//----------------------------------------------------------------------------

@media screen and (min-width: 825px) and (max-width: 1200px) and (orientation: landscape){
    
    footer{
        top: 97%;
        background-color: black;
    }
    
    html {
      background-size: contain;
    }
    
    .vertical-center{
        top:60%;
        width: 75%;
    }

}
    
/*--------------------------------------------------------------------------------------*/

@media screen and (min-width: 825px) and (max-width: 1200px) and (orientation: portrait){
    
    body {
        font-size: 16px;
    }
    
    .btn {
        font-size: 16px;
    }

    .contact-container{
        margin-top: 30%;
    }
    
    footer{
        position: absolute;
        bottom: 0px;
    }
    
    html {
      background-size: contain;
    }

    .vertical-center{
        top:50%;
    }
}

/*--------------------------------------------------------------------------------------*/

@media screen and (min-width: 631px) and (max-width: 825px) and (orientation: landscape){
    
    #header h1{
        padding-bottom: 0px;
        padding-top: 0px;
    }
    
    html {
      background-size: contain;
    }
    
    #minimenu {
        width: 100%;
        text-align: right;
        color: white;
        display: block !important;
        float: right;
        padding-right: 20px;
    }
    
    .nav {
        display: none;
        width: 100%;
    }
    
    .nav ul li {
        width: 100%;
        text-align: center;
    }
    
    .nav ul li a {
        width:100%;
}

    body {
        font-size: 16px;
    }
    
    .btn {
        font-size: 16px;
    }

    footer{
        top: 300%;
        background-color: black;
    }
    
    .vertical-center{
        top:500px;
    }
}

/*-------------------------------------------------------------------------------------*/

@media screen and (min-width: 631px) and (max-width: 825px) and (orientation: portrait){
    
    html {
      background-size: contain;
    }
    
    #minimenu {
        width: 100%;
        text-align: right;
        color: white;
        display: block !important;
        float: right;
        padding-right: 30px;
        font-size: 3.0em;
    }
    
    .nav {
        display: none;
        width: 100%;
    }
    
    .nav ul li {
        width: 100%;
        text-align: center;
    }
    
    .nav ul li a {
        width:100%;
}
    
    body {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
    }

    .contact-container{
        margin-top: 170px;
        width: 80%;
    }
    
    footer{
        bottom: 0px;
        background-color: black;
    }
    
}

/*----------------------------------------------------------------------------------*/
        
@media screen and (max-width:630px) and (orientation: landscape){
    
    body {
        font-size: 16px;
    }
    
    .btn {
        font-size: 16px;
    }
    
    .dropdown {
        width: 100% !important;
    }
    
    footer{
        top: 260%;
        background-color: black;
    }
    
    #header h1{
        padding-bottom: 0px;
        padding-top: 0px;
    }
    
    html {
      background-size: contain;
    }

    #minimenu {
        width: 100%;
        text-align: right;
        color: white;
        display: block !important;
        float: right;
        padding-right: 20px;
    }
    .nav {
        display: none;
        width: 100%;
    }
    .nav ul li {
        width: 100%;
        text-align: center;
    }
    
    .nav ul li a {
        width:100%;
}

    .contact-container{
        margin-top: 20%;
        width: 80%;
    }
    
}

/*----------------------------------------------------------------------------------*/
        
@media screen and (max-width:630px) and (orientation: portrait){
    
    body {
        font-size: 16px;
    }
    
    .btn {
        font-size: 16px;
    }
    
    .dropdown {
        width: 100% !important;
    }
    
    footer{
/*    top: 150%;*/
    background-color: black;
    margin-top: 80px;
    }
    
    html {
      background-size: contain;
    }

    #minimenu {
        width: 100%;
        text-align: right;
        color: white;
        display: block !important;
        float: right;
        padding-right: 20px;
    }
    
    .nav {
        display: none;
        width: 100%;
    }
    
    .nav ul li {
        width: 100%;
        text-align: center;
    }
    
    .nav ul li a {
        width:100%;
}

    .contact-container{
        margin-top: 120px;
        width: 95%;
    }
    
}

