body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

*::selection {
  background-color: #e9582f;
  color: #ffffff;
}

p, li {
    font-size: 16px;
}

.menu {
    display: none;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: #1D1F20;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

#panel {
    background: #ffffff;
}

header {
    background: url('../images/header-image.jpg') no-repeat center center fixed;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 99999px;
}

.header-content {
    margin: auto;
    padding: 40px 20px;
    box-sizing: border-box;
    display: none;
}

.btn-hamburger {
    float: left;
    color: #ffffff;
    font-family: sans-serif;
    padding-right: 20px;
    font-size: 40px;
    margin: 0;
    z-index: 99999;
    position: relative;
}

.btn-hamburger p {
    margin: 0;
    line-height: 39px;
    font-size: 30px;
    color: #ffffff !important;
}

.nav-fixed {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 20px;
    z-index: 99999;
    border-bottom: solid 1px #e9582f;
}

.nav-content {
    max-width: 1000px;
    margin: auto;
}

.logo {
    float: left;
    width: 50%;
}

.logo img {
    height: 40px;
    width: auto;
    float: left;
    padding-right: 10px;
}
.logo h1 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-size: 22.5px;
}

.logo h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
}

.nav-fixed .logo h1 {
    color: #000000;
}

.nav-fixed .logo h2 {
    color: #000000;
}

.navigation {
    position: relative;
    z-index: 99999;
}

nav {
    width: 50%;
    float: right;
    display: none;
}

nav ul {
    list-style: none;
    text-align: right;
    margin: 5px 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    color: #ffffff;
    margin-right: 20px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-fixed nav ul li a {
    color: #000000;
}

nav ul li.selected {
    border-bottom: solid 3px #e9582f;
    padding-bottom: 5px;
}

nav#menu ul {
    text-align: left;
}

nav#menu ul li {
    display: block;
    margin: 0;
}

nav#menu ul li a {
    display: block;
    padding: 20px;
    border-bottom: solid 1px #333333;
}

.hero {
    position:absolute;
    height:100%;
    width:100%;
    display: table;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero-content {
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

p.profile img {
    border-radius: 85px;
    width: 150px;
    height: 150px;
    border: solid 10px #85c457;
}

.hero p {
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 0;
}

.hero ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.hero ul li {
    display: inline-block;
    color: #ffffff;
}

.hero ul li:first-child:before {
    content: '';
}

.hero ul li:before {
    content: '\00B7';
    display: inline-block;
    margin-right: 5px;
}

.font-xlarge {
    font-size: 60px;
}

.font-large {
    font-size: 40px;
}

.font-medium {
    font-size: 20px;
}

.color-blue {
    color: #06aed3;
}

.color-orange {
    color: #e9582f;
}

.owl-carousel {
    max-width: 1000px;
    margin: 40px auto;
    list-style: none;
    padding: 0;
}

.owl-carousel h3 {
    margin: 0;
    font-size: 30px;
}

.owl-item li {
    padding: 0 20px;
}

.owl-item a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.owl-item a:hover {
    color: #85c457;
    -webkit-transition: color .25s;
    transition: color .25s;
}


.header-portfolio {
    background: url('../images/texture.png');
}

.header-portfolio h2 {
    max-width: 1000px;
    margin: auto;
    color: #ffffff;
    padding: 20px 20px;
    box-sizing: border-box;
}

.green {
    background-color: #85c457;
}

.blue {
    background-color: #06aed3;
}

.orange {
    background-color: #e9582f;
}

.grey {
    background-color: #616161;
}

ul.features {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.features li {
    display: inline-block;
    background-color: #e9582f;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 5px;
    margin-right: 1px;
}

#services {
    border-top: solid 1px #eeeeee;
}

.knowledge-base-content {
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
}

ul.knowledge-base-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.knowledge-base-items li {
    display: inline-block;
    background-color: #e9582f;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-right: 6px;
}

#contact {
    border-top: solid 1px #eeeeee;
    padding: 40px 0 30px 0;
}

.contact-content {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

#map {
  width: 100%;
  height: 540px;
}

footer {
    background-color: #616161;
}

.footer-content {
    max-width: 1000px;
    text-align: center;
    padding: 40px 0;
    margin: auto;
}

.footer-content p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

button {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    background-color: #e9582f;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    outline: none;
}

p.success {
    color: #85c457;
}

p.error {
    color: #e03636;
}

input[type=text], input[type=email], input[type=tel], textarea {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #eeeeee;
    border-radius: 5px;
}

textarea {
    height: 200px;
}

@media screen and (min-width: 801px) {
    .btn-hamburger {
        display: none;
    }

    nav {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .owl-item img {
        display: block;
        max-width: 500px;
        margin: auto;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .logo {
        width: 80%;
    }

    .nav-fixed {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .font-xlarge {
        font-size: 50px;
    }

    .font-large {
        font-size: 30px;
    }

    .font-medium {
        font-size: 14px;
    }

    p.profile img {
        border-radius: 70px;
        width: 100px;
        height: 100px;
        border: solid 5px #85c457;
    }
}

@media screen and (max-width: 489px) {
    .font-xlarge {
        font-size: 40px;
    }

    .font-large {
        font-size: 18px;
    }
}