@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body{
	font-family: 'Cabin', sans-serif;
}

body h1 , 
body h2 , 
body h3 , 
body h4 , 
body h5 , 
body h6 , 
body .navbar , 
body .btn{
	font-family: 'Cabin', sans-serif;
}
a {
	color: #e1723a;
}
a:hover {
	color: #f58a55;
}
.offerBar{
	background: #1ea9e1;
}
.navbar {
	text-transform: uppercase;
	border-bottom: 3px solid #1ea9e1;
}
.breadLine{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.mainSection{
	background: rgb(70,87,121);
background: -webkit-linear-gradient(top left, rgba(70,87,121,1) 0%, rgba(26,43,77,1) 100%);
background: -o-linear-gradient(top left, rgba(70,87,121,1) 0%, rgba(26,43,77,1) 100%);
background: linear-gradient(to bottom right, rgba(70,87,121,1) 0%, rgba(26,43,77,1) 100%);
}
.btn-primary {
    color: #fff;
    background-color: #e1723a;
    border-color: #e1723a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f58a55;
  border-color: #f58a55;
}
.btn-outline-mcm {
    color: #e1723a;
    border-color: #e1723a;
}
.btn-outline-mcm:hover {
    color: #f58a55;
    border-color: #e17f58a5523a;
}

.newsLine{
    margin: 4rem 0;
	padding: 4rem 0;
}
.bg-dark {
    background-color: #404041!important;
}

.bg-dark h2{
    color: #b49a00;
}
.jumboHome {
  background-image: url(../img/welcome-jumbo-image.jpg);
}
.jumbotron {
    margin-top: 2rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.jumbotron h1{
	color: #fff;
}
.map-container-4{
	overflow:hidden;
	padding-bottom:25%;
	position:relative;
	height:0;
}
.map-container-4 iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.lacdUmbLinks{
	font-family: 'Zilla Slab', serif;
	font-weight: 900;
}
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:10px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:12px 14px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
/* Home Styles*/
.badge-home {
	height: 100px;
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: yellow;
}
