﻿body {
    height: 100%;
}

#I_believe-title {
    font-family: assistant;
    font-weight: 500;
    font-size: 48px;
    color: black;
    margin-top: 190px;
    margin-bottom: 30px;
    padding-bottom: 0;
}


#I_believe-img {
    width: 700px;
    height: 400px;
}

#I_believe_text_div {
    text-align: right;
    width: 710px;
    margin: auto;
}

#I_believe_des {
    font-family: assistant;
    font-size: 21px;
    font-weight: 500;
    white-space: pre-line;
}

#I_believe_des_2 {
    font-family: assistant;
    font-size: 19px;
    font-weight: 500;
    white-space: pre-line;
}


#footer {
    margin-top: 100px;
}

#contact-button, #live_button {
    width: 380px;
    height: 50px;
    font-family: assistant;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    line-height: 50px;
    background-color: rgb(255, 46, 90);
    text-align: center;
    display: block;
    margin: auto;
}

#live_button {
    width: 460px;
    font-size: 20px;
}

#contact-button:hover, #live_button:hover{
    color: black;
}


@media screen and (max-width:1070px) {
    #I_believe-title {
        margin-top: 230px;
    }
    #footer {
        margin-top: 300px;
    }
    #contact-button, #live_button {
        width: 600px;
        height: 70px;
        font-size: 26px;
        line-height: 70px;
    }

}
