/* ========= GENERAL ========= */
.background-image-style {
    background-image: url("../resources/bgs/AbstractLines2.png");
    background-position: center;
    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
}



/* ========= TOP NAVBAR ========= */
.navbar-background {
    background-color: rgba(255, 255, 255, 0.8);
}

.home-navbar-button {
    text-decoration: none;
    background-color:none;
}

.home-navbar-button-highlight {
    text-decoration: none;
    background-color: #56c556;
}

.home-navbar-button:hover {
    text-decoration: none;
    background-color: #56c556;
}

.home-navbar-button-icon {
    width: 48px;
    /*height: 75px;*/
}

.home-navbar-button-icon-spacer {
    width: 0%;
    height: 48px;
}

.home-navbar-button-dropdown {
    margin-top: 55px;
}



/* ========= CONTAINERS ========= */
/* MAIN CONTAINER */
.main-container {
    margin-top: 50px;
    max-width: none;
    /*background-color: red;*/
}


/* INTRO CONTAINER */
.container-intro {
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    animation-duration: 0.5s;
    /*max-width: none;
    background-color: rgba(255, 255, 255, 0.1);*/
}

.container-intro h1 {
    padding-bottom: 5px;
    /*font-family: 'Courier New', monospace;*/
    font-size: 400%;
}

.container-intro h2 {
    padding-bottom: 40px;
    /*font-family: 'Courier New', monospace;*/
    font-size: 200%;
}

.container-intro p {
    /*font-family: 'Courier New', monospace;*/
    font-size: large;
}

.container-intro img {
    height: 400px;
}


/* SERVICES CONTAINER */
.container-services {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    /*background-color: rgba(255, 0, 0, 0.1);*/
}

.container-services h1 {
    font-size: 3em;
    /*font-weight: bold;*/
}

.container-services-content {
    padding-top: 20px;
    padding-bottom: 5px;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.container-services-items {
    /*background-color: rgba(86, 197, 86, 0.2);*/
    background-color: whitesmoke;
    border-radius: 10px;
}

.container-services-items h4 {
    font-weight: bold;
}

.container-services-items img {
    width: 85%;
}

.container-services-items p {
    margin-left: 5%;
    margin-right: 5%;
}


/* ABOUT US CONTAINER */
.container-aboutus {
    padding-top: 50px;
    /*padding-bottom: 50px;*/
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

.container-aboutus-profile-pic {
    width: 65%;
}

.container-aboutus h2 {
    font-size: medium;
}

.container-aboutus-profile-legend {
    margin-left: 16.5%;
    margin-right: 16.5%;
    /*background-color: rgba(86, 197, 86, 0.2)*/
    background-color: whitesmoke;
}


/* CONTACT CONTAINER */
.container-contact {
    padding-top: 50px;
    padding-bottom: 200px;
    padding-left: 10%;
    padding-right: 10%;
    /*background-color: rgba(255, 0, 0, 0.1);*/
}

.container-contact h1 {
    text-align: center;
}

.container-contact-mandatory-fields {
    color: red;
    font-size: 0.85em;
}

.container-contact-button {
    background-color: rgb(0, 150, 0);
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.container-contact-button:hover {
    background-color: #56c556;
}

.container-contact h1 {
    font-size: 3em;
}

.container-contact-social-links {
    text-decoration: none;
}

.container-contact-social-icons {
    width: 16px;
    height: 16px;
}


/* ========= FOOTER BAR ========= */
.footer-bar {
    font-size: x-small;
    text-align: center;
}

.footer-bar-icon {
    width: 32px;
    height: 32px;
}