body{
    background-color: #222629;
    color: white;
    max-width: 100vw;
}
body{
  font-family: 'Raleway', sans-serif;
}
p{
    font-family: 'Roboto', serif;
}
h1{
    color:#86C232;
}

.content-wrapper{
    max-width: 1200px;
    margin: auto;
    padding: 0 12px
}
.header_logo{
    width: 100px;
}
.gradient-bg{
    background-image: linear-gradient(to top,#f00,#00f);
    position: relative;
    top:0;
    z-index: 100;
    
}
.navigation{
    background-color: transparent;
    position: absolute;
    top: 0;
    padding:12px;
    width: 100%;
    z-index: 4;
    font-size: 1.1em
}

.navigation div{
    padding: 0 32px 0 0 ;
}
.nav a:hover{
    color:#86C232;
}
.navbar {
  box-shadow: none;
}
.nav .nav-item, .nav .divider{
    padding-top: 10px
}
.nav a{
    color:white;
}
.nav .divider{
    color:#86C232;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 14px;
    padding-top: 14px;
}

.sign-in{

}
.sign-in a{
    color:white;
}
.landing-video-container{
    position: relative;
    width: 100%;
    min-height:75vh;

  background-attachment: scroll;
  overflow: hidden;
}
.landing{
    position: relative;
    z-index: 2;
    width: 100%;
    top:0;

    color:white;
}
.overlay{
    height: 100%;
    width: 100%;
    background: rgb(21,23,25);
    background: linear-gradient(0deg, rgba(21,23,25,0.5) 28%, rgba(21,23,25,0.9) 85%, rgba(21,23,25,1) 100%);
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 0%;
}
#video-bg {
/*    filter:blur(2.5px);*/
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}
.landing h3{
    padding-top: 15vh;
}
.landing h1{
    padding: 5vh;
    font-size: 5em;
}
.feature-icons{
    padding: 5vh 0;
    background-color: #434B51;
    color:white;
    text-align: center;
}
.feature-icons div img{
    height: 27vh;
}
.feature-icons .subheader{
    font-size: 2em;
    font-weight: 100;
    margin: 0 7vw;
}
.feature-icon .text{
    padding: 0 20px;
}

.feature-icons .logo{
    height: 15vh;
    margin-top: 2vh;
}

.feature-icons h3{
    font-size: 1.9em;
    margin: auto;
    padding:  20px 0 10px;
}
.feature-icons p{
    max-width: 80%;
    margin: auto;
    padding-top: 10px;
    font-size: 1.2em;
    max-width: 80vw;
}
 .feature-icon img{
    padding: 30px;
}

.feature-icons .eye h3{
    display:inline-block;
    padding-left: 40%;
}
#word-switch-1{
    position:absolute;
    left:-144px;
    text-align: right;
    width: 200px;
}
.future-gateway{
    position: relative;
    min-height: 40vh;
   
    
    text-align: center;
    font-weight: 400;
    background-size: cover;
    margin: 100px 0;
    
    
    background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;
    background-attachment: fixed;
}
.future-gateway .content-wrapper{
    position: relative;
    z-index: 2;
    padding: 5vh 0 
}
.future-gateway p{
    font-size: 2em;
    padding: 10px;
}
.future-gateway p:hover{
    background-color: transparent;
}
.future-overlay{
    height: 100%;
    width: 100%;

    background: #141414;
    opacity: .4;
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 0%;
}
.use-cases{
    padding: 10vh 0;
}
#use-cases h3{
    color:#86C232;
    font-size: 3rem;
}

.use-cases .col{
    height: 30vh;  
    padding: 1em;
}
.use-case{
    text-align: center;
    position: relative;
}
#agritech{
    background: url(../assets/farming.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.use-case h4{
    font-size: 2.5em;
    padding-top: 20%;
    position: relative;
    z-index: 10;

}

#iot{
    background: url(../assets/iot.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
#traffic{
    background: url(../assets/traffic.jpg) center center no-repeat;
    background-size: cover;
    width:100%;
    height: 100%;
}
#manufacturing{
    background: url(../assets/manufacturing.jpg) center center no-repeat;
        background-size: cover;
    width:100%;
    height: 100%;
}
#biomedical{
        background: url(../assets/science.jpg) center center no-repeat;
        background-size: cover;
    width:100%;
    height: 100%;
}
#anything{
    background: url(../assets/think.jpg) center center no-repeat;
    background-size: cover;
    width:100%;
    height: 100%;
}
.use-case h4{
    height: 100%;
}
.use-case-overlay{
    height: 100%;
    width: 100%;
    background: rgb(21,23,25);
    background: linear-gradient(0deg, rgba(21,23,25,0.3) 20%, rgba(21,23,25,1) 100%);
    position: absolute;
    top: 0;
    z-index: 2;
    text-align: center;
    margin: 0%;
}
.use-case h4:hover{
    background: rgba(21,23,25,0.8);
    color:#86C232;
}

.screenshots{
    text-align: center;
    padding-top: 5vh;
}
.screenshots h2{
    font-size: 2.7em;
    position:relative;
    padding-left: 50%;
}
#word-switch-2{
    position: absolute;
    display:inline;
    left:-83%;
    text-align: right;
    width: 300px;
    
}
.instructions{
 padding: 4vh 0 10vh 0;
    text-align: center;
}
.instruction img{
    background-color: #131415;
    max-width: 500px;
    width: 70%;
}

.classes img, .result img{
    padding: 18px;
}
.instruction .text{
    padding: 20px 0;
   background-color: #222629;
    min-height: 240px;
}
.instruction .text h4{
}
.instructions h2, .use-cases h3{
    text-align: center;
    font-size: 3em;
    padding-right: 32px;
    padding-bottom: 5vh;
}
#word-switch-3{
    color:#86C232;
}

.instruction h4{
    text-align: center;
    font-size:2.4em;
    padding: 12px;
}
.instruction p{
    font-size: 1.4em;
    padding: 12px 36px;
    text-align: center;
}
.instruction .divider{
    height: 1px;
    background-color: white;
    margin: -10px 12px 0;
}

.developer_first{
    position: relative;
    min-height: 60vh;
    background-image: url(../assets/code.jpg);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed;
    text-align: center;
}
.developer{
    position:relative;
    z-index: 2;
    padding-bottom: 50px;
}

.developer_first h2{
    color:#86C232;
    padding: 4vh 0;
    font-size: 3em;
}
.developer_first p{
    font-size: 1.3em;
    padding: 0 15vw;
}
.code-snips{
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 60vw;
    padding-bottom: 100px
}
.code-tab{
    color:#86C232;
    padding: 4px 12px;
    background-color: #222629;
    margin: 0 10px;
    border-radius: 3px;
    font-size: 1.3em;
    width: 100%;

}
.code-tab:hover, .code-tab.active{
    background-color:#86C232;
    color:#222629;
    box-shadow:0 0 10px #86C232;
}
#code-display{
    min-height: 400px;
    background-color: #222629;
    margin: 2em 10px;
    border-radius: 3px;
    color:#86C232;
    padding: 1em; 
    text-align: left;

}
code{
    
}
.code-snips .hidden{
    display: none;
}
.green-button{
    background: #86C232;
    display: inline-block;
    padding: .5em 1em;
    font-size: 1em;
    border-radius: 3px;
    margin: 12px;
    color:#222629;
    text-transform: uppercase;
    font-weight: bold;
}
.green-button a{
    color:#222629;
}

.not-the-code-im-looking-for{
    text-align: center;
    padding-top: 3vh;
}
.not-the-code-im-looking-for{
    background-color: #434B51;
    padding: 50px 0;
}
.not-the-code-im-looking-for h3{
    font-size: 2.7em;
}
.not-the-code-im-looking-for p{
    font-size: 1.3em;
    padding: 0 20vw;
}
footer{
    padding: 5vh 0 0 0;
}
footer img{
    max-height: 5em;
    float: left;
}
footer .info{
    padding-top: 20px;
    display:block;
    position: relative;
    left: 130px;
    top: 0;
}
footer i{
    padding: 5px;
    padding-left: 0;

}
footer .copy{
    text-align: center;
    padding: 5vh 0 0 0;
    opacity: .6;
}
footer p{
    padding: 0;
    margin: 0;
}

/*Documentation CSS*/

.intro-content .card{
    height: 100%;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.8);
    padding:16px;
    box-sizing: border-box !important;
    transition: all 0.5s ease !important;
    margin-bottom: 20px;
    
}
.intro-content h2{
    font-size: 3em;
    padding-bottom: 5vh;
}

.intro-content .card h5{
    color: #86C232;
    font-size: 1.6em;
}
.intro-content .card p{
    color: white;
}

.intro-content .card:hover{
    background-color: rgba(0,0,0,0.15);
    border-bottom: 5px solid #86C232;
}
.date{
    color: #86C232;
    font-size: 1.6em;
}
.whats-new-content{
    padding-top: 10vh;
}
.whats-new-entry{
    margin-top: 32px;
}
.documentation-wrapper{
    display: flex;
    width: 100%;
    align-items: stretch;
    background-color: #3B4248;
    overflow: hidden;
}

.documentation-wrapper #sidebar{
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    padding-top: 40px;
    font-size: 1em;
    box-shadow: 0px 0px 10px black;
    position: relative;
}
#sidebar>ul{
/*position: fixed;*/
    max-width: 250px;
}
.documentation-wrapper #sidebar ul{
    list-style-type: none;
    padding: 0;
    width: 100%;
}
.documentation-wrapper #sidebar li{
    padding-left: 24px;
    margin: 10px;
    min-height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
}
.documentation-wrapper #sidebar h5{
    margin: 0 0 0 32px;
    text-transform: uppercase;
}
.documentation-wrapper #sidebar ul h5:not(:first-child) {
   padding-top: 30px;
}

.documentation-wrapper #sidebar a{
    color: white;
    position: relative !important;
    top: 3px;
    width: 100%;
}
.documentation-wrapper .active>a{
    color:#86C232 !important;
}
 #sidebar .active, #sidebar li:hover{
    background-color: #434B51;
/*         background-color: rgba(0,0,0,0.2);*/
}

 #sidebar .active, #sidebar li:hover>a{
     color:#86C232 !important;
}
.documentation-wrapper h3{
}
#sidebar ul li{
    position: relative;
}
#sidebar ul li a{
    display: block;
    width: 100px;
}
#sidebar ul i{
    position: absolute;
    right: 12;
    top: 3
}
#sidebar .submenu a{
    font-size: 0.9em
}
.documentation-wrapper h4{
    padding-top: 70px;
}

.submenu li{
    padding-left: 10px !important; 
}
.tab-content{
     background-color: #434B51;
    padding: 50px;
    min-height: 100vh;
    width: 70vw;
}
.tab-content h3, .tab-content h4, .tab-content p {
    max-width: 70%;
}
.tab-content img{
    width: 70%;
}
#developer-content a{
    color: #86C232;
}
#developer-content a:hover{
    opacity: 0.5;
}
.tab-content ul{
    list-style-type: none;
}

.code-container{
    background-color: rgba(0,0,0,0.4);
    border-radius: 13px;
    overflow: hidden;
    border:1px solid rgba(255,255,255,0.1);
    margin-bottom: 20px;
}
.code-header{
    background-color: rgba(255,255,255,0.1);
    padding:10px;
}
.code-content{
    padding: 10px;
    overflow-x: scroll;
    white-space: nowrap;
}
.code-content p{
    font-family:Lucida Console,monospace !important;
}
.code-content .row{
    margin-top: 5px;
    margin-bottom: 5px;
}
.code-content .hl{
    color: magenta;
}
.code-content .comment{
    opacity: 0.4;
}
.code-content .num{
    color: skyblue
}
/*Breakpoint when the sidebar collapses */
@media (max-width: 998px) {
    .documentation-wrapper #sidebar {
        margin-left: -250px;
        box-shadow: none;
    }
    .documentation-wrapper #sidebar.active {
        margin-left: 0;
    }
    .tab-content{
        min-width: 100vw ;
    }
    .tab-content h3, .tab-content h4, .tab-content p{
    min-width: 100%;
    }
    .tab-content img{
        width: 100%;    
    }
}
/*Bootstrap large screen size*/
@media only screen and (max-width: 992px) {
    .nav .divider{
        display:none;
    }
    .sign-in{
        padding:20px 0;
        margin: 0;
    }
    .navigation{
    background-color: #151719;
    position: static;
    top: 0;
    padding:12px;
    width: 100%;
    z-index: 4;
    font-size: 1.1em
    }

}

/*Main mobile media query*/
@media only screen and (max-device-width: 420px){
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
   
    body{
        font-size:1em;
    }
    
    .landing h1{
        font-size: 3.5em;
    }
    .landing h3{
        font-size: 1.2em;
        padding-top: 5vh;
        
    }

    .landing-video-container{
        min-height: 35vh;
    }
    
    .feature-icons .eye h3{
        padding-left: 0;
    }
    
    
    #word-switch-1{        
        display:block;
        clear:  both;
        position: static;
        left:0;
        width: 100%;
        text-align: center;
    }

    .feature-icon{
        font-size: 1em;
    }
    .feature-icon p{
        max-width: 100%;
        padding-bottom: 2em;
    }
       .use-case h4{
        font-size: 2.3em;
        padding-top: 10%;
    }
    .future-gateway{
    background-attachment: scroll;
    background-size: cover;
    margin: 100px 0;
}

    #word-switch-3{
        display: block;
    }

    .developer_first .green-button{
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .developer_first p{
    font-size: 1.3em;

    }
    .developer{
        padding-bottom: 100px;
    }
    .instruction{
        margin: 50px;
    }
}




