html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

body.main {
        /* The image used */
        background-image: url("../img/yip_bg.jpg");
      
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #000000;

    display: flex;
    align-items: center;
}
.footer > row {
    height: 30px;
}

div {
    font-family: Roboto;
}
.col {
    text-align: center;
}

.providing-contractor {
    color: #FFB71B;
    margin-bottom: 40px;
    margin-top: 40px;
   
}
.logo {
    margin: 40px;
}
/* .coming-soon {
	color: #FFFFFF;
    font-weight: bold;
    margin: 20px;    
} */

.privacy-policy-ter {
	color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.privacy-policy-ter > a {
    color: #FFFFFF;    
}
.privacy-policy-ter > a:visited {
    color: #FFFFFF;    
}

.customer-support-num {
    color: #FFB71B;
    font-weight: bold;
    margin-left: 5px;
}
.customer-support-text {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.customer-support-text > img {
    margin-right: 5px;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    div.providing-contractor {
        font-size: 32px;
    }
    /* div.coming-soon {
        font-size: 92px;
        letter-spacing: 13.44px;
    } */
    .privacy-policy-ter, .customer-support-num, .customer-support-text {
        font-size: 16px;    
    }
    .logo > a > img {
        height: 165px;
    }
}
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    div.providing-contractor {
        font-size: 16px;
    }
    /* div.coming-soon {
        font-size: 30px;
        letter-spacing: 2px;
    } */
    .privacy-policy-ter, .customer-support-num, .customer-support-text, .terms-text {
        font-size: 12px;    
    }
    .logo > a > img {
        height: 120px;        
    }
    
}

.vertical-center {
    min-height: 90%;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.logo2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.logo2> a > img {
    height: 40px;
}
.terms-text {
    font-family: Roboto;
    color: black;
    text-align: justify;
    margin-bottom: 60px;  
}
.terms-text > p > a {
    color: black;
    text-decoration: underline;
}
.terms-text > h2, .terms-text > h3 {
   text-align: center;
}