@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	color: black;
	font-family: arial;
	width: 100%;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-style: normal;	
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:black;
	background-image: linear-gradient(to right, black, #FFDB58);
	 border-bottom: 2px red;
	border-bottom-color: red;
}
.fa-caret-large-right {
	color: yellow;
}
#myNav {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 125px;
}
.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 {
  	margin-top: 75px;
	padding: 8px;
  	text-decoration: none;
 	color: white;
 	display: block;
  	transition: 0.3s;
	font-weight: bold;
	font-size: 3rem;
}
.overlay a:hover, .overlay a:focus {
  color: #818181;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.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;
}
.sidenav div i{
	font-size: 25px;
	display: inline-block;	
	padding-bottom: 5px;
}
#myNav hr {
	display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
@media (max-width:768px){
	#banner{
		display: none;
	}
	#section-1 {
		display: none;
	}
	#boxes {
		display: none;
	}
	#main-footer{
		display: none;
	}
	#family{
		display: none;
	}
	#section-2A {
		display: none;
	}
	#boxes-2{
		display: none;
	}
	#myNav img{
		margin-top: 25px;
		margin-bottom: 75px;
		width: 100px;
	}		
	#title {
		margin-top: 275px;
		margin-bottom: 125px;
		text-align: center;
	}
	#title img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 55px;
		width: 500px;
		border-radius: 50%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	}
	#title h1,p{
		margin: 1px;
	}
	#title h1{
		font-size: 4rem;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
		color: #2B4F81;		
	}
	#title p{
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		color: #2B4F81;		
	}		
	#boxes-2{
		margin-top: 255px;
	}
	.container-banner2{
  		width: 97%;
		 margin: auto;
		padding-top: 67px;
	}
	#banner-2 {
		background-image: url("images/background-family-money-problems.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 121px;
		height: 550px;
		width: 100%;
		z-index: -1;
	}
	#banner-2 img{
		float: left;
		margin-left: auto;
		margin-right: auto;
		padding-right: 25px;
		width: 398px;
	}	
	#banner-2 h1,p {
		margin: 5px;
	}
	#banner-2 h1{
		margin-top: 155px;
		text-align: left;
		margin-left: 45px;
		font-size: 3rem;
		font-weight: bold;
		color: white;
	}	
	#banner-2 p{
		text-align: left;
		margin-left: 25px;
		font-size: 3rem;
		color: white;
	}	
	#banner-2 a{
		text-decoration: underline;
		color: #EFBF04;
	}
	#banner-2 a:hover{
		text-decoration: none;
		color: #EFBF04;
	}
	#intro {
		margin-top: 165px;
	}
	#intro h2,p{
		margin: 25px;		
	}
	#intro h2{
		margin-top: 45px;
		font-size: 3rem;
		margin-left: 45px; 
		text-align: left;
	}
	#intro p{
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		text-align: left;
		font-size: 2.5rem;
	}	
	#intro a{
		text-decoration: none;
		color: blue;
	}
	#arrow {
		margin-top: 105px;
	}
	#arrow p{
		font-size: 3rem;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 10px;
		font-weight: bold;
	}
	#showcase {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;		
		padding-top: 95px;
		padding-bottom: 75px;
		font-weight: 100;
}	
	#showcase img{
		margin-left: 45px;
		font-size: 2.5rem;
		width: 600px;
		text-shadow: 5px 5px 10px black;
	}	
	#showcase p{
		text-align: left;		
		font-size: 2.9rem;
	}	
	#showcase a{
		text-decoration: none;
		color: blue;
	}
	#showcase a:hover{
		text-deccoration: underline;
		color: gray;
	}
	#section-1 {
		margin-top: 35px;		
	}	
	#section-1 h2,p{
		margin: 15px;
	}
	#section-1 h2{
		margin-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		text-align: left;
		font-size: 4rem;
		font-weight: bold;
		color: #d0333a;
	}
	#section-1 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.7rem;
	}		
	#section-1-A {
		margin-top: 85px;
		margin-bottom: 75px;
		text-align: center;
	}
	#section-1-A a{
		text-decoration: none;
		color: blue;
	}	
	#section-1-A img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 115px;
		width: 70%;
	}
	.button {
	  background-color:orangered;
	  color: #fff;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 3.5rem;
		border-style: solid;
  		border-width: 2px;
		border-color: #000;
		font-weight: bold;
	}
	.button a{
		text-decoration: none;		
		font-size: 2.5rem;
		color: white;
	}
	.button a:hover {
		color:white;
		text-decoration: none;
		border-radius: 1px;
	}	
	#section-1 a {
		text-decoration: none;		
	}
	#section-2 {
		margin-top: 195px;		
	}	
	#section-2 h2,p{
		margin: 15px;
	}
	#section-2 h2{
		margin-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		text-align: left;
		font-size: 4rem;
		font-weight: bold;
	}
	#section-2 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		font-size: 2.7rem;
	}
	#section-2 a{
		text-decoration: none;		
		font-size: 2.5rem;
		color: blue;
		font-weight: bold;
	}
	#section-2 a:hover {
		color:gray;
		text-decoration: none;
		
	}	
	#resource-1 {
		margin-top: 55px;
		padding-top: 95px;
		padding-bottom: 95px;
		background-color: #F5F5F5;
		border-radius: 25px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
	}
	#resource-1 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		 border: 1px solid black;
		width: 75%;	
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-1 h2,p{
		margin: 15px;
	}
	#resource-1 h2 {
		text-align: center;
		font-size: 3rem;
		margin-top: 75px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#resource-1 p {
		text-align: center;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#resource-1 a{
		color: blue;
		text-decoration: none;	
		background-color: #F5F5F5;
		border-radius: 25px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-2 {
		margin-top: 35px;
		padding-top: 95px;
		padding-bottom: 95px;
		background-color: #F5F5F5;
		border-radius: 25px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		 border: 1px solid black;
		width: 75%;	
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-2 h2,p{
		margin: 15px;
	}
	#resource-2 h2 {
		text-align: center;
		font-size: 3rem;
		margin-top: 75px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#resource-2 p {
		text-align: center;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#resource-2 a{
		color: blue;
		text-decoration: none;		
	}
	#resource-3 {
		margin-top: 35px;
		padding-top: 95px;
		padding-bottom: 95px;
		background-color: #F5F5F5;
		border-radius: 25px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-3 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		 border: 1px solid black;
		width: 75%;	
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-3 h2,p{
		margin: 15px;
	}
	#resource-3 h2 {
		text-align: center;
		font-size: 3rem;
		margin-top: 75px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#resource-3 p {
		text-align: center;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#resource-3 a{
		color: blue;
		text-decoration: none;		
	}	
	#book {
		margin-top: 25px;
		background-color: #3f3f3f;
		color: white;
		padding-top: 145px;
		padding-bottom: 155px;
		text-align: center;
		width: 100%;	 	
	}	
	#book img{
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 485px;
		border: 1px solid white;
	}
	#book h1{
		text-align: center;
		font-size: 4.5rem;
		margin-left: 45px;
		margin-right: 45px;
		margin-top: 95px;
		padding-bottom: 5px;
		color:white;
	}
	#book h2{
		text-align: center;
		font-weight: 100px;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 5px;
		font-style: oblique;
		color:white;
	}
	#book p{
		text-align: left;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 65px;
		color:white;
	}
	#book a{
		display: block;
		text-decoration: none;		
		font-size: 3.5rem;		
		color: white;
	}
	#book a:hover{
		text-decoration: underline;
		color: gray;
	}
	.button2 {
	  background-image: linear-gradient(to right, #450011 , red);
	  color: #fff;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 3.5rem;
		border-style: solid;
  		border-width: 1px;
		border-color: white;
	}
	.button2 a{
		text-decoration: none;
		font-size: 3.5rem;
		color: white;
		font-weight: bold;
	}
	.button2 a:hover {
		color:gray;
		text-decoration: none;
		border-radius: 1px;
	}
	#section-3 {
		margin-top:1px;			
	}	
	#section-3 img{
		display: left;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		width: 100%;
	}
	#section-3 h2,p{
		margin: 35px;
	}
	#section-3 h2{
		margin-top: 125px;
		margin-right: 45px;
		margin-left: 45px;
		text-align: left;
		font-size: 3.5rem;
	}
	#section-3 p{
		margin-right: 45px;
		margin-left: 45px;
		text-align: left;
		font-size: 2.5rem;
		padding-bottom: 45px;
		color: black; 
	}
	#section-3 a{
		color: blue;
		text-decoration: none;
	}
	.button3 {
	  background-color: orangered;
	  color: #fff;
	  padding: 19px 32px;
		margin-left: 45px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 3rem;
		border-style: solid;
  		border-width: 1px;
		border-color: white;
		margin-bottom: 55px;
	}
	.button3 a{
		text-decoration: none;		
		font-size: 1.8rem;
		color: white;
		font-weight: bold;
	}
	.button3 a:hover {
		color:gray;
		text-decoration: none;
		border-radius: 1px;
	}	
	#section-4 {
		margin-top: 25px;
		margin-left: 45px;
	}
	#section-4 a{	
		text-decoration: none;
		margin-left: 25px;
	}	
	/*-- Contact */
#contact {
	margin-top: 195px;;
	padding-top: 75px;
	padding-bottom: 75px;
	background: black;
	width: 100%;
}
 #contact p{
	display: block;
	text-align: left;
	margin-left: 55px;
	margin-right: 55px;
	color: #fff;
	font-size:2rem;
	padding-bottom: 35px;	
}
}
@media screen and (min-width:769px) and (max-width:1020px){		
	#banner{
		display: none;
	}
	#section-1 {
		display: none;
	}
	#boxes {
		display: none;
	}
	#main-footer{
		display: none;
	}
	#family{
		display: none;
	}
	#section-2A {
		display: none;
	}
	#boxes-2{
		display: none;
	}
	#myNav img{
		margin-top: 25px;
		margin-bottom: 75px;
		width: 100px;
	}		
	#title {
		margin-top: 275px;
		margin-bottom: 125px;
		text-align: center;
	}
	#title img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 55px;
		width: 500px;
		border-radius: 50%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	}
	#title h1,p{
		margin: 1px;
	}
	#title h1{
		font-size: 4rem;
		margin-left: 45px;
		margin-right: 45px;
		font-weight: bold;
		color: #2B4F81;		
	}
	#title p{
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		color: #2B4F81;		
	}		
	#boxes-2{
		margin-top: 155px;
	}
	.container-banner2{
  		width: 90%;
		 margin: auto;
		padding-top: 67px;
	}
	#banner-2 {
		background-image: url("images/background-design.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 121px;
		height: 550px;
		width: 100%;
		z-index: -1;
	}
	#banner-2 img{
		float: left;
		margin-left: auto;
		margin-right: auto;
		padding-right: 25px;
		width: 398px;
	}	
	#banner-2 h1,p {
		margin: 5px;
	}
	#banner-2 h1{
		margin-top: 125px;
		text-align: left;
		margin-left: 45px;
		font-size: 3rem;
		font-weight: bold;
		color: white;
	}	
	#banner-2 p{
		text-align: left;
		margin-left: 25px;
		font-size: 2rem;
		color: white;
	}	
	#banner-2 a{
		text-decoration: underline;
		color: #EFBF04;
	}
	#banner-2 a:hover{
		text-decoration: none;
		color: #EFBF04;
	}
	#intro {
		margin-top: 165px;
	}
	#intro h2,p{
		margin: 25px;		
	}
	#intro h2{
		margin-top: 45px;
		font-size: 3rem;
		margin-left: 45px; 
		text-align: left;
	}
	#intro p{
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		text-align: left;
		font-size: 2.5rem;
	}	
	#intro a{
		text-decoration: none;
		color: blue;
	}
	#arrow {
		margin-top: 105px;
	}
	#arrow p{
		font-size: 3rem;
		text-align: center;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 10px;
		font-weight: bold;
	}
	#showcase {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;		
		padding-top: 95px;
		padding-bottom: 75px;
		font-weight: 100;
}	
	#showcase img{
		margin-left: 45px;
		font-size: 2.5rem;
		width: 600px;
		text-shadow: 5px 5px 10px black;
	}	
	#showcase p{
		text-align: left;		
		font-size: 2.9rem;
	}	
	#showcase a{
		text-decoration: none;
		color: blue;
	}
	#showcase a:hover{
		text-deccoration: underline;
		color: gray;
	}
	#section-1 {
		margin-top: 35px;		
	}	
	#section-1 h2,p{
		margin: 15px;
	}
	#section-1 h2{
		margin-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		text-align: left;
		font-size: 4rem;
		font-weight: bold;
		color: #d0333a;
	}
	#section-1 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.7rem;
	}		
	#section-1-A {
		margin-top: 85px;
		margin-bottom: 75px;
		text-align: center;
	}
	#section-1-A a{
		text-decoration: none;
		color: blue;
	}	
	#section-1-A img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 115px;
		width: 70%;
	}
	.button {
	  background-color:orangered;
	  color: #fff;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 3.5rem;
		border-style: solid;
  		border-width: 2px;
		border-color: #000;
		font-weight: bold;
	}
	.button a{
		text-decoration: none;		
		font-size: 2.5rem;
		color: white;
	}
	.button a:hover {
		color:white;
		text-decoration: none;
		border-radius: 1px;
	}	
	#section-1 a {
		text-decoration: none;		
	}
	#section-2 {
		margin-top: 195px;		
	}	
	#section-2 h2,p{
		margin: 15px;
	}
	#section-2 h2{
		margin-top: 55px;
		margin-left: 45px;
		margin-right: 45px;
		text-align: left;
		font-size: 4rem;
		font-weight: bold;
	}
	#section-2 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
		font-size: 2.7rem;
	}
	#section-2 a{
		text-decoration: none;		
		font-size: 2.5rem;
		color: blue;
		font-weight: bold;
	}
	#section-2 a:hover {
		color:gray;
		text-decoration: none;
		
	}	
	#resource-1 {
		margin-top: 55px;
		padding-top: 95px;
		padding-bottom: 95px;
		background-color: #F5F5F5;
		border-radius: 25px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		
	}
	#resource-1 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		 border: 1px solid black;
		width: 75%;	
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-1 h2,p{
		margin: 15px;
	}
	#resource-1 h2 {
		text-align: center;
		font-size: 3rem;
		margin-top: 75px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#resource-1 p {
		text-align: center;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#resource-1 a{
		color: blue;
		text-decoration: none;	
		background-color: #F5F5F5;
		border-radius: 25px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-2 {
		margin-top: 35px;
		padding-top: 95px;
		padding-bottom: 95px;
		background-color: #F5F5F5;
		border-radius: 25px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-2 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		 border: 1px solid black;
		width: 75%;	
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-2 h2,p{
		margin: 15px;
	}
	#resource-2 h2 {
		text-align: center;
		font-size: 3rem;
		margin-top: 75px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#resource-2 p {
		text-align: center;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#resource-2 a{
		color: blue;
		text-decoration: none;		
	}
	#resource-3 {
		margin-top: 35px;
		padding-top: 95px;
		padding-bottom: 95px;
		background-color: #F5F5F5;
		border-radius: 25px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-3 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5%;
		 border: 1px solid black;
		width: 75%;	
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#resource-3 h2,p{
		margin: 15px;
	}
	#resource-3 h2 {
		text-align: center;
		font-size: 3rem;
		margin-top: 75px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#resource-3 p {
		text-align: center;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 25px;
	}
	#resource-3 a{
		color: blue;
		text-decoration: none;		
	}	
	#book {
		margin-top: 25px;
		background-color: #3f3f3f;
		color: white;
		padding-top: 145px;
		padding-bottom: 155px;
		text-align: center;
		width: 100%;	 	
	}	
	#book img{
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 485px;
		border: 1px solid white;
	}
	#book h1{
		text-align: center;
		font-size: 4.5rem;
		margin-left: 45px;
		margin-right: 45px;
		margin-top: 95px;
		padding-bottom: 5px;
		color:white;
	}
	#book h2{
		text-align: center;
		font-weight: 100px;
		font-size: 3rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 5px;
		font-style: oblique;
		color:white;
	}
	#book p{
		text-align: center;
		font-size: 3.5rem;
		margin-left: 45px;
		margin-right: 45px;
		padding-bottom: 65px;
		color:white;
	}
	#book a{
		display: block;
		text-decoration: none;		
		font-size: 3.5rem;		
		color: white;
	}
	#book a:hover{
		text-decoration: underline;
		color: gray;
	}
	.button2 {
	  background-image: linear-gradient(to right, #450011 , red);
	  color: #fff;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 3.5rem;
		border-style: solid;
  		border-width: 1px;
		border-color: white;
	}
	.button2 a{
		text-decoration: none;
		font-size: 3.5rem;
		color: white;
		font-weight: bold;
	}
	.button2 a:hover {
		color:gray;
		text-decoration: none;
		border-radius: 1px;
	}
	#section-3 {
		margin-top:1px;			
	}	
	#section-3 img{
		display: left;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		width: 100%;
	}
	#section-3 h2,p{
		margin: 35px;
	}
	#section-3 h2{
		margin-top: 125px;
		margin-right: 45px;
		margin-left: 45px;
		text-align: left;
		font-size: 3.5rem;
	}
	#section-3 p{
		margin-right: 45px;
		margin-left: 45px;
		text-align: left;
		font-size: 2.5rem;
		padding-bottom: 45px;
		color: black; 
	}
	#section-3 a{
		color: blue;
		text-decoration: none;
	}
	.button3 {
	  background-color: orangered;
	  color: #fff;
	  padding: 19px 32px;
		margin-left: 45px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 3rem;
		border-style: solid;
  		border-width: 1px;
		border-color: white;
		margin-bottom: 55px;
	}
	.button3 a{
		text-decoration: none;		
		font-size: 1.8rem;
		color: white;
		font-weight: bold;
	}
	.button3 a:hover {
		color:gray;
		text-decoration: none;
		border-radius: 1px;
	}	
	#section-4 {
		margin-top: 25px;
		margin-left: 45px;
	}
	#section-4 a{	
		text-decoration: none;
		margin-left: 25px;
	}	
	/*-- Contact */
#contact {
	margin-top: 195px;;
	padding-top: 75px;
	padding-bottom: 75px;
	background: black;
	width: 100%;
}
 #contact p{
	display: block;
	text-align: left;
	margin-left: 55px;
	margin-right: 55px;
	color: #fff;
	font-size:2rem;
	padding-bottom: 35px;	
}
}
@media screen and (min-width:1021px){	
	#myNav .overlay .overlay-content{
		display: none;
	}
	#section-1-A {
		display: none;
	}
	#contact{
		display: none;
	}
	#section-2A {
		display: none;
	}
	#resource-1 {
		display: none;
	}
	#resource-2 {
		display: none;
	}
	#resource-3 {
		display: none;
	}
	span{
		display: none;
	}
	#showcase-2 {
		display: none;
	}
	#banner{
		margin-top: 0px;
		top: 0;
		text-align: center;
		background: white;
		position: fixed;
		width: 100%;
		border-bottom: 1px solid black;
		padding: 19px;
	}
	#banner a{
		text-decoration: none;
		color: blue;	
		padding: 13px;
	}
	#banner a:hover{
		text-decoration: underline;
		color: gray;
	}	
	.button {
	  background-color: orangered;
	  border: none;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 1.3rem;
		border-style: solid;
  		border-width: 1px;
		color: #fff;
	}
	.button1 a{
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
	.button1 a:hover {
		color:gray;
		text-decoration: none;
		border-radius: 1px;
	}
	.button2 {
	  background-image: linear-gradient(to right, #450011 , red);
	  border: none;
	  color: #fff;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 1.8rem;
		font-weight: bold;
	}
	.button2 a{
		text-decoration: none;
		font-size: 1.8rem;
		color: white;
		font-weight: bold;
	}
	.button2 a:hover {
		color:gray;
		text-decoration: underline;
		border-radius: 1px;
	}
	.button3 {
	  background-color: orangered;
	  border: none;
	  color: #fff;
	  padding: 12px 32px;
	  text-align: center;
	  text-decoration: none;
		font-size: 1.7rem;
	  margin: 4px 2px;
	  cursor: pointer;
		margin-left: auto;
		margin-right: auto;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
	}
	.button3 a{
		text-decoration: none;
		font-size: 1.3rem;
		color: white;
		font-weight: bold;
	}
	.button3 a:hover {
		color:gray;
		text-decoration: none;
		border-radius: 1px;
	}
	.button3 a{
		text-decoration: none;
	}
	.button3 a:hover{
		text-decoration: underline;
	}
	.container-banner2{
		padding-top: 156px;
  		width: 70%;
		 margin: auto;	
	}
	#banner-2 {
		background-image: url("images/background-design.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 550px;
		width: 100%;
		z-index: -1;
	}
	#banner-2 h1,p{
		margin: 15px;
	}	
	#banner-2 h1{
		margin-top: 155px;
		text-align: left;
		margin-left: 45px;
		font-size: 2.7rem;
		color: white;
	}
	#banner-2 p{
		margin-top: 15px;
		text-align: left;
		margin-left: 45px;
		font-size: 2.5rem;
		color: white;
	}
	#banner-2 a{
		text-decoration: underline;
		color: #EFBF04;
	}
	#banner-2 a:hover{
		text-decoration: none;
		color: #EFBF04;
	}
	#banner-2 img{
		float: left;
		margin-left: auto;
		margin-right: auto;
		padding-right: 50px;
		width: 325px;
	}
	#intro {
		margin-top: 125px;
	}
	#intro h2,p{
		margin: 25px;		
	}
	#intro h2{
		text-align: left;		
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.5rem;
		color: #2f3a4e;
	}
	#intro p{
		margin-left: 15%;
		margin-right: 15%;
		text-align: left;
		font-size: 1.3rem;
	}
	#intro a{
		text-decoration: none;
		color: blue;
	}
	#intro a:hover{
		text-decoration: underline;
		color: gray;
	}
	#arrow {
		margin-top: 55px;
	}
	#arrow p{
		font-size: 1.5rem;
		text-align: center;
	}
	#boxes {
		margin-top: 225px;		
	}		
	/* Create two equal columns that floats next to each other */
	.container-box{
		display: flex;
		justify-content: center; /* Centers horizontally */
		align-items: center;     /* Centers vertically */
		height: 100px;
		margin-top: 200px;
		text-align: center;
	}
	#boxes-2{
		margin-top: 225px;
	}
	/* Create two equal columns that floats next to each other */
	#boxes-2{
		display: flex;
		justify-content: center; /* Centers horizontally */
		align-items: center;     /* Centers vertically */
		height: 100px;
		margin-top: 400px;
		text-align: center;
	}
	.container-text a{
		color: mediumvioletred;
		font-size: 1rem;
	}	
	.card-box {
		float: left;
	  	width: 275px;
	 	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	 	transition: 0.3s;
		padding: 0px;
		margin: auto;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 0px;border: 1px solid black;
		border-radius: 15px;		
	}
	.card-box img{
		border-top-left-radius: 15px;
  		border-top-right-radius: 15px;
	}
	.card-box:hover {
	  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	}
	.card-box h2{
		font-size: 1.5rem;
		text-align:left;
		margin-left: 15px;
		margin-right: 15px;
		color: black;
	}
	.card-box p{
		text-align:left;
		font-size: 1rem;
		margin-left: 15px;
		margin-right: 15px;
	}
	.card-box a{
		text-decoration: none;
		font-weight: bold;
		color: blue;	
	}	
	.card-box a:hover{
		text-decoration: underline;
		font-weight: bold;
		color: gray;	
	}
	#showcase {
		margin-top: 155px;
	}
	#showcase img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 2.5rem;
		width: 500px;
		text-shadow: 5px 5px 10px black;
		margin-bottom: 35px;
	}
	#showcase h2{
		text-align: center;		
		padding-top: 5px;		
		font-size: 2.1rem;
		font-weight: 100;
	}	
	#showcase p{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.2rem;
	}	
	#showcase a{
		text-decoration: none;
		color:blue;
		font-size: 1.5rem;
	}
	#showcase a:hover{
		text-deccoration: underline;
		color: gray;
	}	
	#section-1 {
		margin-top: 95px;
	}
	#section-1 h2,p{
		margin: 15px;
	}
	#section-1 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		text-shadow: 5px 5px 10px black;
		padding-bottom: 55px;
	}
	#section-1 p{
		margin-left: 15%;
		margin-right: 15%;
		text-align: center;
		font-size: 1.1rem;
	}
	#section-1 a {
		text-decoration: none;		
	}
	#section-1 a:hover {
		text-decoration: underline;		
		color: white;
	}
	#section-2 {
		margin-top: 155px;		
	}	
	#section-2 h2,p{
		margin: 15px;
	}
	#section-2 h2{
		margin-top: 35px;
		margin-left:15%;
		margin-right: 15%;
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#section-2 p{
		text-align: left;
		margin-left:15%;
		margin-right: 15%;
		padding-bottom: 25px;
		font-size: 1.1rem;
	}
	#section-2 a{
		text-decoration: none;		
		font-size: 2rem;
		color: blue;
		font-weight: bold;
	}
	#section-2 a:hover {
		color:gray;
		text-decoration: none;
		border-radius: 1px;
	}		
	#book {
		margin-top: 325px;
		background-color: #3f3f3f;
		color: white;
		padding-top: 95px;
		padding-bottom: 115px;
		text-align: center;
		width: 100%;	 	
	}	
	#book img{
		display: block;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 55px;
		width: 275px;
	}
	#book h1,h2{
		margin:25px;
	}
	#book h1{
		text-align: center;
		font-size: 2.5rem;
		font-weight: 100px;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 5px;
		color:white;
	}
	#book h2{
		text-align: center;
		font-size: 1.5rem;
		font-weight: 100px;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 5px;
		font-style: oblique;
		color:white;
	}
	#book p{
		text-align: center;
		font-size: 1.1rem;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 25px;
		color:white;
	}
	#book a{
		display: inline-block;
		text-decoration: none;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 2.5rem;		
		color: white;
	}
	#book a:hover{
		text-decoration: underline;
		color: gray;
	}	
	#section-3 {
		margin-top: 1px;
	}
	#section-3 img{		
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#section-3 h1,p{
		margin: 25px;
	}
	#section-3 h2{
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 95px;
		text-align: center;				
		font-size: 2.5rem;
		font-family: Times New Roman;
	}
	#section-3 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 15px;
		font-size: 1rem;
	}
	#section-3 a{
		 display: inline-block;
		margin-left: auto;
		margin-top: auto;
		color: white;
		text-decoration: none;
	}
	#section-3 a:hover{
		text-decoration: underline;
		color: white;
	}
	#section-4 {
		margin-top: 25px;
		text-align: center;
	}
	#section-4 a{
		display: inline-block;
		text-align: center;
		padding-left: 25px;
		padding-right: 25px;
		text-decoration: none;
	}
	#section-4 a hover{
		color: gray;
	}
	#contact{
		margin-top: 155px;
	}
	#main-footer {
		margin-top: 155px;
	}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  height: 400px; /* Should be removed. Only for demonstration */
	margin-left: auto;
    margin-right: auto;
	padding-top: 45px;
}
	.column h2{
		padding-top: 25px;
  		padding: 5px;
		margin-left: 33%;
		font-weight: 100;
		color: #fff;
	}
	.column p{
		margin-left: 33%;
		color: #fff;
		text-align: left;
	}
	.column a{
		text-decoration: none;
		color: #fff;
	}
	.column a:hover{
		text-decoration: underline;
	}
	/* Clear floats after the columns */
	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	/*-- Footer */
	}		
}