html{position: relative;}
body {background:#031a22 !important;}
#bg {display: inline; background: #031a22;}
#deskImg{width: 45%; float: right;}
#mobileImg{display: none;}
#mobileBtns{display: none;}
#mobileTxt{display: none;}
#header {display: inline-block;width: 50%;text-align: center;}
#get_started_btn img{padding-bottom: 5px; padding-left: 10px;}

#get_started_btn {
    color: white;
    cursor: pointer;
    font-size: 2vw;
    font-weight: bold;
    background-image: linear-gradient(135deg, #23aebf, #1496a6);
    margin: 5% auto;
    width: 40%;
    padding: 2%;
}

#quote {
    color: white;
    margin: 0 auto;
    padding: 0 0 7% 0;
    /* font-size: 2vw; */
    font-size: 1.5vw;
    line-height: 1.8vw;
    width: 60%;
    font-weight: bold;
}

#tag_text {
    /* font-size: 1.65vw; */
    line-height: 150%;
    color: #FFF; 
    /* padding: 5%; */
}

#social_img {
    width:16vw;
}

#lock_img {
    width: 14vw;
    max-width: 180px;
    padding-top: 6vw;
}

/* updated 2-19-21 */
#aiImg {max-width: 730px; width:5vw; margin-top:4vw;}
#header {width: 55%;}
#tag_text {padding: 4%; font-size: 1.2vw;}
#quote {font-size: 1.5vw;}
#titleImg{
    max-width: 730px;
    width: 32vw;
    margin-top: 3.25vw;
    margin-left: 6vw;
}


@media (max-width:768px) {
    #get_started_btn{display: none;}
    #header{width: 100%; margin-top:4%;}
    #title_text{margin-bottom: 7vw;}
    #deskImg{display: none;}
    #mobileImg{display: block; width: 95%; margin: 10vw 5px 30px 5px;}
    #mobileBtns{display: block; margin-bottom: 7vw;}
    #mobileTxt{display: block; color: #FFF; width: 100%; margin: 0 5vw; margin-bottom: 25px; font-size: 3.5vw; line-height: 4vw; text-align: left;}
    #mobileTxt img{width: 8vw; vertical-align: unset; display: inline-block; margin-right: 15px;}
    #mobileTxt span{display: inline-block; width: 80%;}
    #mobileBtns img {width: 40%; margin: 0 15px;}
    #social_img{display: none;}
    #tag_text { font-size: 3.5vw; }
    #quote { font-size: 5vw; line-height:5.8vw; width:90%; margin: 0 5%; display: none;}
    #lock_img{display: none;}

    /* updated 2-19-21 */
    #aiImg {position: absolute; top: -2px; left: 80%; width: 15vw;}
    #omt_text {position: relative;}
    #titleImg{width: 90%; margin-left: 0;}
    #tag_text{padding: 5%;}
}