@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';


    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.6);
        border-radius: 10px;
        background:#000;
    }

    ::-webkit-scrollbar-thumb {
        /*border-radius: 3px;*/
        background:rgba(28, 162, 223,0.9)
        /*-webkit-box-shadow: inset 0 0 6px rgba(28, 162, 223,0.8);*/
    }

.img-seperator{margin-top: -80px;
    max-width: 100%;}
.fonthome{
    font-size: 40px;
    font-family: 'Julius Sans One', sans-serif;
    text-shadow: 1px 1px #0b9bdc;
    color: white;
    padding: 16px;
    /* padding-top: 21px; */
    /* margin-top: -73px; */
    border: 5px double rgba(255, 255, 255, 0.4);
    font-weight: 600;
    padding-right: 9px;
    height: 364px;
    position: absolute;
    margin: 0;
    /* padding: 0; */
    /* color: #f9f1e9; */
    /* text-align: center; */
    top: 45%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    letter-spacing: 16px;
    line-height: 95px;
    text-align: center !important;
}
.imageshome img{
    margin-right: 3px;
    border: 1px solid #1ca2df;
    border-radius: 100px;
    width: 200px;
    box-shadow: 0px 0px 0px 2px #138da6;
    padding: 1px;
    }
.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}




.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgb(21, 21, 21);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid rgba(26, 163, 221, 0.26);
}

.logo {
  width: 50px;
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 3px;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  margin-top: -14px;
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 17px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color:white;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-shadow: 1px 1px #0f8ac1;
}

nav ul a:hover {
  color: #0f8ac1;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-shadow: 1px 1px #0f8ac1;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}


.content {
  padding: 0px 0% 6px;
}

.hero {
  position: relative;
  background: url(http://www.philippefercha.com/cd/toggle-menu-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 500px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 25px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

p{      font-size: 21px;  font-family: 'Open Sans Condensed', sans-serif; line-height:30px;}
.button {
      background: #1ca2df;
  
    padding: 8px;
    color: white;
    border: 1px solid white;
    box-shadow: 0px 0px 0px 1px #1ca2df;
    font-size: 20px;
}


.button:hover {
  background:#0c75a5;
    padding: 8px;
    color: white;
    border: 1px solid white;
    box-shadow: 0px 0px 0px 1px #1ca2df;
    font-size: 20px;
}


.cleartop{margin-top: 50px;position: initial;}
.large-headercont {
  height:350px;
  position: relative;
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.demo-1 .large-headercont {
  background-image: url('../img/demo-1-bg.jpg');
}

/* Header */
.large-header {
  position: relative;
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.demo-1 .large-header {
  background-image: url('../img/demo-1-bg.jpg');
}

.demo-2 .large-header {
  background-image: url('../img/demo-2-bg.jpg');
  background-position: center bottom;
}

.demo-3 .large-header {
  background: #7f8c8d;
}

.demo-4 .large-header {
  background: #f9f1e9;
}

.main-title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title, 
.demo-3 .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}

.demo-2 .main-title {
  font-family: 'Clicker Script', cursive;
  font-weight: normal;
  font-size: 8em;
  padding-left: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.demo-2 .main-title::before {
  content: '';
  width: 20vw;
  height: 20vw;
  min-width: 3.5em;
  min-height: 3.5em;
  background: url(../img/deco.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.demo-3 .main-title {
  padding: 10px 40px;
  border: 10px double #f9f1e9;
  text-transform: uppercase;
  font-family: Londrina Outline, sans-serif;
}

.demo-4 .main-title {
  font-size: 6em;
  font-weight: 300;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #222;
}

.main-title .thin {
  font-weight: 200;
}

@media only screen and (max-width : 768px) {
  .demo-1 .main-title, 
  .demo-3 .main-title,
  .demo-4 .main-title {
    font-size: 3em;
  }

  .demo-2 .main-title {
    font-size: 4em;
  }
}