@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200&display=swap');

#bigBetsLogo {
    display: block;
    margin-top: 20px;
    width: 120px;
    height: auto;
    /* margin-left: 65px; */
}

#logoLineContainer {
    display: flex;
    align-items: center;
    margin-left: 65px;
}

#verticalLine {
    border-left: 2px solid #000;
    height: 60px; /* Adjust the height to match the logo's height */
    margin-right: 20px;
}

#partnershipText {
    font-family: 'Arial', sans-serif;
    color: #000;
    font-size: 1em;
    max-width: 700px; /* Adjust the width as needed */
}

#brandStatement {
    font-size: 1em;
    font-weight: 200;
    color: #000;
    font-family: 'Roboto Mono', monospace; 
    margin-left: 80px;
    margin-top: 20px;
    line-height: 1em;
    max-width: 1000px;
}

#investments {
    display: flex;
    justify-content: flex-start;
    margin-left: 80px;
}
#investmentListHeader {
    margin-top: 30px;
    margin-left: 80px;
    text-align: left;
    font-weight: 200;
    color: #000;
    font-family: 'Roboto Mono', monospace; 
    font-size: 1em;
}

.company {
    margin-right: 70px;
}

.company img {
    width: auto;
    height: 50px;
    display: block;
}

.company a {
    text-decoration: none; /* Removes underline from links */
}

.companySlogan {
    text-align: left;
    font-family: 'Arial', sans-serif; 
    color: #333;
    font-size: 1em;
}

#contactInfo {  /* This if the "footer" */
    width: 100%;
    padding-top: 80px;
    color: #333;
    text-align: center;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    font-size: 0.8em;
    font-family: 'Arial', sans-serif; 
    margin-top: auto;
}
