@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	background: white;
	color: black;
	font-family: arial;
	width: 100%;
}
.tk-myriad-pro{
	font-family: "myriad-pro";
	font-weight: 300;
	font-style: normal;	
	font-size: 1rem;
}
.fa-bullseye-pointer{
	color: blue;
}
.fa-check{
	color: orangered;
}
#showcase {
	margin-top: -50px;
	background: url("images/card-master-2.png");
	height: 650px; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	z-index: -1;	
}
#showcase h1{
	color: white;
}
#showcase h2{
	color: white;
}
#showcase p{
	color: white;
	text-align: left;
}
#section-1 {
	margin-top: 125px;
	margin-bottom: 5px;	
}
#section-1 h1{
	text-align: center;
	padding-bottom: 65px;
}
#section-1 p{
	padding-bottom: 25px;
	text-align: center;
}
#section-1 a{
	color: blue;
	text-decoration: none;
}
#section-1 a:hover{
	color: gray;
}
#section-2 {
	padding-top: 5px;
	margin-bottom: 75px;
	padding-bottom: 75px;
}
#section-2 h1,p{
	margin: 0px;
}
#section-2 h1{
	padding-top: 75px;
	padding-bottom: 55px;
	text-align: center;
	color:black;
	font-size: 2rem;
	font-weight: bold;
}
#section-2 p{
	text-align: center;
	color: black;
}
#section-2 div{
	padding-buttom: 5px;
}
#section-2 a{
	text-decoration: none;
	color: blue;
}
#section-2 li{
  padding-bottom: 15px;
	list-style-type: square;
}
#section-3 {
	margin-top: 5px;
	margin-bottom: 195px;
	padding-top: 55px;
	padding-bottom: 75px;
	background-color: #e9e9e9;
	width: 100%;
}
#section-3 h1{
	padding: 35px;
}
#section-3 a{
	color: blue;
	text-decoration: none;
}
#section-3 a:hover{
	color: gray;
}
#section-3 h1,p{
	margin: 5px;
}
#section-4 {
	margin-top: -95px;
	margin-bottom: 75px;
}
#section-4 a{
	color: blue;
	text-decoration: none;
}
#section-4 a:hover{
	color: gray;
}
#section-4 h1,p{
	margin: 5px;
}
#section-4 li{
	padding-bottom: 15px;
}
#section-4 div{
	padding-bottom: 5px;
}
#section-5 {
	padding-bottom: 175px;
}
#section-5 a{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
#main-footer {
	background-color: #151515;
	text-align: center;
	color: black;
	padding: 5px;
	padding-bottom: 10px;
	width: 100%;
}
#main-footer .share img{
	padding-top: 35px;
	padding-bottom: 85px;
}
#main-footer .connect a{
	padding: 55px;
}
#main-footer p{
	padding-top: 75px;
	padding-bottom: 45px;
	color:white;
}
#main-footer a{
	text-decoration: none;
	color: white;
}
#main-footer a:hover{
	text-decoration: underline;
}
@media (max-width:768px){		
	#showcase {
		margin-top: -135px;
	}
	#showcase h1{
		margin-left: 35px;
		margin-right: 295px;
		padding-top: 95px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#showcase p{
		margin-top: -35px;
		margin-left: 35px;
		margin-right: 295px;
		font-size: 2rem;
		font-weight: bold;
	}
	#section-1 {
		margin-top: 125px;
	}
	#section-1 h1{
		text-align: left;
		font-size: 2.5rem;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
		color: orangered;
	}
	#section-1 p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
		padding-bottom: 25px;
	}
	#section-2 h1{
		text-align: left;
		font-size: 3rem;
		margin-left: 55px;
		margin-right: 55px;
	}
	#section-2 p{
		text-align: left;
		font-size: 2rem;
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 35px;
	}
	#section-2 h2,p{
		margin: 2px;
	}
}
@media screen and (min-width:769px) and (max-width:1020px){	
	#showcase {
		margin-top: -135px;
	}
	#showcase h1{
		margin-left: 35px;
		margin-right: 295px;
		padding-top: 95px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#showcase p{
		margin-top: -35px;
		margin-left: 35px;
		margin-right: 295px;
		font-size: 2rem;
		font-weight: bold;
	}
	#section-1 {
		margin-top: 125px;
	}
	#section-1 h1{
		text-align: left;
		font-size: 2.5rem;
		font-weight: bold;
		margin-left: 45px;
		margin-right: 45px;
		color: orangered;
	}
	#section-1 p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
		padding-bottom: 25px;
	}
	#section-2 h1{
		text-align: left;
		font-size: 3rem;
		margin-left: 55px;
		margin-right: 55px;
	}
	#section-2 p{
		text-align: left;
		font-size: 2rem;
		margin-left: 55px;
		margin-right: 55px;
		padding-bottom: 35px;
	}
	#section-2 h2,p{
		margin: 2px;
	}
	#section-5 p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
	}
	#main-footer{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#main-footer .share img{
		width: 15%;
	}
	#main-footer p{
		padding-left: 55px;
		font-size: 1.5rem;
		color:white;
	}	
}
@media screen and (min-width:1021px){	
	#showcase {
		margin-top: -135px;
	}
	#showcase h1{
		margin-left: 35px;
		margin-right: 295px;
		padding-top: 95px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#showcase p{
		margin-top: -35px;
		margin-left: 35px;
		margin-right: 295px;
		font-size: 2rem;
		font-weight: bold;
	}
	#section-1 {
		margin-top: 125px;
	}
	#section-1 h1{
		text-align: left;
		font-size: 2.5rem;
		font-weight: bold;
		margin-left: 15%;
		margin-right: 15%;
		color: orangered;
	}
	#section-1 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2rem;
		padding-bottom: 25px;
	}
	#section-2 h1{
		text-align: left;
		font-size: 3rem;
		margin-left: 15%;
		margin-right: 15%;
	}
	#section-2 p{
		text-align: left;
		font-size: 2rem;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 35px;
	}
	#section-2 h2,p{
		margin: 2px;
	}
}