body {
    margin: 0;
    font-family:  Roboto,"Segoe UI", Tahoma, Helvetica, Arial,  sans-serif;
    padding-bottom: 0px;
    overflow: scroll;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-color: #777;
    background: url('https://yamsdev.com/images/BG2.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    max-width: 1200px;
}

.banner-img {
  position: relative;
  text-align: center;
  color: white;
  font-size: 5vw;
  margin-top: -32px;
  margin-bottom: -1.32vw;
  width: 100%;
  height: auto;
}

.actually-centered {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    
}

.bubbletext {
    width: 100%;
    color: white;
    text-shadow: 0 0 2px #333333, 0 0 4px #333333, 0 0 8px #333333;
}


.blurb {
    font-family: Roboto,"Segoe UI",Tahoma, Helvetica, Arial,  sans-serif;
    color: #777;
    width: 80%;
    text-align: center;

    padding:  64px 10%  64px 10%;

    font-weight: bold;
    font-size: 16px;
    background-color: #fff;
}

a {
    color:#4080FF;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.sticky2 {
    font-family: Roboto,"Segoe UI",Tahoma, Helvetica, Arial,  sans-serif;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    z-index: 1;
    overflow: hidden;
    background: #ccc;
    width: 160px;
    padding-top: 4px;
    padding-bottom: 6px;
    text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff, 0px 0px 1px #fff;
    border-radius: 0px 0px 12px 0px;
    border: 0px 0px 2px 0px solid red;
}

.sticky2 a {
    padding: 8px;
}

.heck {
    width: 100%;
    background-color: #777;
    background: url('https://yamsdev.com/images/BG2.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    margin-top: 64px;
    margin-bottom: 0px;
    float: left;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

.heck h1, h3{
    
    text-align: center;
    font-size: 48px;
}

.heck h3 {
    
    font-size: 32px;
}

.heck p {
    margin-top: 16px
    margin-bottom: 16px;
    margin-left: 10%;
    margin-right: 10%;
    color: #a0a0a0;
    text-align: justify;
    font-size: 20px;
}
.heck li {
    margin-left: 10%;
    margin-right: 10%;
    color: #a0a0a0;
    text-align: justify;
    font-size: 20px;
}

.heck a {
    color: #ffc828;
}
.heck #img {
    text-align: center;
    margin-bottom: 32px;
    border-radius: 15px;
}
.heck #iLeft {
    margin-right: 32px;
    float: left;
}
.heck #iRight {
    margin-left: 32px;
    float: right;
}


.promises {
    text-align: center;
    font-size: 24px;
}

.container {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    float: left;
}
.tm {
    margin-left: 10%;
    margin-right: 10%;
}

.container #container2 {
    width: 100%;
}

.swanky {
    font-family: Roboto,"Segoe UI",Tahoma, Helvetica, Arial,  sans-serif;
    /*background-color: pink;*/
    width: 50%;
    float: left;
    margin-bottom: 0px;
    color: #a0a0a0;
}

.swanky-inner {
    position: relative;
    padding: 8px;
    /*border-radius: 8px;
    border: 0.5vw solid red;
    background-color: red;*/
}

.swanky-inner h3 {
    color:#1258C8;
    text-align: left;
    padding-left: -32px;
}
#roadmap-q {
    width: 20%;
}
#roadmap-i {
    width: 80%;
}

.centered {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%);
}

.actually-centered {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.hips {
    width: 100%;
    background-color: #4080FF;
    background-image: linear-gradient(#4080FF, #1258C8);
    color: white;
    margin-top: 0px;
    float: left;
    
}
.tab{
    margin-top: 32px;
    margin-left: 10%;
    width: 80%;
    float: left;
}
.hips img{
    margin-top: 8px;
    margin-right: 16px;
    vertical-align: text-bottom;
}

.hips h2 {
    margin-top:0px;
}

.td {
    width: 25%;
    min-width: 320px;
    float: left;
}

.hips a {
    color: white;
}

.bum {
    width: 80%;
    margin-left: 10%;
    font-size: 12px;
    margin-bottom: 16px;
    float: left;
}

@media (max-width: 900px) {
    .container {
        display: block;
    }
    .swanky {
        /*background-color: olive;*/
        width: 100%;
        float: none;
    }
    .swanky-inner {
        margin-left: 48px;
        margin-right: 48px;
        /*background-color: red;*/
    }
    .swanky-inner h3 {
        
    }

    .heck h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .heck h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .heck h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    
    .td {
    width: 100%;
    float: left;
    }
    
    .hips h2 {
    margin-bottom:0px;
    }
    
    .bum {
        margin-top: 32px;
    }
}

@media (max-width: 450px) {

    .container {

        display: block;
    }
    .swanky {
        /*background-color: olive;*/
        width: 100%;
        float: none;
        font-size: 12px;
    }
    .swanky-inner {
        margin-left: 0px;
        margin-right: 0px;
        /*background-color: red;*/
    }
    .swanky-inner h3 {
        
    }

    .heck h1 {
        font-size: 24px;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .heck h2 {
        font-size: 20px;
        margin-bottom: 32px;
    }
    .heck h3 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .heck p {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .heck li {
        font-size: 12px;
    }
    .heck ul {
        margin-bottom: 16px;
    }
    
    .td {
    width: 100%;
    float: left;
    }
    
    .hips h2 {
    margin-bottom:0px;
    }
    
    .bum {
        margin-top: 32px;
    }
}