* {
    margin:0; 
    padding:0; 
}
body {
    font-family: 'Roboto', sans-serif;
}
/**********Landing Page**********/
#landingPage {
    background-image:url('../images/landingPageImg.png');
    background-size: cover;
    background-position:center;
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:0 20px;
}
#landingPage h1 {
    font-size: 40px;
    line-height:1.2;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bolder;
    color:#fff;
}  
#landingPage h2 {
    font-size: 25px;
    font-style: italic;
    line-height:1.2;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bolder;
    color:#fff;
}
.lp-button{
    font-size:18px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    text-decoration:none;
    background:#fff;
    color:#000;
    border:#000 1px solid;
    padding:10px 20px;
    border-radius:10px;
    margin-top:20px;
    margin-right: 20px;
    display:inline-block;
}
.lp-button:hover{
    background:#000;
    color:#fff;
    text-decoration: none ;
}
/**********End Landing Page**********/
/**********Login**********/
.bg-modal {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
}
.bg-modal p {
    position: relative;
    text-align: left;
    margin-left: 65px;
    font-size: 24px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color:#000;
}
.modal-contents {
	height: 300px;
	width: 500px;
	background-color: silver;
	text-align: center;
	padding: 80px 20px 20px 20px;
	position: relative;
	border-radius: 6px;
}
input {
	margin: 15px auto;
	display: block;
	width: 70%;
	padding: 8px;
	border: 1px solid #000;
}
.lp-close {
    background: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    border: 1px solid #000;
    border-radius: 15px;
	font-size: 42px;
	color: #000;
	transform: rotate(45deg);
	cursor: pointer;
}
.lp-close:hover {
    background:#000;
    color:#fff;
    text-decoration: none ;
}
/**********End Login Modal**********/
body {
    width: 100%;
    margin: auto;
    font-family:"Open Sans", serif; 
    color: black; 
    font-style: normal; 
    font-weight: bold; 
}
#wrapper {
    width: 1080px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;  	
    margin: auto;
} 
/**************** Banner ****************/
#topDiv {
    background-image: url(../images/topDiv.jpg);
    position: sticky;
    height: 10px;
    top: 0;
    z-index: 80;
} 
.banner {
    background-image: url(../images/banner.png); 
    height: 170px;
    background-repeat:no-repeat; 
    background-size: cover;
    padding: 8px;   
    position: sticky;
    top: 10px;
    margin-top: 0px;
    z-index: 50;
}
#h1_banner { 
    color: white; 
    font-family:"Calibri", serif; 
    font-weight: bold; 
    font-size: 18pt; 
    padding-top: 60px;
    padding-left: 15px;
}
#h2_banner { 
    color: white; 
    font-family:"Calibri", serif; 
    font-weight: bold; 
    font-size: 14pt; 
    font-style: italic;
    padding-top: 5px;
    padding-left: 15px;
}
/**************** End Banner ****************/
/**************** Navbar ****************/
#navbar {
    width: 100%;
    background: none;
    border: none;
    opacity: 1;
    text-align: left; 
}
#navbar ul {
    text-align: left;
    display: inline;
    padding: 0;
    list-style: none;
    position: sticky;
}
#navbar ul li {
    font-size: 18pt;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative; 
    padding: 15px 0px;                                      
}
#navbar ul li a {
    text-decoration: none;
    padding: 25px 10px 25px 15px;
    color: rgb(255, 255, 255);
    font-family: "Calibri";
    font-size: 20px;
    font-weight: bolder;
}
#navbar ul li:hover {
    text-decoration-line: underline;
    color: white;
}
#navbar a.active {
    text-decoration-line: underline;
    color: white;
}
.active {
    text-decoration-line: underline;
    color: white;
}
/**************** End Navbar ****************/
/**************** Contents ****************/
#contents {
    background: rgb(237, 237, 237);
    padding: 20px 40px 40px 40px;
    z-index: 10;
}
#contents h1 {
    padding-top: 10px;
    font-size: 18pt;
    text-align: center;
}
#contents h2 {
    font-size: 15pt;
    padding-top: 18px;
    padding-bottom: 6px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}
#contents h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 6px;
}
#contents h4 {
    padding-top: 8px;
    font-size: 12pt;
    font-weight: bold;
}
#contents p {
    padding-top: 3px;
    font-size: 11pt;
    text-align: justify;
}
#contents li {
    margin-left: 35pt;
    padding-top: 2pt;
    padding-left: 10pt;
    font-size: 11pt;
    text-align: justify;
}
/**************** End Contents ****************/
/**************** Footer ****************/
.footer {             
    height: 70px;  
    width: 1080px;
    background-image: url(../images/footer.jpg);
    padding: 40px 0px 20px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;                
}
#bottomDiv {
    background-image: url(..images/topDiv.jpg);
    height: 40px;
} 
.footer p { 
    color: white; 
    font-size: 12pt;
    font-family:"Calibri", serif; 
    font-weight: bold;
    display: block; 
    text-align: center;
}
/**************** End Footer ****************/
/**************** Home Page ****************/
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.col{
    box-sizing: border-box;
    padding-top: 15px;
}
.testimonial{
    background: lightgray;
    padding: 30px;
}
.testimonial img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.name{
    font-size: 20pt;
    text-transform: uppercase;
    margin: 20px 0;
}
.stars{
    color: black;
    margin-bottom: 20px;
}
/**************** End Home Page ****************/
/**************** Contact Popup *************/
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity 400ms ease-in;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup h2{color:black; line-height:1.8em}
.popup {
    background-color: #fff;
    border: 3px solid black;
    display: inline-block;
    left: 50%; color:#666;
    opacity: 0;
    padding: 30px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    border-radius: 15px;
}
.close:before {
    color: white;
    content: "X";
    font-size: 24px;
}
.close:hover {
    background-color: gray;
}
#contactEmail a {
    text-decoration: none;
    font-size:13pt;
    background: rgb(237, 237, 237);
    border-color: black;
    border: 2px solid;
    padding: 10px;
    border-radius: 15px; 
    color: black;
}
#contactEmail a:hover {
    background: gray;
    padding: 10px;
    color: white;
}
/**************** End Contact Popup ****************/