#hmain {
    position: absolute; width: 100%; height:100%; left:0; right:0; z-index:-1;
}

#homepageDesign {
    position:absolute; height:50%; width:100%; top:0; left:0; right:0; z-index:-1; overflow: hidden; box-shadow: 2px 2px 8px #0d13259f; 
}

#slogan{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 1;
    font-size: 64px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
    color: rgba(249, 249, 250, 0.993);
    text-shadow: 2px 2px 8px #0d1325;
}

#homepageDesign table{
    table-layout: fixed;
    border-collapse: collapse;
    height: 100%;
    width: 100%;
    z-index: -1;
}


#homepageDesign table tbody tr td{
    padding: 0;
    
}

#image-container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#decorline td{
    height: 3%;
    width: 100%;
    background-color: rgb(50, 81, 122);
}

#image-container img{
    position: absolute;
    height: auto;
    width: 100%;
    transform: translateY(-55%);
    filter: brightness(70%);
}

#contentHome {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin:0;
    padding: 0;
}

#spacer {
    width:100%; height:65%;
}

#section {
    background-color: #F2F2F2; width:100%; height:fit-content; margin:0; padding: 0;
}

#clearsection {
    width:100%; height:50%; margin:0; padding: 0;
}
#stepstittle {
    height: 70px;
    margin-bottom: 40px;
}
#stepstittle td{
    
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    
    color: rgb(58, 96, 145);
}
#steps{
    margin: auto;
    width: 20%;
    height: 100%;
}

#steps td{
    padding: 0px 20px 0px 20px;
}

#imgsrc td img{
    display: block;
    margin: auto;
    width: 280px;
    height: 400px;
    
}

#stepnum td div{
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(240, 152, 38);
    height: 40px;
    width: 120px;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    font-family: sans-serif;
    color: white;
    transform: translateY(-25px);
    border-radius: 5px 20px 5px 10px;

}

#stepnum td div h4{
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    padding-top: 5px;
}

#stepdesc td{
    transform: translateY(-20px);
    vertical-align: top;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    padding-top: 5px;
    color: rgb(58, 96, 145);
}
