@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;700&display=swap');

p {
    line-height: 25px;
}

h3 {
    color: white;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.navbar {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    border: 0px;
}

.navbar-header {
    padding-right: 25px;
}

.navbar a {
    color: white !important;
}

#hero {
    background: url(../images/hero-new.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

a.navbar-brand {
    padding: 0px;
    padding-top: 5px;
}

a.navbar-brand img {
    height: 35px;
}

@media(min-width:768px) {
    a.navbar-brand {
        padding: 0px;
    }
    a.navbar-brand img {
        height: 45px;
    }
}

#about-hero h1, #buyer-hero h1, #contact-hero h1, #listings-hero h1, #seller-hero h1 {
    text-align: center;
    color: white;
    font-size: 48px;
}

#about-hero {
    background: url(../images/contact-home.png);
    background-size: cover;
    height: 350px;
    background-position: bottom;
    display: flex;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
}

#buyer-hero {
    background: url(../images/istockphoto-1319269543-1024x1024.png);
    background-size: cover;
    height: 350px;
    background-position: bottom;
    display: flex;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
}

#contact-hero {
    background: url(../images/contact-home.png);
    background-size: cover;
    height: 350px;
    background-position: bottom;
    display: flex;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
}

#listings-hero {
    background: url(../images/istockphoto-1319269543-1024x1024.png);
    background-size: cover;
    height: 350px;
    background-position: bottom;
    display: flex;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
}

#seller-hero {
    background: url(../images/istockphoto-1319269543-1024x1024.png);
    background-size: cover;
    height: 350px;
    background-position: bottom;
    display: flex;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
}

#home-welcome {
    background-color: black;
}

#home-welcome .row {
    align-items: center;
    display: flex;
}

#about .row {
    align-items: center;
    display: flex;
}

#hero {
    display: flex;
    align-items: center;
}

#hero .row {
    align-items: center;
    display: flex;
}

#hero h1 {
    font-size: 85px;
    padding-bottom: 25px;
}

#hero h3 {
    padding-bottom: 35px;
}

#hero h1, #hero p {
    color: white;
}

#hero p {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 38px;
    text-align: justify;
}


#hero a {
    background-color: white;
    color: black;
    padding: 10px 25px;
    font-size: 22px;
}

#home-welcome .home-img {
    background: url(../images/hero.jpg);
    background-size: cover;
    height: 600px;
}

#home-buyer {
    background-color: black;
}

#home-buyer .row {
    align-items: center;
    display: flex;
}

#home-buyer h2 {
    font-size: 48px;
    padding-bottom: 25px;
}

#home-buyer h2, #home-buyer p {
    color: white;
}

#home-buyer ul {
    padding-bottom: 25px;
}

#home-buyer ul li {
    color: white;
    padding-bottom: 20px;
}

#home-buyer p {
    padding-bottom: 25px;
}

#home-buyer a {
    background-color: white;
    color: black;
    padding: 10px 25px;
    font-size: 18px;
}

#home-buyer .home-img {
    background: url(../images/service-1.jpg);
    background-size: cover;
    height: 800px;
}

#home-seller {
    background-color: black;
}

#home-seller .row {
    align-items: center;
    display: flex;
}

#home-seller h2 {
    font-size: 48px;
    padding-bottom: 25px;
}

#home-seller h2, #home-seller p {
    color: white;
}

#home-seller p {
    padding-bottom: 25px;
}

#home-seller a {
    background-color: white;
    color: black;
    padding: 5px 15px;
    font-size: 16px;
}

#home-seller .home-img {
    background: url(../images/home-seller.jpg);
    background-size: cover;
    height: 600px;
}

#home-listings {
    background-color: black;
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}

#home-listings h2 {
    font-size: 48px;
    padding-bottom: 25px;
}

#home-listings h2, #home-listings p {
    color: white;
}

#home-listings p {
    padding-bottom: 25px;
}

#home-listings a {
    background-color: white;
    color: black;
    padding: 5px 15px;
    font-size: 16px;
}

#home-contact {
    background: url(../images/contact-home.png);
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
    background-position: bottom;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
}

#home-contact h2 {
    font-size: 48px;
    padding-bottom: 25px;
}

#home-contact h2, #home-contact p, #home-contact label {
    color: white;
}

#home-contact h2, #home-contact p {
    text-align: center;
}

#service-1 .row, #service-2 .row, #service-3 .row, #service-4 .row, #service-5 .row, #service-6 .row, #service-7 .row  {
    display: flex;
    align-items: center;
}

#seller-1 .row, #seller-2 .row, #seller-3 .row, #seller-4 .row, #seller-5 .row, #seller-6 .row, #seller-7 .row, #seller-8 .row {
    display: flex;
    align-items: center;
}

.seller-img-1 {
    background: url(../images/seller-1.jpg);
    background-size: cover;
    height: 600px;
}

.seller-img-2 {
    background: url(../images/home-seller.jpg);
    background-size: cover;
    height: 600px;
}

.seller-img-3 {
    background: url(../images/seller-3.jpg);
    background-size: cover;
    height: 600px;   
}

.seller-img-4 {
    background: url(../images/seller-4.jpg);
    background-size: cover;
    height: 600px;   
}

.service-img-1 {
    background: url(../images/buyer-1.jpg);
    background-size: cover;
    height: 600px;  
}

.service-img-2 {
    background: url(../images/home-buyer.jpg);
    background-size: cover;
    height: 600px;   
}

.service-img-3 {
    background: url(../images/buyer-3.jpg);
    background-size: cover;
    height: 600px;   
}

.service-img-4 {
    background: url(../images/buyer-4.jpg);
    background-size: cover;
    height: 600px;   
}

.desktop {
    display: none;
}

.bg-danger {
    color: white;
    margin-top: 10px;
    background-color: #dc3545 !important;
    padding: 5px;
    display: none;
}

.bg-success {
    color: white;
    margin-top: 10px;
    background-color: #28a745 !important;
    padding: 5px;
    display: none;
}

section {
    position: relative;
    z-index: 1;
    background-color: black;
}

section h2 {
    font-size: 48px;
    padding-bottom: 25px;
    color: white;
}

section p {
    color: white;
}

.about-img {
    background: url(../images/stephanie.jpg);
    background-size: cover;
    height: 650px;
}

footer {
    min-height: 400px;
    background-color: black;
    position: sticky;
    padding-top: 50px;
    bottom: 0px;

}

footer h2 {
    color: white;
    padding-bottom: 15px;
}

footer i {
    color: white;
    opacity: 1;
}

footer .copyright {
    bottom: 20px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    flex-direction: column;
    width: 100%;
}


@media(min-width:768px) {
    footer .copyright {
        position: absolute;
        bottom: 20px;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        flex-direction: column;
        width: 100%;
    }
}

footer hr {
    border-top: 0.5px solid white;
    margin-bottom: 25px;
}

footer .copyright p {
    color: white;
    text-align: center;
    margin: 0;
}

svg {
    color: white;
    padding-right: 15px;
}

footer a {
    color: white;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

ul.social {
    display: flex;
}

footer p {
    color: white;
}

footer ul li {
    padding-bottom: 10px;
    color: white;
}

p.address-title {
    padding: 0px;
    padding-bottom: 0px !important;
}

@media (min-width: 768px) {

    p.address-title {
        padding-left: 40px;
    }

    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .header-left {
        display: flex;
        align-items: center;
        width: 65%;
    }
    .header-right {
        text-align: right;
        width: 35%;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .nav-container {
        display: flex;
        height: 65px;
        align-items: center;
    }
}

.header-right ul.social {
    list-style-type: none;
}

.header-right ul.social li a {
    padding: 10px 5px;
}

.header-right ul.social li a {
    padding-left: 0px;
}

.container {
    max-width: 75%;
}

.form-control {
    border-radius: 0px;
}

.form-group {
    padding-bottom: 15px;
}

input[type=submit] {
    background-color: white !important;
    color: black !important;
    padding: 10px 25px !important;
    border: 0px;
    font-size: 18px;
}

a:hover {
    text-decoration: none;
}

footer a:hover {
    color: white;
}

#gallery, #services {
    padding-top: 50px;
}

#contact label {
    color: white;
}

#contact {
    padding-top: 50px;
}

#contact p {
    padding-bottom: 50px;
}

#contact i {
    color: white;
    opacity: 1;
}

#contact ul {
    list-style: none;
}

#contact ul li {
    padding-bottom: 10px;
    color: white;
}

#contact ul li a {
    color: white;
}

#contact ul li a:hover {
    color: white;
    text-decoration: none;
}

ul.social li a {
    padding: 10px 5px;
}

ul.social li a {
    padding-left: 0px;
}

ul.social li:last-child a {
    padding-right: 0px;
}

@media(min-width:768px) {
    ul.mobile-social {
        display: none !important;
    }
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-toggle .icon-bar {
    background-color: white !important;
}

@media(max-width:768px) {
    #home-buyer .row, #home-seller .row {
        flex-direction: column;
    }
    #home-buyer .home-img, #home-seller .home-img {
        width: 100%;
        background-position: center;
    }

    #home-buyer .col-md-6:first-child, #home-seller .col-md-6:first-child {
        padding: 100px 0px;
    }
    .header-right {
        display: none;
    }
    .container {
        max-width: 95%;
    }
    .navbar-header {
        padding-right: 0px;
    }
    .navbar-brand {
        padding-left: 0px;
    }
    #contact ul {
        padding-left: 0px;
    }
    #service-1 .row, #service-2 .row, #service-3 .row, #service-4 .row {
        flex-direction: column;
    }
    .service-img-1, .service-img-2, .service-img-3, .service-img-4 {
        width: 100%;
        background-position: center;
    }

    #service-1 .row .col-md-6:first-child, #service-2 .row .col-md-6:first-child, #service-3 .row .col-md-6:first-child, #service-4 .row .col-md-6:first-child {
        padding: 100px 0px;
    }

    #seller-1 .row, #seller-2 .row, #seller-3 .row, #seller-4 .row {
        flex-direction: column;
    }
    .seller-img-1, .seller-img-2, .seller-img-3, .seller-img-4 {
        width: 100%;
        background-position: center;
    }

    #seller-1 .row .col-md-6:first-child, #seller-2 .row .col-md-6:first-child, #seller-3 .row .col-md-6:first-child, #seller-4 .row .col-md-6:first-child {
        padding: 100px 0px;
    }
}

ul.mobile-social {
    list-style: none;
    padding: 0px;
}

#instafeed {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

#instafeed a {
    list-style: none;
    flex: 0 0 33.333333%;
}

#instafeed a img {
    width: 100%;
}

a.instagViewMore {
    background-color: white;
    color: black;
    padding: 5px 15px;
    font-size: 16px;
}

.instagViewMoreWrapper {
    text-align: center;
}

.buyer-img-1 {
    background: url(../images/service-1.jpg);
    background-size: cover;
    height: 600px;  
}

.buyer-img-2 {
    background: url(../images/service-2.jpg);
    background-size: cover;
    height: 600px;   
}

.buyer-img-3 {
    background: url(../images/service-3.jpg);
    background-size: cover;
    height: 600px;   
}

.buyer-img-4 {
    background: url(../images/service-1.jpg);
    background-size: cover;
    height: 600px;   
}

.buyer-img-5 {
    background: url(../images/service-2.jpg);
    background-size: cover;
    height: 600px;   
}

.buyer-img-6 {
    background: url(../images/service-3.jpg);
    background-size: cover;
    height: 600px;   
}

.buyer-img-7 {
    background: url(../images/service-1.jpg);
    background-size: cover;
    height: 600px;   
}