body {
    font-family: 'Inconsolata', monospace;
}

p {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'Anton', sans-serif;
}

/*Jumbotron + Elements*/
.jumbotron {
    height: 650px;
    background: url(../images/jumbotronimg.png) center center no-repeat;
    background-size: cover;
    margin-top: -4%;
}

#input-row {
    margin-top: 3%;
}

#product-title {
    letter-spacing: 10px;
    font-size: 6em;
    text-align: center;
    color: white;
    padding-top: 10%;
}

#title-description {
    text-align: center;
    color: #FFF9EE;
    width: 40%;
    margin: auto;
    font-size: 16px;
}

#product-input {
    width: 200px; 
    height: 100%;
    margin-left: 41.5%;
    background-color: white;
    border-bottom: none;
    padding: 14.5px 0px 17px 10px;
}

#product-btn {
    height: 100%;
    margin-left: -1%;
    background-color: #8DB5C5;
    padding: 7.5px 10px 5px 0px;
}

#search {
    font-size: 30px;
}

#product-input::placeholder {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
  }

#product-btn:hover {
    background-color: #005170;
}
    
/*Nav Bar - styling */
.nav-wrapper {
    background-color: #CB3526; 
}

#nav-search-input {
    padding-left: 5%;
    color: #FFF9EE
}

#nav-search-input:focus {
    border-bottom-color: white;
    box-shadow: none;
}

#nav-search-input::placeholder {
    color: #FFF9EE;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-left: 5%;
  }

#logo {
    font-family: 'Inconsolata', monospace;
    color: #FFF9EE;
    letter-spacing: 3px;
    margin-left: 4%;
    font-weight: 700;
}

#nav-search {
    background-color: #CB3526;
    padding-left: 1%;
    margin-right: 1%;
    box-shadow: none;
}

#nav-search:hover {
    background-color: #8DB5C5;
}

/*About Section*/

.about-title {
    font-family: 'Anton', sans-serif;
    font-weight: 600;
    color: #8DB5C5;
    text-align: center;
    margin-top: 9%;
    font-size: 40px;
    letter-spacing: 20px;
}

.about-icons {
    color: #005170;
}

#left-icon {
    font-size: 10em;
    text-align: center;
    padding-left: 42.5%;
    margin-top: -1%;
}

#about-description {
    text-align: center;
    font-size: 16px;
    color: #101010;
    width: 80%;
    margin-top: 1.5%;
    margin-bottom: -3%;
    margin-left: auto;
    margin-right: auto;
}

/*CAROUSEL STYLING*/
.carousel {
    margin-bottom: -5%;
}

/*FOOTER STYLING*/

#footer {
    background-color: #CB3526;
    padding-bottom: 1.5%; 
    margin-top: 3.5%;
}
#footer-repo {
    color: white;
}

#footer-repo:hover {
    color: #8DB5C5;
}

/*---------------------------TEAM PAGE ------------------------------------*/

.card {
    width: 60%;
    margin-left: 20%;
}

.team-row {
    margin-top: 3%;
}

.card-content {
    background-color: #F0E8E7; 
    text-align: left;
}

.card-title {
    color: white;
    text-align: left;
}

.card-reveal {
    text-align: left;
}

.github-link {
    color: black;
}

.github-link:hover {
    color: #CB3526;
}

#card-click {
    background-color: #8DB5C5;
    color: white;
}

#team-jumbo {
    height: 500px;
}

#team-description {
    height: 20%;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
    color: white;
}

/* MODAL UPDATE */

.modal-header {
    display: block;
    background-color: #005170;
    padding: 30px 10px 15px 10px;
    color: #FFF9EE;
    letter-spacing: 4px;
    line-height: 200%;
    font-family: 'Anton', sans-serif;
    font-size: 18px;
}

.modal-footer {
    clear: both;
}

.review-text {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;
}

.avg-rating {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    padding: 1.5% 0% 2% 3%;
}

#modal1 {
    width: 90%;
    text-align: center;
    padding: none;
    height: 100%;
}

#product-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 4px;
    padding-left: 3%;
}

#description-paragraph {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 0% 3% 3% 3%;
}

#webhose-reviews {
    background-color: #F4F4F4;
    margin-top: 0%;
    padding-top: 3%;
    padding-bottom: 3%;
}

#walmart-ratings {
    margin-top: 0%;
    padding-bottom: 3%;
    letter-spacing: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

#review-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 4px;
    padding-left: 3%;
}

#videos-1{
    float: left;
    margin-left: 4%;
    margin-right: 5%;
}

#videos-2 {
    float: left;
    margin-right: 5%;
}

#videos-3 {
    float: left;
}

#accept {
    background-color: #8DB5C5;
    margin-top: 20%;
}

#done {
    color: white;
}

#done:hover {
    background-color: #005170
}

/* MEDIA QUERY: applies to width of 640px */

@media only screen and (max-width: 640px) {
    .jumbotron {
        margin-top: -8%;
        height: 600px;
    }

    #product-title {
        font-size: 5em;
    }

    #title-description {
        width: 60%;
        font-size: 12px;
        margin-bottom: 2.5%;
    }

    #product-input {
        margin-left: 20%;
    }

    #product-btn {
        margin-left: -2%;
    }

    #left-icon {
        padding-left: 31%;
    }

    #team-description {
        font-size: 20px;
    }

    #videos-1{
        margin-left: 0%;
    }
}