html { 
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #7a7a7a;
	font-size: 16px;
}

#header-info {
	background: #282828;
	color: #ffffff;
	font-size: 13px;
	position: relative;
    z-index: 10;
}
#header-info .fa {
    margin-right: 8px;
}


#logo-menu {
	background-color: rgba(0,0,0, 0.6);
	color: #ffffff;
	font-size: 15px;
	z-index: 1;
}	
#carousel-afshome .carousel-caption {
	text-align: left;
}
#carousel-afshome h4 {
	line-height: 3.2;
	font-family: 'Assistant', sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#carousel-afshome .carousel-caption {
	bottom: unset;
	position: absolute;
	top:28%;
}
#carousel-afshome .btn-primary {
	background-color: #e64d43;
	border-color: #e64d43;
	border-radius: 25px;
}
#carousel-afshome .btn-primary:hover {
	background-color: #333;
	border-color: #333;
}

#carousel-afshome .slide-title {
	position: relative;
}
#carousel-afshome .slide-title:after {
	background: #ffffff;
	height: 3px;
	width: 60px;
	position: absolute;
	content: '';
	bottom: 0;
	left: 16px;
}
#carousel-afshome h1 {
    color: white;	
	padding-bottom: 36px;
}
#carousel-afshome h1.slide-title {
	font-size: 60px;
}	
#carousel-afshome h1 span {
	background: rgba(19,26,38, 0.6);
	padding: 0 16px;
}	
#carousel-afshome h4 {
	color: white;
}	

p {
	margin: 0 0 28px;
    line-height: 32px;
    font-size: 20px;
}

h1 {
	font-family: 'Roboto Condensed';
    font-size: 48px;
    color: #282828;
	font-weight: bold;	
}
h2 {
	font-family: 'Roboto Condensed';
    font-size: 32px;
    color: #282828;
	padding-bottom: 12px;
	font-weight: 600;
}
h3 {
	font-weight: 600;
	color: #282828;
	line-height: 22px;
}
h4 {
	font-weight: 600;	
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
	color: #282828;
}
h5 {
	font-weight: 600;
	color: #282828;
}
h6 {
	font-weight: 600;
	font-family: 'Assistant', sans-serif;
    font-size: 18px;
	color: #282828;
}

h3 a {
	color: #282828;
}
h3 a:hover {
	color: #077569;
	text-decoration:none;
}	

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 20;
    width: 95%;
    height: 95%;
}

.navbar-brand {
    position: relative;
	z-index: 1;
}
.navbar-light .navbar-toggler {
	background-color: #e64d43;
	border-color: #000;
}
.navbar .navbar-nav .active>.nav-link, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .show>.nav-link {
		color: #ffffff;
}
.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
	color: #ffffff;
	background: #e64d43;
}
.navbar .navbar-nav .nav-link {
   color: #ffffff;
}
button:focus {
	outline: 5px #09a09b;
}	
.dropdown-menu {
	border:none;
	padding:0;
}	
.dropdown-item {
	font-size: 2.1rem;
	color: #077569;
	padding: 0rem 1.5rem;
}
.dropdown-item:hover {
	background: none;
    color: #09a09b;
}	
.dropdown-toggle::after {
    vertical-align: .05em;
    font-size: 1.4rem;
	opacity: .5;
}

#icons {
	position: relative;
	background-color: #2e3b4e;
	/*top: -86px;*/
}
#icons a {
	color: white;
	font-size: 1rem;
}	
#icons a:hover {
	color: white;
}
#icons .col-6:hover {
    background-color: #e64d43;
}

#contact-push {
	background-image: url(/images/dock1-2.jpg);
	background-repeat: no-repeat;
	background-attachment: unset;
    background-position: center;
    background-size: cover;
    text-align: center;
}
#contact-push h1 {
	color: white;
	font-size:28px;
}		


#afs-footer {
	background: #422b2b;
	font-family: Assistant;
    font-size: 16px;
}
#afs-footer p {
	font-family: Assistant;
    font-size: 16px;
	line-height: 26px;
	margin: 0;	
	color: white;
}	
#afs-footer h3 {
	color: #fff;
	position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
}
#afs-footer h3:after {
    width: 65px;
    border-bottom: 2px solid #e64d43;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}
ul {
    margin: 0;
    padding-left: 0;
}
li a:before {
	color: white;
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
}
ul li {
    list-style: none;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
ul.bodytext-list-item li {
	font-size: 18px;
	padding-bottom: 12px;
}	
ul li.nav-item {
    line-height: 22px;
}
.fa-check {
	color: #6ec1e4;
	padding-right: 5px;
}
.fa-times {
	color: #cc0000;
	padding-right: 5px;
}

#afs-footer a {
	color: #fff;
}	
#afs-footer a:hover {
	/*color: #09a09b;*/
	color: #e64d43 ;	
	text-decoration: none;
}	
#afs-footer .social-icons a:link, .social-icons a:visited {
    background-color: #e64d43;
    color: #ffffff;
	text-decoration: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: center;
    width: 50px;
	font-size: 2rem;
}

#afs-footer #copyright {
	background: #999;
	color: #f8f8f8;
	text-align: center;
    margin: 0 -15px;
    padding: 20px 0;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  width: 40px;
    height: 38px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
    opacity: .4;
    z-index: 99;
}
[class*='fa-'] {
    display: inline-block;
    font-family: FontAwesome!important;
    font-style: normal;
    font-weight: 400;
    line-height: .65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


.lightbox-gallery {
    background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}




/*  change when the width gets larger than 1200px */
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}	
	
}	
/*  change when the width gets larger than 992px */
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 32px 20px;
	}
	#contact-push {
		background-attachment: fixed;	
	}
	#contact-push h1 {
		font-size: 48px;
	}	
	
	#carousel-afshome, #header-image {
		/*top: -86px;*/
		position: relative;
	}
	#carousel-afshome .carousel-caption {
		top:30%;
	}	
}
/*  change when the width gets larger than 768px */
@media (min-width: 768px) {

}
/*  change when the width gets larger than 576px */
@media (min-width: 576px) {
	.container #afs-logo {
		height: 86px;
	}

}
/*  change when the width gets larger than 400px */
@media (min-width: 400px) {

}

	