/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */

 @import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

 .h1, h1 {
   font-family: Oswald;
  font-size: 1.7rem;
}
.h2, h2 {
  font-family: Oswald;
  font-size: 1.5rem;
}

.h3, h3 {
  font-family: Oswald;
  font-size: 1.3rem;
}

.p, p {
  font-size: 1.0rem;
}

.barseback {
  font-size: 0.7rem;
}
 
footer {
  box-shadow: 0 0 10px black;
  padding:0 0 0 0px;  
}

.carousel {
  box-shadow: 0 0 10px black;
padding:0 0 0 0px;
}

.carousel-item {
  height: 45vh;
  /* min-height: 300px; */
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  background-color: black;
  opacity: 0.7;
  padding-top: 0.4rem;
  padding-right: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.4rempx;
}



.carousel-caption h3 {
  font-size: 1.3rem;
}

.carousel-caption p {
  font-size: 0.9rem;
}

.carousel-inner {
  margin-bottom: 0.0rem;
}

/**
.d-block {
  margin-bottom: -0.2rem;
}
**/

/*
@media (max-width: 575.98px) {
}
*/

.custom {
  width: 180px !important;
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .h1, h1 {
    font-size: 1.2rem;
  }
  .h2, h2 {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  .h3, h3 {
    font-size: 0.8rem;
  }

  p {
    font-size: 0.7rem;
  }

  img {
    height: 20vh;
    margin-bottom: 0.6rem;
  }

  .pt-5, .py-5 {
    padding-top: 1rem!important;
  }

  .carousel-caption {
    padding: 0.2rem;
    /* ertical-align: bottom; */
  }
  
  .carousel-indicators {
    display: none;
  }

  .carousel-item {
    height: 35vh;
  }
  .carousel-caption h3 {
    font-size: 1.0rem;
  }  
  .carousel-caption p {
    font-size: 0.7rem;
  }
  
}

/*default? 575.98, 991.98, 1199.98px */
@media (max-width: 1023.98px) {
  .h1, h1 {
    font-size: 1.4rem;
  }
  .h2, h2 {
    font-size: 1.1rem;
    margin-top: 0.6rem;
  }
  .h3, h3 {
    font-size: 0.9rem;
  }

  p {
    font-size: 0.8rem;
  }

  img {
    height: 20vh;
    margin-bottom: 0.7rem;
  }

  .pt-5, .py-5 {
    padding-top: 1rem!important;
  }

  .carousel-caption {
    padding: 0.3rem;
    /* ertical-align: bottom; */
  }
  
  .carousel-indicators {
    display: none;
  }

  .carousel-item {
    height: 35vh;
  }
  .carousel-caption h3 {
    font-size: 1.1rem;
  }  
  .carousel-caption p {
    font-size: 0.8rem;
  }
  
}
}

/*
@media (max-width: 1199.98px) {
}
*/