body{
    font-family:'Teko', sans-serif, 'Roboto';
    background-color: rgb(237, 240, 242);
    margin: 0;
}

button{
    font-family: 'Teko', sans-serif, 'Roboto'; ;
    font-weight: bold;
    cursor: pointer; 
}

.btn-header a{
    font-family: 'Teko', sans-serif, 'Roboto'; ;
    font-size: .8em;
    background-color:rgb(228, 0, 59) ;
    cursor: pointer; 

}

.btn-header a:hover{
    background-color: white;
    color: rgb(228, 0, 59);
}

h1{
    font-size: 3.5em;
}

h2{
    font-size: 2.5em;
}

h3{
    font-size: 1.5em;
}

p{
    font-size: 1.5em;
}

ul{
    list-style: none;
}

li{
    font-size: 1em;

}

/*Header*/


#navbarSupportedContent a:hover{
    opacity: 0.6;
    color: crimson;
}


    

@media (min-width: 1000px){

    .navbar{
        max-height: 98px;
    }
 

    .btn-header a{
        font-family: 'Teko', sans-serif, 'Roboto'; ;
        font-size: 1.2em;
        background-color:rgb(228, 0, 59) ;
        cursor: pointer; 

    }
    
    .btn-header a:hover{
        background-color: white;
        color: rgb(228, 0, 59);
    }


    #navbarSupportedContent{
        padding-left: 900px;
    }

    .nav-item a{
        font-size: 1.5em;
        color: black;
    }

    #navbarSupportedContent a:hover{
            opacity: .8;
            color: crimson;
    }

    .btn-header{
        padding-left: 50px;
        padding-top: 10px;
    }

    .container-fluid img{
        padding-left: 100px;
    }

}

