span{
    color: #ffd200;
}

html{
    font-family: 'Montserrat', sans-serif;
    background: #004854;
    color: white;
    font-size: 16px;
}

.nydrle_bcg{
    background: #212121 !important;
}

.blog{
    font-family: 'Gotham', 'Montserrat', Sans-Serif;
    background: white;
    color: #212121;
}

#container{
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}


@media (min-width: 320px) {
    #container section{
        position: relative;
        margin: 30px 0 0 0;
        left: 10%;
        width: 80%;
        z-index: 1;
        display: block;
    }

    h1{
        font-weight: bold;
        font-size: 4.6vh;
        line-height: 1.3;
    }
    
    #footer{
        font-size: 0.8em;
        width: 80%;
        left: -10px;
        display: block;
        float: left;
        padding-left: 10%;
        position: absolute;
        bottom: 30px;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 5px;
        list-style: none;
    }
    
    #footer li{
        display: block;
        width: 100%;
        float: left;
        margin: 15px 0;
    }
    
    a, a:visited, a:hover, a:focus{
        position: relative;
        display: inline-block;
        padding: 3px 5px 3px 10px;
        text-decoration: none;
        color: white;
    }
    
    a:hover > span, a:focus > span{
        color: #ffd200;
    }
    
    a > span{
        position: relative;
        z-index: 2;
        color: white;
    }
    
    a .underline{
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 5px;
        width: 0px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.15);
        transition: 0.3s width ease-out;
        z-index: 1;
    }
    
    a:hover .underline, a:focus .underline{
        width: 100%;
    }
}

@media (min-width: 768px) {
    #container section{
        position: absolute;
        top: -10px;
        left: 10%;
        width: 80%;
        height: 90%;
        z-index: 1;
        display: table;
    }

    h1{
        font-weight: bold;
        font-size: 7vmin;
        line-height: 1.2;
        display: table-cell;
        vertical-align: middle;
    }
    
    .nydrle{
        font-size: 5vmin;
    }
    
    #footer{
        font-size: 0.6em;
        width: 80%;
        left: 10%;
        padding: 0;
        display: block;
        position: absolute;
        bottom: 50px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        list-style: none;
    }
    
    #footer li{
        display: inline-block;
        width: auto;
        float: none;
        margin: 0 5px;
    }
    
    a, a:visited, a:hover, a:focus{
        position: relative;
        display: inline-block;
        padding: 3px 5px 3px 10px;
        text-decoration: none;
        color: white;
    }
    
    a:hover > span, a:focus > span{
        color: #ffd200;
    }
    
    a > span{
        position: relative;
        z-index: 2;
        color: white;
    }
    
    a .underline{
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 5px;
        width: 0px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.15);
        transition: 0.3s width ease-out;
        z-index: 1;
    }
    
    a:hover .underline, a:focus .underline{
        width: 100%;
    }
}

@media (min-width: 1024px) {
    h1{
        font-size: 10vmin;
        line-height: 1;
    }
    
    .nydrle{
        font-size: 7vmin;
    }
    
    .articles{
        list-style: none;
        width: 100%;
        display: block;
        float: left;
        padding: 0;
        margin: 0;
    }
    
    .articles li{
        display: block;
        float: left;
        width: 100%;
        background: white;
    }
    
    .articles li a{
        display: block;
        width: 86%;
        float: left;
        color: #212121;
        padding: 50px 7%;
        margin: 0;
    }
    
    .articles li a:hover{
        background: #EE3524;
    }
    
    h2{
        color: #212121;
        display: block;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 48px;
    }
    
    .info{
        display: block;
        float: left;
        width: 100%;
        color: #212121 !important;
    }

    
    .author{
        display: block;
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
       
    }
    
    .author span{
         color: #212121 !important;
    }
    
    .articles li a:hover h2, .articles li a:hover .author span, .articles li a:hover .info{
        color: white !important;
    }
    
}

@media (min-width: 1440px) {
    h1{
        font-size: 12vmin;
        line-height: 1;
    }
}

h1 a, h1 a:visited, h1 a:focus, h1 a:hover{
   color: #ffd200;
   text-decoration: underline;
}

h1 a:focus, h1 a:hover{
   text-decoration: none;
}






	