*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body {
  /* background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(234, 236, 231), rgb(174, 184, 182)); */
  margin-top: 7px;
  background-color: #ffffff;
}


.bit {
  position: absolute;
  font-weight: bold;
  color: red;
  left: 30px;
  bottom: 30px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 120px;
  text-shadow: 2px 2px black;
  z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.nav a {
  background: rgb(138, 143, 142);
  color: #0b1218;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #020407;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


body {
  padding: 10px;

}

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills>li>a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

.prod {
  padding: 10px;
  background:
    linear-gradient(rgba(105, 58, 30, 0.8), rgba(175, 79, 1, 0.8)),
    url(../Images/back.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 10px;
  border-style: inset;
}

.prod h2 {
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  color: white;
}

.prod h2::after {
  content: '';
  background: #428bca;
  display: block;
  height: 3px;
  width: 170px;
  margin: 10px auto 20px;
}

.websec {
  background:
    linear-gradient(rgba(30, 58, 200, 0.8), rgba(175, 79, 1, 0.8)),
    url(../Images/back.jpg);

  background-attachment: fixed;
  background-size:100% 100%;
  margin-bottom: 10px;
  height: auto;
  padding: 15px;
  padding-top: 50px;
  padding-bottom: 70px;
  border-style: inset;
}

.websec h2 {
  display: block;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  color: white;
  text-shadow: 2px 2px black;
}
.websec h2::after{
  content: '';
  background: #f8f9fa;
  display: block;
  height: 3px;
  width: 170px;
  margin: 10px auto 20px;
}

.trapezoid {
  position: relative;
  margin: 5px;
  margin-top: 10px;
  padding: 1px;
  padding-left: 10px;
  text-align: left;
  border-bottom: 60px solid rgba(214, 200, 6, 0.8);
  border-right: 30px solid transparent;
  height: 0;
  width: 50%;
  box-shadow: 0px 5px white;
  white-space: pre-wrap;
  transition: 1s;
}

.trapezoid h3 {
  position: absolute;
  top:-1px;
  font-family: 'Fjalla One', sans-serif;
}

.trapezoid:hover {
  transform: rotateX(360deg);
}

.newsfeed{
  widows: 100%;
  height: 100%;
  border: 1px solid saddlebrown;
}
.newsfeed h4{
  margin: 0px;
  text-align: center;
  border: 1px solid saddlebrown;
  padding: 2px;
  background: #1e3522;
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
}
.news{
  padding: 5px;
  border-radius: 4px;
  widows: 100%;
  background:white;
  border: 1px solid rgb(240, 232, 227);
}
.news h3{
  text-align: left;
  margin: 0px;
  padding: 5px;
  padding-bottom:10px;
  font-family: 'Titillium Web', sans-serif;
}
.news h6{
  text-align: left;
  margin: 0px;
  padding: 5px;
  padding-bottom:10px;
  font-family: 'Fjalla One', sans-serif;
}
.prorow {
  border: 1px solid rgb(197, 134, 16);
  padding: 10px;
  position: relative;
  background: rgb(255, 255, 255);
  margin-bottom: 10px;
  border-radius: 0px 50px 0px 50px;
}

.grey {
  background: rgb(223, 236, 176);
}

.banner {
  position: absolute;
  left: 10px;
  top: 2px;
  z-index: 99;
  width: 170px;
  height: 270px;
}

/* footer page */
.footer-links a {
  text-decoration: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  color: rgb(230, 237, 243);
}



@media only screen and (max-width: 780px) {
  .bit {
    font-size: 30px;
  }

  .banner {
    justify-content: center;
    align-items: center;
    z-index: 1;
  }

  .mde {
    visibility: hidden;
  }
  .trapezoid{
    width: 100%;
  }

}

@media only screen and (max-width: 995px) {
  .media-body p {
    font-size: 10px;
  }

  h5 {
    font-size: 12px !important;
  }

  .flip-box-back h2 {
    font-size: 15px !important;
  }
}