body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient(
        to bottom,
        #0e3150,
        #0e3150 50%,
        #253e5b 50%,
        #253e5b
    );
    background-size: 100% 100px;
    background-attachment: fixed;
}

h1.bannerHeader {
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    position: absolute;
    font-size: 4vw;
    left: 25.9%;
    top: 30%;
}

div.dividerTop {
    width: 100%;
    height: 2px;
    background-color: #ffc0c2;
    margin-top: 2px;
    margin-bottom: 20vh;
}

div.dividerBottom {
    width: 100%;
    height: 2px;
    background-color: #ffc0c2;
    margin-top: 20vh;
    margin-bottom: 2px;
}

div.dividerTop2 {
    width: 100%;
    height: 2px;
    background-color: #ffc0c2;
    margin-top: -4px;
    margin-bottom: 2px;
}

div.dividerBottom2 {
    width: 100%;
    height: 2px;
    background-color: #ffc0c2;
    margin-top: 2px;
}

div.menuDiv {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 3%;
    left: 0;
}

h1.menuText {
    color: #ffc0c2;
    font-family: 'Roboto Mono', monospace;
    font-size: 1vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

a.menuLink {
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.menuLink:hover {
    transform: scale(1.2);
}

div.bannerDiv {
    width: 100%;
    position: relative;
    margin: 0px;
}

img.bannerImg {
    width: 100%;
}

img.topLogo {
    position: fixed;
    width: 12%;
    left: 1%;
    top: 1%;
    z-index: 999;
    transition: all .2s ease-in-out;
}

.topLogo:hover {
    transform: scale(1.1);
}

div.menuDivBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #5f6780;
}

div.videoDiv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2.5vw;
}

div.centerStep{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.videoDescDiv {
    width: 948px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5f6780;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-size: 18px;
    padding: 8px;
    margin-bottom: 2.5vw;
}

div.stepsDiv {
    width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

div.wideStep {
    width: 960px;
    height: 320px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #5f6780;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}

div.whiteSquare {
    width: 320px;
    height: 320px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.whiteSquare:hover {
    transform: scale(2);
    z-index: 999;
}

div.stepDesc {
    width: 640px;
    height: 320px;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 10px;
    margin: 0;
    flex-direction: column;
}

div.stepDescNoImg {
    width: 960px;
    height: 320px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
}

div.verticalCenter {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

img.stepImg {
    width: 100%;
}

img.stepImgVert {
    height: 100%;
}

div.videoSized {
    width: 960px;
    height: 540px;
    background-color: white;
    margin-top: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

a.stepLink {
    color: #ffc0c2;
    text-decoration: underline;
}

div.wideStepOnlyImages {
    width: 960px;
    height: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}

div.onlyImagesDesc {
    width: 320px;
    height: 64px;
    background-color: #5f6780;
    position: absolute;
    left: -2;
    bottom: 0;
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999;
    flex-direction: column;
}

div.onlyImagesImage {
    width: 320px;
    height: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left:0;
}
