/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 1000
*/

/*
.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
*/
body {
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0.02em;
}

a {
    color: #272525;
}

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

section {
    padding: 3em 1.5em;
    position: relative;
    overflow: hidden;
    z-index: 0;
    justify-content: center;
}

section#contact {
    padding: 3em 1em 0.2em 1em;
}

.bg-color {
    background-color: #A81933;
    color: #fff;
}

.btn {
    border-radius: 0;
}

.btn-dark {
    color: #fff;
    background-color: #272525;
    border-color: #fff;
}

.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

.btn-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.mobile-menu {
    background-color: rgba(0,0,0,0.88);
}

.nav-link {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.98) !important;
    transition: all 0.4s ease-in-out;
}
.nav-link:hover {
    color: rgba(255, 255, 255, 0.75) !important;
    transition: all 0.4s ease-in-out;
}

.nav-link.deco:after {
    content: "";
    width: 100%;
    transform: scale(0, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    transition: transform 0.4s ease-in-out;
}

.nav-link.deco:hover:after, .nav-link.deco.active:after {
    content: "";
    transform: scale(1, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #A81933;
    transition: transform 0.4s ease-in-out;
}

.icn-circle {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
}

.icn-circle:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,0.98);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    z-index: -1;
}

.icn-circle:hover:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,0.75);
    background-color: #A81933;
    transition: all 0.3s ease-in-out;
}

.bkg-menu {
  background-color: rgba(0,0,0,0.88);
  transition: all 0.6s ease-in-out;
}

.bg-about {
    color: #fff;
    background-image: url("../images/about.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90vh;
}
.splash {
    display: flex;
    background-image: url(../images/splash-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    height: 100vh;
    overflow: hidden;
}

.title-header h3 {
    font-size: 2.25em;
    font-weight: 800;
    text-align: center;
}

.corner:after {
    content: "";
    background-color: #A81933;
    mix-blend-mode: multiply;
    width: 100%;
    height: 250px;
    clip-path: polygon(0 30%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#contact.corner:after {
    content: "";
    background-color: rgba(0,0,0,0.15);
    mix-blend-mode: multiply;
}

.special-corner {
    position: absolute;
    height: 200px;
    bottom: 0.5rem;
    left: 0;
    z-index: 3;
    width: 100%;
}

.special-corner .word1 {
    position: absolute;
    top: 0;
    left: 0;
}
.special-corner .word2 {
    position: absolute;
}

.special-corner .word3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.squared-box {
    position: relative;
    z-index: 1;
    
    background-color: rgba(0,0,0,0.45);
    border: 1px solid white;
    flex: 1 0 20%;
    box-sizing: content-box;
}

.squared-box-deco {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.squared-box-deco:before, .squared-box-deco:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
}

.squared-box-deco:before {
    top: -4px;
}
.squared-box-deco:after {
    bottom: -4px;
}

.box-title {
    display: block;
    color: #fff;
    font-size: 1.85em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.squared-box p {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2em;
}

.credits {
    position: absolute;
    bottom: 0;
}

.modal-dialog.modal-fullscreen {
    width: 100%;
    height: 100vh;
    max-width: inherit;
    margin: 0;
}

.modal-dialog.modal-fullscreen .modal-content {
    background-color: rgba(0,0,0,0.97);
    border: 0;
    border-radius: 0;
    height: 100vh;
    color: #fff;
}

.modal-dialog.modal-fullscreen .modal-content .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .5;
}

.modal-header, .modal-footer {
    border: 0;
    border-radius: 0;
}

.modal-body {
    padding: 0 2em;
    overflow: scroll;
}

.modal-body .title {
    position: relative;
}
.modal-body .title:after {
    content: "";
    bottom: 12px;
    right: -30px;
    width: 8px;
    height: 8px;
    background-color: #A81933;
    transform: rotate(45deg);
    position: absolute;
}

@media only screen and (min-width: 576px) {
    .bkg-menu {
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.6s ease-in-out;
    }
    
    section {
        padding: 6em;
    }
    section#contact {
        padding: 6em 6em 0.2em 6em;
    }
    .corner:after {
        content: "";
        height: 480px;
        width: 80%;
    }
    
    .special-corner {
        bottom: 2rem;
        left: 2rem;
        width: 400px;
    }
    .modal-body {
        padding: 0 10em;
        overflow: scroll;
    }
}

@media only screen and (min-width: 992px) {
    .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}