/*
 Theme Name:     Acquis
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Custom Theme
 Author:         Joe Fino and Ed Galm
 Author URI:     http://acquis.agency
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */

html, body { text-rendering: optimizeLegibility; }
body {

}
h1, h2, h3, h4, h5 ,h6 {

}


@media only screen and ( min-width: 1920px ) {
}

@media only screen and ( max-width: 1440px ) {
}

@media only screen and ( max-width: 1024px ) {
}

@media only screen and ( max-width: 980px ) {
}

@media only screen and ( max-width: 767px ) {
}

@media only screen and ( min-width: 768px ) and ( max-width: 1024px ) {
}

@media only screen and ( min-width: 320px ) and ( max-width: 980px ) {
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}
