@font-face {
    font-family: EastCoast;
    src: url('East_Coast_Stationery.ttf') format('truetype');
}
@font-face {
    font-family: Pacifico;
    src: url('Pacifico.ttf') format('truetype');
}
@font-face {
    font-family: BlackoutMidnight;
    src: url('Blackout Midnight.ttf') format('truetype');
}



body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #000000;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: BlackoutMidnight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: rgb(89,148,219);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #459b66;
}
.light {
  font-weight: 400;
}
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
}
.navbar-brand {
  font-weight: 700;
}

.navbar-custom a {
  color: rgb(89,148,219);
}

.navbar-custom a.btn {
    color: white;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .nav li a.btn:hover,
.navbar-custom .nav li a.btn:focus  {
  outline: none;
  background-color: rgba(89,148,219,0.5);;
}

.navbar-toggle .btn {
  padding: 4px 6px;
  font-size: 16px;
  color: #ffffff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: none;
}
@media (min-width: 767px) {
  .navbar {
    padding: 10px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar.top-nav-collapse {
    padding: 4px 0;
    background-color: #ffffff;
  }
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
    
    section {
    min-height: 100%;
}
}

section {
 min-height: 100%;   
}

.intro {
  padding: 0px 0px;
  text-align: center;
  color: #ffffff;
  background-color: rgb(89,148,219);
    overflow: hidden;
}
.intro-body {
  display: table-cell;
  vertical-align: middle;
}
.brand-heading {
  font-size: 40px;
}
.intro-text {
    font-family:EastCoast; 
  font-size: 18px;
    font-weight: bold;
}



@media (min-width: 767px) {
  .brand-heading {
    font-size: 100px;
  }
  .intro-text {
    font-size: 25px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #ffffff;
  border-radius: 35px;
  font-size: 40px;
  color: #ffffff;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.download-section {
  width: 100%;
  padding: 100px 0;
  color: #ffffff;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {

  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  border: 1px solid rgb(89,148,219);
  outline: none;
  color: rgb(89,148,219);
  background-color: #fff;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid rgb(89,148,219);
  color: rgb(89,148,219);
  background-color: transparent;
}
.btn-huge {
  padding: 25px;
  font-size: 26px;
}
.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
    
#features img {
    padding-top: 10%;
    padding-left:30%;
    padding-right:30%;
}
    
    .xs-center {
        text-align: center;
    }
    
.postscriptum a {
    font-size:16px;
}
    .postscriptum h4 {
     margin-top: 20px;
        margin-bottom: 5px;
    }

}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

#usp {
    padding-top:100px;
}



.logo {
    font-family: BlackoutMidnight;
    font-size: 2.5em;
    text-transform: none;
    line-height: 0;
    vertical-align: middle;
}

.wider {
    //margin-right: -100px;
    //margin-left: -100px;
}



#georestricted {
    background-color: rgb(224,125,133);
}

#feed {
    background-color: rgb(14,152,174);
}

#challenges {
    background-color: rgb(128,198,155);
}

#ephemeral {
    background-color: rgb(89,148,219);
}

#download {
    background-color: rgb(41,162,140);
}

#contact {
    background-color: white;
    color: rgb(89, 148, 219);
}

#features {
    background-color: rgb(89,148,219);
}

.center{
 text-align: center;
}

.img-padded {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 20%;
}

.img-fitted {
    height: 100%;   
}




.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
  align-items: center;
}

.content-padded {
    padding-top: 100px;
    padding-bottom: 100px;
}

#footer-logo {
    padding-bottom: 30px;
}



.big-img-responsive {
    max-width: 120%;
    height: auto; 
}

.flex {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
  align-items: center;
}
