html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

nav ul li a {
    color: #4B4B4B;
    outline: none;
}

nav ul li a:hover {
    color: #000000;
}

nav ul li a:visited {
    color: #4B4B4B;
}

nav img{
    max-height: 100px;
}

.section-main {
    height: 100vh;
}

.section-main img {
    max-height: 500px;
}

.section-about {
    margin-bottom: 5em;    
}

.section-about img {
    width: 140px; 
    height: 140px;
}

.section-about a {
    color: #000000;
}

footer {
    margin-top: 8em;
    min-height: 100px;
}

footer p {
    margin-top: 2em;
}

.sposition {
    height: 100px;
}

.logo-color {
    color: #20325c;
}

.ml-lg-auto{
    margin: 0px;
}

@media(min-width: 970px){
.ml-lg-auto {
    magrin-left: auto;
    }
}
