html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Rubik', sans-serif;
    background-color: #eaf1f1;
}

hr{
    background-color: #ac4840;
    opacity: 1;
}

.navbar{
    background-color: #eeeeee;
}

header.masthead{
    background-color: #357db7;
    height: 24vh;
}

.masthead .container{
    height: 100%;
}

.masthead h1{
    font-size: 1.6rem;
}

/*services*/
#info h2{
    color: #000000;
}

#info h3{
    font-weight: 700;
}

#info h4{
    font-size: .7rem;
    color: #aaaaaa;
}

#info p{
    font-size: .9rem;
}

.overlay{
    background-color: rgba(0, 0, 0, .4);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.overlay:hover{
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.overlay-txt{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.links a{
    line-height: 2;
    text-decoration: none;
    color: #777777;
    font-weight: 500;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.links a:hover{
    color: #ac4840;
}

.modal-content{
    background-color: rgba(255,255,255,.95);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.modal-body h4{
    font-size: .8rem;
}

/*footer*/
footer{
    background-color: #357db7;
}

footer svg{
    width: 30px;
    height: 30px;
}

footer p{
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 600;
    color: #fefefe;
    font-weight: 300;
}

footer a{
    text-decoration: none; 
    color: #fefefe; 
    font-weight: 700;
}

footer a:hover{
    text-decoration: none; 
    color: #fefefe; 
}

.nummobholder{
    display: none;
}

.numdesk{
    display: inline;
}

@media (min-width: 320px){
    h5{
        font-size: 1rem;
    }
}