/* Base stylebtn-ps, which will be overridden by everything below them */

a{
	text-decoration: none;
	color: #2a3990;
}
a:hover{
	color: #a70e13;
	text-decoration: none;
    cursor: pointer;
}

a:visited{}
a:active{}

ul {
  list-style-image: url('../images/icon-recycle-li.png');
}

.sticky-bottom-banner {
  transition: all 0.3s ease;
}
.sticky-bottom-banner .details {
  border-top: 1px solid #ccc;
}

.toggle-details {
    cursor: pointer;
}

.sub-nav a{
	text-decoration: none;
	color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.featured {
	background-color: #dad8d8;
} 


.featured-item {
	position:relative;
}

.featured-image{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	border:5px solid white;
}

.featured-text {
	position: absolute;
	bottom:0px;
	left:0px;
	font-size:9px;
}

.featured-title {
	position:absolute;
	top:15px;
	right:0px;
	background-color:#000;
	width:50%;
	font-size:12px;
}

.featured-logo {
	width:35px;
	
}

.a-left, .a-right {
	z-index: 10;
}

.a-left {
	left:15px;
}

.a-right {
	right:15px;
}

.a-left img, .a-right img {
	
	height:100%;
}

.slick-prev, .slick-next {
	margin-top:10px;
	height: 19px;
	width: 10px;
}


@media(min-width: 768px){
	.featured-text {
		font-size:18px;
	}
	
	.featured-title {
		top:25px;
		right:0px;
		background-color:#000;
		width:50%;
		font-size:18px;
	}
	
	.featured-logo {
		width:55px;
	}
	
	
	.a-left, .a-right {
		z-index: 10;
	}
	
	.a-left {
		left:50px;
	}

	.a-right {
		right:50px;
	}
	
	.slick-prev, .slick-next {
		margin-top:50px;
		height: 54px;
		width: 25px;
	}

}

.dot, .dot-active {
  height: 15px;
  width: 15px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  border:1px solid #fff;
}

.dot-active {
  background-color: #F10000;
}

input + .slider {
  background-color: #fb000b;
}

input:checked + .slider {
  background-color: #fb000b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(85px);
  -ms-transform: translateX(85px);
  transform: translateX(85px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}


.nav {}
.nav a{
	text-decoration: none;
}
.nav a:hover{}
.nav a:visited{}
.nav a:active{}


.float-hash a, .float-hash a:hover{color:#fff;}

.listing-card a, .listing-card a:hover{color:#000;}

.card-shadow {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dropdown .dropdown-menu {
    margin-top: 0; /* remove the gap so it doesn't close */
	background:#2a3990;
	line-height: 160%;
}


.dropdown:hover .dropdown-menu {
	background:#2a3990;
}


.dropdown-menu {
	border:0px;
	border-radius: 0px;
	border-bottom:1px solid grey;	
	text-transform: uppercase;
}

.dropdown-arrow {
	background:#000;
}

.team-info .dropdown-menu {
	width: 100%;
}

.logo {
	width: 300px;
}

.fb-icon {
	width:25px;
	margin-left:10px;
}

.team-bio {
	cursor: pointer;
}


.accordion-button {
	
	
}


.accordion-button:focus {
	outline:0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}


.accordion-button:after {
  background-image: url("../images/icon-banner-arrow.png") !important;
  background-size:40px;
  background-position: center;
  padding:40px;
  padding-right:0px;
}

.accordion-item, .accordion-body, .accordion-button, .accordion, .accordion-flush {
	border: none ;
	border-radius: 0 !important;
	margin-bottom: 0px !important;
}

.accordion-button {
	background-color:#31536c !important;
	border-top:5px solid #4b829c !important;
	color: #fff !important;
	height:60px;
}

.accordion-collapse {
	background-color:#4b829c !important;
	color: #fff;
	font-size:0.8em;
}

.pull-tab {
	 background-image: url("../images/pull-tab.png") !important;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size:11px;
	color:#fff;
	height:45px;
	padding-top:21px;
	cursor:pointer;
}


.banner-header {
	background-color:#c8c6c6;
	font-family: 'Graphicus Book';
	display: inline-block;
	color: #43657e;
	font-size:66px;
	line-height:.90em;
	vertical-align: baseline;
	padding:0.1em;
	padding-top:0.2em;
	padding-bottom:0em;
	margin:5px;
}

.banner-subheader {
	background-color:#43657e;
	color: #fff;
	font-size:20px;
	line-height:2em;
	margin:5px;
	padding:0.2em;
}

.community-left, .community-right {
	 background-position: top center; 
	 background-size: 100% auto; 
	 background-repeat: no-repeat;
	 padding-top:250px;
}

.community-card {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

@media(min-width: 768px){
	
	.community-left {
		 background-position: left center; 
		 background-size: 70% auto; 
		 background-repeat: no-repeat;
		 padding-top: inherit;
		
	}


	.community-right {
		 background-position: right center; 
		 background-size: 70% auto; 
		 background-repeat: no-repeat;
		 padding-top: inherit;
	}
	
	.nav-link, .nav-on {
		height:100px;
	}
	
	.nav-link, .nav-link-li {
		margin:0px;
		padding: 6px 0px 0px 0px;
	}
	
	.logo {
		width:400px;
	}
	
	.fb-icon {
		width:43px;
	}
	
	
	.dropdown-menu {
	
		font-size: 1em;
		border-bottom:0px;

	}
	
	.team-info .dropdown-menu {
		max-width: 700px;
	}

	
}

@media(min-width: 992px){
	
	.banner-header {
		background-color:#c8c6c6;
		font-family: 'Graphicus Book';
		display: inline-block;
		color: #43657e;
		font-size:110px;
		line-height:.90em;
		vertical-align: baseline;
		padding:0.1em;
		padding-top:0.2em;
		padding-bottom:0em;
		margin:5px;
	}

	.banner-subheader {
		background-color:#43657e;
		color: #fff;
		font-size:40px;
		line-height:1.8em;
		margin:5px;
		padding:0.1em;
	}
	
	.accordion-bottom {
		position:absolute;
		bottom:0px;
		width:98%;
	}
	
	.accordion-header {
		width:100%;
	}
	
	.accordion-button::after {
		display:none;
	}
	
	.accordion-button {
		text-align: center !important;
		display:block !important;
		font-size:25px;
	   padding-top:12px;
		height:90px;

	}
	
	.accordion-collapse {
		font-size: 1em;
	}
}

.dropdown-menu > li > a:hover {
    background:#2a3990;
	text-decoration: underline;
    color: #000;
	cursor: pointer;
	text-underline-offset: 5px;
	
	
	
}

.nav-link {
	font-size: 20px;
	color: #2a3990;
	padding-left:15px;
	padding-right:15px;
	padding: 6px 0px 0px 0px;
}



.nav-link:hover, .nav-link:active {
	color: #a70e13;
	cursor: pointer;
	text-decoration: none;
	transition: 0s;
}


.nav-on {
	font-size: 20px;
	color: #000;
	cursor: pointer;
	padding-left:8px;
	padding-right:8px;
	text-decoration: underline;
	text-decoration-color: #2a3990;
	text-underline-offset: 10px;
	padding: 6px 0px 0px 0px;
}

.topbar {
	background-color: #2a3990;
	font-size: 12px;
	font-family: "Graphicus Book";
	text-transform: none;
}

.navbar-toggler span {
  display: block;
  background-color: #2a3990;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-dot {
  display:inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0;
  border-radius: 10px;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}


/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
	padding:0px;
    
    font-family: "Gautami";

	margin:0px; 
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
	border-top:6px solid #2a3990;
	
	-webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled { 
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.navbar.scrolled .nav-link {
	font-size: 14px;
	color: #2a3990;
}

.navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link:active {
	
}



.navbar-toggler {
	color:#2a3990;
	margin:0px;
	border-radius: 0px;
	height:55px;
	width:45px;
}

.navbar-toggler-icon {
	color:#43657e;
}

.navbar-nav {
	background: rgba(255,255,255,0.79);
}



.navbar-buttons .btn-primary, .navbar-buttons .btn-secondary {
	font-size:18px;
	border-radius:2px;
	border:1px solid #bab9b9;
	color:#fff;
	padding:6px 10px 2px 10px;
}

@media(min-width: 992px){
	.navbar-buttons .btn-primary, .navbar-buttons .btn-secondary {
		min-width: 130px;
	}

}

.navbar-buttons .btn-primary {
	background-color: #2a3990;
}

.navbar-buttons .btn-secondary { 
	background-color: #4b829c;
}


.navbar-buttons .btn-primary:hover, .navbar-buttons .btn-secondary:hover {
	background-color:#9cab15;
	border:1px solid #2a3990;
}

.sub-nav {
    background-color: #8a0b0d;
    color: #fff;
    font-size:0.8em;
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}

.maincolour {
	color: #2a3990;
}

.maincolour-bg {
	background-color: #2a3990;
}


.bg-marble {
	background-image: url("../images/bg-marble.jpg");
	background-repeat: no-repeat;
	background-size:cover;
    background-position: top center;
	border-top:10px solid #000;
}

@media(min-width: 992px){
	.bg-marble {
		 background-position: center;
	}

}

.heading, .main .heading, .products .heading {
	color: #2a3990;
	text-transform: uppercase;
	font-family: "Graphicus Book";
	font-size: 20px;
	position: relative;
	line-height:100%;
  display: inline-block;
  padding-bottom: 10px;
}



.products .heading {
    color: #01389d;
    font-size: 24px;
}





.blue {
    color: #01389d;
}


.locations .heading {
    font-size: 20px;
    text-decoration:none;
}


.locations .heading:before {
    border-bottom:none;
}

.section-leading-img .heading {

   display: inline-block;

  font-size: 17px;

  font-family: "Chalk";

  color: #000;

  transform: rotateZ(-4deg);

  text-align: left;

  margin-bottom: 16px;
    
  text-transform: lowercase;

  }

.section-leading-img .heading:before {
    border-bottom: none;
}


@media (min-width: 992px) {

  /* line 631, ../scss/style.scss */

  .section-leading-img .heading {

    font-size: 17.5px;

    margin-bottom: 14px;

  }

}

.overlay .heading {
	color: #fff;
	font-family: "Graphicus Book";
	text-transform: uppercase;
	font-size:20px;
	line-height:100%;
}

.overlay .heading .emphasize{
	color: #ff7f84;
    background-image: url("/assets/images/underline.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom:8px;
    
}
.overlay .subheading {
	font-family: "Graphicus Book";
	color: #fff;
	font-size:16px;
	line-height:115%;
}


.pre-footer .heading {
	color: #fff;
	font-family: "Graphicus Book";
	text-transform: uppercase;
	font-size:24px;
	line-height:120%;
	text-shadow: 5px 4px 11px rgba(0,0,0,0.4), 0 2px 5px rgba(0,0,0,0.2);
}

.pre-footer .subheading {
	font-family: "Graphicus Book";
	color: #fff;
	font-size:16px;
	line-height:115%;
}

.icon-arrow-desktop {
	position:absolute;
	top:-25px;
	right:-15px;
}

.icon-arrow-mobile {
	position:absolute;
	bottom:-25px;
	right:-15px;
}



.text-underline {
	text-decoration: underline;
}



.product {
	cursor:pointer;
}

.products .product .product-img {
    vertical-align: bottom;
    display: table-cell;
    margin:0px auto;
    width: 50%;
    text-align: center;
    position: relative; 
}


.products .product .product-img .plus-icon {
    position: absolute;
    bottom:0px;
    right: 45px;
}



.products .overlay:hover {
	cursor:pointer;
	background-color: rgba(182,198,40,0.39);
	text-decoration:none;
	border-radius: 6px;
}

.one-tree .heading{	
	 color: #fff;
	font-family: "Graphicus Book";
	font-size:24px;
	line-height:160%;
}

.one-tree .subheading{	
	font-family: "Graphicus Book";
	 color: #fff;
	font-size:16px;
	line-height:110%;
}


.main-2 .heading{	
	color: #000;
	font-family: "Graphicus Book";
	font-size:24px;
	line-height:140%;
}

.main-2 .main-info {
	background-color: #e7e7e8;
}

.products .overlay .heading {
	font-size:20px;
}



.featured .heading {
	font-size:25px;
}


.right-pointing-triangle::after {
  content: "\25B6 \FE0E";
}


.signature {
	font-family: "Antro Vectra";
	font-size: 30px;
}

@media(min-width: 992px){
	
	.heading, .main .heading, .products .heading {
		font-size:36px;
	}
	
	.overlay .heading {
		font-size:36px;
	}
	
	.overlay .subheading {
		font-size:24px;
	}
    
    .products .product .product-img {
        height: 300px;
    }

	
	.products .overlay .heading {
		font-size:36px;
	}

	
	.custom-homes .overlay .heading {
		font-size:24px;
	}
	
	.featured .heading {
		font-size:38px;
	}
	
	.one-tree .heading{	
		font-size:36px;
		
	}
	
	.one-tree .subheading{	
		font-size:21px;
	}
	
	
	.pre-footer .heading{	
		font-size:36px;
		
	}
	
	.pre-footer .subheading{	
		font-size:21px;
	}


}


.btn-primary, .btn-secondary, .btn-mobilenav, .btn-featured {
	background-color: transparent;
	font-family: "Graphicus Book";
	color: #fff;
	border:2px solid #fff;
	border-radius: 0px;
	padding:10px 10px 5px 10px;
	font-size:18px;
}

.btn-featured:hover {
	color: #000;
	background-color: #fff;
}

.btn-banner {
	font-size:20px;
	font-family: "Graphicus Book";
	color: #FFF;
	text-decoration:none;
    padding-bottom:3px;
    box-shadow: inset 0 -0.5em 0 0 #b75c98;
	cursor: pointer;
}

.main .btn-banner, .main .btn-banner:hover, .main .btn-banner:active {
    color: #2a3990;
}



.btn-banner:hover, .btn-banner:active {
    color: #FFF;
	cursor: pointer;
    text-decoration:none;
    box-shadow: inset 0 -0.5em 0 0 #a70e13;
	transition: 0s;
}



.btn-featured {
	border:1px solid #fff;
	padding:5px 10px 5px 10px;
	font-size:11px;
}

@media(min-width: 992px){
	
	.btn-primary, .btn-secondary, .btn-mobilenav, .btn-featured {
		font-size:21px;
	}

	.btn-featured {
		border:2px solid #fff;
		padding:10px 20px 10px 20px;
		font-size:14px;
	}
}


.btn-primary {
	color: #fff;
	border:2px solid #a8b71e;
    background-color: #bccc2c;
}


.btn-primary:hover, .btn-primary:active {
	color: #fff;
    background-color: #9cab15;
    border:2px solid #bccc2c;
    text-decoration: none;
	
}

.colour-swatch {
     border:1px solid transparent; 
     height:50px;
}

@media(min-width: 992px){	
	.colour-swatch {
         height:25px;
    }
}

.btn-primary-gradient {
    background-image: linear-gradient(#b1c026, #92a013);
}

.btn-primary-gradient:hover {
    background-image: linear-gradient(#92a013, #b1c026);
}

.btn-mobilenav {
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	border-color: transparent #161a1c transparent #161a1c;
}

.btn-mobilenav:hover {
	color:#fff;
}


.btn-secondary {
	color: #2a3990;
	border:2px solid #2a3990;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #2a3990;
	border:2px solid #2a3990;
}


.subheading {
	font-family: "OpenSans";
	font-size: 16px;
	font-weight: bold;
	position:relative;
	bottom:-5px;
	
}

.heading-container {
	border-left: 5px solid #4b829c;
}

h1{
	
	text-transform: uppercase;
	font-family: "OpenSans";
}



h2{
	font-size:1.2em;
}


.form-control {
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding: 15px 10px 10px 10px;
}

.form-control::placeholder {
	font-style: italic;
}

.heading a{	color: #ffffff;}
.heading a:hover{	color: #ffffff;}
.heading a:visited{	color: #ffffff;}
.heading a:active{	color: #ffffff;}

.heading-lg{
	font-size: 18px;
}
.heading-sep{
	margin-bottom: 35px;
}
.heading-sep:after{
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    background: #e5460f;
    position: absolute;
    margin-top: 13px;
}

.pointer {
	cursor: pointer;
}

.sub-heading {
	font-size:1.5em
}
.sub-heading a:link{}
.sub-heading a:hover{}
.sub-heading a:visited{}
.sub-heading a:active{}

.maintext {}
.maintext a:link{}
.maintext a:hover{}
.maintext a:visited{}
.maintext a:active{}


.two-cents a{ color: #000;}
.two-cents a:hover{ color: #fb000b;}

.testimonial-read-more a{ color: #FF0000;}
.testimonial-read-more a:hover{ color: #fb000b;}


.search .searchtitle, .listingtitle {
	color:white;
	font-family: "OpenSans";
	font-size:55px;
	text-shadow: 2px 0px #000;
	text-align: center;
	
}
.search input, .search select {
	border-radius: 0px;
	padding: 5px 15px 5px 15px;
}



.pre-footer {
	background-color: #000;
	border-top:5px solid #2a3990;
	
}

footer{
	
	padding: 12px 0;
	background: #2a3990;
	color: #fff;
	font-size: 12px;
    border-top:5px solid #a70e13;
	
}




.footer-top {
	background-color: #0d1114;
	border-top:10px solid #2a3990;
}

.footer-text {
	font-family: "Graphicus Book";
	color: #fff;
	font-size: 15px;
}

@media(min-width: 992px){	
	.footer-text {
		font-size: 18px;
	}
}

footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: none;
}
footer a:visited{}
footer a:active{}

.copyright {}
.copyright a:link{}
.copyright a:hover{}
.copyright a:visited{}
.copyright a:active{}

/* Responsive styles, which override the base styles at specific sizes */

.responsive {

  width: 100%;

  height: auto;

}

.slider {
	background-color: #e9eded;
}

.highlight-bg {
	background-image: url("/assets/images/highlight.png");
	background-size:cover;

 	 background-position: center center;

  background-repeat: no-repeat;
}


.highlight-blue-bg {
	background-image: url("/assets/images/highlight-blue.png");
	background-size: 100% 100%;

 	background-position: center center;

  	background-repeat: no-repeat;
}

.list-price {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
	border-radius: 0px 0px 25px 0px;
	background-color: #fb000b
}


/* Smartphones */
/* Equivalent to bootstrap's media-sm */
@media(min-width: 576px){
} 
	
/* Tablets */
/* Equivalent to bootstrap's media-md */
@media(min-width: 768px){
	.navbar {
		color: #000;
		/*/background-color: transparent; */
		border-bottom:0px;
	}
	
	.navbar-nav {
		background-color: transparent;
	}
	
	.nav-link {
		color: #2a3990;
		font-size:20px;
	}
	
	.search input, .search select {
		padding: 15px 15px 15px 15px;
	}
	
	.nonindexnav { 
		background: #fff;
		color: #2a3990;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
		border-bottom:1px solid white;
	}
	
	.listingtitle {
		font-size: 65px;
	}

}
	
/* Laptops */
/* Equivalent to bootstrap's media-lg */
@media(min-width: 992px){	
	
	.heading.mb-lg{
		margin-bottom: 35px;
	}
	.heading-lg{
		font-size: 38.5px;
	}
	.heading-sep{
		margin-bottom: 60px;
	}
	.heading-sep:after{
		width: 63px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 24px;
	}
	footer{
		font-size: 13.5px;
		padding: 19px 0;
	}
}
	
.footer-standings, .footer-standings2 {
	background-color: #fff;
	
	/*box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.5);*/
	font-size:12px;
}

.footer-standings-heading, .footer-standings-heading2{
	
	font-family: "Graphicus Book";
	
	padding:25px;
	
	text-align: center;
	
	font-size: 30px;
	
	line-height: 100%;  
	
	color: #fff;
}

.footer-standings thead {
	color: #23577f; 
}

.footer-standings2 thead {
	color: #389b7f; 
}
.footer-standings-heading {
	
	background-color: #23577f; 
}

.footer-standings-heading2 {
	
	background-color: #389b7f; 
}


/* Desktops */
/* Equivalent to bootstrap's media-xl */
@media(min-width: 1200px){
	.footer-standings-heading, .footer-standings-heading2{
		font-size:25px;
	}
}
	
/* Extra large Desktops */
@media(min-width: 1605px){
	.banner.alt{
		height: 600px;
	}
	
	.footer-standings-heading, .footer-standings-heading2{
		font-size:30px;
	}
}