@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v24-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/lato-v24-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/lato-v24-latin-900.woff2') format('woff2');
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    color: #504e45;
    background: white;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
h1,
h2,
h3 {
    color: #646464;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
h1 {
    font-size: 30px;
    text-align: center;
}
h1 small {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.2px;
    color: #93a2af;
}
h2 {
    font-size: 26px;
    text-align: center;
}
h2 small {
    font-size: 21px;
    color: #b1ae8b;
}
h3 {
    margin-top: 23px;
    font-size: 19px;
}
@media (max-width:768px) {
    body,
    html {
        font-size: 16px;
    }
    h1,
    h2,
    h3 {
        letter-spacing: -.3px;
    }
    h1 {
        font-size: 25px;
    }
    h1 small {
        font-size: 18px;
    }
    h2 {
        font-size: 21px;
    }
    h2 small {
        font-size: 17px;
    }
    h3 {
        font-size: 19px;
    }
}
p {
    margin-top: 8px;
    margin-bottom: 8px;
}
li {
    margin-left: 32px;
}
a,
a:hover {
    text-decoration: none;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
@media (min-width:992px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}
@media (max-width:991px) {
    form {
        margin-top: 16px;
    }
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.row:after,
.panel-body:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.card {
    background: white;
    max-width: 500px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.card hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid gold;
    margin: 6px auto 8px;
    width: 150px;
}
.card h3 {
    color: #454040;
    margin: 16px 16px 2px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
}
.card p {
    display: inline-block;
    color: #5a5a5a;
    margin: 6px 16px 20px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
a .card:hover {
    filter: brightness(.92);
}

#contact {
    color: white;
    background: #454545;
    text-align: center;
}
#contact img {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: auto;
}
#contact h2 {
    color: gold;
    font-weight: 900;
    text-shadow: 1px 1px 1px black;
}
#contact h2 small {
    color: lightgoldenrodyellow;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: none;
}
#contact a {
    color: gold;
    font-size: 24px;
    font-weight: 900;
    text-shadow: 1px 1px 1px black;
    letter-spacing: 1px;
}
#contact a:hover {
    color: silver;
}
@media(max-width:768px) {
    .phone {
        width: 21px;
        height: 21px;
    }
    #contact img {
        width: 200px;
    }
    #contact a {
        font-size: 21px;
    }
}
#contact .icon {
    display: inline;
    height: 32px;
    width: 32px;
    margin: 4px;
}
#contact input,
#contact textarea {
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    color: #092b4d;
    width: 100%;
    max-width: 380px;
    padding: 4px 10px;
    border: none;
    outline: none;
    resize: none;
    margin-bottom: 6px;
    border-radius: 6px;
}
#contact button {
    display: block;
    color: #4d4d4d;
    font-size: 17px;
    font-weight: 700;
    background: gold;
    padding: 6px 30px;
    border: none;
    border-radius: 6px;
    margin: 0 auto;
    box-shadow: 1px 1px 1px black;
}
#contact button:hover {
    background: silver;
}
#footerbar {
    border-top: solid 1px #676666;
       background: #383838;

    color: white;
    font-size: 16px;
    width: 100%;
    padding: 6px 10px;
}
#footerbar span {
    float: right;
}
#footerbar a {
    font-weight: 700;
    color: gold;
}
#footerbar a:hover {
    color: silver;
}
@media(max-width:768px) {
    #footerbar {
        font-size: 14px;
        letter-spacing: -.4px;
    }
}

#faq p {
    margin: 0;
    margin-bottom: 6px
}
#faq .question {
    font-size: 16px;
    font-weight: 700;
    color: #462c05;
    text-transform: none;
    text-align: left;
    cursor: pointer;
    width: 100%;
    background: linear-gradient(to top, #fafafa, #ebebeb);
    padding: 12px 20px;
    border: 1px solid silver;
    border-radius: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: .3px;
}
@media (max-width: 768px) {
    #faq .question {
        font-size: 16px;
    }
}
#faq .question.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
#faq .question:hover {
    background: #d4d4d4;
}
@media (min-width: 650px) {
    #faq .question:after {
        color: #777;
        float: right;
        content: "";
        border-top: 7px solid #444;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: relative;
        top: 9px;
        right: 0;
    }
    #faq .question.active:after {
        transform: rotate(90deg);
    }
}
#faq .answer {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: -1px;
    padding: 16px 32px 16px 16px;
    display: none;
    background: white;
    color: #868686;
    overflow: hidden;
    border: 1px solid #a3a3a3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
@media (max-width: 768px) {
    #faq .answer {
        font-size: 16px;
    }
}

#headerbar {
    color: white;
    background: #4d4d4d;
    padding: 2px 10px;
}
#headerbar img {
    display: inline;
    width: 160px;
    height: auto;
}
#headerbar span {
    font-weight: 700;
    float: right;
    text-align: right;
    padding-top: 12px;
}
#headerbar small {
    font-weight: 400;
}
#headerbar a {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    color: gold;
    text-shadow: 1px 1px 1px rgba(49, 49, 49, 0.5);
}
#headerbar a:hover {
    color: silver;
    text-decoration: none;
}
@media (max-width:768px) {
    #headerbar img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 130px;
    }
    #headerbar span {
        font-size: 19px;
        line-height: 1.2;
        display: block;
        padding-top: 2px;
        float: none;
        text-align: center;
        margin-bottom: 6px;
    }
    #headerbar a {
        font-size: 21px;
    }
}

nav {
    background: #ffd301;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    border-top: #747474 solid 1px;
    border-bottom: #747474 solid 1px;
}
nav ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
nav ul li {
    flex-grow: 1;
    list-style: none;
    text-align: center;
    border-right: 1px solid #414141;
    margin-left: 0;
}
nav ul li:last-child {
    border-right: none;
}
nav ul li a {
    display: block;
    padding: 10px 0;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
nav ul li a:hover {
    background: linear-gradient(to top, #5a5a5a, #7b795f);
    color: white;
}
@media (max-width:768px) {
    nav ul li a {
        letter-spacing: -.2px;
    }
}
.sticky {
    position: fixed;
    top: 0;
}

section {
    padding-bottom: 40px;
    padding-top: 40px;
}
.img-hero {
    position: relative;
}
.img-hero::after {
    display: block;
    content: "";
    padding-bottom: 52.5%;
    /* (630/1200)*100 */
}
.img-hero img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bullets {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}
.bullets li {
    clear: left;
    padding: 6px 0;
}
.bullets li:before {
    content: "";
    height: 21px;
    width: 21px;
    display: block;
    float: left;
    margin-left: -36px;
    margin-top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(img/tools.svg);
    background-size: cover;
}
#specialty,
#articles,
#before-after {
    background: linear-gradient(to bottom, #f0efe8, #ede7d8);
}
#article h1,
#article h2,
#article h3,
#article p {
    text-align: left;
}
#article h1 {
    margin-top: 36px;
}
#article h2 {
    margin-top: 32px;
}
#article h3 {
    margin-top: 27px;
}
#article p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
#article li {
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
}
#article li strong {
    font-weight: 900;
    color: #5f5f5f;
}

.slide {
    display: none;
    width: 100%;
    animation-name: fade;
    animation-duration: 1.5s;
    position: relative
}
.slide::after {
    display: block;
    content: "";
    padding-bottom: 52.3333%
}
.slide img {
    position: absolute;
    border: 1px solid #4d4343;
    border-radius: 12px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
@keyframes fade {
    from {
        opacity: .6
    }
    to {
        opacity: 1
    }
}
.slide img {
    width: 100%
}
