body{
	background-color: #71797E !important;
}
.h-home{
    min-height: 95vh;
}
.animateimg {
    animation-name: example;
    animation-duration: 3s;
}

@keyframes example {
    0% {
        max-width: 0%;
    }
    100% {
        max-width: 100%;
         position: relative;
         overflow: hidden;
    }
}

.main-area{
    padding-top: 100px;
}
.main-area h1{
    font-size: 80px;
    -webkit-text-stroke: 1px black;
    text-align: center;
    color: #fff;
    font-weight: 900;
}

.mlr-auto{
    margin-left: auto;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 18px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
	padding-left: 10px;
}
header{
    background-color: #fff;
}

.footer{
    background-color: #151414;
    color: #fff;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.footer a{
    text-decoration: none;
    color: antiquewhite;
}
