html{
    -webkit-font-smoothing: antialiased;
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-weight: 500;
    /*  background-image: linear-gradient(0deg, #f5f5f5 0%, #c3c3c3  100%); */
    background-image: linear-gradient(0deg, #ffffff 0%, #f5f5f5  100%);
    background-position: 0% 0%;
    background-repeat: repeat repeat;
    background-attachment: fixed;
    -webkit-background-size: auto;
    background-size: auto;
    min-height: 100%;
    padding-bottom: 65px;
    position: relative;
}

body:after{
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    width: inherit;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/diag.svg);
    background-size: 5px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    opacity: 0.3;
}

.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#titleLeft {
    float: left;
    font-size: 150%;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    color: #202020;
    text-decoration: none;
    letter-spacing: normal;
    font-style: normal;
    font-family: quicksand;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 0px;
    display: block;
    padding-top: 2px;
}

#titleRight {
    float: right;
    font-size: 150%;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: 500;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    color: #202020;
    text-decoration: none;
    letter-spacing: normal;
    font-style: normal;
    font-family: quicksand;
    border-top-width: thin;
    border-right-width: thin;
    border-left-width: thin;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block;
    padding-top: 2px;
}

#titleInner {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 23.5595703125em;
    position: relative;
    border-bottom-color: #202020;
    border-bottom-width: thin;
    border-bottom-style: solid;
    padding-bottom: 3px;
    border-top-color: #202020;
    border-top-width: thin;
    border-top-style: solid;
    border-right-width: thin;
    border-left-width: thin;
    padding-top: 3px;
    display: block;
    margin-right: auto;
    
}

#titleHolder {
    float: none;
    height: auto;
    clear: none;
    width: 100%;
    min-width: 0px;
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    opacity: 1;
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
     
    
}

#Icon {
    float: none;
    height: 85px;
    margin-left: auto;
    margin-top: 11px;
    clear: none;
    width: 85px;
    display: block;
    margin-right: auto;
}

#emailHolder {
    margin-top: 5px;
    float: none;
    height: auto;
    margin-left: auto;
    clear: none;
    width: 376.953125px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
}

#emailHolder:hover .overlay{
    opacity: .8;
}

#emailText {
    float: none;
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    font-family: quicksand;
    color: #202020;
    padding-bottom: 2px;
    letter-spacing: 0.08em;
    margin-right: auto;
}

.sectionHolder {
    float: none;
    height: auto;
    clear: none;
    width: 40.087525%;
    border-top-color: #202020;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #202020;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 112px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
     
}

.overlay{
    background-image: url(../img/diag.svg);
    background-size: 5px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;  
}

.sectionHolder:hover .overlay{
    opacity: .8;         
}

.sectionHolder:hover .sectionImage {
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%);
}

.sectionImage {
    float: right;
    width: 400px;
    max-width: none;
    height: 200px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    max-height: none;
    overflow-y: hidden;
    overflow-x: hidden;
    min-width: 0px;
    min-height: 0px;
    opacity: 1;
    margin-right: 0%;
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
    margin-bottom: 0px;
    -webkit-transition: grayscale .5s;
    transition: grayscale .5s;  
}

.titleText {
    float: left;
    font-size: 24px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 11px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    font-family: quicksand;
    font-style:normal;
    color: #202020;
    letter-spacing:-.75px;
    text-transform: uppercase;
}

.textHolder {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 60.9%;
    margin-right: 0%;
}

.descText {
    float: left;
    font-size: 19px;
    width: 100.000001%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
    margin-left: 0%;
    margin-top: 10px;
    clear: both;
    min-height: 0px;
    margin-right: 0%;
    font-family: quicksand;
    color: #202020;
}

.imageHolder {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: auto;
    background-color: rgb(132, 127, 91);
    margin-right: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    min-height: 0px;
    max-height: none;
    max-width: none;
}

#Footer {
     transform: scaleX(1);
    -webkit-transform: scaleX(1);
    position:relative;
    right: 0;
    bottom: 0;
    left: 0;
 }

#about {
    font-weight: 600;
    float: none;
    font-size: 13px;
    width: 140px;
    padding: 5px;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: auto;
    margin-top: 24px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    font-family: quicksand;
    color: #202020;
}

#aboutBtn {
    padding:5px;
}

#about:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 2px;
    bottom:13px;
    left: 0;
    right:0;
    width: inherit;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/diag.svg);
    background-size: 5px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}

#about:hover:after{
    opacity: .8;
}

#copyright {
    float: none;
    font-size: 11px;
    width: 50%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    margin-left: auto;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    font-family: quicksand;
    color: #202020;
}

#iconSVG {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}


@media only screen and (max-width: 2560px) {
    #Footer {
        clear: none;
    }

    .sectionImage {
        clear: none;
    }

    .sectionHolder {
        width: 1182.8px;
        height: auto;
        margin-top: 45px;
        clear: none;
    }

    .textHolder {
        width: 65.7%;
    }

    .descText {
        padding-right: 80px;
        padding-left: 80px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1920px) {
    .sectionImage {
        clear: none;
    }

    #Footer {
        clear: none;
    }

    .sectionHolder {
        width: 1030px;
        display: block;
        margin-top: 50px;
        clear: none;
        height: auto;
    }

    .titleText {
        float: left;
        font-size: 24px;
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 1em;
        margin-left: 0%;
        margin-top: 11px;
        clear: none;
        min-height: 0px;
        margin-right: 0%;
        font-family: quicksand;
        font-style: normal;
        color: #202020;
    }

    .textHolder {
        float: left;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        width: 60.9%;
        margin-right: 0%;
    }

    .descText {
        float: left;
        font-size: 19px;
        width: 100%;
        height: auto;
        text-align: center;
        font-weight: 500;
        line-height: 22px;
        margin-left: 0%;
        margin-top: 10px;
        clear: both;
        min-height: 0px;
        margin-right: 0%;
        font-family: quicksand;
        color: #202020;
        letter-spacing: 0.75px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .imageHolder {
        clear: none;
        background-color: rgb(132, 127, 91);
    }
}

@media only screen and (max-width: 1680px) {
    .sectionImage {
        height: 180px;
        width: 360px;
    }

    .textHolder {
        width: 64.9%;
    }
}

@media only screen and (max-width: 1440px) {
    .sectionImage {
        height: 160px;
        width: 320px;
    }

    .sectionHolder {
        width: 1000px;
        margin-top: 45px;
    }

    .textHolder {
        width: 67.7%;
    }

    .titleText {
        font-size: 22px;
        margin-top: 8px;
    }

    .descText {
        font-size: 16px;
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-left: 40px;
        margin-top: 8px;
    }

    #Icon {
        width: 75px;
        height: 75px;
        margin-top: 5px;
    }

    #emailText {
        font-size: 13px;
        letter-spacing: 1.5px;
    }
}

@media only screen and (max-width: 1366px) {
    #Icon {
        width: 75px;
        height: 75px;
        margin-top: 0px;
    }

    .sectionHolder {
        width: 850px;
    }

    .textHolder {
        width: 62.1%;
    }

    .descText {
        margin-top: 2px;
    }

    .titleText {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    #Icon {
        width: 70px;
        height: 70px;
    }

    .sectionHolder {
        width: 900px;
    }

    .textHolder {
        width: 64.2%;
    }

    .titleText {
        letter-spacing: 1.5px;
    }
}

@media only screen and (max-width: 1024px) {
    #Icon {
        width: 60px;
        height: 60px;
    }

    #titleInner {
        width: 21em;
    }

    #titleLeft {
        font-size: 135%;
    }

    #titleRight {
        font-size: 135%;
    }

    #emailText {
        font-size: 14px;
        font-weight: 500;
    }

    .sectionImage {
        height: 150px;
        width: 300px;
    }

    .sectionHolder {
        width: 771px;
    }

    .textHolder {
        width: 60.9%;
    }

    .descText {
        font-size: 15px;
        line-height: 20px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .titleText {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1.75px;
    }
}

@media only screen and (max-width: 960px) {
    #Icon {
        margin-top: 0px;
        clear: none;
        width: 55px;
        height: 55px;
    }

    .sectionImage {
        clear: none;
        height: 140px;
        width: 280px;
    }

    .sectionHolder {
        width: 700px;
        margin-top: 40px;
        clear: none;
    }

    .textHolder {
        width: 59.6%;
    }

    .titleText {
        font-size: 18px;
    }

    .descText {
        font-size: 14px;
        line-height: 18px;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
        margin-top: 6px;
        margin-right: 0%;
        margin-bottom: 0px;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 846px) {
    #Icon {
        width: 60px;
        height: 60px;
    }

    #titleHolder {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    body {
        background-image: linear-gradient(0deg, #ffffff 0%, #f5f5f5  100%);
        background-attachment: fixed;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    .sectionImage {
        clear: none;
    }

    .sectionHolder {
        width: 80%;
        min-height: 0px;
    }

    .textHolder {
        width: 58%;
    }

    .descText {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }

    #titleLeft {
        font-size: 20px;
    }

    #titleRight {
        font-size: 20px;
    }

    .imageHolder {
        width: 41.371349%;
        overflow-y: hidden;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .sectionImage {
        padding-right: 0px;
        padding-left: 0px;
        clear: none;
        height: 120px;
        width: 240px;
    }

    .sectionHolder {
        width: 86.979167%;
        height: auto;
    }

    .textHolder {
        width: 63.1%;
    }

    .titleText {
        font-size: 17px;
        letter-spacing: 1.9px;
        margin-top: 7px;
        padding-top: 0px;
    }

    .descText {
        font-size: 13px;
        letter-spacing: 0.85px;
    }

    .imageHolder {
        width: 35.928144%;
    }
}

@media only screen and (max-width: 550px) {
    #Icon {
        margin-top: 8px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        width: 50px;
        height: 50px;
    }

    #titleRight {
        font-size: 20px;
    }

    #titleLeft {
        font-size: 20px;
    }

    #titleHolder {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .sectionImage {
        max-height: none;
    }

    .sectionHolder {
        height: auto;
        margin-top: 35px;
        margin-bottom: 0px;
        width: 90.909091%;
    }

    .imageHolder {
        width: 35.9%;
    }

    .descText {
        font-size: 12px;
        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
        margin-top: 2px;
    }

    .titleText {
        font-size: 16px;
        margin-top: 15px;
    }

    #titleInner {
        width: 70%;
    }
}

@media only screen and (max-width: 416px) {
    #titleLeft {
        font-size: 19px;
    }

    #titleRight {
        font-size: 19px;
    }

    #titleHolder {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    #emailText {
        margin-top: 0px;
        font-size: 12px;
        letter-spacing: 2px;
    }

    #Icon {
        width: 40px;
        height: 40px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        clear: none;
    }

    #Footer {
        
        clear: none;
    }

    body {
        background-image: linear-gradient(0deg, #ffffff 0%, #f5f5f5  100%);
        background-attachment: fixed;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    .sectionImage {
        height: 119px;
        width: 238px;
    }

    .sectionHolder {
        margin-top: 22px;
        margin-bottom: 0px;
        height: auto;
        width: 90%;
        clear: none;
    }

    .imageHolder {
        width: 32.1%;
    }

    #titleInner {
        width: 80%;
    }

    .textHolder {
        width: 67.9%;
    }

    .descText {
        margin-top: 5px;
        line-height: 15px;
    }

    .titleText {
        margin-top: 10px;
        margin-right: 0%;
        margin-bottom: 0px;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 375px) {
    #titleInner {
        width: 90%;
    }

    #titleLeft {
        font-size: 19px;
    }

    #titleRight {
        font-size: 19px;
    }

    .sectionImage {
        height: 115px;
        width: 230px;
    }

    .sectionHolder {
        height: auto;
    }

    .imageHolder {
        width: 34.3%;
    }

    .textHolder {
        width: 65.7%;
    }

    .titleText {
        font-size: 15px;
        margin-top: 10px;
    }

    .descText {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 360px) {
    .textHolder {
        width: 64%;
    }

    .imageHolder {
        width: 35.7%;
    }

    .descText {
        font-size: 12px;
        line-height: 14px;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
        margin-top: 4px;
    }

    .titleText {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 320px) {
    #emailText {
        position: relative;
        top: 0px;
        left: 0px;
        width: 99.7%;
        margin-left: 0%;
        margin-right: 0px;
        float: left;
    }

    #emailHolder {
        width: 100%;
    }

   
    #copyright {
        margin-top: 0px;
        clear: none;
    }

    .sectionImage {
        padding-top: 0px;
        width: 230px;
        margin-right: -99.4%;
    }

    .sectionHolder {
        height: auto;
        width: 90.2%;
    }

    .descText {
        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
        font-size: 12px;
    }

    .imageHolder {
        width: 20.2%;
    }

    .textHolder {
        width: 79.5%;
    }

    .titleText {
        margin-top: 8px;
    }
}

