/* Alignment and margins*/
.center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-top {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padding-top {
  padding-top: 80px;
}

.padding-top-s {
  padding-top: 40px;
}


.padding-bottom {
  padding-bottom: 80px;
}

.padding-bottom-s {
  padding-bottom: 40px;
}

.translate-up{
  transform: translate(0,-50%);
}

.fixx{
  position: fixed;
  top:0;
}

.navbar{
  background-color: #2c2c2c;
}

.white{
  color: #f2f4f5;
}

!body{
  background-color: #2c2c2c;
}



#One{
  background-color: #f2f4f5;

}

#Two{
  background-color: #f2f4f5;

}

#Three{
  background-color: #53c7db;
}

.four{
  background-color:#2c2c2c;
  height: auto;
}

.whitebg{
  background-color: #f2f4f5;

}

body{
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
}

h2{
  color: #2c2c2c;
  font-size: 20px;
}

h3{
  color: #2c2c2c;
  font-size: 20px;
  font-style: italic;
}

h4{
  color: #2c2c2c;
  font-size: 18px;
}

h5{
  color: #ffffff;
  font-size: 18px;
}

p{
  color: #ffffff;
  font-size: 14px;
}

a{
  color: #ffffff;
}

a:hover{
  color: #ffffff;
  font-family: inherit;
}

.mybutton{
  color: #f2f4f5;
}

.mybutton:hover{
  background-color: grey;
}

.dropdown-item:{
  background-color: #53c7db;
  color:#000000;
}

.dropdown-item:hover{
  background-color: #53c7db;
  color:#000000;
}

.dropdown-menu{
  background-color: #ffffff;
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
  }

.float-bottom {position: absolute; bottom: 0;}


.cover{
  padding-bottom: 15px;
}

.cover img{
  opacity: 0.5;

}

.cover img:hover {
  opacity: 1.0;
}
