/*
Theme Name: Show Me A Loan
Theme URI: 
Description: A child theme for Twenty Twenty One.
Author: PWhittemore
Author URI: 
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html{
	font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, p{
	font-family: 'Roboto', sans-serif !important;
}

a{
	text-decoration:none;
}

.site-header{
	padding:0px 0px !important;
}

.site-footer{
	display:none !important;
}

.main-header{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:1900px;
	margin:0 auto;
}

.main-header-left-border{
	width:calc(50% - 230px);
	height:3px;
	background:#27584D;
}

.main-header-right-border{
	width:calc(50% - 230px);
	height:3px;
	background:#27584D;
}

.main-header-img{
	margin:0 auto;
	position:relative;
	width:400px;
	max-height:70px;
}

.main-header-img img{
	width:100%;
}

.main-page-topsection{
	margin-bottom:10px;
}

.main-header-tagline{
	text-align: center;
	font-size: 22px;
	margin: 0 10px;
	line-height: 19px;
	color: #27584D;
	text-transform: uppercase;
}


.custom-logo-link img{
	max-width:500px !important;
}

.widget-area{
	display:block !important;
}

.loan-header{
	min-height:0px;
}


@media screen and (max-width: 999px) {
	.main-header-img{
		width:250px;
	}
	.main-header-tagline{
		font-size:18px;
	}
	.main-header{
		display:none;
	}
	.custom-logo-link img{
		max-width:300px !important;
	}
}