html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    height: 600px;
    width: 100%;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

h1 {
    font-size: 500%;
}

h1.title-header {
	color: #ff4c4c;
	font-size: 50px;
}

h1.title-subheader {
	font-size: 300%;
}

#whoweare {
    background-color: #c99328;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}



#howtohelp {
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

#doyouqualify {
    padding-top: 20px;
    padding-bottom: 20px;
}

p {
    font-size: 125%;
}

.btn {
    margin-right: 10px;
}

footer {
    background-color: darkslategrey;
    color:white;
    padding-top: 20px;
    padding-bottom: 10px;
}
#thanksto {
    background-color: #eee;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
h1 {
    padding-bottom: 30px;
}


.carousel-caption {
    top: 20px !important;
}

.main-text {
    font-weight: 700;
}

footer {
    padding-right:20px;
    padding-left:20px;
}

#logos {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

#meijerPromotion {
    display: none !important;
    background: #F08328;
    color: white;
    margin: -20px 0 0 0;
    padding: 20px;
    overflow: hidden;
}

#meijerPromotion img {
    float: right;
    width: 33%;
    margin-left: 10%;
    margin: 20px 0 60px 10%;
    max-width: 350px;
}

#meijerPromotion h1 {
    line-height: 1.2em;
    font-family: fantasy;
    font-weight: 600;
    font-size: 56px;
}

#meijerPromotion h2 {
    font-size: 20px;
    margin-top: -30px;
    font-family: sans-serif;
    font-style: italic;
}

#meijerPromotion p {
    margin: 20px 0 20px 0px;
    font-size: 24px;
}

#fundsForFriends {
    display: none !important;
}

#fundsForFriends img {
    width: 100%;
}