@font-face {
            font-family: 'gotham_condensedbold';
            src: url('css/gotham_condensed_bold-webfont.woff2') format('woff2'),
                 url('css/gotham_condensed_bold-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        	}

@font-face {
    font-family: 'gotham_condensedmedium';
    src: url('css/gotham_condensed_medium-webfont.woff2') format('woff2'),
         url('css/gotham_condensed_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	height: 100vh;
  	padding: 0;
  	margin: 0;
  	font-family: "Barlow Condensed", sans-serif;
	display: flex;
	flex-direction: column;
}

.flexFooter {
    flex: 1;
}

.header {
    background: #c7c8ca;
    width: 100%;
    height: 150px;
	margin-bottom: 30px;
}

.header a {
    color: #444;
	text-decoration: none;
}

.header a:hover {
    color: #fff;
	text-decoration-line: none;
}

.logo {
	width: 100%;
	max-width: 650px;
	height: auto;
	float: left;
	padding-top: 20px; 
}

.phone {
	float:right;
	display: block;
}

#phone {
	font-family: 'gotham_condensedmedium';
	font-size: 24px;
	padding: 55px 120px 0 20px;
}

.rslides p {
	font-size: 50px;
	color: white;
	font-family: "gotham_condensedbold";
	font-size: clamp(20px,6vw,50px);
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(0,0,0,.5);
	position: relative;
	z-index: 35;
	bottom: 0;
}

.footercenter {
	text-align: left;
}

.footerstrip {
    width: 100%;
    text-align: left;
    background-color: #eee;
    padding: 20px 0;
	margin-top: 50px;
	color: #444;
	display: block;
}

.footerstrip a {
	color: firebrick;
}

.footerstrip a:hover {
	color: #fff;
	text-decoration: dotted;
}

.footer {
    width: 100%;
    text-align: center;
    background-color: #999;
    padding: 10px 0;
    font-size: 70%;
    color: #fff;
    letter-spacing: 1px;
	display: block;
}

.footer a {
	color: firebrick;
}

.footer a:hover {
	color: #fff;
	text-decoration: none;
}

.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
}

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sitewise {
	width: 100%;
	max-width: 200px;
	height: auto;
	float: right;
}

.tagline {
	width: 160px;
}

input {
	border:  none;
}

#blockStyle219content5 {
	font-size: 1.5rem;
}


/*************** android ***************/
@media screen and (max-width: 768px) {
	.header {
		height: 50px;
}
	
	.logo {
		width: 100%;
		max-width: 650px;
		min-width: 200px;
		height: auto;
		float: left;
		padding-top: 0; 
}
	.phone {
		float:left;
		display: block;
}
	
	#phone {
		font-family: 'gotham_condensedmedium';
		font-size: 24px;
		padding: 0 0 10px 20px;
}
	.footercenter {
		text-align: center;
}
	.footerstrip {
        text-align: center;
}
	.footer {
		display: none;
}
	.sitewise {
		width: 100%;
		max-width: 200px;
		height: auto;
		float: none;
}
	.tagline {
		width: 160px;
}
}

/**************** iphone x *****************/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) {
	.header {
		height: 50px;
}
	
	.logo {
		width: 100%;
		max-width: 650px;
		min-width: 200px;
		height: auto;
		float: left;
		padding-top: 0; 
}
	.phone {
		float:left;
		display: block;
}
	
	#phone {
		font-family: 'gotham_condensedmedium';
		font-size: 24px;
		padding: 0 0 10px 20px;
}
	
	.footercenter {
		text-align: center;
}
	.footerstrip {
        text-align: center;
}
	
	.footer {
		display: none;
}
	.sitewise {
		width: 100%;
		max-width: 200px;
		height: auto;
		float: none;
		padding: 0;
}
	.tagline {
		width: 160px;
}
}

/***************** iphone 6 7 8 ******************/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	.header {
		height: 50px;
}	
	.logo {
		width: 100%;
		max-width: 650px;
		min-width: 200px;
		height: auto;
		float: left;
		padding-top: 0; 
}
	.phone {
	float:left;
	display: block;
}
	
	#phone {
	font-family: 'gotham_condensedmedium';
	font-size: 24px;
	padding: 0 0 10px 20px;
}
	
	.footercenter {
		text-align: center;
}
	.footerstrip {
        text-align: center;
}
	.footer {
		display: none;
}
	.sitewise {
		width: 100%;
		max-width: 200px;
		height: auto;
		float: none;
		padding: 20px 0 0 0;
}
	.tagline {
		width: 160px;
}
}