html, body {
  padding:0;
  margin:0;
}

body{
  font-family: "Open Sans";
}

h1 {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  font-variant: normal;
  
}
h3 {
  font-family: "Open Sans";
  
  font-style: normal;
  font-variant: normal;

}
p {
  font-family: "Open Sans";

  font-style: normal;
  font-variant: normal;
 
}


#wrapper {
  padding-left: 25%;
  transition: all 0.4s ease 0s;
  height: 100%;
}
.side-content{
  position: absolute;
  padding-left:  15%;

}
.side-footer{
  font-weight: 800;
}



.sidebar-nav-ttl{
  line-height: 5px;
}

.footer-btn{
  margin-left: -20%;
  margin-bottom: 50px;
}

.help {
   margin-bottom: 100px;
  float: left;
  background: #4d504d;
  color: white;
  width: 80%;
  height: 80px;
}

.help:hover {
  background: #323432;
  color: white;
}


#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 25%;
  background: #cec204;
  position: fixed;
  overflow-y: overlay; 
  height: 100%;
  z-index: 50;
  transition: all 0.4s ease 0s;
}
section{

  margin:-15px;
}

#page-content-wrapper {


  float: left;
  width: 100%;
}

.checkOut{
  font-weight: 500;
  padding: 10px;
  float: right;
  color: black;

}

.checkOut a{
  color: black;
  text-decoration: none;
}


#sidebar-wrapper .sidebar-nav {
  font-size: 1.3em;
  line-height: 40px;
  position: relative;
  top: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 20px;
}

.side-content h1 {
  line-height: 20px;
}


#sidebar-wrapper .sidebar-nav-2 {
  font-size: 1em;
  line-height: 30px;
  position: relative;
  top: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 20px;
}
.sidebar-nav a{
  color: black;
  text-decoration: none;
}
.sidebar-nav-2 a{
  color: black;
  text-decoration: none;
}


.preview{


}

.preview img{
  height: 100%;
  width: 100%;
}

.about-info{
 
  padding-bottom: 20px;
}

.space{
  padding-top: 40px;
}

.about .container {
  padding: 30px;
}



.card-block{
  padding-top: 10px;
}

.card-title-h{
  font-size: 1.4em;
}

.card .card-img-top {
  width: 100%;
  height: 100%;
}

.show img{
  width: 100%;
  height: 100%;
}

.first-slider{
  left: -38%;
  width: 100%;
  position: relative;
  z-index: 100;
}

.first-slider img{
  width: 100vw;
}

.second-slider{
  left: -38%;
  width: 100%;
  position: relative;
  z-index: 100;
}

.second-slider img{
  width: 100vw;
}

.third-slider{

  left: -37%;
  background: #191818;
  
  width: 100vw;
 
  position: relative;
  z-index: 100;
}


.third-slider p{
  padding: 15px;
  float: right;
  color: white;
}












@media (min-width: 992px){

  .container {
         width: 100%; 
  }
   
}
@media (max-width:767px) {

    #wrapper {
      padding-left: 0;
    }

    #sidebar-wrapper {
      left: 0;
    }

    #wrapper.active {
      position: relative;
      left: 250px;
    }

    #wrapper.active #sidebar-wrapper {
      left: 250px;
      width: 250px;
      transition: all 0.4s ease 0s;
    }

}