* {
    font-family: "montserratregular", sans-serif;
}
.menu-element {
    color: white
}

#logo-box {
    border-left: 0.15vw solid white;
}
.display-box {
    overflow: auto;
    /* text-align: center; */
    border-left: 0.15vw solid white;
    border-right: 0.15vw solid white;
}
.company-box {
    position: relative;
    margin: 1vh 2vw 5vh;
    width: 27%;
    height: 25vh;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fff;

}

.company-item {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    background: white;
    padding: 15px;
    box-sizing: border-box;
    border: 0.15vw solid #fff;
}

.company-box img {
    min-width: 40%;
    max-width: 85%;
    height: auto;
    max-height: 55%;
    object-fit: cover;
}
.company-box:hover {
    filter: none;
}
#hidden-display {
    display: none;
}
#overlay {
    overflow: auto;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
    cursor: pointer;
}
.input-box {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
.input-box input {
    font-size: 20px;
    border: unset;
    margin: 1%;
    width: 60%;
    padding: 1%;
    border-bottom: 1px solid black;
    display: block;
    float: left;
}
.input-box a {
    width: 30%;
    display: block;
    float: left;
}
.message {
    text-align: left;
    margin: 2%;
    color: #7fda56;
    font-weight: bold;
}
#add-founder {
    margin-top: 2.7vh;
    width: 26%;
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #7fda56;
    font-weight: bold;
}
#add-founder p {
    margin: 5%;
    float: left;
}
#add-founder img {
    float: left;
    margin-top: 2%;
    width: 20%;
    height: 100%;
}
#close {
    float: right;
    text-decoration: none;
    font-weight: bold;
    color: #7fda56;
}
.questions {
    width: 50%;
    padding: 1%;
    max-width: 50%;
    max-height: 2.5vh;
}
.overlay-text {
    text-align: left;
    font-size: 20px;
    margin: 1%;
    display: block;
}

#portfolio-items {
    display: flex;
    flex-wrap: wrap;
}

.back-btn {
    color: inherit;
    text-decoration: none;
    position: absolute;
    top: 15%;
    font-size: 18px;
    overflow: hidden;
    border: 0.15vw solid;
    padding: 5px 25px 5px 5px;
    border-right: none;
}

.back-btn:after {
    content: "";
    width: 27px;
    height: 25px;
    display: block;
    position: absolute;
    top: 2px;
    right: -16px;
    border-left: 0.15vw solid;
    border-top: 0.15vw solid;
    transform: rotate(-45deg);
}

#investment-box {
    position: relative;
    overflow-y: scroll;
    margin: 2% 30%;
    width: 40%;
    height: 80%;
    background: white;
    z-index: 25;
    cursor: default;
    padding: 2%;
    box-shadow: 1px 1px 3px 1px black;

}
#show-display {
    display: block;
}
.page-title {
    padding: 5px;
    border: 0.15vw solid;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.page-title.title-left {
    text-align: left;
    padding: 10px;
}



.investment-content {
    border-left: 0.15vw solid #fff;
}


#content-box {
    width: 46%;
    float: left;
}


#about-box p {
    padding: 0 2% 2% 2%;
    line-height: 20px;
    margin-top: 1vh;
    font-size: 14px;
}
#about-box h2 {
    padding: 2% 2% 0 2%;
}
.about-box {
    position: relative;
    float: left;
    margin-top: 1%;
    text-align: left;
    width: 96%;
    height: auto;
    padding: 1%;
}
.answers {
    width: 80%;
    height: 5vh;
}
#pic-box {
    width: 100%;
    box-shadow: 1px 1px 3px 1px black;
    height: auto;
    margin: 2% 0;
    padding-bottom: 1%;
    float: left;
}

.info-icon-box {
    width: 17px;
    height: 23px;
    background: url(../images/flag3.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.pictures {
    overflow: hidden;
    position: relative;
    background: black;
}
.pictures img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.pictures:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}
.photo {
    display:block;
    width:100%;
    height:auto;
}
#pic1 {
    float: right;
    width: 45%;
    height: auto;
}
#pic2 {
    bottom: 0;
    float: right;
    width: 50%;
    height: auto;
}
#pic3 {
    float: right;
    width: 45%;
    height: auto;
}
#pic4 {
    width: 45%;
    height: auto;
}


.block-heading {
    margin-top: 15px;
    display: flex;
    box-sizing: border-box;
    color: white;
    text-align: left;
}


.investment-wrapper {
    padding-left: 4%;
}

.investment-header {
    width: 70%;
    text-align: left;
    color: #649a35;
    line-height: 25px;
    padding: 1%;
    font-size: 16px;
    border-bottom: 0.15vw solid #fff;
}

.questions-header {
    color: #649a35;
    font-size: 18px;
}
.button-style {
    margin: 5% 0 2% 2%;
    width: 20%;
    height: 5%;
    font-size: 20px;
    background: #7fda56;
    color: #2b2b2b;
    box-shadow: 1px 1px 3px 1px white;
    border: none;
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.invest-text {
    font-size: 16px;
    color: white;
    text-align: left;
    /* margin: 0 2%; */
    display: none;
    width: 80%;
    line-height: 40px;
}


@media (max-width: 1024px) {
    #logo-box {
        border-left: none;
        padding-right: 0;
        box-sizing: border-box;
    }

    #add-founder p {
        display: none;
    }
    #investment-box {
        width: 90%;
        margin: 5% 3%;
        height: auto;
    }
    .button-style {
        width: 99%;
    }

    #portfolio-items {
        justify-content: space-between;
    }
    
    .company-box {
        width: 45.5%;
        margin: 1vh 0 5vh;
    }
    
    #logo-box {
        border-left: none;
    }
    .display-box {
        border-right: none;
        border-left: none;
        overflow: unset;
    }
    #about-box p{
        font-size: 18px;
        line-height: 25px;
    }
    #about-box h2 {
        font-size: 30px;
    }

    .page-title {
        margin-top: 30px;
    }

}

@media (max-width: 768px) {
    .page-title {
        font-size: 25px;
    }

    .back-btn {
        top: 10%
    }
}

@media (max-width: 575px){
    .company-box {
        width: 100%;
        height: 45vw;
    }
}

@media (min-width: 1024px) {
    .button-style {
        width: 20%;
    }
}















::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #7fda56;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: black;
}

