@font-face {
    font-family: 'CircularStd-Black';
    src: url('../fonts/CircularStd-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Circular Std Bold';
    src: url('../fonts/Circular Std Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('../fonts/CircularStd-Book.ttf') format('truetype');
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica LT 93 Black Extended';
    src: url('../fonts/Helvetica LT 93 Black Extended.ttf') format('truetype');
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo_SemiExpanded-Black.ttf') format('truetype');
}

/*header styling*/
.bg-lightgrey {
    background-color: white;
}

.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.nav-link {
    font-weight: bold;
}

/*header styling end*/

.txt-1 {
    font-size: 82px;
    font-weight: bolder;
    font-family: "Archivo";
    color: #EF001D;
}

.txt-2 {
    font-size: 82px;
    font-weight: bolder;
    font-family: "Archivo";
    margin-top: -50px;

}

.txt-3 {
    margin: 0px 0 10px 36px;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.d-flex-1 {
    background-image: url("../png/03fondo1landing.png");
}

#flexCheckDefault {
    padding: 9px;
    border-radius: 0.3rem;
    border: 2px solid blue;
}

.rounded-light {
    border-radius: 0.5rem;
}

.form-control::placeholder {
    color: lightgray;
}

.form-check-label {
    margin-left: 1.5rem;
}

#sendButton {
    color: aliceblue;
    background-color: #EF001D;
    border: none;
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 22px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    /*margin-left: 27rem;*/
    margin-top: 1rem;
}

.txt-3 {
    width: 100%;
    margin-top: 8rem;
}

.txt-4 {
    font-size: 100px;
    font-weight: bolder;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: red;
    margin-left: 10rem;
    margin-bottom: -1.5rem;
}

.txt-5 {
    font-size: 70px;
    font-weight: bolder;
    font-family: "Archivo";
    color: #EF001D;
    margin-bottom: -19px;
    margin-left: 10rem;

}

.txt-6 {
    font-size: 70px;
    font-weight: bolder;
    font-family: Archivo;
    color: white;
    margin-left: 10rem;
    margin-top: -1.2rem;
}

#linksContainer {
    background-color: #262626;
}

.bullet {
    color: red;
    padding: 10px;
    text-decoration: none;
}

.group-info a {
    text-decoration: none;
    color: white;
}

/*footer styling*/

.footer {
    background-image: url("../png/17fondofooter1.png");
    background-size: cover;
    padding: 10rem 0;
}

.contact-info {
    padding: 20px;
}

.contact-info p {
    color: white;
}
.contact-info a {
    color: white;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}

.contact-info h3 {
    color: white;
    font-family: Archivo;
}


/*footer styling end*/

@media (max-width: 800px) {

    a.nav-link.active {
        font-weight: bold;
        color: #EF001D !important;
        border-bottom: none;
    }

    .contact-info {
        margin-top: 50px;
    }

    .txt-1 {
        font-size: 42px;
    }

    .txt-2 {
        font-size: 42px;
        margin-top: -30px;
    }

    .txt-5 {
        font-size: 32px;
        margin-left: 0rem;
        margin-top: 0rem;
        margin-bottom: -9.2px;
    }

    .txt-6 {
        font-size: 32px;
        margin-left: 0rem;
        margin-top: -7px;
    }

    #form-img {
        display: none;
    }

    .footer {
        background-image: url("../PNG/17fondofooter1.png");
        background-size: cover;
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
}