﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #fff;
    color: black;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.flex-bottom {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    flex: 1;
    text-align: center;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1440px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
}

header .content-wrapper {
    padding-top: 5px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    padding-top: 1px;
    padding-left: 0;
    padding-bottom: 1px;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li:not(:first-child) {
            margin-left: 20px;
        }

        ul#menu li:not(:last-child) {
            margin-right: 20px;
        }

        ul#menu li a {
            background: none;
            color: #064591;
            text-decoration: none;
            position: relative;
            bottom: 0px;
        }
        ul#menu li button {
            background: none;
            color: floralwhite;
            text-decoration: none;
            position: relative;
            bottom: 0px;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
                position: relative;
                bottom: 2px;
            }
        ul#menu li button:hover {
            color: #333;
            text-decoration: none;
            position: relative;
            bottom: 2px;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #ffffff;
        color: #3e5667;
        padding: 10px 20px 15px 20px;
        border-radius: 8px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}


/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.collapsible {
    background-color: #84b5d1;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 10px;
    margin: 10px;
}

    .active, .collapsible:hover {
        background-color: #a0dcff;
    }

.content {
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.label {
    font-weight: 700;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}






/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/********************
*   Laptop Styles   *
********************/
@media screen and (min-width: 1127px) and (max-width: 1550px) 
{
    .backtitle, .button-17, .maininfomobile
    {
        margin-left:100px!important;
    }
    .homeinfo, .mobileimage {
      margin-left:170px!important;
    }
}
    /********************
*   Mobile Styles   *
********************/
    @media only screen and (max-width: 1126px) {

        .mobileimage {
            margin-left:0px!important;
        }

        /* header
    ----------------------------------------------------------*/
        header .float-left,
        header .float-right {
            float: none;
        }

        /* logo */
        header .site-title {
            margin: 10px;
            text-align: center;
        }

        .mobileimg {
            display: none;

        }

        .maininfomobile {
            margin-bottom: -100px !important;
            z-index: 1;
        }

        .backtitle {
            position: relative;
            top: -100px;
            z-index: 1;
        }

        .backimage {
            background-size: 150% 250% !important;
        }



        /* menu */
        nav {
            margin-bottom: 5px;
            background-color: #ffffff;

            z-index: 99;
        }

        ul#menu {
            margin-top: 20px;
            padding: 0;
            text-align: center;
        }

            ul#menu li {
                margin: 20px;
                padding: 0;
            }

        .desktopheader1 {
            width: 80% !important;
            text-align: center;
        }

        .desktopheader2 {
            width: 15% !important;
        }

        .collapsible3 {
            min-width: 80% !important;
            width:200px!important;
        }

        .hoverimg {
            border: none !important;
            border-color: none !important;
        }
        /* main layout
    ----------------------------------------------------------*/
        .main-content,
        .featured + .main-content {
            background-position: 10px 0;
        }

        .content-wrapper {
            padding-right: 10px;
            padding-left: 10px;
        }

        .featured .content-wrapper {
            padding: 10px;
        }

        /* page content */
        article, aside {
            float: none;
            width: 100%;
        }

        /* ordered list */
        ol.round {
            list-style-type: none;
            padding-left: 0;
        }

            ol.round li {
                padding-left: 10px;
                margin: 25px 0;
            }

                ol.round li.zero,
                ol.round li.one,
                ol.round li.two,
                ol.round li.three,
                ol.round li.four,
                ol.round li.five,
                ol.round li.six,
                ol.round li.seven,
                ol.round li.eight,
                ol.round li.nine {
                    background: none;
                }

        /* features */
        section.feature {
            float: none;
            padding: 10px;
            width: auto;
        }

            section.feature img {
                color: #999;
                content: attr(alt);
                font-size: 1.5em;
                font-weight: 600;
            }



        /* footer
    ----------------------------------------------------------*/
        footer .float-left,
        footer .float-right {
            float: none;
        }

        footer {
            text-align: center;
            height: auto;
            padding: 10px 0;
        }

            footer p {
                margin: 0;
            }

        .nav {
            margin-left: -84%;
            margin-top: 90px;
        }

        .mobileimage {
            z-index: 99;
            position: relative;

        }
    }

    footer a {
        text-decoration: none;
        font-weight: bold;
    }

    .flex-item img {
        max-width: 100px;
        max-height: 100px;
    }

    footer a:hover {
        color: none;
        background-color: none;
        font-weight: bolder;
        color: floralwhite
    }

    .producttext {
        border: solid;
        border-color: #82b4d0;
        background-color: #82b4d0;
        border-radius: 3px;
    }

        .producttext:hover {
            color: floralwhite;
            background-color: #82b4d0;
        }




    .questionbubble {
        height: 10vh;
        margin: 0;
        display: grid;
        place-items: center;
        font: 2vw system-ui;
        font-family: Arial;
        font-weight: normal;
        background-color: #ffffff;
    }

        .questionbubble p {
            transform: translateY(0px);
            animation: float 5s ease-in-out infinite;
            mix-blend-mode: multiply;
            text-align: center;
            font-weight: normal;
            letter-spacing: 1px;
            font-size: 14px;
            color: floralwhite;
            background-color: #84b5d1;
            padding: 10px;
            border-radius: 11px;
            position: relative;
            font-family: Arial, cursive;
        }



    .collapsible3 {
        margin: 40px;
        display: inline-block;
        position: relative;
        width: 500px;
        height: auto;
        background-color: #edeced;
        border: 8px solid #666;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        min-height: 100px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .collapsible2:hover {
        cursor: pointer;
        color: floralwhite;
    }

    .content2 {
        padding: 0 18px;
        overflow: hidden;
        background-color: #e2e2e2;
        max-height: 0;
        transition: max-height 0.2s ease-out;
        color: black;
    }

    .hoverimg:hover {
        border: solid;
        border-color: floralwhite;
    }

    * {
        box-sizing: border-box
    }

    .desktopheader1 {
        width: 39%;
        float: left;
    }

    .desktopheader2 {
        width: 55%;
        float: right;
    }

    /* Nav menu */
    .nav {
        width: 102%;
        height: 100%;
        position: fixed;
        overflow: hidden;
    }

    .menu a {
        display: block;
        /*padding: 30px;*/
        color: white;
    }

        .menu a:hover {
            background-color: gray;
        }

    .nav {
        max-height: 0;
        transition: max-height .5s ease-out;
    }

    /* Menu Icon */
    .hamb {
        cursor: pointer;
        float: right;
        padding: 35px 10px;
    }
    /* Style label tag */

    .hamb-line {
        background: #80b2d0;
        display: block;
        height: 2px;
        position: relative;
        width: 24px;
        z-index: 99;
    }
        /* Style span tag */

        .hamb-line::before,
        .hamb-line::after {
            background: #80b2d0;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .hamb-line::before {
            top: 5px;
        }

        .hamb-line::after {
            top: -5px;
        }

    .side-menu {
        display: none;
    }
        /* Hide checkbox */

        /* Toggle menu icon */
        .side-menu:checked ~ nav {
            max-height: 100%;
        }

        .side-menu:checked ~ .hamb .hamb-line {
            background: transparent;
        }

            .side-menu:checked ~ .hamb .hamb-line::before {
                transform: rotate(-45deg);
                top: 0;
            }

            .side-menu:checked ~ .hamb .hamb-line::after {
                transform: rotate(45deg);
                top: 0;
            }

    /* Responsiveness */
    @media (min-width: 1126px) {

        .nav {
            max-height: none;
            top: 0;
            position: relative;
            float: right;
            width: fit-content;
            background-color: transparent;
        }

        .menu li {
            float: left;
        }


        .menu a:hover {
            background-color: transparent;
            color: gray;
        }

        .hamb {
            display: none;
        }
    }

    .lock-scroll {
        position: fixed;
        width: 100%;
    }

    .backimage {
        height: 65vh;
        background-image: url('../images/singleroad.png');
        background-position: 0% 0%;
        background-size: cover;
        min-height: 500px;
    }

    .backtitle {
        position: relative;
        font-family: Ubuntu;
    }




    /* Google Button */
    .button-17 {
        align-items: center;
        appearance: none;
        background-color: #fff;
        border-radius: 24px;
        border-style: none;
        box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
        box-sizing: border-box;
        color: #3c4043;
        cursor: pointer;
        display: inline-flex;
        fill: currentcolor;
        font-family: "Google Sans",Roboto,Arial,sans-serif;
        font-size: 14px;
        font-weight: 500;
        height: 48px;
        justify-content: center;
        letter-spacing: .25px;
        line-height: normal;
        max-width: 100%;
        overflow: visible;
        padding: 2px 24px;
        position: relative;
        text-align: center;
        text-transform: none;
        transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        width: auto;
        will-change: transform,opacity;
        z-index: 0;
        border-style: solid;
        border-radius: 24px;
        border-width: 2px;
        border-color: floralwhite;
    }

        .button-17:hover {
            background: transparent;
            color: floralwhite;
        }

        .button-17:active {
            box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
            outline: none;
        }

        .button-17:focus {
            outline: none;
            border: 2px solid #4285f4;
        }

        .button-17:not(:disabled) {
            box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
        }

            .button-17:not(:disabled):hover {
                box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
            }

            .button-17:not(:disabled):focus {
                box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
            }

            .button-17:not(:disabled):active {
                box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
            }

        .button-17:disabled {
            box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
        }



    .button-18 {
        align-items: center;
        appearance: none;
        background-color: transparent;
        border-style: solid;
        border-radius: 24px;
        border-width: 2px;
        border-color: floralwhite;
        box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
        box-sizing: border-box;
        color: floralwhite;
        cursor: pointer;
        display: inline-flex;
        fill: currentcolor;
        font-family: "Google Sans",Roboto,Arial,sans-serif;
        font-size: 14px;
        font-weight: 500;
        height: 48px;
        justify-content: center;
        letter-spacing: .25px;
        line-height: normal;
        max-width: 100%;
        overflow: visible;
        padding: 2px 24px;
        position: relative;
        text-align: center;
        text-transform: none;
        transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        width: auto;
        will-change: transform,opacity;
        z-index: 0;
    }

        .button-18:hover {
            background: #F6F9FE;
            color: #333;
        }

        .button-18:active {
            box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
            outline: none;
        }

        .button-18:focus {
            outline: none;
            border: 2px solid #4285f4;
        }

        .button-18:not(:disabled) {
            box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
        }

            .button-18:not(:disabled):hover {
                box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
            }

            .button-18:not(:disabled):focus {
                box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
            }

            .button-18:not(:disabled):active {
                box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
            }

        .button-18:disabled {
            box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
        }

    .diagonalimg {
        width: 100%;
        height: 100%;
        clip-path: polygon(20% 100%, 100% 100%, 100% 0, 40% 0);
    }
.diagonalimg2 {
    width: 50%;
    height: 50%;
    clip-path: polygon(10% 50%, 50% 100%, 100% 0, 50% 0);
    display:flex;
    float:right;
    opacity:0.65;
    float:right;
    
}
.letterimage {
    width: 15%;
    height: 15%;
    clip-path: circle(40%);
    float:right;
    
    opacity: 0.65;
}

