* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none !important;
	list-style: none !important;
	outline: none !important;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body{
	background:#ffffff;
	margin:0;
	font-family:"Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#000;
	
}
ul{
		list-style:none;
		padding:0.5em 0;
		margin:0;		
		li{
			padding:0.5em 1em 0.5em 3em;
			font-size:0.75em;
			font-weight:regular;
			background-repeat:no-repeat;
			background-position:left 15px center;
			background-size:auto 20px;
			transition:all 0.15s linear;
			cursor:pointer;
			&:hover{
				background-color:rgba(0,0,0,0.1);
			}			
			&:focus{
				outline:none;
			}			
		}			
      }

a {
	text-decoration: none !important;
}
a:hover {
	color: #ffaf53 !important;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
span, a {
	display: inline-block;
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	color: #151515;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin: 0;
}
p {
        font-family:"Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 12px;
	line-height: 1.2;
	font-weight: 200;
	margin: 0;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
h4 {
	font-weight: 400;
}
h6 {
	font-weight: bold;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}

.navbar .navbar-brand {
}
.navbar .navbar-brand h1{
	font-size:25.6px;
	color:#000;     !important
	weight:900;
	font-family: Copperplate, Papyrus, fantasy;
        padding-top:px;
}
.navbar .navbar-brand h1:hover{
	
	color:orange;     !important
	
}
.navbar .navbar-brand h2{
	font-size:35.6px;
	color:#000;     !important
	weight:100;
	font-family: "Roboto", sans-serif;
        padding-top:px;
}

.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #000;
	font-weight: 300;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-scroll .navbar-nav > li > a {
	color: green;   !important
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-brand h1 {
	color:green;
}
.nav-scroll .navbar-brand h2 {
	color:green;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}

.banner {background:url(https://picsum.photos/id/256/1920/600);
	color:#ffffff;
	text-align: center;	
  width: 100%;
  height: 70vh;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.section-padding {
	padding: 100px 0px;
}

.footer-copy {
font-family:"Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 12px;
	line-height: 1.2;

	background: #242424;
	color: #ffffff;
	
	text-align: center;
	padding:7px 0px;
}
