@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	background:white;
	color: black;
	font-family: arial;
	width: 100%;	
}
html {
  scroll-behavior: smooth;
}
.fa-grip-lines-vertical{
	color: red;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 300;
	font-style: normal;	
	font-size: 1rem;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color:black;
}
#myNav {
	margin-top: 0px;
	text-align: center;
}
.navbar {
  overflow: hidden;
  margin-left: auto;
  margin-rigth: auto;
	display: inline-block;
    list-style-type: none;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  text-decoration: underline;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.overlay {
   height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {	
  padding: 28px;
  text-decoration: none;
  font-size: 3rem;
  color: white;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px
}
#showcase {
		margin-top: 127px;
		background-image: url("../images/background-couple-money-problems.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 550px;
}
@media (max-width:768px){	
	#banner a{
		display: none;
	}
	a{
		color: blue;
		text-decoration: none;
	}
	a:hover{
		color: gray;
	}
	#showcase{
		margin-top: 67px;
		height: 650px;
	}
	#showcase h1,p{
		margin: 1px;
	}
	#showcase h1{
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 275px;
		text-align: center;
		font-size: 3.5rem;
		font-weight: bold;
		color: white;
		text-shadow:5px 5px 10px black;
	}
	#showcase p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		color: white;
		text-shadow:5px 5px 10px black;
	}
	#section-1 {
		margin-top: 155px;
	}
	#section-1 h1{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
		font-weight: bold;
		font-style: oblique;
	}
	#section-1 p{
		text-align:left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
	}
	
	#section-2 {
		margin-top: 95px;		
	}
	#section-2 h1,p{
		margin: 35px;		
	}
	#section-2 h1{
		text-align: left;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-2 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-2 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	#section-2 a:hover{
		text-decoration: none;
		color: gray;
	}
	#section-3 {
		margin-top: 125px;		
	}
	#section-3 h1,p{
		margin: 15px;		
	}
	#section-3 h1{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-3 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-4 {
		margin-top: 125px;		
	}
	#section-4 .picture img{
		margin-left: 45px;
		margin-right: 45px;
		margin-top: 75px;
		width: 200px;
		border-radius: 50%; 
	}
	#section-4 .signature img{
		margin-left: 45px;
		margin-right: 45px;
		width: 300px;
		padding-top: 15px;
	}
	#section-4 h1,p{
		margin: 4px;
	}
	#section-4 h1{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-4 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2rem;
	}
	#section-5 {
		margin-top: 175px;
		margin-bottom: 225px;
	}
	#section-5 h1,p{
		margin: 35px;		
	}
	#section-5 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
		font-size: 2rem;
	}
/*-- Footer */
#main-footer {
	margin-top: 95px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: left;
	margin-left: 45px;
	margin-right: 45px;
	color: #808080;	
	font-size:2rem;
	 padding-bottom: 25px;
}
.links{
	text-align: left;
	padding-bottom: 25px;
}
.links li{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: #808080;
	fonot-size: 2.rem;
	font-weight: bold;
}
.links a:hover{
	text-decoration: underline;
}
}
@media screen and (min-width:769px) and (max-width:1020px){			
	#banner a{
		display: none;
	}
	a{
		color: blue;
		text-decoration: none;
	}
	a:hover{
		color: gray;
	}
	#showcase{
		margin-top: 67px;
		height: 650px;
	}
	#showcase h1,p{
		margin: 1px;
	}
	#showcase h1{
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 275px;
		text-align: center;
		font-size: 3.5rem;
		font-weight: bold;
		color: white;
		text-shadow:5px 5px 10px black;
	}
	#showcase p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		color: white;
		text-shadow:5px 5px 10px black;
	}
	#section-1 {
		margin-top: 155px;
	}
	#section-1 h1{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2.5rem;
		font-weight: bold;
		font-style: oblique;
	}
	#section-1 p{
		text-align:left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
	}
	
	#section-2 {
		margin-top: 95px;		
	}
	#section-2 h1,p{
		margin: 35px;		
	}
	#section-2 h1{
		text-align: left;
		padding-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-2 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-2 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	#section-2 a:hover{
		text-decoration: none;
		color: gray;
	}
	#section-3 {
		margin-top: 125px;		
	}
	#section-3 h1,p{
		margin: 15px;		
	}
	#section-3 h1{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-3 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		font-size: 2rem;
	}
	#section-4 {
		margin-top: 125px;		
	}
	#section-4 .picture img{
		margin-left: 45px;
		margin-right: 45px;
		margin-top: 75px;
		width: 200px;
		border-radius: 50%; 
	}
	#section-4 .signature img{
		margin-left: 45px;
		margin-right: 45px;
		width: 300px;
		padding-top: 15px;
	}
	#section-4 h1,p{
		margin: 4px;
	}
	#section-4 h1{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-4 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2rem;
	}
	#section-5 {
		margin-top: 175px;
		margin-bottom: 225px;
	}
	#section-5 h1,p{
		margin: 35px;		
	}
	#section-5 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 35px;
		font-size: 2rem;
	}
/*-- Footer */
#main-footer {
	margin-top: 95px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
 #main-footer p{
	text-align: left;
	margin-left: 45px;
	margin-right: 45px;
	color: #808080;	
	font-size:2rem;
	 padding-bottom: 25px;
}
.links{
	text-align: left;
	padding-bottom: 25px;
}
.links li{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: #808080;
	fonot-size: 2.rem;
	font-weight: bold;
}
.links a:hover{
	text-decoration: underline;
}
}
@media screen and (min-width:1021px){	
	html {
 	 scroll-behavior: smooth;
	}
	#myNav {
		display:none;
	}
	span{
		display: none;
	}	
	a{
		color: blue;
		text-decoration: none;
	}
	a:hover{
		color: gray;
	}
	#banner{
		margin-top: -25px;
		margin-bottom: 1px;
		background: #2a2a2a;
		top: 0;
		text-align: center;		
		position: -webkit-sticky;
		position: sticky;
		padding: 5px;
		box-shadow:0px 5px 25px grey;
	}
	#banner a{
		font-size: 1rem;
		margin-left: 25px;
		text-decoration: none;
		color: white;
	}
	#banner a:hover{
		color: gray;
	}
	#showcase{
		margin-top: 26px;
		height: 650px;
	}
	#showcase h1,p{
		margin: 1px;
	}
	#showcase h1{
		margin-left: 45px;
		margin-right: 45px;
		padding-top: 375px;
		text-align: center;
		font-size: 3.5rem;
		font-weight: bold;
		color: white;
		text-shadow:5px 5px 10px black;
	}
	#showcase p{
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		color: white;
		text-shadow:5px 5px 10px black;
	}
	#section-1 {
		margin-top: 105px;		
	}
	#section-1 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 5px;
		font-size: 2rem;
		font-style: oblique;
	}
	#section-1 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 15px;
		font-size: 1rem;
	}
	#section-1 a{
		text-decoration: none;
		color: blue;
		font-weight: bold;
	}
	#section-1 a:hover{
		color: gray;
	}
	#section-2 {
		margin-top: 105px;		
	}
	#section-2 h1,p{
		margin: 15px;		
	}
	#section-2 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 25%;
		padding-bottom: 15px;
		font-size: 2rem;
	}
	#section-2 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
		font-size: 1rem;
	}
	#section-2 a{
		text-decoration: none;
		font-weight: bold;
		color: blue;
		font-size: 1rem;
	}
	#section-2 a:hover{
		text-decoration: underline;		
	}
	#section-3 {
		margin-top: 95px;		
	}
	#section-3 h1,p{
		margin: 15px;		
	}
	#section-3 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom:15px; 
		font-size: 2rem;
	}
	#section-3 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
		font-size: 1rem;
	}
	#section-3 a{
		text-decoration: none;
		color: blue;	
	}
	#section-3 a:hover{
		color: gray;
	}
	#section-4 {
		margin-top: 45px;		
	}
	#section-4 .picture img{
		margin-left: 15%;
		margin-right:15%;
		padding-top: 25px;
		margin-top: 25px;
		width: 200px;
		border-radius: 50%; 
	}
	#section-4 .signature img{
		margin-left: 15%;
		margin-right: 15%;
		width: 300px;
		padding-top: 35px;
	}
	#section-4 h1,p{
		margin: 4px;
	}
	#section-4 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-4 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;
		padding-bottom: 25px;
	}
	#section-5 {
		margin-top: 155px;
		margin-bottom: 195px;
	}
	#section-5 h1,p{
		margin: 5px;		
	}
	#section-5 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 35px;
		font-size: 1rem;
	}
	
/*-- Footer */
#main-footer {
	margin-top: 95px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #333;
}
.links{
	text-align: center;
	padding-bottom: 25px;
}
.links li{
	display: inline;
	list-style: none;
	padding: 15px;
}
.links a{
	list-style: none;
	text-decoration: none;
	color: white;
}
.links a:hover{
	text-decoration: underline;
}
 #main-footer p{
	text-align: center;
	margin-left: 45px;
	margin-right: 45px;
	color: white;	
	font-size:1rem;
	 padding-bottom: 25px;
}
}