@use postcss-preset-env {
        stage: 0,
}
@font-face {
        font-family: Anton;
        src: url("/fonts/Anton-Regular.ttf");
        font-display: block;
}
@font-face {
        font-family: Bebas Neue;
        src: url("/fonts/BebasNeue-Regular.ttf");
        font-display: block;
}
@font-face {
        font-family: Tahoma;
        src: url("/fonts/Tahoma.ttf");
        font-display: block;
}
* {
        outline: none;
}
body {
         font-family: 'Tahoma', 'Ubuntu Mono';
}

.body-container {
        background-color: white;
        min-height: 33em;
        text-align:left;
        margin-bottom: 100px;
}

.body-header {
        width: 100%;
        padding: 30px;
        padding-top: 20px;
}
.body-header a {
        font-size: 14px;
        padding: 0;
}
.body-header p {
        font-size: 14px;
}
li {
        font-size: 14px;
}
.body-header h1, h2, h3 {
        font-family: 'Anton';
}
iframe {
        width: 100%;
        height: 800px;
        border: none;
        background-color: rgba(220, 240, 255, 0.2);
}
.management,
.stakeholders,
.contact {
        padding: 30px;
        padding-top: 0px;
        font-size: 14px;
}
.management h2 {
        text-align: left;
}
.execs {
        margin-top: 20px;
        width: 100%;
}
.exec {
        width: 100%;
        display: block;
        margin-bottom: 20px;
}
.exec p {
        text-align: center;
        width: 100%;
        margin-bottom: 0px;
        font-size: 14px;
}
.exec-image {
        width: 100%;
        display: flex;
        justify-content: center;
}
.exec img {
        width: 180px;
        height: 180px;
        border-radius: 90px;
        margin-bottom: 10px;
        border: 1px solid orange;
}
.contact p {
        margin: 0px;
}

.right-side-navigation {
        display: grid;
        grid-template-columns: 50% 50%;
        height: 20px;
}
#shoppingCart p {
        font-size: 12px;
        color: white;
        height: 18px;
        width: 18px;
        padding-left: 5.5px;
        background-color: red;
        border-radius: 9px;
        position: relative;
        top: -35px;
        left: 20px;
}

footer {
        text-align: center;
        height: 20em;
        background-color: white;
        box-shadow: 0px -0.5px 0px 0px rgba(0, 0, 0, 0.1);
}

#wwdo {
        border-left: 1px solid red;
        padding-left: 20px;
        font-weight: 600;
}

/** the bottom of the bottomest. Social media links. */
.socials {
        width: 90%;
        margin-left: 5%;
        height: 3em;
        border-top: 0.5px solid rgba(0, 0, 0, 0.1);
        display: grid;
        grid-template-columns: 100%;
}
.socials p {
        font-size: 12px;
        font-family: 'Tahoma';
        color: black; #17a2b8; silver;
        float: left;
        margin: 12px;
}

.socials img {
        height: 1.4em;
        margin-top: 0.8em;
        background-color: rgba(0, 0, 0, 1);
        border-radius: 10px;
        margin-bottom: 10px;
}
/* customizes bootstrap collapsible navbar. */
.navbar-toggler-icon {
        width: 1em;
        height: 1em;
        margin-left: -0.1em;
}

.navbar-toggler {
        border: none;
        cursor: pointer;
        margin-top: -3px;
}

.navbar-brand {
        font-size: 16px;
}
.navbar-expand-lg {
        width: 100%;
}
.right-side-navigation a {
        text-decoration: none;
}
.navbar-nav a {
        font-size: 13px;
        font-weight: 700;
        height: 30px;
        text-align: left;
        width: 120px;
        padding-top: 5px;
        margin-left: 10px;
}

.navbar {
        border-bottom: 1px solid rgba(200, 210, 220, 1);
        position: sticky;
        top: 0;
        z-index: 100;
}

/* this section is for the footer information for navigation */
.more-footer-info {
        width: 90%;
        margin-left: 10%;
        min-height: 18em;
        padding-top: 40px;
        padding-bottom: 40px;
        display: grid;
        grid-template-columns: 100%;
        text-align: left;
}
.footer-item p {
        font-size: 15px;
        font-weight: 700;
}
.fitems {
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-left: 1px solid #eaeaea;
        /*border-bottom: 1px solid #eaeaea;*/
        width: 200px;
}
.fitems a {
        font-size: 14px;
        text-decoration: none;
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: 20px;
        color: rgba(0,0,0, 0.8); #17a2b8; rgba(0,0,0, 0.7); #17a2b8;
}
.fitems a:hover {
        color:  #17a2b8;
        transition: color 0.3s ease-in-out;
}
/**
  * includes modifications for small screens.
  */
@media (min-width: 500px) {
        .more-footer-info {
                grid-template-columns: 50% 50%;
        }
        .execs {
                display: grid;
                grid-template-columns: 50% 50%;
        }
        .exec img {
                width: 140px;
                height: 140px;
                border-radius: 70px;
        }
}
@media (min-width: 600px) {
        .execs {
                grid-template-columns: 33% 33% 33%;
        }
}
@media (min-width: 700px) {
        footer .more-footer-info {
                display: grid;
                grid-template-columns: 33% 33% 33%;
        }
        .socials {
                display: block;
        }
        .socials-images {
                margin-right: 40px;
                float: right;
        }
}
@media (min-width: 800px) {
        footer .more-footer-info {
                display: grid;
                grid-template-columns: 25% 25% 25% 25%;
                padding-top: 60px;
                padding-bottom: 40px;
        }

        h1 {
                font-size: 30px;
        }
        h2 {
                font-size: 24px;
        }
        p, ul, label, input, select,textarea {
                font-size: 14px;
        }

        .footer-item p {
                font-size: 13px;
        }
        .footer-item a {
                font-size: 12px;
        }

        .body-header a {
                font-size: 14px;
        }
        .exec p {
                font-size: 14px;
        }
}
@media (min-width: 992px) {
        .navbar-nav a:hover {
                background-color: rgba(230, 240, 255, 0.5);
                border-radius: 10px;
                transition: all 0.3s ease-in-out;
        }

        .navbar-nav a {
                margin-left: 5px;
                margin-right: 5px;
                width: auto;
                font-weight: lighter;
        }
        .body-container {
                display: grid;
                grid-template-columns: 65% 35%;
                margin-top: 20px;
        }

        .body-header,
        .stakeholders,
        .management {
                margin-right: 8%;
                width: 86%;
                margin-left: 6%;
        }
        .body-header p,
        .body-header li,
        .stakeholders p {
                font-size: 14px;
        }
        .contact {
                width: 70%;
                height: 300px;
                margin-left: 20%;
                background-color: rgba(220, 240, 255, 0.4);
                padding: 40px;
                position: sticky;
                top: 170px;
        }
        .contact p {
                font-size: 13px;
        }
        .navbar-nav a {
                height: 30px;
                text-align: center;
                width: auto;
                margin-left: 5px;
        }
        .navbar {
                position: sticky;
                top: 0;
                z-index: 100;
                width: 100%;
        }
        #shoppingCart {
                position: absolute;
                right: 40px;
                top: 15px;
                background-color: #eaeaea;
                width: 34px;
                height: 34px;
                padding: 5px;
                border-radius: 15px;
        }

}

@media (min-width: 1100px) {
        .contact {
                width: 60%;
                max-width: 300px;
        }
}
