@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;900&display=swap');

body {
    background: #E5E5E5;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.navbar {
    background: #191818;
    padding: .4em 1em;    
}

.nav-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 51px;
}

.logo-aa {
    max-width: 8em;
}

.logo-iq {
    max-width: 4em;
    margin-right: 1em;
}

.iqlogo-wrap {
    display: flex;
    flex-flow: column;
}

.powered {
    color: #FFF;
    font-size: .7em;
}

.widget-air iframe, .map-full iframe {
    min-height: 100vh;
    position: absolute;
    top: -4px;
}

.nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.nav li {
    margin: 0 1em;
    list-style: none;
}

.btn-nav {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}

.navbar-map {
    position: fixed;
    z-index: 1;
    background: #191818;
    height: 51px;
    width: 100%;
}

.map {
    min-height: 90vh;
    width: 100%;
    background: url('./img/full-web-map.png');
    background-position: center;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.wrap-map-link {
    color: #FFF;
    margin: 0 auto;
    padding-top: 10em;
    display: flex;
    flex-flow: column;
    align-items: center;
}

h1 {
    font-weight: 900;
    font-size: 5em;
    margin: 0;
}

.wrap-map-link h2 {
    text-align: left;
    font-weight: 300;
    margin: 0;
    font-size: 2em;
}

.subtitle {
    text-align: center;
    padding: .8em;
    max-width: 60em;
}

.vermapa {
    max-width: 13em;
    margin-top: 1.5em;
}

.btn {
    padding: 1em 2em;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9em;
}

.btn-default {
    background: #FFF;
    color: #191818;
}

.btn-default:hover {
    background: #191818;
    color: #FFF;
}

.disclosure {
    color: #FFF;
    margin: 0 auto;
    padding: 0 4em;    
    max-width: 60em;
}

.iqstats {
    background-image: url(img/rodeo-pic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 25em;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    border-top: 20px solid #1e1e1e;
}

.iqstats p {
    background: #1e1e1e;
    color: #E5E5E5;
    padding: .5em .8em;
    border-radius: 4px;
    max-width: 33em;
    margin: 2em auto 0 auto;
}

.iqstats span {
    margin-top: .5rem;
    color: #E5E5E5;
}

.iqstats-wrapper {
    margin: 0 auto;
}

.iqlogo-wrap {
    margin-right: 1em;
}

.widget-air {
    width: 100%;
}

.podcast {
    background-color: #191818;
}

.podcast .podcast-wrapper {
    margin: 0 auto;
    max-width: 45rem;
    padding: 2rem 0;
}

footer {
    background: #58215d;
    color: #FFF;
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    font-size: 1em;
}

footer a {
    color: #FFF;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 576px) { 
    
    .nav {
        display: none;
    }
    
    /* hide non-responsive widget elements */

    div.itemAirvisualWidget:nth-child(5),
    div.itemAirvisualWidget:nth-child(7) {
        display: none !important;
    }
    .iqstats p {
        max-width: 16em;
    }
 }

 @media (max-width: 790px) {
    h1 {
        font-size: 3em;
    }
    .wrap-map-link {
        padding-top: 5em;
    }
    .wrap-map-link h2 {
        font-size: 1.3em;
    }
    .disclosure {
        padding: 0 1em;
    }
    .disclosure p {
        font-size: .8em;
    }
 }

 /* xs devices (less than 440px) */

 @media (max-width: 440px) {
    h1 {
        font-size: 2em;
    }
    .wrap-map-link h2 {
        font-size: 1em;
    }
 }