.red {
    color: #ff3333;
}

.my-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
}

.footer .designed-by {
    margin: 0 auto;
    max-width: 300px;
    font-size: 0;
    text-align: center;
}

.footer .designed-by p, .footer .designed-by img {
    display: inline-block;
}

.footer .designed-by p {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer .designed-by img {
    max-width: 200px;
}

.next_section p {
    margin-top: 200px;
    font-size: 1em !important;
}

.navbar {
    background-color: rgba(255, 255, 255, 0);

}

.first-container {
    position: relative;
    z-index:999;
    top: 150px;
    left: 0;
}

.map-controls {
    position: absolute;
    top: 200px;
    left: 0;
}

.leaflet-control-container {
    top: 140px !important;
    position: absolute;
}

.footer_bg {
    background-image: url("/assets/img/bg-footer.jpg");
    background-size: cover;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
}

/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar a {
    color: #3355FF;
}

.nav-link {
    color: #3355FF !important;
}

.navbar.scrolled {
    background: rgb(68, 68, 68); /* IE */
    background: #F5F5F5; /* NON-IE */
}

#map {
    height: 30vh;
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
}

#fullscreenmap {
    height: 100vh;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.select2-search {
    background-color: #FFF !important;
}

.select2-search input {
    background-color: #FFF !important;
}

.select2-results {
    background-color: #FFF !important;
}

.select2-choice {
    background-color: #FFF !important;
}

.rednav-active {
    border: 2px solid #FF3333;
    padding: 10px 24px !important;
    color: #FF3333 !important;
}

.rednav {
    border: 2px solid #F5F5F5;
    padding: 10px 24px !important;
    color: #666 !important;

}

.rednav:hover {
    border: 2px solid #FF3333;
    padding: 10px 24px !important;
    color: #FF3333 !important;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;

}

.frontpage .parallax {
    min-height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.frontpage .red {
    color: #ff3333;
}

.frontpage .my-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
}

.frontpage .next_section {
    bottom: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.frontpage .footer .designed-by {
    margin: 0 auto;
    max-width: 300px;
    font-size: 0;
    text-align: center;
}

.frontpage .footer .designed-by p, .footer .designed-by img {
    display: inline-block;
}

.frontpage .footer .designed-by p {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.frontpage .footer .designed-by img {
    max-width: 200px;
}

.frontpage .next_section p {
    margin-top: 200px;
    font-size: 1em !important;
}

.frontpage .oi-chevron-bottom {
    color: #F33 !important;
    font-size: 2em;
}

.frontpage .navbar {
    background-color: rgba(255, 255, 255, 0);

}

/* Image for Parallax Section */
.frontpage .parallax_section_1 {
    background-image: url("/assets/img/impact-homepage.jpg");
}

.frontpage .parallax_section_2 {
    background-image: url("/assets/img/bg-improve-your-irrigation-management.jpg");
}

.frontpage .footer_bg {
    background-image: url("/assets/img/bg-footer.jpg");
    background-size: cover;
}

.frontpage .jumbotron {
    margin-bottom: 0;
}

.frontpage .box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
}

/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    color: white;
}

/*.frontpage .rednav {*/
/*    display: none;*/
/*}*/

.navbar-toggler {
    background-color: #1073D0;
    border: 1px solid white;
}

.navbar-expand-md {
    background-color: #7dbbde;
    color: white !important;
}

.text-dark {
    color: #444 !important;
}

.text-light {
    color: #FFF !important;
}

.frontpage .navbar.scrolled {
    background: rgb(68, 68, 68); /* IE */
    background: #F5F5F5; /* NON-IE */
}


.br50 {
    border-radius: 50px;
}

/* creating custom button color to match nasa red */
.btn-nasared {
    font-size: .9em;
    background-color: #FFF;
    color: #FF3333;
}

.btn-nasared:hover, .btn-nasared:focus, .btn-nasared:active, .btn-nasared:active:focus, .btn-nasared.active, .open > .dropdown-toggle.btn-nasared {
    color: #fff;
    background-color: #FF3333;
    border-color: #FF3333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
