.front-page-1 .widget-area {
   background-color: rgba(0,7,6,.4);
}



.front-page-1 .widget_text .widget-title {
    font-size: 5.4rem;
    text-align: center;
}

/*PHONE IN MAIN NAV*/
#menu-item-93 a{
    background-color: #cb0f0f; 
    border-radius: 40px;
    color: #fff !important;
    cursor: pointer;
    font-weight: 1000;
    letter-spacing: 2px;
    padding: 15px 22px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
}
#menu-item-93 a:hover {
    background-color: #992323;

}

#menu-item-93 a:hover {
    color: #000000;
}


/*FIX IMAGE STYLES*/
       .image_left {
           padding: 10px;
           margin: 10px !important;
           border: none !important;
           float: left;
          max-width: 400px;
          width: 100%;
       }

.logo_left {
           border: none !important;
           float: left;
           max-width: 300px;
           width: 100%;
           margin: 8px;
}
       
       .image_right {
           padding: 5px;
           margin: 5px !important;
           border: none !important;
           float: right;
          max-width: 300px;
          width: 100%;
       }

@media only screen and (max-width: 700px) {
    div#home-top2 {
        clear: both;
    }
    div#home-top1 {
        width: 50%;
        margin: 10px auto;
    }
}