@import url('https://fonts.googleapis.com/css?family=Bangers|Cinzel:400,700,900|Lato:100,300,400,700,900|Lobster|Lora:400,700|Mansalva|Muli:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700|Roboto:100,300,400,500,700,900&display=swap');

.btn-blue {
    background-color: #249cf2;
      color: #fff;
    font-size: 20px;
}


@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}





div.content {
margin-left: 220px;


height: device-height;
}



.container1 {
  display: inline-block;
    height: auto;
    
    width: device-width;

}
.container2 {
    margin-top:20px;
    width:100%;
}

 */

   * {
     box-sizing: border-box;
   }

   
   .bg-text {
     background-color: rgb(0,0,0); 
     background-color: rgba(0,0,0, 0.4); 
     color: #4aed7b;
     font-weight: bold;
     
     border: 3px solid #f1f1f1;
     position: absolute;
     top: 18%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 2;
     width: 80%;
     padding:20px;
     text-align: center;
   }
   
/* .bg-image {

  background-image: url("cpiccrop.jpeg");

  filter: blur(2.5px);
  -webkit-filter: blur(2.5px);


  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  border-bottom: solid 6px #E87A0C;
}

.center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}




@media screen and (max-width: 900px) {
  .meadia-left {
    float: none;
    width: 100%;
    clear: both;
    margin-left: 0;
  }

  .media-body {
    margin-left: 0;

  }
}

.media-body h2 {
  margin-top: 0px;
  margin-left: 2px;
  color: #000;
}

.media-left {
  display: flex;
  align-items: center;
}

@media (max-width: 1160px) {
  

  .media-left {
    float: none;
    margin-left: 0;
    clear: both;

  }

} */



.content {
  padding-top: 10px;
  text-align: justify;
  min-height: 300px;
}

/* .container {
margin-left: 30%;
margin-right: 30%;
} */



.logo1 {
  display: inline-block;
}

.logo1 .mobile {
  display: none;
}

@media (max-width: 800px) {
  .logo1 .mobile {
    display: block;
  }

  .logo1 .desktop {
    display: none;
  }
}