#home {
    background-image: url('../images/Castlebrooke_HoldingBackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    min-height: 689px;
}

.logo {
    position: absolute;
    top: 60px;
    right: 80px;
}

.logo img {
    width: 230px;
}

.bottom-info {
    position: absolute;
    bottom: 80px;
    left: 80px;
    color: #ffffff;
}

.bottom-info h1 {
    font-family: "minion-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    margin-bottom: .25em;
    line-height: 1.4;
}

.bottom-info p {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 1.4;
}

.bottom-info a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.bottom-info a:hover {
    color:#307999;
}
@media screen and (max-width:768px) {
    .logo {
        top: 40px;
        right: 40px;
    }
    .bottom-info {
        bottom: 80px;
        left: 40px;
    }
    .bottom-info h1 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width:639px) {

    .logo img {
        width: 180px;
    }

    .bottom-info h1 {
        font-size: 2.5rem;
    }

    .bottom-info p {
        font-size: 1.05rem;
    }
}

@media screen and (max-width:500px) {
    .logo img {
        width: 150px;
    }
    .bottom-info h1 {
        font-size: 2rem;
    }
    .bottom-info p {
        font-size: 1rem;
    }
}