body {

  font-size: 12pt;
  font-family: "Open Sans";
  color:black;
}

h1 ,h2 , h3{
  color:#000;
  font-weight: bold;
}



.header {
  width:100%;
  position :absolute;
  top:0;
  left:0;
  height:80px;
  z-index: 99;
  background-color: #3D2E2E;
  color:white;
  font-size: 14pt;
}

.header-content{
  height:80px;
  
}


.header2 {
  width:100%;
  position :absolute;
  top:80px;
  left:0;
  height:80px;
  z-index: 99;
  color:white;
}


.carousel .carousel-item {
   height:800px;
   top:0;
}
  
.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 800px;
    
}

.carousel-caption {
  bottom:25%;
}

.carousel-title {
  /*background-color: rgba(61,46,46,.4);*/
  font-size:3.5em;
  font-weight: bold;  
}

.carousel-subtitle {
  /*background-color: rgba(61,46,46,.4);*/
  font-size:2em;
  font-weight: bold;  
  text-transform: uppercase;
}



.footer {
  width:100%;
  position :relative;
  bottom:0;
  left:0;
  height:180px;
  z-index: 99;
  background-color: #3D2E2E;
  color:white;
  height: fit-content;
  padding-bottom: 3em;
}



.block3 {
  background-color: #3D2E2E;
  color:#fff !important;
  padding-bottom: 2em;
}

.button1 {
  background-color: #F15A24;
  color:white;
  height:3em;
  border:none;
  font-size: 1em;
  font-weight: bold;
  padding-left:1.5em;
  padding-right:1.5em;
}


.question-blocks i{

  font-size: 3.5em;
  color:rgb(112 ,163 ,46);

}

.footer-title {
  color: #F15A24;
  font-size: 22pt;
  font-weight:bold;

}

.footer-title2 {
  color: #F15A24;
  font-size: 1.2em;
  font-weight:bold;

}

.footer i{

  font-size: 30px;
  margin-left: 0.5em;
}

.footer a {

   text-decoration: none;
   color:white;

}

.title1 {
  
  font-size: 36pt;
  font-weight: bold;
  
}

.subtitle1 {


font-size: 26pt;
font-weight: bold;
/*color:rgb(80,67,62);*/
}


.subtitle2 {
  font-weight: bold;
  /*color:rgb(80,67,62);*/
  margin-bottom: 0;
  }


  .subtitle1 {

  
    font-size: 22pt;
    font-weight: bold;
    /*color:rgb(80,67,62);*/
    margin-bottom: 1em;
    }
  

.gallery  {
  padding:2em;
  background-color: #F15A24;

}

.description1 {

  font-size: 12pt;
}

.logo {

  height:70px;


}


.error{

  color:red;
  font-weight: bold;
  
}


@media only screen and (max-width: 600px) {

  .contacts{
    font-size: 12pt;
  }

  .logo {
    width:120px;
  
  }

  .carousel-title {
  
    font-size: 30pt;
 }

 .carousel-caption {

    top:30%;
 }
    
  .carousel-subtitle {
    
    display: none;

  }

  .header-label {
    display: none;
  }

  .carousel .carousel-item {
    height:450px;
    top:0;
 }
   
 .carousel-item img {
     position: absolute;
     top: 0;
     left: 0;
     min-height: 450px;
     
 }

 .carousel-indicators {
   display:none;
 }

}