.download-banner-container {
    background: url(../images/download-banner.png);
    background-size: cover;
    padding-top: 9%;
    padding-bottom: 1%;
    border-bottom: 25px solid #66ddfd;
    box-shadow: 0px 15px 10px -15px #111;
}

.step-background {
    background: url(../images/download-step-background.png);
    background-size: cover;
    padding-top: 9%;
    padding-bottom: 9%;
}

footer{
	margin-top: 0 !important
}


.download-banner h1{
	font-family: "Inter", sans-serif;
	color: #00cffe;
	font-size: 35pt;
	font-weight: bold
}

.download-banner h2{
	font-family: "Inter", sans-serif;
	color: #fff;
	font-size: 25pt;
}

.download-banner h3{
	font-family: "Inter", sans-serif;
	color: #fff;
	font-size: 25pt;
	font-weight: 100;
	    padding-bottom: 10%;
}

.download-banner p{
	font-family: "Inter", sans-serif;
	color: #fff;
	font-size: 15pt;
	font-weight: 100;
}

.download-banner img{
	width: 20%
}

.download-feature-container {
    width: 50%;
    margin-left: 40%;
    margin-top: 1%;
}

.download-feature-container h1{
	font-family: "Inter", sans-serif;
	color: #00cffe;
	font-size: 35pt;
	text-align: right
}

/* Mobile Portrait */
@media screen and (max-width: 768px) and (orientation: portrait) {
.download-banner-container {
    background: url(../images/download-banner.png);
    background-size: cover;
    padding-top: 7% !important;
    padding-bottom: 4% !important;
    border-bottom: 7px solid #66ddfd;
    box-shadow: 0px 15px 10px -15px #111;
}
.step-background {
    background: url(../images/download-step-background.png);
    background-size: cover;
    padding-top: 2%;
    padding-bottom: 4%;
}
.download-feature-container h1 {
    font-family: "Inter", sans-serif;
    color: #00cffe;
    font-size: 20pt;
    text-align: right;
    font-weight: bold;
}
	
.download-banner p {
    font-family: "Inter", sans-serif;
    color: #777777;
    font-size: 3vw;
    font-weight: 100;
}
.download-banner h3 {
    font-family: "Inter", sans-serif;
    color: #777777;
    font-size: 4vw;
    font-weight: 100;
    text-align: center;
    padding-bottom: 5%;
}
	.download-banner h1 {
    font-family: "Inter", sans-serif;
    color: #00cffe;
    font-size: 6vw;
    text-align: center;
}
	.download-banner h2 {
    font-family: "Inter", sans-serif;
    color: #004a65;
    font-size: 5vw;
    text-align: center;
    padding-top: 2%;
}
}