@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	font-family: arial;
	color: black;
	background-color: #fff;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
}
html {
	 scroll-behavior: smooth;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 5px;
	color:white;
	background-image: linear-gradient(to right, #000 ,red, #000);	
}
#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: 3.5rem;
}
.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;
}
#showcase {
		margin-top:0px;
		background-image: url("images/background-arizona.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 500px;
}
@media (max-width:768px){
	#myNav .overlay .overlay-content{
		display: none;
	}
	#banner{
		display: none;
	}
	#column1 {
		display: none;
	}
	#column2 {
		display: none;
	}
	#column3 {
		display: none;
	}
	#column4 {
		display: none;
	}
	#banner{
		margin-top: 0px;
		text-align: center;		
		background-image: linear-gradient(to right, #000 ,blue, #000);	
		position: fixed;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	#banner img{
		float: left;	
		width: 55px;
		margin-top: -25px;
	}
	#banner a{
		margin-left: 25px;
		text-decoration: none;
		color: #fff;
		font-size: 1rem;
	}
	#banner a:hover{
		text-decoration: underline;
	}
	#showcase {
		margin-top: 125px;
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1 {
		text-align: left;
		padding-top: 155px;
		margin-left: 55px;
		margin-right: 20px;
		font-size: 5rem;
		color:white;
		text-shadow: 2px 2px 4px #000000;
	}
	#showcase p{
		margin-left: 55px;
		margin-right: 23px;
		text-align: left;
		font-size: 2.7rem;
		color:white;
		text-shadow: 2px 2px 4px #000000;
	}
	#section-1 {
		margin-top: 165px;
	}
	#section-1 h1{
		text-align: center;
		font-size: 4rem;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
	}
	#section-2 {
	  	background-image: url('images/podcast-tip-tuesday.png'); /* Replace with your image path */
	  	background-size: cover;
	  	background-position: center center;
	  	background-repeat: no-repeat;
		box-shadow: 5px 10px 8px #888888;
		height: 650px;
		width: 95%;
		border-radius: 5%;
		margin: auto;
		margin-top: 105px;
		padding-bottom: 55px;
	}
	#section-2 h1,p{
		margin: 25px;
	}
	#section-2 h1{
		padding-top: 285px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		font-weight: bold;
		font-size:4rem;
		color: white;
	}
	#section-2 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: lefrt;
		color: #fff;
		font-size: 2.5rem;
	}
	#section-2 a{
		text-decoration: underline;
		color: yellow;
		font-size: 3rem;
	}
	#section-2 a:hover{
		text-decoration: none;
	}
	#section-3 {
	  	background-image: url('images/money-tips.png'); /* Replace with your image path */
	  	background-size: cover;
	  	background-position: center center;
	  	background-repeat: no-repeat;
		box-shadow: 5px 10px 8px #888888;
		height: 550px;
		width: 90%;
		border-radius: 5%;
		margin: auto;
		margin-top: 125px;
		padding-bottom: 55px;
	}
	#section-3 h1,p{
		margin: 25px;
	}
	#section-3 h1{
		padding-top: 125px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		font-weight: bold;
		font-size:4rem;
		color: white;
	}
	#section-3 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-size: 3rem;
	}
	#section-3 a{
		text-decoration: underline;
		color: yellow;
	}
	#section-3 a:hover{
		text-decoration: none;
	}
	#section-4 {
	  	background-image: url('images/legacy.png'); /* Replace with your image path */
	  	background-size: cover;
	  	background-position: center center;
	  	background-repeat: no-repeat;
		box-shadow: 5px 10px 8px #888888;
		height: 650px;
		width: 90%;
		border-radius: 5%;
		margin: auto;
		margin-top: 125px;
		padding-bottom: 55px;
	}
	#section-4 h1,p{
		margin: 20px;
	}
	#section-4 h1{
		padding-top: 295px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		font-weight: bold;
		font-size:4rem;
		color: white;
	}
	#section-4 p{
		margin-right: 35px;
		margin-left: 35px;
		padding-bottom: 25px;
		text-align: left;
		color: #fff;
		font-size: 3rem;
	}
	#section-4 a{
		text-decoration: underline;
		color: yellow;
	}
	#section-4 a:hover{
		text-decoration: none;
	}
	#section-5 {
	  	background-image: url('images/get-better-with-money.png'); /* Replace with your image path */
	  	background-size: cover;
	  	background-position: center center;
	  	background-repeat: no-repeat;
		height: 450px;
		width: 90%;
		border-radius: 5%;
		margin: auto;
		margin-top: 125px;
		padding-bottom: 125px;
		box-shadow: 5px 10px 8px #888888;
	}
	#section-5 h1,p{
		margin: 20px;
	}
	#section-5 h1{
		padding-top: 165px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		font-weight: bold;
		font-size:4rem;
		color: white;
	}
	#section-5 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-size: 2.5rem;
	}
	#section-5 a{
		text-decoration: underline;
		color: yellow;
	}
	#section-5 a:hover{
		text-decoration: none;
	}	
	#top{
		margin-top: 145px;
		margin-bottom: 195px;
		text-align: center;
	}
	#top a{
		text-decoration: none;
		font-size: 2.5rem;
		color: blue;
	}
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: black;
}
 #main-footer p{
	 display: block;
	text-align: left;
	margin-left: 55px;
	margin-right: 55px;
	color: #fff;
	font-size:2rem;
	padding-bottom: 15px;
}
.link1{
	text-align: left;
	padding-bottom: 15px;
}
.link1 p{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.link1 a{
	list-style: none;
	text-decoration: none;
	color: #fff;
	fonot-size: 2.rem;
	font-weight: bold;
}
.link1 a:hover{
	text-decoration: underline;
}
.link2{
	text-align: left;
	padding-bottom: 25px;
}
.link2 p{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.link2 a{
	list-style: none;
	text-decoration: none;
	color: #fff;
	fonot-size: 2.rem;
	font-weight: bold;
}
.link2 a:hover{
	text-decoration: underline;
}			
}
@media screen and (min-width:769px) and (max-width:1020px){	
	#myNav .overlay .overlay-content{
		display: none;
	}
	#banner{
		display: none;
	}
	#column1 {
		display: none;
	}
	#column2 {
		display: none;
	}
	#column3 {
		display: none;
	}
	#column4 {
		display: none;
	}
	#banner{
		margin-top: 0px;
		text-align: center;		
		background-image: linear-gradient(to right, #000 ,blue, #000);	
		position: fixed;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	#banner img{
		float: left;	
		width: 55px;
		margin-top: -25px;
	}
	#banner a{
		margin-left: 25px;
		text-decoration: none;
		color: #fff;
		font-size: 1rem;
	}
	#banner a:hover{
		text-decoration: underline;
	}
	#showcase {
		margin-top: 125px;
	}
	#showcase h1,p{
		margin: 15px;
	}
	#showcase h1 {
		text-align: left;
		padding-top: 115px;
		margin-left: 55px;
		margin-right: 20px;
		font-size: 4rem;
		color:white;
		text-shadow: 2px 2px 4px #000000;
	}
	#showcase p{
		margin-left: 55px;
		margin-right: 23px;
		text-align: left;
		font-size: 3rem;
		color:white;
		font-weight: bold;
		text-shadow: 2px 2px 4px #000000;
	}
	#section-1 {
		margin-top: 165px;
	}
	#section-1 h1{
		text-align: center;
		font-size: 4rem;
		margin-left: 55px;
		margin-right: 55px;
		font-weight: bold;
	}
	#section-2 {
	  	background-image: url('images/podcast-tip-tuesday.png'); /* Replace with your image path */
	  	background-size: cover;
	  	background-position: center center;
	  	background-repeat: no-repeat;
		box-shadow: 5px 10px 8px #888888;
		height: 650px;
		width: 95%;
		border-radius: 5%;
		margin: auto;
		margin-top: 105px;
		padding-bottom: 55px;
	}
	#section-2 h1,p{
		margin: 25px;
	}
	#section-2 h1{
		padding-top: 285px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		font-weight: bold;
		font-size:4rem;
		color: white;
	}
	#section-2 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: lefrt;
		color: #fff;
		font-size: 2.5rem;
	}
	#section-2 a{
		text-decoration: underline;
		color: yellow;
		font-size: 3rem;
	}
	#section-2 a:hover{
		text-decoration: none;
	}
	#section-3 {
	  	background-image: url('images/money-tips.png'); /* Replace with your image path */
	  	background-size: cover;
	  	background-position: center center;
	  	background-repeat: no-repeat;
		box-shadow: 5px 10px 8px #888888;
		height: 550px;
		width: 90%;
		border-radius: 5%;
		margin: auto;
		margin-top: 125px;
		padding-bottom: 55px;
	}
	#section-3 h1,p{
		margin: 25px;
	}
	#section-3 h1{
		padding-top: 125px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		font-weight: bold;
		font-size:4rem;
		color: white;
	}
	#section-3 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-size: 3rem;
	}
	#section-3 a{
		text-decoration: underline;
		color: yellow;
	}
	#section-3 a:hover{
		text-decoration: none;
	}
	#section-4 {
	  	background-image: url('images/legacy.png'); /* Replace with your image path */
	  	background-size: cover;
	  	background-position: center center;
	  	background-repeat: no-repeat;
		box-shadow: 5px 10px 8px #888888;
		height: 650px;
		width: 90%;
		border-radius: 5%;
		margin: auto;
		margin-top: 125px;
		padding-bottom: 55px;
	}
	#section-4 h1,p{
		margin: 20px;
	}
	#section-4 h1{
		padding-top: 295px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		font-weight: bold;
		font-size:4rem;
		color: white;
	}
	#section-4 p{
		margin-right: 35px;
		margin-left: 35px;
		padding-bottom: 25px;
		text-align: left;
		color: #fff;
		font-size: 3rem;
	}
	#section-4 a{
		text-decoration: underline;
		color: yellow;
	}
	#section-4 a:hover{
		text-decoration: none;
	}
	#section-5 {
	  	background-image: url('images/get-better-with-money.png'); /* Replace with your image path */
	  	background-size: cover;
	  	background-position: center center;
	  	background-repeat: no-repeat;
		height: 450px;
		width: 90%;
		border-radius: 5%;
		margin: auto;
		margin-top: 125px;
		padding-bottom: 125px;
		box-shadow: 5px 10px 8px #888888;
	}
	#section-5 h1,p{
		margin: 20px;
	}
	#section-5 h1{
		padding-top: 165px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		font-weight: bold;
		font-size:4rem;
		color: white;
	}
	#section-5 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-size: 2.5rem;
	}
	#section-5 a{
		text-decoration: underline;
		color: yellow;
	}
	#section-5 a:hover{
		text-decoration: none;
	}	
	#top{
		margin-top: 145px;
		margin-bottom: 195px;
		text-align: center;
	}
	#top a{
		text-decoration: none;
		font-size: 2.5rem;
		color: blue;
	}
	/*-- Footer */
#main-footer {
	margin-top: 1px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: black;
}
 #main-footer p{
	 display: block;
	text-align: left;
	margin-left: 55px;
	margin-right: 55px;
	color: #fff;
	font-size:2rem;
	padding-bottom: 15px;
}
.link1{
	text-align: left;
	padding-bottom: 15px;
}
.link1 p{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.link1 a{
	list-style: none;
	text-decoration: none;
	color: #fff;
	fonot-size: 2.rem;
	font-weight: bold;
}
.link1 a:hover{
	text-decoration: underline;
}
.link2{
	text-align: left;
	padding-bottom: 25px;
}
.link2 p{
	display: block;
	list-style: none;
	padding: 15px;
	font-size: 2rem;
}
.link2 a{
	list-style: none;
	text-decoration: none;
	color: #fff;
	fonot-size: 2.rem;
	font-weight: bold;
}
.link2 a:hover{
	text-decoration: underline;
}		
}
@media screen and (min-width:1021px){
	#title{
		display: none;
	}
	#myNav{
		display: none;
	}
	span{
		display: none;
	}
	#section-2 {
		display: none;
	}
	#section-3 {
		display: none;
	}
	#section-4 {
		display: none;
	}
	#section-5 {
		display: none;
	}
	hr{
		margin-top: 75px;
		width: 75%;
		color:orangered;
		border: 1px dashed orangered;
	}
	#banner{
		margin-top: 0px;
		text-align: center;		
		background-image: linear-gradient(to right, #000 ,red, #000);	
		position: fixed;
		width: 100%;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
	#banner img{
		float: left;
		padding-left: 15px;
		width: 55px;
		margin-top: -5px;
	}
	#banner a{
		margin-left: 25px;
		text-decoration: none;
		color: #fff;
		font-size: 1rem;
	}
	#banner a:hover{
		text-decoration: underline;
	}
	#showcase {
		margin-top: 1px;
	}
	#showcase h1,p{
		margin: 0px;
	}
	#showcase h1{
		padding-top: 275px;
		text-align: left;
		font-size: 3.8rem;
		margin-left: 75px;
		color: #fff;
		text-shadow: 2px 2px 4px #000000;
	}
	#showcase p{
		text-align: left;
		font-size: 1.5rem;
		margin-left: 75px;
		color: #fff;
		text-shadow: 2px 2px 4px #000000;
	}
	#section-1 {
		padding-top: 155px;
		margin-bottom: 35px;
	}
	#section-1 h1,p{
		margin: 1px;
	}
	#section-1 h1{
		text-align: center;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.5rem;
		font-weight:bold;
		color: black;
	}
	.column {
	  /* Common column styles (e.g., width, padding) */
	  flex: 1; /* Example for Flexbox layout */
	  padding: 20px;
		display: flex; /* or inline-flex */
		margin-top: 55px;
		border-radius: 15px;
	}
	.column-container{
		display: flex; /* or inline-flex */
		column-gap: normal;
		border-radius: 25px;
		gap: 25px;
		margin: auto;
  		width: 85%;
	}
	#column1 {
	  	background-image: url('images/podcast-tip-tuesday.png'); /* Replace with your image path */
	  	background-size: cover; /* Optional: Adjusts image size */
	  	background-position: center center; /* Optional: Centers the image */
	  	background-repeat: no-repeat; /* Optional: Prevents repeating */		
		background-color:#0b0e49;
		box-shadow: 5px 10px 8px #888888;
		padding-bottom: 55px;
		height: 350px;
		width: 35%;
		gap: 45px;
	}
	#column1 h1,p{
		margin: 20px;
	}
	#column1 h1{
		margin-top: 175px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
	}
	#column1 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-size: 1.2rem;
	}
	#column1 a{
		text-decoration: none;
		color: yellow;
		font-size: 1.5rem;
	}
	#column1 a:hover{
		text-decoration: underline;
	}
	#column2 {
		background-image: url('images/money-tips.png'); /* Replace with your image path */
	  background-size: cover; /* Optional: Adjusts image size */
	  	background-position: center center; /* Optional: Centers the image */
	  	background-repeat: no-repeat; /* Optional: Prevents repeating */		
		background-color:#0b0e49;
		box-shadow: 5px 10px 8px #888888;
		padding-bottom: 55px;
		height: 350px;
		width: 35%;
		gap: 45px;
	}
	#column2 h1,p{
		margin: 20px;
	}
	#column2 h1{
		margin-top: 175px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
	}
	#column2 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-size: 1.2rem;
	}
	#column2 a{
		text-decoration: none;
		color: yellow;
		font-size: 1.5rem;
	}
	#column2 a:hover{
		text-decoration: underline;
	}
	.column-container-2{
		display: flex; /* or inline-flex */
		column-gap: normal;
		border-radius: 25px;
		gap: 25px;
		margin: auto;
  		width: 85%;
	}
	#column3 {
	  background-image: url('images/legacy.png'); /* Replace with your image path */
	  background-size: cover; /* Optional: Adjusts image size */
	  	background-position: center center; /* Optional: Centers the image */
	  	background-repeat: no-repeat; /* Optional: Prevents repeating */		
		background-color:#0b0e49;
		box-shadow: 5px 10px 8px #888888;
		padding-bottom: 55px;
		height: 350px;
		width: 35%;
		gap: 45px;
	}
	#column3 h1{
		margin-top: 195px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
	}
	#column3 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-size: 1.2rem;
	}
	#column3 a{
		text-decoration: none;
		color: yellow;
		font-size: 1.5rem;
	}
	#column3 a:hover{
		text-decoration: underline;
	}
	#column4 {
	  background-image: url('images/get-better-with-money.png'); /* Replace with your image path */
	  background-size: cover; /* Optional: Adjusts image size */
	  	background-position: center center; /* Optional: Centers the image */
	  	background-repeat: no-repeat; /* Optional: Prevents repeating */		
		background-color:#0b0e49;
		box-shadow: 5px 10px 8px #888888;
		padding-bottom: 55px;
		height: 350px;
		width: 35%;
		gap: 45px;
	}
	#column4 h1,p{
		margin: 20px;
	}
	#column4 h1{
		margin-top: 195px;
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-weight: bold;
		font-size: 2rem;
	}
	#column4 p{
		margin-right: 35px;
		margin-left: 35px;
		text-align: left;
		color: #fff;
		font-size: 1.2rem;
	}
	#column4 a{
		text-decoration: none;
		color: yellow;
		font-size: 1.5rem;
	}
	#column4 a:hover{
		text-decoration: underline;
	}
	#top {
		margin-top: 155px;
		margin-bottom: 75px;
		text-align: center;
	}
	#top a{
		text-decoration: none;
		color: blue;
		font-size: 1rem;
	}
	#top a:hover{
		text-decoration: underline;
		color: blue;
		font-size: 1rem;
	}
	/*-- Footer */
#main-footer {
	margin-top: 125px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: black;
	text-align: center;
}
 #main-footer p{
	text-align: center;
	margin-left: 55px;
	margin-right: 55px;
	color: #fff;
	font-size:1rem;
	padding-bottom: 15px;
}
.link1{
	text-align: center;
}
.link1 p{
	display: inline-block;
	text-align: center;
	font-size: 2rem;
}
.link1 a{
	text-decoration: none;
	color: #fff;
}
.link1 a:hover{
	text-decoration: underline;
}
}