* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: white;
}
.vertical-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header {
  text-transform: uppercase;
}
.background-image {
}
.text-center {
  text-align: center;
}
.container {
  overflow: hidden;
  display: flex;
}
.backgrounds {
  min-height: 100vh !important;
  max-height: 100vh !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.white-font {
  color: white;
}
.black-font {
  color: black !important;
}

.navbar {
  height: 10vh;
  background-color: rgb(20, 73, 219) !important;
  color: white !important;
}

.nav-link {
  color: white !important;
}

nav li {
  text-align: center;
  width: 150px;
  height: 40px;
  /* color: black!important; */
  background-color: transparent;
  font-size: 15px;
}

/* NAVIGGATION */
#MenuIcon,
#MainMenu {
  z-index: 99999;
}

#MenuIcon {
  background-color: rgba(0, 0, 0, 0.466);
  height: 60px;
  width: 60px;
  position: fixed;
  top: 50px;
  right: 30px;
}

#MenuIcon:hover {
  cursor: pointer;
}

#MenuLine {
  height: 4px;
  width: 36px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

#MenuIcon:hover #MenuLine {
  width: 40px;
}

#MenuLine::before {
  content: "";
  height: 4px;
  width: 40px;
  background-color: white;
  position: absolute;
  margin-top: 10px;
  transition: all 0.3s;
}

#MenuIcon:hover #MenuLine::before {
  width: 50px;
}

#MenuLine::after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: white;
  position: absolute;
  margin-top: -10px;
  transition: all 0.3s;
}

#MenuIcon:hover #MenuLine::after {
  width: 50px;
}

#MainMenu {
  height: 100vh;
  width: 300px;
  background-color: rgb(20, 73, 219) !important;
  position: fixed;
  top: 0;
  left: -300px;
  transition: all 0.5s ease-in-out;
}

#MainMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-family: arial;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#MainMenu ul li {
  margin: 20px;
}

#MainMenu ul li:hover {
  cursor: pointer;
}

#MainMenu .line {
  height: 2px;
  width: 150px;
  background-color: white;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  border-radius: 2px;
  transform: translate(-50%);
  transition: all 0.3s;
}

#MainMenu ul li:hover .line {
  width: 180px;
}

#navlogo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  color: white;
}

#close {
  position: absolute;
  top: 20px;
  right: 10px;
  transform: translate(-50%);
}

#close:hover {
  cursor: pointer;
}

.companyTitle {
  font-size: 29px !important;
  color: white !important;
}

footer {
  background-color: rgb(20, 73, 219) !important;
  color: black;
  padding: 20px;
}
footer a {
  text-decoration: underline;
  color: black;
}

#map {
  margin: auto;
}

.splits {
  /* background-color: aqua; */
  /* height: 40vh; */
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.title {
  padding-bottom: 30px;
}

.final {
  padding-bottom: 10px;
}

.imgs {
  /* padding-top: 100px; */
  padding-bottom: 0px;
  margin-bottom: 0px;
}
