html, body {
    height: 100%;

    display: flex;
    flex-direction: column;
}

body {
    flex-shrink: 0;
    background-color: #f1f1f1;
}

#nav-content-wrapper {
    height: 120px;
    color: white;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
      background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
}

#nav-content {
    max-width: 1500px;
    /*background: black;*/
}

#header-content-wrapper {
    /*background-color: #5b80b2;*/
    height: 65em;
    color: white;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
      background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
}

#header-content {
    max-width: 1500px;
    /*justify-content: space-between;*/
    /*background: black;*/
}

/*.main-content-wrapper {*/
/*    background-color: #f1f1f1;*/
/*    min-height: 100vh;*/
/*}*/

/*.manage-main-content-wrapper {*/
/*    background-color: white; !important;*/
/*    min-height: 100vh;*/
/*}*/
#connections-wrapper {
    position: relative;
}

#main-title {
    margin-top: 5em;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    letter-spacing: 2px;
}

#sub-title {
    margin-top: 1em;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    letter-spacing: 2px;
}

#connections-frame {
    width: 1500px;
}

#connections-img{
    position: absolute;
    /*width: 1384px;*/
    width: 2210px;
    /*height: 1112px;*/
    height: 1700px;
    /*left: 173px;*/
    left: 335px;
    /*top: 67px;*/
    top: 30px;
    z-index: 1;
}

#call-to-action-wrapper {
    min-height: 40em;
    background-color: lightgrey;
}

#call-to-action-section {
    width: 1500px;
    height: 40em;
    background-color: lightgrey ;
}

#laptop-frame {
    width: 50%;
    z-index: 2;
    /*background-color: red;*/
}

#laptop-tool-img {
    width: 780px;
    margin-top: 90px;
}



#call-to-action-message {
    width: 50%;
}

#call-to-action-text {
    font-size: 36px;
    margin-top: 200px;
    color: #656565;
    z-index: 3;
}

#call-to-action-button-frame {
    margin-top: 40px;
}

#call-to-action-button {
    width: 253px;
    height: 65px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 32.5px;
    font-size: 24px;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(245, 187, 23, 0.7) 0%, rgba(245, 187, 23, 0.7) 23.96%, rgba(235, 126, 35, 0.7) 100%);
    /*background: linear-gradient(180deg, rgba(32, 84, 120, 0.7) 0%, rgba(50, 140, 184, 0.7) 49.48%, rgba(64, 184, 233, 0.7) 100%);*/
    z-index: 3;
}

#get-started {
    /*color: white;*/
    color: #353535;
    z-index: 3;
}

#multi-color-separator {
    /*background-color: yellow;*/
}

#colorful-banner-img {
    max-height: 1em;
    width: 100%;
}

#product-explanation-wrapper {
    min-height: 15em;
    background-color: white;
    font-size: 18px;
}
#product-explanation-section {
    margin: 5em 0;
    padding: 0 7em;
    width: 1500px;
    /*background-color: blue;*/
}

.results-delivered-immediately-wrapper {
    /*min-height: 15em;*/
    font-size: 18px;
    background-color: #F8F8F8;
}

#results-delivered-immediately-text-section {
    margin: 1em 0;
    padding: 0 7em;
    width: 1500px;
    /*background-color: blue;*/
}

#results-delivered-wrapper {
    min-height: 720px;
    background-color: #F8F8F8;
    font-size: 18px;
    margin-bottom: 2em;
    position: relative;
}

#results-delivered-section {
    margin: 1em 0;
    padding: 0 7em;
    width: 1500px;
    /*background-color: blue;*/
}

#results-delivered-title {
    margin: 1em 0;
    font-size: 36px;
    /*margin-left: 0em;*/
    /*margin-bottom: 1em;*/
    width: 1500px;
}

.results-delivered-immediately-laptop-wrapper {
    min-height: 33em;
    font-size: 18px;
    background-color: #F8F8F8;
}

#results-delivered-laptop-section {
    position: relative;
    background-color: yellow;
}

#laptop-screen-front-img {
    position: absolute;
    width: 780px;
    top: 100px;
    left: 0px;
    z-index: 3;
}

#laptop-screen-back-img {
    position: absolute;
    width: 780px;
    top: 5px;
    left: 550px;
    z-index: 2;
}

#testimonials-wrapper {
    min-height: 18em;
    background-color: #F5F5F5;
}

#testimonials-section {
    width: 1500px;
    height: 30em;
    /*background-color: cyan;*/
}

.testimonials-title {
    margin-top: 50px;
    text-align: center;
    font-size: 36px;
}

#testimonials-people-frame-wrapper {
    margin-top: 50px;
}

.testimonials-person-frame {
    width: 226px;
    height: 254px;
    margin: 0 20px;
    background: #FFFFFF;
    border-radius: 17px;
    align-items: center;
}

.testimonial-head-img {
    margin-top: 20px;
    height: 150px;
    width: 150px;
}

.testimonial-text{
    margin: 10px; 10px;
    text-align: center;
}

#footer-content-wrapper {
    min-height: 8em;
    background-color: #205478;
    padding: 0;
}

#footer-content {
    max-width: 1500px;
    /*background: black;*/
    color: white;
}

#seg-logo {
    width: 120px;
    height: 60px;
    margin: 30px;
}

#copyright-message {
    /*background-color: cyan;*/
    padding: 3em 0;
}

#user-and-menu {
    margin: 30px 0;
    justify-content: right;
    /*background-color: #1cc88a;*/
}

#user-name {
    flex: 1 0 auto;
    padding: 0 20px;
    /*background-color: #1c606a;*/
    font-size: 14px;
}

#hamburger-menu {
    flex: 1 1 auto;
    /*background-color: blue;*/
    width: 10px;
}

#menu-image {
    width: 40px;
    background-position: top;
}


