body {
  font-family: "Anton", sans-serif;
  font-family: "Roboto", sans-serif;
}

.height {
  min-height: 100vh;
}

.title-underline {
  width: 100px;
  height: 5px;
  margin: 0 auto;
  /* background: blue!important;*/
}

.height-80 {
  min-height: 80vh;
}

.about-picture {
  background: url(../img/about.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#filler,
#progress,
#header1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../Images/DJI_0035.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#filler1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../Images/DJI_0177.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.logo-img {
  position: relative;
  top: 7px;
  left: 10%;
  width: 190px;
  height: 100px;
}
#phn {
  position: relative;
  left: 3.5vh;
}

/* NAVIGATION */
nav {
  width: 100%;
  margin: 0;
  background: rgb(185, 33, 33);
  padding: 5px 0;
}

nav ul {
  list-style: none;
  text-align: center;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 800;
  margin: 0 10px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.5s;
}

nav ul li a:hover {
  background-color: rgb(231, 153, 18);
  border-radius: 10px;
}

/* SHIFT */

nav.shift ul li a {
  position: relative;
  z-index: 1;
}

nav.shift ul li a:hover {
  color: #000000;
}

nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: "";
  color: rgb(255, 255, 255);
  visibility: none;
  opacity: 0;
  z-index: -1;
}

nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.card-img-top {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

/*SLIDER*/

#slider-container {
  height: 800px;
  overflow: hidden;
}

#image-slider .carousel-inner img {
  height: 100vh;
  object-fit: cover;
}

.container {
  z-index: 10;
  /* Ensures content appears above the images */
}

.carousel-inner {
  z-index: 0;
  /* Ensures images stay behind the content */
}

/* FOOTER ICONS*/
.icons {
    position: relative;
    left: 120vh;
    top: -20vh;
    font-size: 15px;
    color: #000000;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 0vh;
  top: -1vh;
  font-size: 15px;
  color: #000000;
}
.social-icons.i:hover {
  color: #e00303;
}

.icon.h4 {
    font-size: 15px;
    color: #000000;
    position: relative;
    left: 140vh;
    top: -22vh;
}
