.custom-bg-green {
	background-color:#01e5ee;
}

.custom-bg-blue {
	background-color:#BFFFFF;
}

.custom-bg-orange {
	background-color:#FFDC73;
}

.custom-bg-purple {
	background-color:#CFBFFF;
}

.custom-text-green {
	color:#000000;
}


/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

/* Slider */
.slider-cover {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 90vh;
  max-height: 680px;
  display: flex;
  align-items: center;
}

.slider-caption {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  max-width: 600px;
}

.slider-caption-header {
  font-size: 3vw;
  line-height: 1.2;
  margin-bottom: 2vh;
}

.slider-caption p {
  font-size: 1vw;
  line-height: 1.4;
  margin-bottom: 2vh;
}

.btn-modern {
  font-size: 1vw;
  padding: 1vh 2vw;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .slider-cover {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    /* height: 90vh; */
    max-height: 600px;
    display: flex;
    align-items: center;
  }

  .slider-caption {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    max-width: 600px;
  }

  .slider-caption-header {
    font-size: 2.8vw;
    line-height: 1.1;
    margin-bottom: 1.8vh;
  }

  .slider-caption p {
    font-size: 0.9vw;
    line-height: 1.4;
    margin-bottom: 1.8vh;
  }

  .btn-modern {
    font-size: 0.9vw;
    padding: 0.9vh 1.8vw;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .slider-cover {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    /* height: 90vh; */
    max-height: 450px;
    display: flex;
    align-items: center;
  }

  .slider-caption {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    max-width: 400px;
  }

  .slider-caption-header {
    font-size: 2.8vw;
    line-height: 1.1;
    margin-bottom: 1.4vh;
  }

  .slider-caption p {
    font-size: 0.9vw;
    line-height: 1.4;
    margin-bottom: 1.4vh;
  }

  .btn-modern {
    font-size: 1.3vw;
    padding: 0.7vh 0.7vw !important;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .slider-cover {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 35vh;
    display: flex;
    align-items: center;
  }

  .slider-caption {
    position: absolute;
    left: 5%;
    top: 43%;
    transform: translateY(-50%);
    width: 30%;
    max-width: 180px;
  }

  .slider-caption-header {
    font-size: 2.8vw;
    line-height: 1.2;
    margin-bottom: 1vh;
  }

  .slider-caption p {
    font-size: 1.1vw;
    line-height: 1.2;
    margin-bottom: 0.8vh;
  }

  .btn-modern {
    font-size: 1.1vw;
    padding: 0.7vh 0.7vw !important;
    white-space: nowrap;
    height: 25px !important;
  }

  .btn.btn-modern span {
    height: 18px!important;
    padding: 0 6px!important;
    margin-left: 15px;
  }
}

@media (max-width: 425px) {
  .slider-cover {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 28vh;
    display: flex;
    align-items: center;
  }

  .slider-caption {
    position: absolute;
    left: 4%;
    top: 43%;
    transform: translateY(-50%);
    width: 30%;
    max-width: 180px;
  }

  .slider-caption-header {
    font-size: 3vw;
    line-height: 1.1;
    margin-bottom: 0.6vh;
  }

  .slider-caption p {
    font-size: 1.2vw;
    line-height: 1.1;
    margin-bottom: 0.6vh;
  }

  .btn-modern {
    font-size: 1.2vw;
    padding: 0.7vh 0.7vw !important;
    white-space: nowrap;
    height: 20px !important;
  }

  .btn.btn-modern span {
    height: 15px!important;
    padding: 0 5px!important;
    margin-left: 12px;
  }
}
@media (max-width: 375px) {
  .slider-cover {
    position: relative;
    background-size: contain !important;
    background-position: center !important;
    width: 100%;
    /* height: 25vh; */
    display: flex;
    align-items: center;
    max-height: 190px;
  }

  .slider-caption {
    position: absolute;
    left: 4%;
    top: 43%;
    transform: translateY(-50%);
    width: 30%;
    max-width: 180px;
  }

  .slider-caption-header {
    font-size: 3.5vw;
    line-height: 1.1;
    margin-bottom: 0.6vh;
  }

  .slider-caption p {
    font-size: 1.8vw;
    line-height: 1.1;
    margin-bottom: 0.6vh;
  }

  .btn-modern {
    font-size: 1.2vw;
    padding: 0.7vh 0.7vw !important;
    white-space: nowrap;
    height: 20px !important;
  }

  .btn.btn-modern span {
    height: 15px!important;
    padding: 0 5px!important;
    margin-left: 12px;
  }
}

@media (max-width: 320px) {
  .slider-cover {
    position: relative;
    background-size: contain !important;
    background-position: center !important;
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
  }

  .slider-caption {
    position: absolute;
    left: 4%;
    top: 43%;
    transform: translateY(-50%);
    width: 30%;
    max-width: 180px;
  }

  .slider-caption-header {
    font-size: 3vw;
    line-height: 1.1;
    margin-bottom: 0.6vh;
  }

  .slider-caption p {
    font-size: 1.2vw;
    line-height: 1.1;
    margin-bottom: 0.6vh;
  }

  .btn-modern {
    font-size: 1.2vw;
    padding: 0.7vh 0.7vw !important;
    white-space: nowrap;
    height: 20px !important;
  }

  .btn.btn-modern span {
    height: 15px!important;
    padding: 0 5px!important;
    margin-left: 12px;
  }
}