

/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */


html {
	scroll-behavior: smooth; 
}

body {
	overflow-x: hidden;
	font-family:  Arial, sans-serif;
}

p {
	line-height: 1.75
}

a {
	color: #ffc107
}

a:hover {
	color: #fec503
}

.text-primary {
	color: #ffc107!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family:  acumin-pro, sans-serif;
}
h1{
	font-size: 2em;
}

h2{
	font-size: 1.5em;
}

section {
	padding: 100px 0
}

section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px
}

section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
	font-family:  acumin-pro, sans-serif;
}

@media (min-width:768px) {
	section {
		padding: 150px 0
	}
}

.btn {
	font-family: Arial, sans-serif;
	font-weight: 700
}

.btn-xl {
	font-size: 18px;
	padding: 20px 40px
}

.btn-primary {
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #fec810!important;
	border-color: #fec810!important;
	color: #fff
}

.btn-primary:active,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5)!important;
	box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5)!important
}

::-moz-selection {
	background: #ffc107;
	text-shadow: none
}

::selection {
	background: #ffc107;
	text-shadow: none
}

img::-moz-selection {
	background: 0 0
}

img::selection {
	background: 0 0
}

img::-moz-selection {
	background: 0 0
}

#mainNav {
	background-color: rgba(33,37,41,0.8)!important;
	line-height: 1.5!important;
}
#mainNav .navbar-brand {
	font-size: 35px;
	margin: 0px;
	padding: 0px;
}

#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	margin-top: 6px;
	padding: 13px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: #ffc107;
	font-family: Arial, sans-serif;
}

#mainNav .navbar-brand {
	color: #ffc107;
	font-family: 'Rochester', cursive;
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #fec503
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 400;
	padding: .75em 0;
	letter-spacing: 1px;
	color: #fff;
	font-family: Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #ffc107
}

@media (min-width:992px) {
	#mainNav {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-transition: padding-top .3s, padding-bottom .3s;
		transition: padding-top .3s, padding-bottom .3s;
		border: none;
	}
	#mainNav .navbar-brand {
		font-size: 2.75em;
		-webkit-transition: all .3s;
		transition: all .3s
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		padding: 1.1em 1em!important
	}
	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #212529
	}
	#mainNav.navbar-shrink .navbar-brand {
		font-size: 1.25em;
		padding: 12px 0
	}
}

footer {
	padding: 25px 0;
	text-align: center
}

footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: Arial, sans-serif;
}

footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: Arial, sans-serif;
}

ul.social-buttons {
	margin-bottom: 0
}

ul.social-buttons li a {
	font-size: 20px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	border-radius: 100%;
	outline: 0;
	background-color: #212529
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
	background-color: #ffc107
}

