@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,300,700");
@import "bourbon";

body {
  color: #232323;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 15pt;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #image-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

body #video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  overflow: hidden;
}

@include placeholder {
  color: #fff !important;
}

a:hover {
  color: #00c8aa;
  text-decoration: none;
  outline: none;
}

a {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  color: #FFFEBF;
}

p {
  font-size: 18px;
}

section ul li {
  display: inline-block;
  width: 13rem;
}

.main{
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

h1 {
  color: #fff;
  font-weight: 100;
  font-size: 67px;
}



@media only screen and (max-width: 767px) {
    input.notify-me {
      color: #fff;
      padding: 7.5px 5px !important;
      font-size: 11px ;
      font-weight: 500;
      background-color: #0fe0ba;
      border-radius: 0;
      border-color: #0fe0ba;
      transition: all 0.5s ease-in-out;
  }
}



.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1d2437;
  opacity: .4;
}

.content-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
}


.index-design {
  border: 2px solid #333;
  margin-bottom: 30px;
}

.index-design:hover {
  border: 5px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: 30px;
}

.index img{
  height: 100%;
  width: 100%;
  border: 10px solid #333;
}

.main-index{
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  background-color: #d4f1d8;
}

.main-index h1 {
  margin-bottom: 50px;
  margin-top: 5px;
  color: #333;
  display: block;
  font-weight: bolder;
  text-align: center;
}

.index-design h4 {
  background-color: #333; 
  color: #fff;
  margin: 0px;
  padding: 10px;
  font-weight: bolder;
}

.copyright-text {
  color: #333;
  letter-spacing: 0;
  font-size: 10px;
  text-transform: none;
}

a.website {
  color: #999999;
}

a.website:hover {
  color: #00c8aa;
}


.bg {
  position:absolute;
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  opacity:1;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}

.top-part {
  padding: 150px 0;
  background: #f2f3f7;
  background: url(../images/header_bg.jpg) top;
  background-size: cover;
}

.top-part p {
  color: #cbcbcb;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.top-part  h1 {
  font-size: 67px;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 25px;
}

.top-part h2 {
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 7px;
  color: #f2f3f7;
}

