


/* menu */
#sandwitch{
  font-size:30px;
  cursor:pointer;
  position: fixed;
  right: 30px;
  top:15px;
  z-index:100;
}


/* bottom arrow */
#gotoTop{
  text-decoration: none;
  font-weight: 900;
  font-size: 50px;
  color: greenyellow;
  position: fixed;
  right:20px;
  bottom:2px;
  z-index: 99;
}

/* parallax */
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;

  scroll-behavior: smooth;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1.4;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("./images/background_2.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("./images/background_2.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("./images/background_3.jpg");
  min-height: 400px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: black;
  color: #fff;
  padding: 18px;
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    /* background-attachment: scroll; */
  }
}

/* navbar */
body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(36, 12, 175);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


#footer-div{
  min-height:300px;
  color:#ddd;
  background-color:#282E34;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align:center;
 
  
}
.footer-ul{
  background-color:#282E34;
  width: 50%;
  list-style-type: none
}

.image-freepik{
  background-color:#282E34;
}
