﻿body {
    height: 100%;
}

#before-baby-title {
    font-family: assistant;
    font-weight: 500;
    font-size: 48px;
    color: black;
    margin-top: 190px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

#link-button {
    width: 480px;
    height: 50px;
    font-family: assistant;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    line-height: 50px;
    background-color: rgb(255, 46, 90);
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
}

#link-button:hover {
    color: black;
}

#before-baby-img {
    width: 700px;
}

#before_baby_text_div {
    text-align: right;
    width: 710px;
    margin: auto;
}

#before_baby_des {
    font-family: assistant;
    font-size: 21px;
    font-weight: 500;
    white-space: pre-line;
}

#footer {
    margin-top: 100px;
}



.contact-button {
    width: 380px;
    height: 50px;
    font-family: assistant;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    line-height: 50px;
    background-color: rgb(255, 46, 90);
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.contact-button:hover{
    color:black;
}

#before_baby_des_2 {
    margin-top: 20px;
    font-family: assistant;
    font-size: 21px;
    font-weight: bold;
    white-space: pre-line;
}

#before_baby_des_3 {
    font-family: assistant;
    font-size: 20px;
    font-weight: 200;
    white-space: pre-line;
}

#shirley_des_1 {
    font-family: assistant;
    font-size: 20px;
    font-weight: 200;
    white-space: pre-line;
    text-align: right;
    line-height: 27px;

}
#middle-line2 {
    height: 3px;
    border: none;
    background-color: rgb(255, 46, 90);
}

#middle-line {
    height: 3px;
    border: none;
    background-color: rgb(255, 46, 90);
    margin-top: 70px;
}

#coral-post-title{
    font-family: assistant;
    font-size: 25px;
    
}

.second-title{
    margin-top: 85px;
    font-family: assistant;
    font-size: 30px;
    margin-bottom: 40px;
}

#shirleyImg1{
    width: 50%;
}


.instagram-posts {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;

}

#shirley-live-button{
    width: 400px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 100px;
}

#coral-live-button {
    width: 400px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 100px;
}

@media screen and (max-width:1070px) {
    #before-baby-title {
        margin-top: 230px;
    }

    .contact-button {
        width: 500px;
        height: 70px;
        font-size: 35px;
        line-height: 70px;
        margin: auto;
        margin-top:50px;
    }

}
