html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Lato', sans-serif;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fff;
}
a:hover,
a:focus,
i:hover {
  color: #78ffc8;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
h4 {
  margin-top: 50px;
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.text_center {
  text-align: center;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
}
.text_center p {
  font-size: 12px;
}
.imprinttext {
  margin-bottom: 80px;
}
.white {
  color: white;
  font-weight: 400;
}
.bg-primary {
  background-color: #054866;
}
.bg-header {
  background: #054866;
}
.header-heading {
  text-align: center;
  color: #fff;
  font-size: 48px;
  margin-top: 250px;
}
@media (max-width: 767px) {
  .header-heading {
    margin-top: 55%;
  }
}
.bg-light {
  background-color: #306C88;
}
.bg-white {
  background-color: #fff;
}
.bg-dark {
  background-color: #222222;
  color: #F5F5F5;
}
.bg-lightgrey {
  background-color: #F7F7F7;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.text {
  font-size: 18px;
  text-align: justify;
}
.box {
  height: 250px;
  padding: 25px;
}
@media(max-width:767px){
  .box{
    height: auto;
  }
}
.container {
  margin: 0;
  width: 100%;
}
section {
  padding: 100px 0;
  position: relative;
}
.section-heading {
  margin-top: 0;
  font-weight: 400;
}
.section-paragraph {
  text-align: center;
  margin-top: 200px;
}
section#header{
  padding: 0px;
}
@media (max-width: 767px) {
  .section-paragraph {
    margin-top: 0%;
  }
}
.section-2ndparagraph {
  text-align: center;
  margin-top: 100px;
}
.heading {
  font-size: 18px;
}
.paragraph {
  font-size: 14px;
  font-weight: 300;
  padding: 20px;
}
.paragraph-box {
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
}
.margin_top_md {
  margin-top: 100px;
}
.profilepic {
  height: 200px;
  width: 200px;
  display: block;
  margin: auto;
}
.bg-color {
  background: #fff;
}
@media (max-width: 991px) {
  .bg-color {
    background: #F7F7F7;
  }
}
.bg-color2 {
  background: #F7F7F7;
}
@media (max-width: 991px) {
  .bg-color2 {
    background: #FFF;
  }
}
.margin_rl {
  margin-left: 150px;
  margin-right: 150px;
}
@media (max-width: 767px) {
  .margin_rl {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.margin_rl_small {
  margin-left: 15px;
  margin-right: 15px;
}
aside {
  padding: 50px 0;
}
.contact {
  text-align: left;
  color: #fff;
  padding-top: 40px;
  font-weight: 300;
  font-size: 14px;
  display: block;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .contact {
    text-align: center;
    margin-left: 0;
  }
}
.stuff {
  text-align: center;
  color: #fff;
  padding-top: 40px;
  font-weight: 500;
  font-size: 18px;
  display: block;
}
@media (max-width: 991px) {
  .stuff {
    text-align: center;
  }
}
.contact-form {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}
form {
  max-width: 600px;
  text-align: left;
}
form input,
form textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  @include border-radius(8px);
  display: block;
  width: 100%;
  margin-top: 1em;
  @include box-shadow(0 1px 1px rgba(black, 0.1));
  resize: none;
}
form input:focus,
form textarea:focus {
  @include box-shadow(0 0px 2px rgba($red, 1)!important);
}
form #input-submit {
  color: white;
  background: $red;
  cursor: pointer;
}
form #input-submit:hover {
  @include box-shadow(0 1px 1px 1px rgba(#aaa, 0.6));
}
form textarea {
  height: 126px;
}
.formcontainer {
  max-width: 500px;
  margin: auto;
  display: block;
}
header {
  height: 800px;
  background-position: center;
  background-size: contain;
  background-color: #054866;
  background-image: url('../img/background.png');
  text-align: center;
  color: #333333;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.margin_right_left {
  margin-right: 200px;
  margin-left: 200px;
}
@media (max-width: 768px) {
  .margin_right_left {
    margin-right: 20px;
    margin-left: 20px;
  }
  .margin_right_left p {
    font-size: 16px;
  }
}
.fullscreen {
  height: 100vh;
  width: 100%;
  display: table;
}
.logo_wrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.dark {
  color: #333333;
}
.padding {
  padding-left: 30px;
}
.text-primary {
  color: #fff;
  padding: 10px;
  margin-top: 20px;
}
.padding {
  padding: 10px;
}
.grey {
  color: #111;
  margin-left: 5px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
button.accordion {
  background-color: #054866;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
}
button.accordion:hover {
  color: #ACACAC;
}
@media (min-width: 767px) {
  button.accordion:hover {
    color: #fff;
  }
}
div.panel {
  border: none;
  padding: 0 18px;
  background-color: #054866;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 767px) {
  div.panel {
    overflow: hidden;
  }
}
.arrow {
  color: #78ffc8;
}
@media (min-width: 767px) {
  .arrow {
    display: none;
  }
}
.showmore {
  font-size: 10px;
}
@media (min-width: 767px) {
  .showmore {
    display: none;
  }
}
form {
  margin: 0;
}
form label {
  display: block;
  margin-bottom: .2em;
  font-size: 13px;
  line-height: 13px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #000;
}
form label.error {
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #c0392b;
}
form input[type="text"],
form input[type="password"],
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="month"],
form input[type="week"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="url"],
form textarea {
  margin-bottom: 1.25em;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #fff;
  -moz-border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="date"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="time"]:focus,
form input[type="url"]:focus,
form textarea:focus {
  border-color: #191919;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="date"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="month"][disabled],
form input[type="week"][disabled],
form input[type="email"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="time"][disabled],
form input[type="url"][disabled],
form textarea[disabled] {
  background: #fff;
}
form input[type="text"].error,
form input[type="password"].error,
form input[type="date"].error,
form input[type="datetime"].error,
form input[type="datetime-local"].error,
form input[type="month"].error,
form input[type="week"].error,
form input[type="email"].error,
form input[type="number"].error,
form input[type="search"].error,
form input[type="tel"].error,
form input[type="time"].error,
form input[type="url"].error,
form textarea.error {
  background: #e6e6e6;
  border-color: #c0392b;
}
form input[type="submit"] {
  background: rgb(50,205,140);
  color: #fff;
}
textarea #message {
  height: 150px;
}
fieldset {
  border: 0px;
  margin: 0;
  padding: 0;
}
.required {
  color: #78ffc8;
}
#success,
#error {
  display: none;
}
#success span,
#error span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #success span,
  #error span {
    width: 300px;
  }
}
#success span p,
#error span p {
  margin-top: 14em;
}


body,html{
  padding: 0;
  margin: 0;
  height: 100%;
}
.center-wrapper{
  color: #fff;
  text-align: left;
  position: absolute;
  left: 10%;
  top: calc(15% + 18px);
  color: rgb(50,205,140);
  width: 60%;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
}

.center-text{
  width: 100%;
  text-align: left;
}
.center-text span{
  padding-left: 2px;
}
h1{
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  color: rgb(120,255,200);
  /*text-transform: uppercase;*/
}

@media(max-width:767px){
  h1{
    font-size: 36px;
  }
  .center-text span{
    font-size: 12px;
  }
  .center-wrapper{
    top:9%;
  }
  .center-text span{
    padding-left: 0px;
    word-spacing: 300px;
  }
}

.shareicons span{
  padding: 4px;
}

#animationroot{
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/poster.jpg);
  width: 100%;
  height: 100%;
}

#scrolled{
  position: absolute;
  right: 6%;
  bottom: 10%;
  z-index: 10;
  color: rgb(120,255,200);
  cursor: pointer;
}

.plus-icon{
  background-image: url(../img/plus-icon-sprint.png);
  background-size: 96px 48px;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  background-position: 0px 0px;
}

button:active .plus-icon ,button:focus .plus-icon,button:hover .plus-icon{
  background-position: -48px 0px;
}

.sf-divider{
  font-weight: 300;
}
