/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  
}

@font-face {
  font-family: 'BebasNeueLight';
  src: url('../fonts/BebasNeue-Light.eot');
  src: local('☺'), 
       url('../fonts/BebasNeue-Light.woff') format('woff'), 
       url('../fonts/BebasNeue-Light.ttf') format('truetype'), 
       url('../fonts/BebasNeue-Light.svg#BebasNeueLight') format('svg');
}

@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeue-Regular.eot');
  src: local('☺'), 
       url('../fonts/BebasNeue-Regular.woff') format('woff'), 
       url('../fonts/BebasNeue-Regular.ttf') format('truetype'), 
       url('../fonts/BebasNeue-Regular.svg#BebasNeueRegular') format('svg');
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.ttf');
  
}



h3{
  font-family: 'BebasNeueRegular'!important;
}
#wrapper {
    width: 100%;
    height: 100%;
    
}

.background{
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -2;
}

#wrapper.toggled {
  
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.78);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#wrapper.toggled #page-content-wrapper {
 
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #a5c9e8;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
   
  }
  #wrapper.toggled #page-content-wrapper {
    
  }
}

.menu-toggle{
      width: 5vh;
    height: 5vh;
    position: fixed;
    top: 2vh;
    left: 2vh;
    z-index: 500;
}

.menu-toggle-in{
        width: 5vh;
    height: 5vh;
    float: right;
    margin-right: 1vh;
    margin-top: 1vh;
   
}

.floating{
  width: 100%;
}

.phones{
    background-image: url(../img/phones.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    top: 0vh;
    left: 0vh;
    background-position: center center;
    z-index: -1;
    background-repeat: no-repeat;

}

section{
        width: auto;
    min-height: 100vh;
    height: auto;
    padding-bottom: 9vh;
}

.topic{
      text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin: 15vh auto 5vh;
}

.segment{
       width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.info{
     background-color: rgba(0, 0, 0, 0.78);
    padding: 2vh;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: none;
}

.base{
      width: 100%;
    
    position: relative;
}

.toggles{
    width: 4vh;
    position: absolute;
    top: 1vh;
    left: 1vh;
}

.openinfo{
  z-index: 0;
}

.closeinfo{
  z-index: 1;
}

.portimg{
       width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
}

.header{
  font-family: 'BebasNeueRegular';
      z-index: 0;
    top: 3vh;
    left: -1vh;
    position: relative;
    color: #a5c9e8;
}

.text{
   font-family: 'Helvetica';
    z-index: 0;
    top: 3vh;
    left: -1vh;
    position: relative;
    color: white;
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .col-sm-6{
          width: 50%!important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

    .col-md-4{
          width: 33.33%!important;
    }
 }


.sidebar-nav li a{
       font-family: 'BebasNeueRegular';
    font-size: xx-large;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.logo{
   position: fixed;
    right: 4vh;
    bottom: 2vh;
    width: 17vh;
    z-index: 100;
}

.blk{
  display: block;
}

.go-down{
      margin: -20vh auto;
    width: 4vh;
    display: block;
}

.godownanchor{
      position: relative;
    z-index: 200;
}



.send{
      border: none;
    background-color: black;
    font-family: 'BebasNeueRegular'!important;
    color: #98c8ec;
    font-size: large;
    font-weight: BOLD;
    margin-bottom: 15px;
    padding: 1vh 4vh 1vh 4vh;
}

input{
      width: 100%;
    display: block;
    border: 3px solid black;
    background-color: transparent;
    padding: 5px;
    font-family: 'BebasNeueRegular'!important;
    color: black!important;
    font-size: large!important;
    font-weight: BOLD!important;
    margin-bottom: 15px!important;
}

textarea{
    width: 100%;
    display: block;
    border: 3px solid black;
    background-color: transparent;
    padding: 5px;
    font-family: 'BebasNeueRegular'!important;
    color: black!important;
    font-size: large!important;
    font-weight: BOLD!important;
    margin-bottom: 15px!important;
    height: 15vh;
}

.subheading{
       font-weight: bold;
    font-size: 36px;
    text-align: left;
    margin-bottom: 2vh;
}

.contact_info li{
   font-family: 'BebasNeueRegular'!important;
   font-size: large!important;
    font-weight: BOLD!important;
    margin-bottom: 15px!important;
}


.contact_info{
        list-style: none;
    padding-left: 0;
}
.contact_info li img{
  width: 3vh;
  margin-right: 10px;
}

.contact_info li a{
 color: black!important;
}

.socialmedia{
width: 4vh!important;
  margin-right: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.goup{
      margin: 0 auto;
    width: 4vh;
    display: block;
}