.listItem {
    text-decoration: none;
    color: rgb(200, 200, 200);
    padding-left: 10px;
    font-size: 70%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


/* .listItem:hover {
    color: red;
    text-decoration: underline;
} */

ul li {
    margin-right: 5px;
    display: inline;
    color: #739072;
    font-weight: bold;

}

ul {
    width: 50%;
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav.list {
    padding-top: 15px;
    padding-bottom: 15px;


    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
}

* {
    margin: 0px;
}

body {
    background-color: #f8f4f4;
}

.textThing {
    padding-top: 700px;
}

.test {
   
}

div.imageVision {
    margin-top: -45px;
    background-repeat: no-repeat;
    padding-bottom: 800px;
    background-image: url("../images/vr.jpg");
    background-position: top center;   
    background-size: 100%;
    background-position-y: -400px;
}

div.imageIphonePro {
    margin-top: -45px;
    background-repeat: no-repeat;
    padding-bottom: 600px;
    background-image: url("../images/iphone15.jpeg");
    background-position: top center;   
}

div.center {
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* height: 400px;
    background-image: url(../images/vision_pro.jpeg);
    background-repeat: no-repeat; */

}

.visionPro {
    margin-top: -45.0px;    
}

header {
   
}


#imageText {

}

#imageText>.center>img {
    margin-top: -350px;
}

.visionProLabel {
    padding-top: -300px;
}

#imageText>h2 {
    text-align: center;
    margin-top: -150px;
    font-family: 'Raleway', sans-serif;
}

#imageText>h3 {
    text-align: center;
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 130%;
}

#imageButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#imageButtons>a {
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: #2997ff;
    font-size: 130%;
}

#iphonePart {
    border-top: 13px solid white;

}

#iphonePart>img {
    height: 90vb;
    width: 130vw;
    margin-left: -500px;
    /* position: absolute; */
}



#iphonePart>h1{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: lighter;
    text-align: center;
    color: white;
    margin-top: -640px;
    letter-spacing: 0px;
    padding-bottom: 50px;
    font-size: 350%;
    
}

#iphonePart>h2{
    /* display: none; */
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-top: -50px;
}

#iphonePart2 {
    border-top: 13px solid white;
}

#iphonePart2>img {
    height: 80vh;
    margin-top: 400px;
    margin-left: -500px;
    /* position: absolute; */
}



#iphonePart2>h1{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: lighter;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top: -700px;
    letter-spacing: 0px;
    padding-bottom: 50px;
    font-size: 350%;
    
}

#iphonePart2>h2{
    /* display: none; */
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-top: -50px;
}

body::-webkit-scrollbar {
    display: none;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
