@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600');

body{
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    color: #000;
}
p{
    font-size: 13px
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100vw; 
    min-height: 100vh;
}
.fullpage{
    width: 100vw;
    height: 100vh;
}
.fullpage #logo{
    width: 300px;
    position: absolute;
    top: 42vh;
    /*left: calc(50vw - 150px);*/
    left: 8vw;
    display: none;
}
.baseline-container{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 38vh;
    left: calc(50vw - 25vw);
    width: 50vw;
}
#baseline{
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    font-size: 5rem;
    line-height: 6.4rem;
    text-align: center;
}
.arrogance{
    font-size: 1.3rem;
    line-height: 1rem;
    color: #fff;
    padding-top: 12px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0, 0, 5, 0.8);
}
.call-to-action{
    border: 2px solid #fff;
    font-weight: 700;
    font-size: 2rem;
    padding: 10px 20px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    margin: 20px auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 5, 0.8);
    text-shadow: 0px 0px 10px rgba(0, 0, 5, 0.8);
}
.call-to-action:hover{
    background: #fff;
    color: #2B2B2B;
    cursor: pointer;
}
nav{
    position: fixed;
    width: 100vw;
    bottom: 30px;
    top: 0px;
    height: calc(8vh + 40px);
    font-size: 1.8rem;
    z-index: 25;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
    background: #fff;

}
.nav-logo{
    position: absolute;
    top: calc(8vh - 12px);
    left: 6vw;
}
nav ul{
    position: absolute;
    list-style-type: none;
    margin: auto;
    text-align: right;
    left: 50vw;
    top: 8vh;
    right: 8vw;
    height: 50px;
}
nav ul li{
    display: inline;
    padding-left: 50px;
}
nav ul li a, nav ul li a:visited{
    text-decoration: none;
    color: #2B2B2B;
    font-weight: 500;
    font-size: 1.4rem;
}
.home-nav{
    background: none;
}
.home-nav ul li a, .home-nav ul li a:visited{
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0, 0, 5, 0.8);
}
.home-nav .nav-logo{
    left: 8vw;
}
h1{
    font-weight: 700;
    font-size: 3rem;
    color: #000;
}
header{
    position: fixed;
    width: 100vw;
    top: 0px;
    /*height: calc(20vh + 60px);*/
    background: #fff;
}
header h1{
    padding: calc(20vh + 5px) 0 10px 6vw;
    margin-right: 10px;
    z-index: 1001;
}
article{
    position: absolute;
    width: 88vw;
    padding: 10px;
    top: calc(10vw + 50px);
    left: 5vw;
    line-height: 3.2rem;
}
.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.flex-start{
    justify-content: flex-start;
}
.space-between{
    justify-content: space-between;
}
.space-around{
    justify-content: space-around;
}
.hamburger{
    background:none;
    position:absolute;
    top: calc(8vh - 18px);
    right:4rem;
    line-height:45px;
    padding:5px 15px 0px 15px;
    color:#000;
    border:0;
    font-size:1.4em;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:1000000000;
  }
  .cross{
    background:#fff;
    position:fixed;
    top:0px;
    right:0;
    padding:7px 15px 0px 15px;
    color:#000;
    border:0;
    font-size:3em;
    line-height:65px;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:1001;
    width: 100vw;
    text-align: right;
  }
  .menu{ top: 50px;z-index:1000; font-weight:bold; font-size:4rem; width:100%; background:#fff;  position:fixed; text-align:center; font-size:12px; box-shadow: 0px 300px 0px 100vh rgba(0,0,0,0.37);}
  .menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
  .menu li {display: block;   padding:15px 0 15px 0; border-bottom:#000 2px solid; font-size:2rem;}
  .menu li:hover{display: block;    background:#e0e0e0; padding:15px 0 15px 0; border-bottom:#000 2px solid;}
  .menu ul li a { text-decoration:none;  margin: 0px; color:#000;}
  .menu ul li a:hover {  color: #000; text-decoration:none;}
  .menu a{text-decoration:none; color:#000;}
  .menu a:hover{text-decoration:none; color:#000;}
  
  .glyphicon-home{
    color:white; 
    font-size:1.5em; 
    margin-top:5px; 
    margin:0 auto;
  }
@media screen and (max-width: 875px) {
    #baseline {
      font-size: 4rem;
      line-height: 4.9rem;
    }
    .home-nav ul li, nav ul li{
        display: block;
        margin-bottom: 15px;
    }
    header h1{
        z-index: 20;
    }
    nav ul{
        display: none;
    }
  }
  @media screen and (max-width: 450px) {
    #baseline {
        font-size: 3rem;
        line-height: 4.4rem;
      }
    .call-to-action{
        font-size: 1.8rem;
        padding: 10px 12px;
    }
    .nav-logo{
        width: 150px;
    }
    .baseline-container{
        position: absolute;
        top: 33vh;
        left: calc(50vw - 25vw);
        width: 50vw;
        text-align: center;
    }
  }
  @media screen and (min-width: 875px) {
    .hamburger{
        display: none;
    }
}
