* {
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
}

.clear { 
    clear: both;
}

::selection {
    background: rgb(102, 110, 214, 0.9);
    color: white;
}
::-moz-selection {
    background: rgb(94, 106, 209, 0.9);
    color: white;
}

::-webkit-selection {
    background: rgb(94, 106, 209, 0.9);
    color: white;
}

a {
    color: rgb(94, 106, 209);
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: rgb(94, 106, 209);
}
a:active {
    color: black;
}

body {
    overflow-y: scroll;
    background-color: #f8f8f8;
}

p {
    line-height: 1.43;
}

.wrapper {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 1036px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 470px) {
    .wrapper {
        padding-left: 28px;
        padding-right: 28px;
        max-width: 1054px;
    }
}

header {
    background-color: rgb(29, 29, 29);
    height: 62px;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

.headerBorder {
    border-bottom: 1px solid #00000028;
}

header div.row{
    margin: auto;
    height: 100%;
}

header div.row h1 {
    background: transparent;
    float: left;
    color: white;
    font-size: 13pt;
    vertical-align: middle;
    line-height: 50px;
    margin-top: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 0.02em;
}

header div.row h1 a {
    text-decoration: none;
    color: inherit;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

header div.row h1 span {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

@media (min-width: 470px) {
    header div.row h1 span {
        display: inline-block;
    }
}

header div.row h1 a:visited {
    text-decoration: none;
    color: inherit;
}

header div.row ul {
    float: right;
    vertical-align: middle;
    line-height: 50px;
    margin-top: 6px;
}
header div.row ul li {
    margin-left: 20px;
    display: none;
}

header div.row ul li a{
    font-family: 'Roboto';
    font-size: 12pt;
    text-decoration: none;
    font-weight: normal;
    color: white;
}

header div.row ul li a:visited {
    color: white;
}

header div.row ul li#burgerMenu {
    display: inherit;
}

@media screen and (min-width: 800px) {
    header div.row ul li {
        display: inline-block;
    }

    header div.row ul li#burgerMenu {
        display: none;
    }
}

img#burgerSVG {
    vertical-align: middle;
}

img#burgerSVG:hover {
    cursor: pointer;
}

img#closeSVG {
    display: none;
    vertical-align: middle;
    line-height: 50px;
}

img#closeSVG:hover {
    cursor: pointer;
}

li#burgerMenu img#burgerSVG.hideIcon {
    display: none;
}

li#burgerMenu img#closeSVG.showIcon {
    display: inline-block;
}

div#burgerDropdown {
    position: fixed;
    z-index: 5;
    height: 100vh;
    width: 100%;
    background-color: #272727;
    display: none;
    
}

div#burgerDropdown.showBurgerMenu{
    display: inherit;
}

div#burgerDropdown ul {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 40vh;
    list-style: none;
}

div#burgerDropdown ul li {
    margin-bottom: 18px;
}

div#burgerDropdown ul li a{
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 24pt;
}

div.banner {
    width: 100%;
    height: auto;
    background-color: #272727;
    margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
    div.banner {
        margin-bottom: 30px;
    }
}

img#bannerImage {
    height: auto;
    width: 100%;
    padding: 0;
    display: block;
    margin: auto;
}

div.content {
    float: left;
    margin: auto;
    position: relative;
    top: 62px;
    width: 100%;
}

p.welcomeText {
    margin-bottom: 4px;
}
p.welcomeText a:hover {
    cursor: pointer;
}

h2 {
    display: inline-block;
    text-align: left;
    margin: auto;
}

div.services {
    margin-top: 55px;
}

div.services h2 {
    margin-bottom: 30px;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 20pt;
    color: black;
}

@media (min-width: 650px) {
    div.services h2 {
        font-size: 22pt;
    }
}

div.services ul.servicesList li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

div.services ul.servicesList li p{
    display: block;
    font-size: 12pt;
    font-weight: normal;
}

div.services ul.servicesList li p.serviceComment {
    color: rgb(114, 114, 114);
    font-size: 12pt;
    font-weight: normal;
}

@media (min-width: 650px) {
    div.services ul.servicesList li p{
        display: inline;
    }
}

div.footer {
    margin-top: 40px;
    float: left;
    width: 100%;
    background-color: #272727;
    padding-top: 50px;
    padding-bottom: 80px;
}

div.footer div {
    color: white;
} 

div.footer div h4 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20pt;
    background-color: #FCE053;
    padding: 5px 12px;
    color: black;
}

@media (min-width: 650px) {
    div.footer div h4 {
        font-size: 22pt;
    }
}

div.footer div p {
    margin-top: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

div.footer div p a {
    color: white;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}

div.footer2 {
    background-color: rgb(29, 29, 29);
    display: block;
    width: 100%;
    float: left;
}

div.footer2 a {
    color: rgb(219, 219, 219);
    font-weight: normal;
    font-size: 12pt;
    text-align: right;
    float: right;
    margin-left: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}