a{
    text-decoration: none!important;
}
.navbar-brand{
    height: 36px;
    
}
.navbar-toggler{
    z-index: 1000;
    position: relative;
    left: 263px;
    bottom: 28px;
}
.header{
    background-image: url(../img/cable-4605760_1920.jpg);
    height: 300px;
    background-size: cover;
}
h1{
    color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-family: 'Staatliches', cursive;
}
.header p {
    color: white; text-shadow: black 0.1em 0.1em 0.2em;
    font-family: 'Staatliches', cursive;
}
.nav-link{
    font-family: 'Staatliches', cursive;
    color: black;
    padding-left: 18px;
}
.services{
    margin-top: 80px;
    background-color: #005a87;
    color: white;
    height: 520px;
}
.services p{
    font-family: 'Audiowide', cursive;
    font-size: 22px;
    padding-top: 79px;
}
.services ul li {
    font-family: 'Staatliches', cursive;
    
}
.contact p {
    font-family: 'Audiowide', cursive;
    font-size: 22px;
    padding-top: 79px;
}
.contact ul li {
    font-family: 'Staatliches', cursive;
   
}
#whatsapp{
    background-color:  #25D366;
    color: white;
}
#whatsapp a{color: white;}
form{
    font-family: 'Staatliches', cursive;
}
.nav-item{
    margin-left: 12px;
}

.btn-submit{
    font-family: 'Staatliches', cursive;
    background-color: orange;
    margin-top: 15px;
    width: 118px;
}
.form-group{
    margin-top: 20px;
}
@media (min-width: 320px){
    h1{
        padding-top: 94px;
        padding-left: 28px;
        font-size: 30px;
    }
    .header p{
        padding-left: 29px;
        font-size: 17px;
    }
    .contact ul li {
        font-family: 'Staatliches', cursive;
        font-size: 17px;
    }
}



@media (min-width: 1200px) { 
    .header{
        height: 860px;

    }
    h1{
        font-size: 133px;
        padding-top: 135px;
    }
    .header p {
        font-size: 59px;
    }
    .services{
        font-size: 25px;
        height: 585px;
    } 
    .services p {
        font-size: 43px;
        
    }
    .contact ul li{
        font-size: 39px;
    }
    .contact p{
        font-size: 50px;
    }
    #whatsapp{
        width: 223px;
        height: 80px;
        font-size: 34px;
    }
    
 }