
:root {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
}

h4 {
    padding-left: 1rem;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

.sub-header {
    font-size: 1rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

/*-------------------------------------------------------------
---------------------------------------------------------------
-------------------------------------------------------------*/

.container {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.main-content {
    width: 100vw;
}

.navigation-bar {
    width: 100vw;
    height: 82px;
}

.logo {
    margin-right: 1rem;
    margin-left: auto;
    max-width: 91px;
}

.logo img {
    max-width: 91px;
}

.navigation-bar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mobile-menu {
    width: 42px;
    height: 42px;
}

.mobile-menu-button-hamburger {
    background-color: white;
    background-image: url("../images/menu-button-hamburger.png");
    background-size: cover;
    border: none;
    width: 42px;
    height: 42px;
    margin-left: 1rem;
}

.mobile-menu-button-close {
    position: absolute;
    background-color: white;
    background-image: url("../images/menu-button-close.png");
    background-size: cover;
    border: none;
    width: 42px;
    height: 42px;
    top: 1rem;
    right: 1rem;
    left: auto;
}

.navigation {
    width: 300px;
}

.navigation-wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.navigation ul {
    margin-top: calc(100vh / 3);
    list-style: none;
    padding: 0;
}

.navigation ul li {
    text-align: center;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 1rem;
    line-height: 23px;
    letter-spacing: 0rem;
    margin-top: 38px;
}

.main-link {
    padding-top: 2rem;
    color: black;
}

.social-icons {
    margin-left: 25vw;
    margin-right: 25vw;
    padding: 5px;
    display: flex;
    gap: 1rem;
    position: absolute;
    top: auto;
    bottom: 1rem;
}

.sider {
    position: relative;
}

.slider-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100% - 82px);
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
  
.slider-image-active {
    opacity: 1;
}

/*-------------------------------------------------------------
---------------------------------------------------------------
-------------------------------------------------------------*/

.about-us-content {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 145%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.about-us-hero {
    width: 100%;
}

.half-split-container {
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-content: space-between;
}

.cofounder-wrapper {
    padding-top: 3rem;
    display: flex;
    align-items: center;
}

.cofounder-wrapper h4 {
    text-align: left;
    margin-left: 1rem;
    margin-right: auto;
}

.about-us-header {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

/*-------------------------------------------------------------
---------------------------------------------------------------
-------------------------------------------------------------*/
.contact-header {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 1rem;
}

#contact-map-desktop {
    display: none;
}

.contact-map-embed {
    border: none;
    height: 33vh;
    width: 100vw;
    margin-bottom: 2rem;
}

.contact-container {
    padding-left: 1rem;
}

.contact-details {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 145%;    
    color: #000000;
    margin-bottom: 3rem;
}

.contact-details a {
    color: #000000;
}

.contact-header h4 {
    padding-left: 0;
}


/*-------------------------------------------------------------
---------------------------------------------------------------
-------------------------------------------------------------*/

.grid-container {
    padding-bottom: 3rem;
    margin-right: 1rem;
    margin-left: 1rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    gap: 1rem;
}

.grid-item img {
    width: 100%;
    height: 100%;
}

.grid-item:hover {
    opacity: 0.6;
}

/*-------------------------------------------------------------
---------------------------------------------------------------
-------------------------------------------------------------*/

.grid-container-max-width-halfsplit {
    padding-bottom: 3rem;
    margin-right: 1rem;
    margin-left: 1rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(min-content, max-content));
    gap: 20px;
}

.grid-item-max-width-halfsplit img {
    width: 100%;
    height: auto;
}

/*-------------------------------------------------------------
---------------------------------------------------------------
-------------------------------------------------------------*/

.height-800 {
    max-height: 800px;
    width: auto;
}

.arch-description {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 145%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.arch-description h4 {
    padding-left: 0;
}

.flex-img-wrapper {
    display: flex;
    flex-direction: column;
}
.flex-img {
    height: auto;
}