﻿body {
    background-image: url('../Image/Layout/bg_bottom.png');
    background-repeat: repeat-x;
    background-position: bottom center;
}

.jobs {
    background-image: url('../Image/Layout/bg_diag_whiteClear.png');
    background-repeat: repeat;
}

/*.cyan {
    background: rgba(0, 174, 239, 0.2);
}

.magenta {
    background: rgba(236, 0, 140, 0.2);
}

.yellow {
    background: rgba(255, 242, 0, 0.2);
}

.black {
    background: rgba(35, 31, 32, 0.2);
}*/

.google-maps {
    position: relative;
    padding-bottom: 75%;
    // This is the aspect ratio height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .contact h1 {
            font-size: 24px;
    font-weight: 400;
    font-family: Teko, serif;
    letter-spacing: .02em;
    color: white;
    display: block;
    background-color: black;
    padding: 3px 10px 3px 10px;
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}

.diagWhite {
    background-image: url('../Image/Layout/bg_diag_white.png');
    background-repeat: repeat;
}

#diagWhite h1 {
    font-size: 24px;
    font-weight: 400;
    font-family: Teko, serif;
    letter-spacing: .02em;
    color: white;
    display: block;
    background-color: black;
    padding: 3px 10px 3px 10px;
}

#diagWhite ul {
    list-style-position: outside;
    margin-left: 1.5em;
}

.services a{
    color: black;
}

.homeServices {
    background: rgba( 255,255, 255, 0.9);
    height: 100%;
    padding: 3% 2% 5% 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
}


#menuBar {
    color: white;
}

#projectGallery h1 {
    font-size: 24px;
    font-weight: 400;
    font-family: Teko, serif;
    letter-spacing: .02em;
    color: black;
    display: block;
    padding: 3px 10px 3px 10px;
    margin: 0;
    text-transform: uppercase;
    text-align: right;
    -ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Chrome, Safari, Opera */
    transform: rotate(-1deg);
    background-image: url('../Image/Layout/bg_diag_white.png');
    background-repeat: repeat;
}

#clientGallery h1 {
    font-size: 24px;
    font-weight: 400;
    font-family: Teko, serif;
    letter-spacing: .02em;
    color: black;
    display: block;
    padding: 3px 10px 3px 10px;
    margin: 0;
    text-align: left;
    background-image: url('../Image/Layout/bg_diag_whiteClear.png');
    background-repeat: repeat;
}

#clientGallery a{
    opacity: .5;
}
#clientGallery a:hover{
    opacity: 1;
}

.textBlock {
    font-size: 24px;
    font-weight: 400;
    font-family: Teko, serif;
    letter-spacing: .02em;
    color: black;
    display: block;
    padding: 3px 10px 3px 10px;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    -ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
    transform: rotate(1deg);
    background-image: url('../Image/Layout/bg_diag_whiteClear.png');
    background-repeat: repeat;
    margin-bottom: 10px;
}

#clientGallery img {
    width: 100%;
    height: auto;
}

.footer {
    color: white;
}

    .footer h1 {
        font-size: 24px;
        font-weight: 400;
        font-family: Teko, serif;
        letter-spacing: .02em;
        color: white;
        display: block;
        background-color: red;
        padding: 3px 10px 3px 10px;
    }


#footer1 {
    padding: 3% 0;
}

#footer2 {
    padding: 3% 0;
}

#footer3 {
    padding: 3% 0;
}


.footer ul {
    list-style-position: outside;
    margin-left: 1.5em;
}
/*.footer ul{
        list-style-position: outside;
        margin-left: 0em;
        list-style: none;
        line-height: 36px;
}*/
.footer a {
    color: white;
}

/*.footer ul a{
      color: white;
      text-decoration: none;
      border: 1px solid white;
      padding: 6px;
      border-radius: 6px;
}
        .footer ul a:hover{
      color: white;
      text-decoration: none;
      border: 1px solid red;
      padding: 6px;
border-radius: 6px;
}*/

.button_Bright {
    font-size: 12px;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 6px;
}

    .button_Bright:hover {
        font-size: 12px;
        color: white;
        text-decoration: none;
        border: 1px solid black;
        padding: 6px;
        background-color: black;
    }

.button_Dark {
    font-size: 12px;
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 6px;
}

    .button_Dark:hover {
        font-size: 12px;
        color: black;
        text-decoration: none;
        border: 1px solid white;
        padding: 6px;
        background-color: white;
    }


/*BACK TO TOP*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(188, 190, 192, 0.8) url(../../Images/cd-top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #BCBEC0;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

ol {
    counter-reset: foo;
    display: table;
}

ol > li {
    counter-increment: foo;
    display: table-row;
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell; /* aha! */
    text-align: left;
}