@media screen and (min-width: 751px) {
    /*{
        overflow: hidden;
    }
    :after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }*/
	#contact .ctsBody{
		background:#4D9379;
		color:#FFFFFF;
	}
    h3{
        border-bottom: 1px solid #A6C9BC;
        border-top: 1px solid #A6C9BC;
    }
    .tell,
    .mail{
        margin: 0 0 40px;
        font-size: 400%;
        letter-spacing: 2px;
    }
        .tell a,
        .mail a{
            color: #FFFFFF;
        }
        .tell a:hover,
        .mail a:hover{
            color: #000000;
        }

}






@media screen and (max-width: 750px) {
    #contact .fading{
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 67px;
        width: 100%;
        background-color:rgba(77,147,121,0.9);
    }
    #contact .ctsBody{
        background:#4D9379;
        color:#FFFFFF;
    }
    h3{
        border-bottom: 1px solid #80B6DB;
        border-top: 1px solid #80B6DB;
    }
    .tell,
    .mail{
        margin: 0 0 40px;
        font-size: 400%;
        letter-spacing: 2px;
    }
        .tell a,
        .mail a{
            color: #FFFFFF;
        }
        .tell a:hover,
        .mail a:hover{
            color: #000000;
        }

}