.AAA_0{
    border: solid salmon 1px;
    height: 100vh;
    width: 100vw;
    background-image: url(green_6.0.png);
    background-position: top center;
    background-size: 100vw 100vh;
    position: sticky;
    top: 0px;
}

.image_AAA_0{
    height: 100vw;
    width: 100vw;
}

.FT_0{
    width: 100vw;
    height: calc(50vh - 15vw);
}

.bg{
    background: linear-gradient(335deg, rgba(255,140,107,1) 0%, rgba(255,228,168,1) 100%);
    background-image: url(adsf6.4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 101vw 303vh;
    height: 300vh;
    width: 100vw;
    position: fixed;
    /* z-index usage is up to you.. although there is no need of using it because the default stack context will work. */
    right: 0vw;
    bottom: 0vh;
}

.content{
    position: absolute;
    margin-top: 5rem;
    left: 50%; 
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    right: 1vw;
    bottom: 2vw;
}

.BLANK_CONT_A{
    width: 100vw;
    height:25vh;
}

.BLANK_CONT_B{
    width: 100vw;
    height:10vh;
}

.BLANK_CONT_C{
    width: 100vw;
    height: calc(1vw - 4vh);
}

#main_header h2{
    padding-left: 2.5vw;  
}

body{
    background-color: seagreen;
    background-image: url(adsf6.4.png);
    background-position: top center;
    background-size:100vw 300vh;
    font-family: Arial, Helvetica, sans-serif;
}

.Container_Center{
    display: flex;
    justify-content: center;

}

.Container_Right{
    display: flex;
    justify-content: right;
}

.Container_Left{
    display: flex;
    justify-content: left;
}

header{
    color: salmon;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(3.5vw + 10px);
}

.Container_Navbar{
    width: 100vw;
}

#navbar li{
    display: inline;
    padding-left: 2.5vw;
}

#navbar a{
    color: salmon;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: calc(2.5vw + 10px);
}

.Nav_Display{
    padding-left: 2vw;
    width: 97vw;
    height: calc(1vh + 3vw);
    font-size: 1.5vw;
    outline: 1px dashed transparent;
    background-color: transparent;
}

.Section_B{
    width: 100vw;
    height: calc(4Vh + 16vw + 10px);
    background-position:top center;
    background-image: url(adsf_DB_0.0.png);
    background-repeat: no-repeat;
    background-size: 98vw calc(4Vh + 16vw + 0px);
    outline: 1px solid transparent;
    background-color: transparent;
}

.Section_B1{
    width: 100vw;
    height: calc(4Vh + 16vw + 10px);
    background-position:top center;
    background-image: url(asdf_LG_0.0.png);
    background-repeat: no-repeat;
    background-size: 98vw calc(4Vh + 16vw + 0px);
    outline: 1px solid transparent;
    background-color: transparent;
}

.Des_Display{
    padding-top: .05vh;
    padding-left: 2vw;
    width: 97vw;
    height: calc(4Vh + 16vw + 10px); /*calc( 15vh + 5vw);*/
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5vw;
    color: black;
    outline: 1px solid transparent;
    background-color: transparent;   
}

.Nav_Center{

}

.Container_Showcase{
    background-position: center;
    background-size: auto;  
    background-size: cover;
    background-image: url(Rose_0.1.png); 
    text-align: center;
    font-size: 1.5vw;
}

.Division_A{
    padding-top: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
}

.image_1{
    height: 30vw;
    width: 30vw;
}

.BKGRND_IMAGE_CONT_A{
    width: 100vw;
    height: calc(10px + 15vw);
    background-position:top center;
    background-image: url(Block_3D_Green_0.1.png);
    background-repeat: no-repeat;
    background-size: 99vw calc(10px + 15vw);
}

.BKGRND_IMAGE_CONT_H{
    width: 100vw;
    height: 20vh;
    background-position:top center;
    background-image: url(VaporBrothers_3D_Impact_Blue_0.0.png);
    background-repeat: no-repeat;
    background-size: 80vw 20vh;
}

.BKGRND_IMAGE_CONT_H1{
    width: 100vw;
    height: 20vh;
    background-position:top center;
    background-image: url(VaporBrothers_3D_Impact_Rose_0.0.png);
    background-repeat: no-repeat;
    background-size: 80vw 20vh;
}

.TXT_CONT_A{
    padding-top: 0vw;
    padding-left: 2vw;
    width: 96vw;
    height:10vh;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5vw;
    color: black;
}
