@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

/* ======= App Colors */
.flood {
	background: black;
    color: e2ebc8;
}
.neon {
	background: #232323;
    color: yellow;
}
.raindrops {
	background: #0077be;
    color: #e2ebc8;
}
.sandstorm {
	background: #c2b180;
    color: #604933;
}
.scrubber {
	background: #454343;
    color: #f9f8f2;
}
.stainedglass {
	background: #112a0f;
    color: #e2ebc8;
}

/* ======= All Apps Section */

.all-apps-section {
    background-color: white;
    text-align: center;
    position: relative;
}
.all-apps-container {
    max-width: 830px;
    padding-bottom: 30px;
    margin: auto;
}


/* ======= Globals */
body {
    font-family: 'Montserrat', sans-serif;
}
.bold {
    font-weight: 600;
}
.light {
    font-weight: 300;
}
/*
h4 {
	padding: 0px;
	margin: 0px;
}
*/

/* ======= Main Section */

.navbar-item {
	font-weight: 600;
    padding: 10px;
}

.navbar-item:hover {
    color: #58d5f7;
    text-decoration: none;
}
.hero-background {
    overflow: hidden;
    position: relative;
}
.header {
    padding-top: 35px;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
}
.header-right {
    display: none;
}
.header-headline {
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center;
}
.header-running-text {
    text-align: center;
    max-width: 287px;
    line-height: 1.5;
    margin: auto;
}
.store-img {
    width: 170px;
    padding-bottom: 10px;
}  

/* ======= Features Section */

.features-section {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
}
.features-container {
    max-width: 830px;
    margin: auto;
}

/* ======= Privacy Section */

.privacy-section {
    margin: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
}
.privacy-section-subtext {
    max-width: 200px;
    max-width: 250px;
    line-height: 22px;
    font-size: 15px;
    margin: auto;
}

/* ======= Contact Section */

.contact {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-text {
    color: black;
    font-size: 16px;
    padding-right: 7px;
    text-align: center;
}




