.font-adobe-regular {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
}

.font-adobe-italic {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: italic;
}

.font-adobe-semibold {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-style: normal;
}

.font-adobe-semibolditalic {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-style: italic;
}

.font-adobe-bold {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
}

.font-adobe-bolditalic {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.btn-outline-light {
    color: #000;
    border-color: #000;
}

    .btn-outline-light:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }
.border-radius-30{
    border-radius: 30px;

}

/*Create css for h2:after a short line so it shows below*/

.h2line:after {
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    background: #012169;
    margin-top: 20px;
}

.h3line:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #000;
    margin-top: 10px;
}
.pr-5 {
    padding-right: 3rem !important;    
}
.pl-5{
    padding-left: 3rem !important;    
}
.coming-soon {
    background-image: url('/img/bgcover.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}