@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

.prim-navbar {
    height: 100;
    background-color: rgb(66, 3, 3);
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.logo-navbar {
    height: 50px;
}

.utility {
    background-color: rgb(14, 14, 14);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 25px;
}
.utility-title {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Roboto';
}
.prim-navbar-title {
    text-decoration: none !important;
    color: #FB8B24;
    font-weight: regular;
    font-family: 'Rufina';
}
.prim-navbar-title:hover {
    font-weight: regular;
    background-color: #FB8B24;
    border-radius: 8px;
    color: rgb(44, 2, 2);
    border: 10px solid #FB8B24;
}


/**Divider**/
.enroll-divider {
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 64px !important;
    padding-top: 64px;
}

/**Thank You Section**/
h2 {
    font-family: 'Rufina' !important;
    font-size: 48px !important;
}
h3 {
    font-family: 'Roboto' !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}
.thankyou-section {
    background: linear-gradient(#2C0102, #300108);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 64px;
    margin: auto;
}
.thankyou-info {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
h3 {
    font-family: 'Roboto' !important;
    font-weight: 300 !important;
}
.thankyou-img {
    width: 50%;
    margin-top: 72px;
    margin-bottom: 72px;
}
.home-button {
    width: 270px;
    height: 48px;
    border: none;
    border-radius: 25px !important;
    background: #FB8B24;
    color: #9A031E;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    font-family: 'Roboto';
    font-weight: 400 !important;
    text-decoration: none;
    text-align: center !important;
    vertical-align: middle !important;
    line-height: 35px !important;
}
.home-button:hover {
    background-color: #F17A0D;
    color: #9A031E;

}

/**Footer**/
.footer-split {
    height: 8px;
    background-color: rgb(14, 14, 14);
}
.footer {
    background: url(../image/footer/footer-background.png);
    margin: 0;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.connect-h2 {
    color: white;
    font-family: 'Rufina';
    font-size: 32px !important;

}
.social-icons {
    text-decoration: none;
    color: white;
    padding: 8px;
}
.newsletter-h2 {
    color: #FB8B24;
    font-family: 'Rufina';
    font-size: 32px !important;
}
.newsletter-h4 {
    color: white;
    font-family: 'Roboto';
    font-size: 16px !important;
    font-weight: 400;
}
.form-name {
    color: white;
}
.form-control {
    width: 100%;
}
.footer-info {
    width: 80%;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: 64px;
    justify-content: space-between;
}
.connect-with-us {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}
.newsletter {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.newsletter-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsletter-button {
    background-color: #FB8B24;
    border-radius: 25px !important;
    color: #9A031E;
    border: 4px solid #FB8B24 !important;
    font-family: 'Roboto';
    font-weight: 400 !important;
}
.newsletter-button:hover {
    background-color: #F17A0D;
    color: #9A031E;
    border: 4px solid #F17A0D !important;
}
.footer-button {
    margin: auto;
}
.footer-logo {
    display: flex;
    justify-content: center;
    padding: 32px;
}
.footer-copyright {
    background-color: black;
    width: 100%;
    margin: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
}