html,
body,
.view {
    height: 100%;
}

html {
	scroll-behavior: smooth;
}

.view {
    background: url("../img/IMG_9348.webp") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

.extra-margins {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

main {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.flex-center {
    color: #fff;
}

.contact .fa {
    font-size: 2.2rem;
    line-height: 80%;
    /*margin-bottom: 2rem;*/
}

.navbar {
    background-color: transparent;
    /*background-color: rgba(0,0,0,0.2);*/
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: #1C2331;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }
}

