/* Common styles */
body {
    background-color: #272a3d;
    margin: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 2px 2px black;
}

/* Common Nav Styles */
.navigation-wrapper {
    height: 190px;
    background-color: #c45dd2;
    color: #272a3d;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 100px; 
}

.navigation-wrapper > .left-column > .contact-hours-wrapper > .phone {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #272a3d;
    font-size: 0.8em
}

.navigation-wrapper > .left-column > .contact-hours-wrapper > .hours {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #272a3d;
    font-size: 0.8em
}

.links-wrapper > .nav-link a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #272a3d;
    font-size: 1.2em
}

/* Center Column Styles */
.navigation-wrapper > .center-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 42px;
    width: 500px;
}

.navigation-wrapper > .center-column > .banner-image {
    display: flex;
    justify-content: center;
}

.navigation-wrapper > .center-column > .banner-image img {
    width: 216px;
    height: 100%
}

.links-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links-wrapper > .nav-link {
    width: 70px;
    text-align: center;
}

.links-wrapper > .nav-link a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: lightgrey;
    text-decoration: none;
    transition: 0.5s;
}

.links-wrapper > .nav-link a:hover {
    color: #272a3d;
    letter-spacing: 1.5px;

}

/* Right Column Styles */
.navigation-wrapper> .right-column {
    display: flex;
    align-items: center;
}

.navigation-wrapper > .right-column > .address-wrapper {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: right;
}

.navigation-wrapper > .right-column > .address-wrapper a {
    color: white;
    text-decoration: none;
    font-size: 0.9em;
    transition: 0.5s;
}

.navigation-wrapper > .right-column > .address-wrapper a:hover {
    color: #9bc0ce;
}

.navigation-wrapper > .right-column > .contact-icon {
    margin-left: 15px;
    font-size: 2em;
}

.navigation-wrapper > .right-column > .contact-icon a {
    color: white;
    transition: 0.5s;
}

.navigation-wrapper > .right-column > .contact-icon a:hover {
    color: #9bc0ce;
}

/* Hero Section Styles */
.hero-section {
    background-image: url(../images/backgrounds/construction-ga05fa46c5_1920.jpg);
    padding: 100px;
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section > .bottom-heading {
    padding: 1px 20px;
    text-align: center;
    background-color: #272a3d;
    color: black;
    margin-top: 15px;
    width: 200px;
    border-radius: 10px;
}

/* Features Section Styles */
.features-section {
    height: 400px;
    /* background-image: url(../images/backgrounds/featured-background.png); */
    background-color: #272a3d;
    border-top: 2px solid #272a3d;
    border-bottom: 2px solid #272a3d;
    color: lightgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 2px 2px black;
    /* box-shadow: inset 0px -26px 79px -8px rgba(0, 0, 0, 0.58); */
}

.features-section > .columns-wrapper {
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.features-section> .columns-wrapper > .column {
    padding: 20px;
    text-align: center;
    border-bottom: 5px solid transparent;
    border-radius: 10px;
    transition: 1s;
}

.features-section> .columns-wrapper > .column:hover {
    border-bottom: 5px solid lightgrey;
}

.features-section > .columns-wrapper > .column :nth-child(1) {
    font-size: 3em;
}

.features-section > .columns-wrapper > .column :nth-child(2) {
    font-size: 1.5em;
    font-weight: 900;
    height: 50px;
    transition: 1s;
}

.features-section > .columns-wrapper > .column :nth-child(2):hover {
    letter-spacing: 1px;
}

.features-section > .columns-wrapper > .column :nth-child(3) {
    letter-spacing: 2px;
}

/* Footer Styles */

.footer {
    /* background-image: url(../images/backgrounds/featured-background.png); */
    color: lightgrey;
    background-color: #c45dd2;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 450px;
    margin-top: -4px;
    text-shadow: 2px 2px black;
}

.footer > .logo-footer img {
    width: 180px;
    height: 100%;
    /* filter: brightness(50%); */
    /* opacity: 0.5; */
}

.footer > .footer-phone-hours span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    letter-spacing: 2px;
}

.footer > .footer-phone-hours > .hours {
    font-size: 0.8em;
    color: lightgrey;
    text-transform: uppercase;
    text-shadow: 2px 2px black;
}

.footer > .links-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 400px;
}

.footer > .social-media-icons-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 300px;
    display: flex;
    justify-content: space-around;
}

.footer > .social-media-icons-wrapper a {
    font-size: 1.5em;
    color: lightgrey;
    transition: 0.5s;
}

.footer > .social-media-icons-wrapper a:hover {
    color: black;  
}

.footer > .copyright-wrapper {
    margin-bottom: 10px;
    font-size: 0.7em;
    color: lightgrey;
    text-shadow: 2px 2px black;
}