html { 
	scroll-behavior: smooth;
}
body {
    font-family: 'Sahitya', serif;
	color: #282828;
	font-size: 22px;
}
#header-info {
	background: #09a09b;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
}
#header-info .fa {
    margin-right: 8px;
}

#logo-menu {
	font-family: 'Caveat', cursive;
	font-size: 1.5rem;
	color: #077569;
}
p {
	line-height: 1.6;
    margin: 0 0 20px;
	font-size: 22px;

}
h1, h2 {
	font-weight: bold;
	/*font-size: 2.5rem;*/
	padding-bottom: 24px;
}

h3 {
	font-weight: bold;	
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
}
h4 {
	font-weight: bold;	
}
h5 {
	font-weight: bold;
	font-family: 'Assistant', sans-serif;
    font-size: 18px;
}
h6 {
	font-weight: bold;	
}
h3 a {
	color: #282828;
}
h3 a:hover {
	color: #077569;
	text-decoration:none;
}	

#products-we-sell a:hover {
	text-decoration:none;
	color: #077569;
}	
#products-we-sell a {
	color: #282828;
}

#logo-menu.bg-light {
    background-color: transparent!important;
}
	
#logo-menu {
	font-size: 2.3rem;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar li {
        margin-right: .5rem;
}
.nav-link {
    line-height: 1;
    /*height: 40px;*/
}	
.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: #077569;
}
.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
    color: #09a09b;
}
.navbar .navbar-nav .nav-link {
    color: #077569;
}
.navbar-light .navbar-toggler {
    background-color: rgba(9,160,155,.5);
    border-color: #09a09b;
}
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;
}
#carouselPerryHomepageSlider {
    margin-top: 0px;
}	
#carouselPerryHomepageSlider h5 {
	font-family: 'Caveat';
    font-size: 32px;
	line-height: .9;
	text-align: left;
}

#carouselTestimonials {
	background-image: url(../images/testimonials-bg-1200.jpg);
	background-color: #095e5b;
	padding: 100px 0;
  background-attachment: unset;
  //background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	
#xcarouselTestimonials .carouselTestimonials-controls {
	margin-left: 70%;
    text-align: center;
    position: relative;
}
#carouselTestimonials .carousel-caption {
    position: relative;
}
#carouselTestimonials .carousel-inner {
    width: 76%;
	overflow: unset;
}
#carouselTestimonials h2 {
    color: white;
	text-align: center;
	font-size: 2.5rem;
}
#carouselPerryHomepageSlider .carousel-caption {
	top: 0px;
}
.quote-mark {
	text-align: center;
    float: left;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border: solid 1px;
    margin: 0 30px 30px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 25px;
}
.quote {
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.5;
}

.testimonial-date {
	text-align: center;
    display: block;
    clear: both;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
	font-family: 'Roboto Condensed';
    font-size: 17px;
}
.testimonial-name {
    text-align: center;
    line-height: 1.6;
    margin: 10px 0;
    font-size: 20px;
}	


#products-we-sell h3 {
	text-align: center;
	padding: 12px 0;
}

#facebook {
	background-color: #cc0000;
	text-align: center;
	color: white;
}
#facebook h2, #media h2 {
	text-transform:uppercase;
	font-size: 32px;
}
#facebook a {
	color: white;
	font-size: 18px;
}
#facebook a:hover {
	color: white;
}
#product, #reefs {
	background-color: #09a09b;
	text-align: center;
	color: white;
}
#product h2, #reefs h2 {
	font-size: 45px;
}
#product p {
	font-size: 32px;
}
#product h3 {
	font-size: 48px;
	margin-top: 34px;
}
#reefs {
	background-image: url(../images/reef-section-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #b0c8d2;
}
#product p {
	font-size: 32px;
}
#media {
	background-image: url(../images/march-light-section-bg.jpg);
	background-attachment: unset;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}


#media h6 {
	color: rgb(136, 136, 136);
	font-family: 'Roboto Condensed';
    font-size: 16px;
	font-weight:600;
	margin-top: 8px;
	margin-bottom: 5px;
}
#media a.btn-primary {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
}
#media a.btn-primary:hover {
	text-decoration: none;
}	
#media h5 {
	font-size:28px;
	font-weight:600;
	padding-bottom:10px;
	font-family: 'Sahitya', serif;
	color: #282828;
}
#media p {
	margin: 20px 0;
	line-height: 1.3;
    font-size: 18px;
}
#media .btn-primary {
    background-color: #cc0000;
	border-color: #cc0000;
}
#media a.btn-primary:hover {
	background-color: #990000;
}
#pageheader {
	margin-top: 0;
}	

#poem {
	color: #09a09b;
}
#poem p {
	line-height: 1.3;
    margin: 0 0 13px;
    font-size: 22px;
}	
#pbs-footer	{
	background-image: url(../images/pbs-footer-bg.jpg);
	background-attachment: unset;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
#pbs-footer h3 {
	position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
}
#pbs-footer h3:after {
    width: 116px;
    border-bottom: 2px solid #09a09b;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}
#pbs-footer p {
	margin: 0 0 12px;	
}
#pbs-footer p a {
	color: #ffffff;	
}	
#pbs-footer p a:hover {
	color: #09a09b;
	text-decoration: none;
}	
#pbs-footer .social-icons a:link, .social-icons a:visited {
    background-color: #cc0000;
    color: #ffffff;
	text-decoration: none;
}
#pbs-footer .social-icons a:link, .social-icons a:visited {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: center;
    width: 50px;
	font-size: 2rem;
}

#pbs-footer #copyright {
	text-align: center;
    background: rgba(19,26,38, 0.4);
    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 */
}

/*  change when the width gets larger than 1200px */
@media (min-width: 1200px) {
	#logo-menu .container {
		max-width: 1400px;
	}
	.container {
		max-width: 1170px;
	}
	#header-info {
		background: #09a09b;
		color: #ffffff;
		font-family: 'Lato', sans-serif;
		font-size: 14px;
	}
	.navbar li {
        margin-right: 2rem;
    }
	#carouselPerryHomepageSlider {
		margin-top: -65px;
	}
	#carouselPerryHomepageSlider .carousel-caption {
		top: 195px;
	}
	#pageheader {
		margin-top: -65px;
		z-index: -1;
		position: relative;
	}		
	#facebook a {
		color: white;
		font-size: 36px;
	}
	#facebook h2, #media h2 {
		text-transform:uppercase;
		font-size: 45px;
	}
	#mifl h2 {
		color: #09a09b;
		font-size: 45px;
	}
}	
/*  change when the width gets larger than 992px */
@media (min-width: 992px) {
	#pbs-footer, #carouselTestimonials,#media {
		background-attachment: fixed;
	}
	#carouselTestimonials {
		height: 620px;
	}
}
/*  change when the width gets larger than 768px */
@media (min-width: 768px) {
	#carouselPerryHomepageSlider h5 {
		font-family: 'Caveat';
		font-size: 60px;
		text-align: left;
		line-height: 1.2;
	}
	#carouselPerryHomepageSlider h6 {
		font-family: 'Caveat';
		font-size: 40px;
		text-align: left;
		line-height: 1.2;
	}	
}
/*  change when the width gets larger than 576px */
@media (min-width: 576px) {

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

}

	