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


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



*{
	padding: 0;	
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: "roboto", sans-serif;
	color: black;
	height: 100%;
  margin: 0;
}

h1 {
	
	align-content: center;
}

#chooseus {
	
	background-color:#3f5a65;
	width: 100%;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom:20px;

	
}


	

th, td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

table.chooseustable{
	
	margin-left: auto;
	margin-right: auto;
	
}

p.chooseushead{
	
	font-size: 20pt;
}

p.whychooseus{
	
	font-size: 40pt;
	margin-left: auto;
	margin-right: auto;
}

.responsive {
	
	max-width: 100%; 
display: block; 
height: auto;
}

#homepagepic {
background-image:url("images/pexels-olly-3807755.jpg");

  /* Full height */
  height: 400px; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


	#header {
	
	background-color:#3e5a65;
	height: 150px;
	
}

#deskbadge { 
margin: 0px auto;
float: none;
display: table;

}
	
	dl.faq button {
  margin: 0;
  margin-top: 16px;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 110%;
  border: none;
  background-color: transparent;
  border-radius: 5px;
}

dl dd {
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
  padding-bottom: 20px;
  border-bottom: 2px solid #777;
}

dl.faq .desc {
  margin: 0;
  margin-top: 0.25em;
  padding: 0.25em;
  font-size: 110%;
  display: none;

}

dl.faq button:hover,
dl.faq button:focus {
  padding: 2px 6px;
 

  cursor: pointer;
}

dl.faq button[aria-expanded="false"]::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' style='forced-color-adjust: auto;'%3E%3Cpolygon points='1 1, 1 11, 8 6' fill='currentcolor' stroke= 'currentcolor' /%3E%3C/svg%3E%0A");
  position: relative;
  left: -2px;
}

dl.faq button[aria-expanded="true"]::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' style='forced-color-adjust: auto;'%3E%3Cpolygon points='1 1, 11 1, 6 8' fill='currentcolor' stroke= 'currentcolor' /%3E%3C/svg%3E ");
  position: relative;
  left: -4px;
  top: 2px;
}

	


.image {
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-image: url("images/pexels-julia-m-cameron-4144222.jpg");

	
}

.bottom-left {
  	position:absolute;
  	bottom: 8px;
  	left: 16px;
  	font-family: "roboto", sans-serif;
	font-size: 60pt;
	font-weight: 700;
	color: white;
}

.image-overlay{
	
	width: 100%;
	height: 100vh;
	background-color: rgba(2,0,0,0.5);
} 

a, a:hover{
	text-decoration: none;
}

#logo img{

	width: 800px;
}

nav {
	
	
	padding: 5px 20px;
	display: flex;
	align-items: center;
	
}

nav a {
color: #fff;	
	
}

nav a:hover {
	color: #ef4b3f;
	
}


.menu {
	
	display: flex;
	align-items: center;
	list-style: none;
}

.menu li {
	
	padding: 15px 10px;
	font-size: 16px;
}

.toggle {
	
	font-size: 30px;
	display: none;
}

.logo img {
	width: 200px;
}

.logo {
	flex: 1;
}

.logo a {
	display: flex;
	align-items: center;
	font-size: 20px;
}

.logo a:hover {
	color: #fff;
}

#content{
	margin-left:10%;
	margin-bottom:10%;
	margin-right:50%;
	margin-top:20px;
	height:auto;
	float: left;
	width: 50%;

	
}

#homepagecontent{
	margin-left:10%;
	margin-bottom:10%;
	margin-right:50%;
	margin-top:20px;
	height:auto;
	width: auto;
	display: block;

	
}




.h1 {
	 font-size:20px;

	
}

tr.assuregrey{
	background-color: lightgray;

}

#assureletter{
	font-size: 40pt;
	font-weight: 800;
	text-align: center;
	

}

#assurename{
	font-size: 14pt;
	text-align: center;
	

}


table.assuretable{
	
	
	margin-left:10%;
	margin-bottom:10%;
	margin-right:10%;
	height:auto;
}

table.pricing{
	
	
	margin-left:10%;
	margin-bottom:10%;
	margin-right:10%;
	height:auto;
	font-size: 20px;
	
	
}

tr.pricinggrey{
	background-color: lightgray;


}

ul {
	
	padding-left: 20px;
}

p.homepage {
	
	font-size:20px;
}

p.homepage_blurb {
	
	font-size:24px;
	font-style: italic;
	text-align: center;
}

p.about_us_blurb {
	
	font-size:20px;
	color: white;
	text-align: left;
}

p.homepage_blurb_title {
	
	font-size:30px;
	text-align: center;
	margin-top: 100px:
}

#aboutus {
	
	background-color: #d0b58d;
	width: 50%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#packages_container{
	


	
	
}
#package_1 {
	
	width: 25%;
	float: left;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
		
	
	
}

#package_2 {
	
	width: 25%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
		
	
}


#package_3 {
	
	width: 25%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
		
	
}


#package_4 {
	
	width: 25%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}




.package_img{
	width:90%;
	align-content: center;

}


.package_title {
	
	font-weight: 700;
}



.page_image {
	width: 100%;
	height: 50vh;
	background-position: center;
	background-size: cover;
	background-image: url("images/pexels-julia-m-cameron-4144222.jpg");
		

		
	
}

.page_bottom-left {
  	position:absolute;
  	bottom: 50vh;
  	left: 16px;
  	font-family: "roboto", sans-serif;
	font-size: 60pt;
	font-weight: 700;
	color: white;
}

.page_image-overlay{
	
	width: 100%;
	height: 50vh;
	background-color: rgba(2,0,0,0.5);
} 


.footer-distributed{
	background-color:#000000;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px roboto;
	padding: 55px 50px;
	
	
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #FFFFFF;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color: #000000;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #FFFFFF;
	text-decoration: none;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
	color: #FFFFFF;
	
	
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: #FFFFFF;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}



.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons p a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
	
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	
	text-decoration: none;
	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

#footer {
	width:100%;
	display:inline-block;
	background-color:#4301bc;
	float:left;
}

#stripe {
	background-color:#ff00d5;
	height:7px;

}

#content{
	margin-left:10%;
	margin-bottom:10%;
	margin-right:5%;
	height:auto;
	width: 55%;
	
}


#paypal-container{
	
width: 20%;
	position: relative;
	float: right;
	border: 10px;
	margin-right: 10%;
}

#whatsapp-container{
	
width: 20%;
	position: relative;
	float: right;
	border: 10px;
	margin-right: 10%;
	margin-top: 10px;
}

#email-container{
	
width: 20%;
	position: relative;
	float: right;
	border: 10px;
	margin-right: 10%;
	margin-top: 10px;
}




.transitionbutton {
    
   	padding: 14px 20px;
    text-align: center;
    font-size: 20px;
	font-family:'Lato', sans-serif;
    margin: 4px 2px;
    cursor: pointer;
	display: inline-block;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	width: 100%;
}

.transitionbutton {
    background-color: #27404b;
	border: 2px solid #d0b58d;
    color: white; 
    border: 2px solid #d0b58d;
	border-radius: 5px 5px 5px 5px;
	
}

.transitionbutton:hover {
    background-color: #FFF;
	border: 2px solid #27404b;
    color: #000;;
	border-radius: 5px 5px 5px 5px;
	
}

.transitionbutton:active {
    background-color: #FFF;
	border: 2px solid #27404b;
    color: #000;;
	border-radius: 5px 5px 5px 5px;
	
}


/* Add a black background color to the top navigation */
.topnav {
 
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
 
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {

  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


@media (max-width: 1051px) {
	
#statementmob {
	display: inline;
}


.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	
	  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

	

	


	#poldesktop { 
display:none;

}
	
	#polmobile {
		display: inline;
	}
	



.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	
	.bottom-left {
  	position:absolute;
  	bottom: 8px;
  	left: 16px;
  	font-family: "roboto", sans-serif;
	font-size: 40pt;
	font-weight: 700;
	color: white;
}

	#package_1 {
	
	width: 80%;
	align-content: center;
	padding-left: 5px;
	padding-right: 5px;
		
	
	
}

#package_2 {
	
	width: 80%;
	align-content: center;
	padding-left: 5px;
	padding-right: 5px;
		
	
}


#package_3 {
	
	width: 80%;
	padding-left: 5px;
	padding-right: 5px;
	align-content: center;
		
	
}



#package_4 {
	
	width: 80%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	align-content: center;
	
}
	
	#paypal-container{
	
	
	display: inline-block;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	border: 10px;
	margin-bottom: 10%;
	}
	
	
	
	
	#whatsapp-container{
	
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	border: 10px;
	margin-top: 10px;
	
	
	}
	
	#email-container{
	
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	border: 10px;
	margin-top: 10px;
	
	
	}

	#content{
	margin-left:10%;
	margin-bottom:10%;
	margin-right:10%;
	margin-top: 10px;
	height:auto;
	width:auto;
	
}

	
	
}



	