html {
	scroll-behavior: smooth;
}
body {
    font-family: 'PT Sans', sans-serif;
	font-weight: 400;
    font-style: normal;
    color: #5b5b5b;
    font-size: 1.1em;
	line-height: 1.25;
}
.p100 {
	padding: 100px 0 100px 0;
}
.pt100 {
	padding: 100px 0 0 0;
}
.footer-text p{
	font-size: 0.8em;
	margin-bottom: 0;
}
h1 {
	font-size: 1.4em;
	font-weight: 500;
	color: #f58220;
}
h2 {
	font-size: 3.5em;
}
h3 {
	font-size: 1em;
	font-weight: 400;
}
h4 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 2em;
}

h5 {
	font-size: 1.5em;
	line-height: 0.5em;
}
a {
	color:#54595e!important;
	text-decoration: none!important;
}
a:hover {
	color:#f58220;
	text-decoration: none!important;
}


.text-orange{
	color: #f58220;
}
.silver-text {
	color: #54595e;
}
.text-bold {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
    font-style: normal;
}
.header-text {
	font-size: 1.3em;
	text-align: right;
}
.footer-text {
	font-size: .8em;
	padding-right: 20em;
}
.bg-silver {
	background: #f1f2f2;
}
.bg-silver-radius-bottom {
	background: #f1f2f2;
    border-radius: 0px 0px 100px 0px;
}
.bg-silver-radius-top {
	background: #f1f2f2;
    border-radius: 100px 0px 0px 0px;
    padding: 3em;
}
ul {
  list-style: none;
}
ul li::before {
  content: "\2022";
  color: #f58220;
  font-weight: bolder;
  display: inline-block; 
  width: 0.8em;
  margin-left: -0.8em;
  font-size: 2rem;
  line-height: 0;
  vertical-align: top;
  position: relative;
  top: .3em;
}

/*Buttons*/
.btn {
	font-size: 1.2em!important;
	padding: .395rem .95rem;
	width: 200px;
	border-radius: 2em;
	color: white!important;
}
.btn-primary {
  color: #fff;
  background-color: #f58220;
  border-color: #f58220;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #f58220;
  border-color: #f58220;
}

/*Small devices (landscape phones, less than 768px)*/ 
@media (max-width: 992px) { 
	.p100 {padding: 50px 0 50px 0!important;}
	.pt100 {padding: 50px 0 0 0!important;}
	.header-text {font-size: 1em!important; text-align: left!important; margin-top: 12px!important; margin-left: 5px!important;}
	.duga {width: 150px;}
	.social {font-size: .7em!important;}
	.footer-text {padding-right: 0em!important;}
	.bg-silver-radius-top {padding: 0em!important;}
}