 @import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
body {
  font-family: "Roboto", "Helvetica Neue", "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(../images/about_back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
/*------------------------------------------------NAVBAR----------------------------------------*/
 .nav {
  background-color: rgba(0, 0, 0, 0.856);
  z-index: 9;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.856);
}
.nav_top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.logo {
  float: left;
  width: 50%;
}
.logo img {
  padding: 8px;
  width: 30%;
  margin-left: 10%;
}
.nav_side {
  float: right;
  width: 95%;
  margin-top: 20px;
}
.nav_side a {
  text-decoration: none;
  margin-right: 10px;
  margin-left: 50px;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 15px;
  color: white;
  font-weight: bold;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 15px;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.nav_side a:hover {
  color: rgb(79, 255, 88);
  transition: all 1s ease;
}

.parallax {
  position: absolute;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.parallax img {
  width: 100%;
  height: 100%;
}

p {
  font-size: 18px;
  line-height: 1.5;
  color: #8a8e91;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica,
    Arial, sans-serif;
  position: relative;
  margin: 10px 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
  color: white;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.typed {
  margin: 50px;
  color: white;
}

header {
  position: relative;
  width: 100%;
  color: white;
}

header .header-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
}

header .typed {
  display: inline-block;
  margin: 0;
}

header .typed-cursor {
  font-size: 60px;
  display: inline-block;
  margin: 0 10px;
  color: #00a8ff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

a {
  text-decoration: none;
  color: #00a8ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-bar {
  background: #bbb;
}

.btn {
  font-size: 18px;
  display: inline-block;
  padding: 15px 30px;
  color: white;
  border: 2px solid transparent;
  border-radius: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
  color: white;
}

.btn.btn-blue {
  background: #00a8ff;
}

.btn.btn-blue:hover {
  background: #31b9ff;
}

.btn.btn-blue-fill {
  color: #00a8ff;
  border-color: #00a8ff;
  background: transparent;
}

.btn.btn-blue-fill:hover {
  color: white;
  background: #00a8ff;
}

.btn.btn-white-fill {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn.btn-white-fill:hover {
  color: #00a8ff;
  background: #fff;
}

.btn.btn-gray-fill {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn.btn-gray-fill:hover {
  border-color: #bbb;
  background: #bbb;
}

.container {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
}

.section {
  padding: 40px 0;
  /* background: #fff; */
}

.section-padded {
  padding: 140px 0 40px;
}

.cut-top {
  content: " ";
  position: absolute;
  z-index: 1;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-right: 30px solid white;
}

.cut-bottom {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 80px solid transparent;
  border-left: 30px solid white;
}

.bio {
  color: white;
  font-weight: normal;
}

.team {
  margin-top: 60px;
  margin-bottom: 15px;
  padding-bottom: 60px;
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.team .cover .overlay {
  height: 150px;
  padding-top: 60px;
  opacity: 0;
  background: rgba(0, 168, 255, 0.9);
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}

.team:hover .cover .overlay {
  opacity: 1;
}

.team .avatar {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  border-radius: 50%;
}

.team .title {
  margin: 50px 0;
}

.shit {
  border-radius: 100px;
}

.modal {
  padding: 0 25px !important;
}

.modal-dialog {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.modal-popup {
  position: relative;
  padding: 45px 30px;
  text-align: center;
  background: url("../img/popup.jpg");
  color: white;
  box-shadow: white 0px 0px 2px;
  border-radius: 2px;
}

.modal-popup a.close-link {
  font-size: 22px;
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
}

.row.title {
  padding: 0 20px;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.white {
  color: white;
}

.light-white {
  color: rgba(255, 255, 255, 0.5);
}

/* .white-bg {
  background: white;
}

.gray-bg {
  background: #f7f7f7;
} */

.blue {
  color: #00a8ff;
}

.blue-bg {
  background: #00a8ff;
}

.muted {
  color: #989da0;
}

.margin-top {
  margin-top: 150px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 12px;
  }
  .section {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .modal {
    padding: 0 10px !important;
  }
  .typed {
    margin-top: 125px;
  }
}
@media (max-width: 400px) {
  header .typed-cursor {
    display: none;
  }
} 
