/*----fonts-----*/
@font-face {
    font-family: Zamolxis I;
    src: url(fonts/ZamolxisI-PGVd.ttf);
}

@font-face {
    font-family: Romanica;
    src: url(fonts/Romanica.ttf);
}


/*-----navbar color and style----*/
nav.navbar {
    width: 100%;
    color: #ecc381;
    overflow: auto;
    font-family: 'Romanica';
    font-size: 55px
}
.custom-navbar{
    border-bottom: 2px solid #a10316;
}
.navbar-brand.mb-0.h1{
    display: inline-block;
    align-items: center;
    
}
.dropdown-menu{
    width: 290px;
}
.dropdown-item{
    font-size: 32px;
}
.d-block{
    padding-left: 24px;
    font-size: 25px;
    color: black;
    text-decoration: none;
}

img.d-inline-block.align-middle {
    width: 135px;
    height: 150px;
}
@media (max-width: 768px) {
    .d-block {
        max-width: 100%;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .d-block.w-100 {
        max-width: 100%;
        height: 350px; 
    }
}
@media (max-width: 768px) {
    img.d-inline-block.align-middle {
    width: 55px;
    height: 65px;
}
}
/*-----navbar links------*/
.navbar-nav a {
    float: right;
    text-align: right;
    padding: 12px;
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-family: Zamolxis I;

}
/*----color when you hover over link----*/
.navbar-nav a:hover{
    color: #c1041a;

}
/*---current tab color----*/
.navbar-nav a:active {
    color: #c1041a;
}
/*----------Carousel-----------*/
#carouselExampleAutoplaying.carousel.slide {
    transition: all 0.25s ease; /* Adjust the transition duration (0.5s is just an example) */
}

.d-block.w-100{
    height: 800px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    .carousel-item img {
        width: 100%;
        max-height: 350px;
    }

    .carousel-inner {
        height: 350px;
    }
}

/*-----Program and Announcements----*/

.row.gx-7 .col-md-7 .card.mx-auto .card-header{
    background-color: #c1041a;
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Romanica';
    
}
.row.gx-7 .col-md-7 .card.mx-auto .card-body{
    text-align: left;
    
}

.container.px-4 .row.gx-7 .col-md-5{
    font-family: 'Romanica';
}

#program {
    text-align: center;
}

h5.camp {
    text-transform: uppercase;
}

#program .col-md-6.time-slot {
    /* text-align: left;
    padding-left: 45px; */
    line-height: 27.5px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*------IPS Word Box------*/
#ips-word {
    font-family: 'Romanica';
    background-color: #a10316;
    border-radius: 0;
}
#ips-word p {
    font-size: larger;
    font-style: italic;
}
#ips-word p span {
    float: inline-end;
    font-style: normal;
}

/*----------HORIZ LINE--------*/
hr {
    border-color: #c1041a;
    border-width: 3px;
    margin-left: 3px;
    /*margin-right: 120px;*/
}
/*-----Welcome card-----*/
.card{
    margin-top: 60px;
    padding-left: 1px;
    padding-right: 1px;
    float: center;
}
.card-header{
    text-align: center;
    background-color: #c1041a;
    color: white;
    font-family: 'Romanica';
}
.card-title{
    text-align: center;
    font-family: 'Romanica';
    /*font-family: Georgia, 'Times New Roman', Times, serif;*/
}
.card-text{
    text-align: center;
    font-family: 'Romanica';
    
}

/*-----------Social Media----------*/

#social {
    text-align: center;
}
.container.px-4 .row.gx-7 .card.mx-auto .card-body h5{
    font-family: 'Romanica';
    

}

/*------------Offcanvas----------*/
.btn.btn-primary.ms-auto{
    background-color: white;
    color: white;
    border: none;
    /*transition: background-color 0.3s ease;*/
}
.offcanvas.offcanvas-end .offcanvas-body .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: small;
}


/*----FOOTER------*/
footer  {
    text-align: center;
    color: white ;
    background-color: #a10316;
    padding: 20px 0;
    width: 100%;
    margin-top: 300px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    
}

@media screen and (max-width: 768px) {
    footer {
        font-size: small;
    }
    
}

/*----Common Styling-----*/
h3, h1, h4 {
    text-align: center;
}



