/*
Theme Name: Gaithersburg Coin Exchange Child
Version: 1.0
Template: gaithersburgcoin
*/



/*Add your own styles here:*/



/* GLOBAL */

* {
	-webkit-font-smoothing: antialiased;
}

img {
	pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'classico-urw', serif;
}

h2 {
	font-size: 36px;
	line-height: 42px;
	text-transform: none!important;
	letter-spacing: 0px!important;
}

p, ul, ol {
	font-family: 'dolly-new', serif;
	font-size: 18px;
	line-height: 28px;
}

a {
	font-family: 'trade-gothic-next', sans-serif;
}

.default-btn a {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 40px 20px!important;
}

/* HEADER */

#header .logo img {
	height: 89px;
	width: 329px;
}

.av-main-nav > li > a {
	font-size: 13px;
	text-transform: uppercase;
}


/* HOMEPAGE */

#hero {
	padding: 120px 0;
}

#hero h1 {
	color: white;
	font-size: 80px;
	line-height: 76px;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 30px;
}

#hero h2 {
	font-family: 'dolly-new', serif;
	color: white;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 30px;
}

#section-1, #section-2, #section-3 {
	padding: 60px 0;
}

#section-2 h3 {
	font-size: 18px;
	line-height: 24px;
}

img[src*="/wp-content/uploads/Middletown-Storefront.webp"], 
img[src*="/wp-content/uploads/Gaithersburg-Storefront.webp"] {
    height: 450px !important; /* Forces them to be the same height */
    width: 100% !important;
    object-fit: contain !important; /* 'Contain' ensures the whole image shows with ZERO distortion or cropping */
}

#section-3 img {
	margin-bottom: 30px;
}

#section-3 h3 {
	font-size: 30px;
	line-height: 36px;
}


/* INTERIOR */


/* FORM */


/* HEADER */


/* FOOTER */

#footer-section {
	padding: 60px 0 100px;
}

#footer-section img {
	height: 99px;
	width: 104px;
}

#footer-section h3, #footer-section p, #footer-section a {
	color: white;
}

#footer-section h3 {
	font-family: 'trade-gothic-next', sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	border-bottom: solid 1px white;
	display: inline-block;
	padding-bottom: 7px;
}

#footer-section a,
#footer-section p {
	font-family: 'dolly-new', serif;
	font-size: 14px;
	line-height: 25px;
}


/* MEDIA QUERIES */

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

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

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

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

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