/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('fonts/AcuminVariableConcept.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 50% 115%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Droid Serif';
  src: url('fonts/DroidSerif.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MyriadPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: "interstate-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, .cvs-headline {
	font-family: "interstate-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3, .cvs-subtitle {
    font-family: "interstate", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.main-navigation .main-nav ul li a {
	font-family: "interstate-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 37px;
}

.footer-nav h2 {
	font-family: "interstate-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

div.site-footer {
	display: none;
}














/* ==========================================================================
	Media Queries
   ========================================================================== */

/* ------------------------- Tablet & Smartphone ---------------------------- */

@media (max-width: 979px) {



}

@media (min-width: 768px) and (max-width: 979px) {



}

@media (max-width: 767px) {



}

@media (max-width: 480px) {
	

	
}

@media (max-width: 360px) {
	


}

/* ------------------------- Desktop & Widescreen --------------------------- */

@media (min-width: 980px) { 



}

@media (min-width: 1200px) {



}

