@media only screen and (min-width: 250px) and (max-width: 480px) {
    body.gen p {
        font-size: 16px;
    }

    div.brandLogo {
	    background-size: auto 100%;
	    background-position: center;
	}

    div.logo img {
        width: 70%;
        height: inherit;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2em;
        margin-top: 3em;
    }

    div.lemahead {
        display: block;
        padding-left: 26px !important;
        margin-bottom: 1em;
    }

    div.lemahead img {
        width: 4em;
    }

	div.lemahead p {
        font-size: .7em;
        width: 60%;
        display: block;
        float: right;
        text-align: left;
    }

    .lemahead.foot p {
	    display: inline;
	    font-size: inherit !important;
	    color: #f7dcbf !important;
	    width: 53%;
	}

	.lemahead.foot {
	    position: relative;
	    left: inherit;
	    margin-top: 3em;
	    padding-top: inherit;
	    width: 80%;
	    margin: 0 auto;
	}

	p.bsTL {
	    border-bottom: 2px solid #f7dcbf !important;
	}

	div.caption p{
		display: none;
	}

	section.hero-section {
	    background-position: -29em!important;
	    height: 40em!important;
	}

	ul.footer-nav {
	    display: flex;
	    flex-wrap: wrap;
	}

	div.caption {
	    padding: 0 3em;
	    text-align: center!important;
	    margin-bottom: 2em;
	}

	.caption p {
	    font-size: 1em;
	}

	div.contHero{
		height: 100%;
	}


	div.textCentMov {
	    text-align: center!important;
	}


	.logoFoot img {
	    width: 200px;
	    display: block;
	}

	footer {
	    background-size: auto 100%;
	    background-position: center;
	}

	div.logoFoot img {
	    margin-top: inherit;
	}

	div.lemahead.foot img {
	    width: 5em;
	}

 
}

@media only screen and (min-width: 480px) and (max-width: 720px) {

}


/*---iPad in portrait & landscape---*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

}


/*----iPad in portrait-------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}