@charset "UTF-8";
/*
Theme Name: LSC Custom Theme
For: Learn Scuba Chicago LLC
Author: Joseph Hnilo
Author URI: https://tengr.io
Description: The custom theme designed for Learn Scuba Chicago
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
*/


.header {
	background: #4E7396;
	color: #ffffff;
	display: flex;
}
.rectangle-1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0; 
	height: 0; 
	border-top: 150px solid #FAF5E7;
	border-left: 150px solid #FAF5E7;
	border-right: 150px solid transparent;
	border-bottom: 150px solid transparent;
	z-index: 99;
}
.rectangle-1 img {
	height: 160px;
}
.nav-home-logo {
	position: absolute;
	top: -145px;
	left: -145px;
	display: block;
}
.navbar {
	margin-bottom: 0;
}
.header .nav a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	padding: 40px 30px 30px;
}
.navbar a .underline {
	border-bottom: solid 4px #4E7396;
	padding-top: 10px;
}
.nav li a:focus,
.nav li a:hover {
	background-color: inherit;
}
.navbar a:hover .underline {
	border-color: #F13C20;
}



a.button,
a:hover.button,
a:focus.button,
a:active.button {
	background-color: #F13C20;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding: 20px 40px;
	text-align: center;
	display: inline-block;
	width: 240px;
	text-transform: uppercase;
	font-weight: bold;
}


.home-banner {
	background-image: url('main-image.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 830px;
}
.call-to-action-buttons {
	float: right;
	margin-top: 250px;
}
.call-to-action-buttons a,
.call-to-action-buttons a:hover,
.call-to-action-buttons a:focus,
.call-to-action-buttons a:active {
	margin: 80px 0;
	display: block;
}
.call-to-action-buttons a h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}









.come-on-by {
	background-color: #FAF5E7;
	padding: 40px 0;
	text-align: center;
}
.come-on-by h2 {
	text-transform: uppercase;
	font-weight: bold;
}
.come-on-by-heading {
	margin: 20px;
}
.store-hours {
	background-color: #F13C20;
	color: #ffffff;
	border-radius: 30px;
	padding: 20px;
}
.store-hours-inner {
	border-radius: 30px;
	border: solid 1px #fff;
	padding: 20px;
}

.store-hours-inner h3 {
	padding: 20px 0;
	margin-bottom: 40px;
	border-bottom: solid 1px #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.store-hours-inner h4 {
	text-transform: uppercase;
	margin: 20px;
}
.address-and-hours {

}
.address-and-hours-left {
	display: inline-block;
	margin: auto;
	vertical-align: top;
}
.address-and-hours-right {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}

.address-and-hours-address {
	padding: 20px;
}
.address-and-hours-left {width: 300px;}
.address-and-hours img {max-height:440px;}


@media screen and (min-width: 992px) and (max-width: 1199px){
	.come-on-by .address-and-hours img {height:360px;}
	.come-on-by .address-and-hours-left {width:260px;}
	.come-on-by .store-hours-inner h3 {margin-bottom:20px;padding-top:0;}
	.come-on-by .store-hours-inner h4 {margin:10px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.come-on-by .address-and-hours img {height:275px;}
	.come-on-by .address-and-hours-left {width:190px;}
	.come-on-by .store-hours-inner h3 {margin-bottom:10px;padding-top:0;padding-bottom:10px;}
	.come-on-by .store-hours-inner h4 {margin:10px;}
	.come-on-by .address-and-hours-left h4 {font-size: 14px;}
	.come-on-by .store-hours .store-hours-inner {padding: 10px;}
	.come-on-by .address-and-hours-address h4 {margin: 0;}
	.come-on-by .address-and-hours-address {padding: 15px;}
}
@media screen and (max-width: 767px){
	.come-on-by .store-hours-inner h3 {margin-bottom:20px;padding-top:0;}
	.come-on-by .store-hours-inner h4 {margin:10px;}
	.come-on-by .store-hours {margin-bottom: 20px}
}





.footer {
	background-color: #4E7396;
	color: #ffffff;
	padding: 40px 0;
}
.footer a,
.footer a:focus,
.footer a:hover,
.footer a:active {
	color: #ffffff;
	padding: 5px;
	display: block;
}
.footer ul {
	list-style-type: none;
	padding: 0;
}
.footer h4 {
	font-weight: bold;
}





















.headline-news {
	background-color: #4E7396;
	color: #ffffff;
	padding: 40px 0;
	text-align: center;
}


.home-page-content {
	padding: 40px 0;
}
.home-page-content section {
	padding: 40px 20px;
}
.home-page-content section h2 {
	text-transform: uppercase;
	margin: 20px 0;
}
.home-page-content a.button {
	margin-top: 20px;
	width: 200px;
}


@media screen and (min-width: 1200px){
	body .home-page-content section h2 {margin: 30px 0; font-size: 3.5rem;}
}
@media screen and (min-width: 992px){
	.home-page-content .col-sm-4,
	.home-page-content .col-sm-8 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.home-page-content a.button {
		margin-top: 40px;
		width: 240px;
	}
}
@media screen and (max-width:761px) {
	.home-page-content .col-sm-4,
	.home-page-content .col-sm-8 {
		text-align: center;
	}
	.home-page-content .text-body {
		max-width: 400px;
		text-align: justify;
		margin: auto;
	}
	.home-page-content section h2 {
		margin-top: 40px;
	}
}

