body {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

a {
  outline: none;
  color: #333;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #CC0000;
}

#body {
  min-height: 800px;
}

.bg-red {
  background: #CC0000;
}

.nav-link {
  color: #FFF !important;
  font-size: 16px;
}

.nav-link:hover {
  color: #6b0000 !important;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .8);
  border-color: rgba(255, 255, 255, 0);
  width: 100%;
}

h1 {
  font-weight: 600;
  color: #CC0000;
  font-size: 2rem;
}

.text {
  color: #444;
  line-height: 24px;
}

#slider {
  position: relative;
  height: 500px;
}

#controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}

#controls span {
  font-size: 48px;
  font-weight: 800;
  color: #FFF;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

#controls span:hover {
  color: #CC0000;
}

.tns-nav {
  display: none;
}

#mainSlider .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw !important;
  height: 500px;
}

.item .inner {
  text-align: center;
  width: 100vw;
  height: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0 0 20px #000
}

.newsbox {
  padding: 15px;
  border: 1px solid #eaeaea;
}

.newsbox .title {
  color: #222;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  min-height: 40px;
}

footer {
  text-align: center;
  padding: 80px 0;
  background: #373737;
  color: #FFF;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #EFEFEF;
}


.mainphotos .row {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #969696;
}

.mainphotos .row .col-md-6 {
  padding: 0;
  margin: 0;
}

.mainphotos .title {
  font-size: 24px;
  color: #CC0000;
  font-weight: 600;
}

.mainphotos .text {
  font-size: 14px;
  text-align: justify;
  margin-top: 20px;
}


.icons i:before {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#CC0000), to(#CC0000));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial; /* reset Font Awesome's display:inline-block */
}

.icons i {
  color: #CC0000;
}

.icons .title {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  display: block;
  margin: 20px 0;
  line-height: 20px;
}

.icons .text {
  font-size: 13px;
  color: #969696;
  text-align: center;
  margin-top: 10px;
}

.quote-wrapper {
  background: #fff url(../../assets/images/04.png) center center no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height: 300px;
}

.quote {
  background: rgba(255, 0, 0, 0.4);
  color: #FFF;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 3px #000;
}

@media (max-width: 800px) {
  #mainSlider .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
    height: 500px;
  }

  .item .inner {
    text-align: center;
    width: 100vw;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    text-shadow: 0 0 20px #000
  }

  .quote {
    font-size: 18px;
    font-weight: 500;
    padding: 10%;
  }
}