/*====  Div Basic =====*/
/*1em = 16px */
body {
  overflow-x: hidden;
  font-family: roboto;
  font-size: 16px;
  line-height: 1.42857143;
}
* {
  margin: 0;
  padding: 0;
}

a {
  color: #005458;
  text-decoration: none;
}
a:visited {
  color: #005458;
  text-decoration: none;
}
a:hover {
  color: #ffd414;
  text-decoration: none;
}
.h2 {
  font-size: 2.5rem;
  font-weight: 100;
}

.heading-secondary {
  /* font-size: 2.5rem; */
  font-weight: 100;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.heading-tertiary {
  font-size: 5.5rem;
  font-weight: 100;
  margin-bottom: 1rem;
  color: #fff;
}
.paragraph {
  font-size: 1.25rem;
  font-weight: 300;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 20px;
}
/* .align {
  text-align: left;
} */
.paragraphBig {
  font-size: 1.25rem;
  font-weight: 300;
}
.paragraphBox {
  text-align: justify;
  text-justify: inter-character;
  margin-right: 1rem;
  margin-left: 1rem;
}

/*=== Nav ===*/

.logo img {
  display: inline-block;
  width: 140px;
  margin-top: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
}

.navbar {
  /* padding: 5px 0px; */
  border-bottom: none !important;
  transition: all 0.5s ease-in-out;
}

/*=== Sticky nav ===*/
.secondary {
  background-color: rgb(109, 118, 125, 0.75) !important;
}

/*=== HERO ===*/

.hero {
  width: 100%;
  height: 250px;
  background-image: url(../img/slider_001.jpg);
  background-size: cover;
  background-position: center;
  color: white;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: relative;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
}

 .social-networks a.fa {
  /* margin-top: 20px; */
  margin-right: 10px;
  font-size: 20px;

}
.btn1 {
  padding: 13px 18px;
  /* background-color: transparent; */
  background-color: #fff;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  border: 1px solid white;
  border-radius: 4px;
  transition: all 0.5s ease-in;
  margin-right: -3px;
}

.btn1:hover {
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-color: #fff;
  /* background-color: #ffd414;
  border-color: #ffd414; */
}

/*=== RogaDev People ===*/
.people-area {
  margin-top: 30px;
}

.people-area p {
  margin-bottom: 10px;
}

.people-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 30px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 9;
  margin-top: 20px;
  min-height: 252px;
}
.people-wrap::before,
.people-wrap::after {
  content: "";
  height: 300%;
  position: absolute;
  transform: rotate(45deg);
  width: 120%;
  z-index: -9;
  transition: all 0.5s;
  opacity: 0;
  background-color: #6d767d;
}
.people-wrap::before {
  top: -37px;
  left: 100%;
}
.people-wrap:hover:before {
  left: -27px;
  opacity: 1;
}
.people-wrap::after {
  right: 100%;
  bottom: -37px;
}
.people-wrap:hover:after {
  right: -27px;
  opacity: 1;
}
.people-wrap:hover {
  color: white;
}
.people-icon i {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.5s;
}


/*=== Typed Txt ===*/

.typed_wrap {
  background-position: center;
  color: white;
  /*centers it in the .banner*/
  position: absolute;
  /* top: 20%; */
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.typed_wrap h1 {
  display: inline;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 300;
}
.typed_wrap h2 {
  display: inline;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 100;
  color: #ffd414;
}
/*Add custom cursor so it auto inherits font styles*/
.typed::after {
  content: "|";
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none;
}
/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*=== Map ===*/
.mapHeight {
  margin-top: 40px;
  margin-bottom: 40px;
}
.map {
  width: 100%;
  height: 300px;
  background-image: url(../img/worldMap_1920-500_002.jpg);
  background-size: cover;
  background-position: center;
  color: white;
}

.map-content {
  position: absolute;
  top: 39%;
  width: 100%;
}

/*=== Footer ===*/

.footer {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  background-size: cover;
}
.copyright-sign {
  font-size: 20px;
  color: #333;
}
.paragraph-footer {
  color: #333;
  font-size: 1.25rem;
  font-weight: 300;
}
