body {
    background-image: linear-gradient(to top left,#f6f490, #ffffff);
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
}
.service a:hover > img {
    box-shadow: 0px 0px 7px 7px #847491;
    border-radius: 20px;
}
.service div[class^="name"] {
    top: 77%;
    position: absolute;
}

.service a div[class^="name"] {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5pt;

}
h1 {
    font-size: 30px;
    color: #212212;
    font-weight: 600;
    
    &[class^="homeH1"] {
        color: #212121;
    }
}
#animationModal {
    cursor: pointer;
}
.animation {
    background-image: linear-gradient(to top left,#f6f490, #ffffff);
}
.animation img {
    height: 50vh;
}
.animation h2 {
    text-transform: uppercase;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    letter-spacing: 4px;
}
nav {
    background-color: #FFF;
    
    .container {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.navbar-brand {
    margin-left: 1rem;
}
.navbar-nav {
    margin-right: 1rem;
}
.nav-link {
    font-size: 16px;
    color: #212121 !important;
    padding: 0px !important;
    font-size: 16px;
}
.nav-item {
    margin: 0px 24px;
    padding: 8px 12px;
}
.nav-item.active {
    background-color: #fdfabe;
    border-radius: 8px;    
}
.footer {
    background-color: #fff !important;
}
.footer-links {
    display: flex;
}
.footer-link {
    color: #212121 !important;
    text-decoration: none;
}
.footer-list {
    li {
        margin: 8px 5px;
    }
}
.content {
    padding: 0px 100px;
}
select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.service-icon {
    width: 80px;
    height: 80px;
}

.form-group {
    label {
        margin-bottom: 5px !important;
    }
}
.form-control {
    border-radius: 8px;
}

.rights {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 426px)
{
    .footer .col-md-3 {
        margin-bottom: 10px;
    }
    .first-col, .second-col {
        padding-left: 0px !important;
        text-align: center;
    }
    .last-col {
        padding-right: 0px !important;
        text-align: center;
    }
    .navbar-brand {
        margin: 0px !important;
    }
    .navbar-nav {
        margin-right: 0px;
        text-align: start;
    }
    .animation h2 {
        font-size: 30px;
    }
    .service-icon {
        width: 155px;
        height: 155px;
    }
    
    .nav-item {
        margin: 0 12px;
        padding: 8px 12px;
    }
    
    .rights {
        justify-content: start;
    }
    .home {
        margin-top: 20px !important;
    }
    
    .footer-links {
        display: block;
    }
    
    
    .navbar-open {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}
@media screen and (max-widht: 425px) {

}