@charset "UTF-8";

@font-face {
    font-family: "montserrat";
    src: url(../fonts/Montserrat-Regular.ttf);
    font-style: normal;
    font-weight: 200;
}


h3{
    font-weight: normal;
}
/* Body */
body {
	font-family: montserrat;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
    background-color: #B3B3B3;
	    background-image: url(../images/back-640w.webp);
    background-repeat: repeat;
	background-position: center;
	background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
	display: flex;
    flex-wrap: wrap;
    position: relative;
}
.tagline {
    text-align: center;
    color: #FFFFFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: none;
    letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 50%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}

/* Parallax Section */
.banner {
    background-color: #2D9AB7;
    background-image: url(../images/Aria-NEU-640w.webp);
    height: 400px;
    background-attachment: fixed;
	background-position: left;
    background-size:25%;
    background-repeat: repeat;
}
.cards {
	width: 100%;
	height: auto;
	float: left;
	margin-right: 16px;
	max-width: 400px;
	max-height: 200px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 11px;
}
.footer_banner {
    background-color: #B3B3B3;
    margin-bottom: 0px;
    background-image: url(../images/back-640w.webp);
    background-repeat: repeat;
	background-position: center;
	background-size: cover
}





.section-split {
	flex-basis: 1;
	flex-grow: 1;
	max-width: 50%;
	padding: 16px;
	margin: auto;
}
.section-split p{
    color: #3B3B3B;
}



.info-bar {
	display: flex;
	padding: 24px 0;
	background-color: rgba(255,255,255,0.16);
}

.bar-icon {
	display: inline-block;
	max-width: 170px;
	text-align: center;
	margin: 0 auto;
	color: white;
}

.bar-icon-box {
	margin: auto;
	width: 100%;
	max-width: 800px;
	display: flex;
}

h1 {
	font-size: 34px;
	line-height: 38px;
	font-weight: bold;
	color: black;
}

.form-box {
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
	height: 100%;
	max-width: 400px;
	text-align: center;
	padding: 16px;
}

.text-input {
	width: calc(100% - 30px);
	padding: 12px 8px;
	margin: 6px 0;
}
.text-input::placeholder {
	color: #5C5C5C;
}

.sidebar {
	max-width: 400px;
	text-align: left;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}

.submit-button {
	width: 80%;
	height: 40px;
	border-radius: 16px;
	background-color: black;
	color: white;
	margin-top: 16px;
	font-weight: bold;
	font-size: 14px;
	border: none;
	box-shadow: 0 2px 4px 2px rgba(0,0,0,0.2);
	cursor: pointer;
}

.powerbank {	
	width: 100%;
	height: auto;
	float: right;
	margin-right: 16px;
	max-width: 400px;
}




/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
    
.section-split {
	max-width: 80%;
}    
    
.container {
    width: 100%;
}

.split-form{
    max-width: 100%;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}

.split-form{
    max-width: 100%;
}
    
.container {
    width: 100%;
}    
    
    
    .form-box{
        margin: auto;
    }
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}


}
