

.myImage
{
    width: 30%;
    height: auto;
    margin-top: -5px;
    margin-bottom: 0-5px;
}


.test
{
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 100;
    background-color: gold;
}


.myMarginB
{
    margin-bottom: 40px;
}

.fHeaderSize
{
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    color: antiquewhite;
}
.fTxtSize
{
    color: beige;
}

.goToNav
{
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.navBkg
{
    background-color: lightgray;
}

.M-LR
{
    margin-left: 9%;
    margin-right: 9%;
}

.M-Bt
{
    margin-bottom: 9%;
}

.M-All
{
    margin: 15px;
}

.M-Auto
{
    margin-left: auto;
    margin-right: auto;
}

.M-T
{
    margin-top: 20px;
}

.directionsMarBt
{
    margin-bottom: 10px;
}

.DeviderImg
{
    width: 100%;
    height: 100px;
    opacity: 0.3;
}

.text-col
{
    color: #784215;
}

.contactFontSize
{
    font-size: 50px;
}

.MainBkgImg
{
    background-image: url(../img/mainBkg1.jpg);
}

#bkgCol
{
    width: 100%;
    background-color: gold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.serviceLogo
{
    width: 70%;
    height: auto;
}

#fadein
{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}


/*-------------------------------------------------*/

