br {
   display: block;
   margin: 8px 0;
}

body {
    background-color: white;
    font-family: Lato;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

none-now
{
    font-family: "Gotham SSm A", "Gotham SSm B";;
    font-weight: 300;
    color: #333; 
    text-shadow: 1px 1px #808080;
}

#header {
    background-color: black;
}
.centered {
    text-align: center;
}
.goright {
    text-align: right;
}
.mt {
    padding-top: 25px;
}
a {
    color: #20b0df ;
    word-wrap: break-word;
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}
a:hover, a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}
a:before, a:after {
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.btn {
    border-radius: 0;
}
.btn-green {
    color: #fff;
    background-color: #20b0df;
    border-color: #20b0df;
    font-weight: 300;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #0dbaf2;
    border-color: #0dbaf2;
    font-weight: 300;
}
.tm {
    font-size: 14px;
    line-height: 20px;
}
.menu {
    position: fixed;
    right: -200px;
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: left;
}
.menu.menu-open {
    right: 0;
}
.menu-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    background: #1a1a1a;
    width: 200px;
    height: 100%}
.menu h1.logo a {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}
.menu h1.logo a:hover {
    color: #20b0df;
}
.menu img.logo {
    margin: 20px 0;
    max-width: 160px;
}
.menu a {
    margin-left: 20px;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.menu a:hover {
    color: #fff;
}
.menu a:active {
    color: #fff;
}
.menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 14px;
    line-height: 40px;
    margin: 25px 2px;
}
.menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 14px;
    color: gray;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.menu-close:hover {
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.body-push-toright {
    left: 200px;
}
.body-push-toleft {
    left: -200px;
}
.menu, .body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.multirotors{
    background-color: #D6D6D6
}
#menuToggle {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0, 0, 0, .25);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#menuToggle:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#headerwrap {
    background: url(../img/header-bg1.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 750px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* SECTION 0 ALL FONTS */
h1 {
    font-family: "Gotham SSm A", "Gotham SSm B";;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
}

h2 {
    font-family: "Gotham SSm A", "Gotham SSm B";;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

h3 {
    font-family: "Gotham SSm A", "Gotham SSm B";;
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 10px;
    color: #333;
}

h4 {
    font-family: "Gotham SSm A", "Gotham SSm B";;
    font-weight: 500;
    font-size: 25px;
}

p {
    font-family: "Gotham SSm A", "Gotham SSm B";;
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #282828
}

/* SECTION 1 AGRICULTURE */

#agriculturewrap {
    background: url(../img/agriculture.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    height: calc(100vh - 255px);
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#agriculturewrap h1 {
    margin-top: 90px;
}

#agriculture_about { 
    color: #73931b;
    margin-top: -15px;
    padding-top: 0px;
    padding-bottom: 30px;
}

/* SECTION 2 HEALTHCARE */

#healthcarewrap {
    background: url(../img/healthcare.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: calc(100vh - 290px);
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#healthcarewrap h1 {
    margin-top: 80px;
}


#healthcare_about {
    padding-bottom: 28px; 
    color: #ae724f;
}

/* SECTION 3 MARITIME WRAP */

#maritimewrap {
    background: url(../img/fish.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: calc(100vh - 230px);
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#maritimewrap h1 {
    padding-top: 90px;
}

#maritime_about_left p {
    line-height: 38px;
}

#maritime_about_right p {
    line-height: 23px;
}

#maritime_about {
    color: #1b95f1;
    padding-bottom: 45px;
}

/* SECTION 4 DISASTER RECOVERY WRAP */

#disasterwrap {
    background: url(../img/disaster_recovery.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: calc(100vh - 250px);
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#disasterwrap h1 {
    margin-top: 85px;
}

#disaster_about {
    color: #d27138;
    padding-bottom: 25px;
}

#disaster_about_left p {
    line-height: 38px;
}

#disaster_about_right p {
    line-height: 23px;
}

#fact_text {
    float:left;
}

#fact_icon {
    float: left;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 22px;
    padding-left: 12px;
}
#problem_icon {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 24px;
    padding-left: 12px;
}
#solution_icon {
    float: left;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 28px;
    padding-left: 12px;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 20px;
    }
    #disasterwrap {
        min-height: 400px;
    }
    #maritimewrap {
        min-height: 420px;
    }
    #healthcarewrap {
        min-height: 380px;
    }
    #agriculturewrap {
        min-height: 370px;
    }
}
