@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
 * Globals
 */

/* Links */

a, a:focus, a:hover {
    color: #fff;
}

/* Custom default button */

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    color: #AC7439;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

/*
 * Base structure
 */

html, body {
    height: 100%;
    background-color: #333;
    background-image: url("../images/background.jpg");
    font-family: 'Montserrat', sans-serif;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
    max-width: 42em;
}

/*
 * Header
 */

.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
    color: #fff;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
    transition-duration: 500ms;
}

.nav-masthead .nav-link:hover, .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
    color: #fff;
}

.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}

@media (max-width: 768px) {
    html, body {
        background-image: none !important;
        background-color: #333 !important;
        height: 1vh;
    }
    .cover {
        background: none !important;
    }
}

/*
 * Cover
 */

.cover {
    padding: 10 1.5rem;
    background-color: rgba(51, 51, 51, 0.6);
    border-radius: 8%;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

/*
 * Footer
 */

.mastfoot {
    color: rgba(255, 255, 255, .5);
}

.socials-container {
    font-size: 50px !important;
}

.social-links {
    width: 5rem !important;
    height: 5rem !important;
    transition-duration: 200ms;
}

.social-links:hover {
    color: #AC7439;
}

.lead-link:hover {
    text-decoration: none;
    color: #AC7439;
}

.lead {
    font-weight: 400;
    padding: 1.5rem;
}
.contact{
    background-image: none !important;
    background-color: #333;
    align-items: center;
    align-content: center;
}