/*
 Theme Name:   CustomStrap
 Theme URI:    https://www.livecanvas.com/customstrap/
 Description:  A child theme for UnderStrap, bringing some cool options in the Customizer and a built in SCSS compiler to roll your own BootStrap
 Author:       LiveCanvas.com
 Author URI:   https://www.livecanvas.com
 Template:     understrap
 Version:      2.7.0
 Text Domain:  customstrap
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

body{
	font-family: museo-sans, sans-serif !important;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
#page{
	max-width:19200px;
    margin: 0 auto;	
}
.navbar{
	background-color: #000000
}
#logo-tagline-wrap{
	width: 100%;
}
#wrapper-footer{
	background-color: #000000;
	color: #FFF;
	font-size: 14px;
}
#hero-section .hero-content{
	padding-top: 120px;
	padding-bottom: 120px;
}
#hero-section h1{
	font-weight: 900;
	font-size: 72px; 
	line-height: 80px;
	margin-bottom: 80px;
}
#hero-section p{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 80px;
}
#page h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
}
#page h2.with-border{
	border-bottom: 5px #eb0029 solid;
	display: inline-block;
}
#page h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
}
#page h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
}
.large-text{
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
}
a.btn{
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	background: #eb0029;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 40px;
    border-radius: 50px;
}
a.btn:hover{
	color: #FFF;
}
a.text-link{
	color: #eb0029;
	text-decoration: underline;
}
a.text-link:hover{
	color: #eb0029;
	text-decoration: underline;
}
hr.border-red{
	width: 68px;
	margin: 10px auto;
	height: 5px;
	background: #eb0029;
}
#reviews .fa-star,
#reviews .fa-star-half-alt{
	color: #ffd300;
}
#wrapper-footer a{
	color: #FFF;
	padding: 0 25px;
}
#footer-social a{
	padding: 0 10px;
	font-size: 18px;
	font-weight: 700;
}
#footer-social i{
	font-size: 25px;
}