*{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
/* navbar bg color */
#top_nav{
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 40%;
}

div.row.title{
  padding-left: 33%;
  padding-right: 33%;
  background-color: rgb(238, 77, 77)!important;
  margin-bottom: 20px;
}
.container.border{
  border: 1px solid #ffffff !important;
}
tr{
  border-color: rgb(238, 77, 77) !important;
}
thead>tr>th{
  color: rgb(238, 77, 77) !important;
}
.container-lg-12{
  margin-top: 100px;
 
}
#home_main{
    margin-top: 98px;
}
.form-check-input:checked{
  /* change check color */
  background-color: green !important;
}
button.nav-link.active{
  background-color: rgb(238, 77, 77) !important;
  color: white !important;
}
button.nav-link:hover{
  background-color: rgb(238, 77, 77, 0.8);
  color:white;
}
button.nav-link{
  color: black !important;
}
.btn{
  color: white;
  background-color: rgb(238, 77, 77) !important;
}
.btn:hover{
  background-color: rgb(238, 77, 77, 0.8)!important;
  color: white;
}
/* social media icon rtyle */
.fab, .fa-brands{
    border-style:solid;
    border-width: 1px;
    padding: 4px;
    border-radius: 20px;
    font-size: 24px;
}
.social-link{
    color: white;
    padding-right: 5px;
}
.social-link:hover {
  color: rgb(238, 77, 77);
}

.fa{
  color: rgb(238, 77, 77);
}
.bg-white.rounded.shadow.py-5.px-3{
  box-shadow: 0 .5rem 1rem rgba(238,77,77,0.3)!important;

}
.bg-white.rounded.shadow.py-5.px-4{
  box-shadow: 0 .5rem 1rem rgba(238,77,77,0.3)!important;
}
footer{
  position: sticky;
  top: 100vh;
}
img.img-fluid.rounded-circle.mb-3.img-thumbnail.shadow-sm{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(238, 77, 77)!important;
}
section{

  display: flex;
  justify-content: center;
  align-items: center;

}
.card-text{
  text-align: justify;
  text-justify: inter-word;
}
#one, #two, #three, #four, #five, #six{
  margin-top: 20px;
  padding-bottom: 8px;
}

/* Style the active/current link */
 .nav-item:hover {
  background-color: rgb(231, 219, 219, 0.2);
  color: white;
  border-radius: 3%;
  
}

a.nav-link.active{
  background-color: rgb(231, 219, 219, 0.2) !important;
  color: white!important;
  border-radius: 3% !important;
}

/* Style for samll devices */
@media screen and (max-width: 900px) {
  #top_nav{
    background-color: rgb(45, 43, 43) !important;
  }
  #nav_link{
       font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  div.row.title{
    padding-left: 33%;
    padding-right: 33%;
    background-color: rgb(238, 77, 77)!important;
    margin-bottom: 20px;
  }
  div.col.border{
    border: 0px !important;
  }
}


@media screen and (max-width: 480px) {
  #home_main{
    margin-top: 23%;
  }
  #home_img_parent{
    transform: rotate(90deg);
  }
  #one{
    margin-top: 0;
  }
}

@media screen and (max-width: 1300px) {
  #MMA_img{
    width: 160px !important;
    height: 160px !important;
  }
}
@media screen and (max-width: 1200px) {
  #MMA_img{
    justify-content: center ;
  }
}
  

/* style="background-color: #3b3d3e;" */