main{
    min-height: 100vh;
}
footer{
    background-color: #88c937;
    -webkit-box-shadow: 0px -4px 11px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -4px 11px -8px rgba(0,0,0,0.75);
    box-shadow: 0px -4px 11px -8px rgba(0,0,0,0.75);
    min-height: 100px;
}

.nav-link:hover{
    color: orange !important;
}

a{
    color:#212529;
}

a:visited{
    color:#212529;
}

a:hover{
    color:#212529;
}

.heromain{
    background: url('../img/heroimg2.jpg');
    background-attachment: fixed;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 2px 2px 6px black;
}

.fas-top{
    font-size:60px;
}

.fa-home{
    color: rgb(255, 136, 0);
}

.fa-check{
    color: rgb(65, 143, 65);
}

.fa-tachometer-alt{
    color:rgb(202, 26, 26);
}

.fa-calendar-alt{
    color:rgb(46, 93, 247);
}

.fas-bot{
    font-size:40px;
}

.fa-map-pin{
    color:rgb(46, 93, 247);
}

.fas-bot.fa-calendar-alt{
    color: purple;
}

.fa-ruler-combined{
    color: rgb(235, 203, 25);
}

.fa-thermometer-half{
    color: rgb(202, 26, 26);
}

.fa-fire{
    color: orange;
}

@media (min-width: 576px) { }


@media (min-width: 768px) { }


@media (min-width: 992px) {  }


@media (min-width: 1200px) {  }