.mycontainer{
    background-color: black;
    border: 3px solid color red ; 
}
@font-face {
    font-family: Britannic Bold;
    src: url(/BOOTSTRAP/fonts/BRITANIC.TTF);
    font-family: Broadway;
    src:url(/BOOTSTRAP/fonts/BROADW.TTF);
    font-weight: bolder;
    font-family: lucida calligraphy;
    src:url(/BOOTSTRAP/fonts/LCALLIG.TTF);
    
#topheader{
    /* height:30px;  */
    background-color:rgba(255, 255, 0, 0.411);
    border-width: 0;
    /* /-border-bottom-width: 1px; --/ */
    border-color: aqua;
    border-style: solid;
}
#topheader a{
    color: rgb(168, 6, 6);
    font-weight: 400;
    font-size: 0.90rem;
}
.marq1{
    color: rgb(9, 132, 227);
    font-size: 0.90rem;    
    font-weight: bold;
}
.container-fluid{
    padding-left: 0%;
    padding-right: 0%;
}
.nav-item  {
    font-weight: normal;
    list-style-type:disc; color: yellow;
    padding-right:1.1rem;
    margin-left: .4cm;
    margin-right: .1cm;
}
#m1{
    color:rgb(255,255,0);
    font-weight:normal;
}
.navbar-nav .nav-item:hover .nav-link {
    /* font-style: italic; */
    text-decoration: underline;
    font-weight: normal;
}

.md3{
    color:brown;
    font-weight: 600;
}
.h41{
    color:white   ;
    font-size: large;
    font-weight: 700;
    /* text-decoration-line: underline; */
    
}

.d-block1stRow{

    height: 24rem;
}   

#img1st{
    width: 100%; 
    min-height: 28rem; 
    max-height: 28rem;
    /* margin-left: 2.5rem; 
    margin-top: 1rem;  */
}
#img2nd{
    margin-top: 2rem;
    min-height: 24rem;
    max-height: 24rem;
    max-width:88%;
    min-width:88%;
   
}
.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color:blue;
  }
#round-div{
    height: 16rem;
    /* background-image: url(/BOOTSTRAP/img/red-black-gradient-bg1.jpg); */
}
#round-img{
    height: 14rem;
    width: 14rem;
    margin-top: 1.0rem;
}
#div4footer{
    text-align: left;
    font-family:cursive;
    font-size: large;
    color:yellow;
}
.header-buttons{
   
    margin-left: .3cm;
    border-color: red;
    border-radius: 2px;
    border-width: .1cm;  
    background-color: black;
    color:yellow; 
    font-weight: 500;
    width: 3.5rem;
}
#aboutus{ 
    margin-top: 2rem;
    background-color: rgba(255, 255, 255, .181);
    text-align: center;
    color:white ;
    font-family: Lucida Grande;
    font-weight: 400;
    font-size:x-large;
}
html { font-size: 1rem; }

@media (min-width: 576px) {
    html { font-size: 1.25rem; }
}
@media (min-width: 768px) {
    html { font-size: 1.5rem; }
}
@media (min-width: 992px) {
    html { font-size: 1.75rem; }
}
@media (min-width: 1200px) {
    html { font-size: 2rem; }
}