@charset "utf-8";
/* CSS Document */

body {
	}

h1 {
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-size: 23px;
    font-weight: bold;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}
h4 {
	font-size: 23px;
	font-weight: bold;
}
a {
    color: #014a8a;
    text-decoration: underline;
    font-weight: bold;
}
.book-link a{
     color: #00A1D3!important;
}
.bookbtn a{
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.footer .bookbtn a{
    color: #000000;
}
.navbar {
    background-color: #014a8a!important;
    border-bottom: 10px solid #43A5DB;
}
.sub-bkgd {
    background-image: url(../images/waves.webp);
    background-repeat: no-repeat;
    background-size: contain;
	}



.header{
	background-image: url(../images/header.webp);
	background-size: cover;
	border-bottom: 12px solid #276E00;

}
.hero-btm{
    background-color: #1374AA;
    color: #FFFFFF;
}
.hero-btm a{
    color: #FFFFFF;
    font-weight: bold;
}
.hero-btm .btn {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    font-size: 22px;
}

.footer {
	background-color: #1E6DC0;
	color: #FFFFFF;
	border-top: 10px solid #01C5C5;
	background-image: url(../images/footer.webp);
	background-size: cover;
	margin-top: 25px;
	padding-top: 15px;
}

.footer a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.navbar .nav-link {
    color: #fff !important;
	font-weight: bold;
	font-size: 15px!important;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
      }

#para{background: url("../images/para.webp");
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}
.para{
	text-align: center;
	position: relative;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 16px;
}
.nonfixed {
	background: url("../images/nonfixed.webp");
	background-size:cover;
  background-position:center center;
}
.inner{
  min-height:300px;
  position: relative;
}

.para .inner{
	padding-top: 26px;
}
  
#para-div {
    font-weight: 100;
    background-color: rgba(0,0,0,0.0);
    color: #2A2A2A;
    padding: 2px;
    width: 80%;
    margin-top: 80px;
    margin-bottom: 2px;
    font-size: 16px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
} 
.card--mdb-card-bg {
    background-color: rgba(0,0,0,0.50)!important;
}