* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #030212;
    font-family: 'Raleway', sans-serif; /* Fallback in case of missing font */
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    -webkit-font-smoothing: antialiased;
}

h1 {
    color: white;
    font-size: 2.3em;
    margin: 3.0em 0 0.3em 0;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.25em;
}

.subh1 {
    color: rgb(216, 216, 216);
    font-size: 1.3em;
    margin-bottom: 2.9em;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.4em;
}

h1, .subh1 {
    text-align: center;
}

.one-container {
    margin-top: 3em;
    padding-top: 3.7em;
    padding-bottom: 3em;
    width: 100%;
    background: #f3f5f6;
}

.one-container ul {
    list-style-type: none;
}

h2 {
    color: #474747;
    font-size: 2em;
    text-align: center;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.subh2 {
    color: #777777;
    font-size: 1.2em;
    text-align: center;
    margin-top: 0.3em;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 2em;
}

.box-one {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0.8em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 1.6em;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0px 2px 16px #00000013;
}

.box-one img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
}

.box-two {
    margin-top: 3em;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0.8em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 1.6em;
    border-radius: 7px;
    background-color: white;
    text-align: center;
    box-shadow: 0px 2px 16px #00000013;
}

.box-two img {
    display: block;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
}

.box-three {
    margin-top: 3em;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2em;
    padding-top: 0.8em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-bottom: 1.6em;
    border-radius: 7px;
    background-color: white;
    text-align: center;
    box-shadow: 0px 2px 16px #00000013;
}

.box-three img {
    display: block;
    margin-top: 1.2em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
}

h3 {
    color: #474747;
    text-align: center;
}

.subh3 {
    color: #6b6b6b;
    margin-top: 0.6em;
    font-size: 0.9em;
    line-height: 1.6em;
    font-size: 1em;
    text-align: center;
}

.two-container {
    padding-top: 4em;
    padding-bottom: 4em;
    width: 100%;
    background: white;
}

.two-container ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.two-container ul li {
    display: list-item;
    margin: 0 4%;
    padding: 5px 10px;
    text-align: center;
}

.two-container ul li img {
    border-radius: 50%;
    width: 120px;
}

h4 {
    color: #383838;
    margin-top: 0.7em;
    font-size: 1em;
}

.subh4 {
    color: #6b6b6b;
    margin-top: 0.1em;
    font-size: 0.9em;
    
}

.skyscraper-container {
    background-color: #178bff;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    text-align: center;
}

.skyscraper-container img {
    height: 60px;
    padding-bottom: 2.5rem;
}

.skyscraper-container h2 {
    color: white;
}

.skyscraper-container .subh3 {
    color: white;
    padding: 0 1.5rem 3rem 1.5rem;
}

.about-button {
    padding-top: 3em;
    padding-bottom: .3em;
    text-align: center;
    font-weight: 500;
}

.button-black {
    background-color: black;
    display: inline-block; /* center button */
    color: white;
    border-radius: 30px;
    padding: 0.6em;
    width: 9.1em;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
    font-weight: 500;
    box-shadow: 0px 2px 16px #00000057;
    transition: 0.2s;
}

.button-black:hover {
    background-color: white;
    color: black;
    transition: 0.3s;
}

#banner {
    background-color: #505050;
    background-image: url(../images/homebanner.jpg);
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    padding: 6em 0em 2em;
    text-align: center;
    margin-top: -3.5em;
    margin-bottom: -12em;
    height: 37em;
}

.button-banner {
    background-color: #28c76a;
    display: inline-block; /* center button */
    color: white;
    border-radius: 30px;
    padding: .6em;
    width: 9.1em;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
    font-weight: 500;
    box-shadow: 0px 2px 16px #28c76a79;
    transition: 0.2s;
}

.button-banner:hover {
    background-color: #23ad5c;
    box-shadow: none;
    transition: 0.3s;
}

.button-more {
    display: inline-block; /* center button */
    color: white;
    border-radius: 30px;
    padding: 0.52rem;
    width: 8.1em;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
    font-weight: 500;
    border: 2px solid white;
    transition: 0.2s;
}

.button-more:hover {
    background-color: white;
    color: #1487fb;
    transition: 0.3s;
}

.button-else {
    background-image: linear-gradient(160deg, #2cb5e8 0%, #1fcf83 100%);
    display: inline-block; /* center button */
    color: white;
    border-radius: 30px;
    padding: 0.6em;
    width: 9.1em;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
    font-weight: 500;
    box-shadow: 0px 2px 16px #00000057;
    transition: 0.2s;
}

.button-else:hover {
    background-image: linear-gradient(160deg, #27a1ce 0%, #1bb673 100%);
    transition: 0.3s;
}

@media only screen and (min-width: 650px) {

    #banner {
        padding: 6em 0em 7em;
    }

    h1 {
        font-size: 3em;
        margin: 3.3em 0 0.4em 0;
        line-height: 1.25em; 
    }
    
    .subh1 {
        font-size: 1.5em;
        margin-bottom: 3em;
        line-height: 1.4em;
    }
    
    h1, .subh1 {
        text-align: center;
        padding: 0em 1em;
    }

    .one-container {
        margin-top: 3em;
        padding-top: 4em;
        padding-bottom: 3em;
        width: 100%;
    }
    
    h2 {
        color: #474747;
        font-size: 2em;
        text-align: center;
        margin-left: 0.3em;
        margin-right: 0.3em;
    }
    
    .box-one {
        width: 35em;
        height: 10em;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2em;
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 2em;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .box-one-text {
        padding-left: 2em;
    }

    .box-one img {
        width: 150px;
    }
    
    .box-two {
        width: 35em;
        height: 10em;
        margin-top: 3em;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2em;
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 2em;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .box-two-text {
        padding-left: 2em;
    }

    .box-two img {
        width: 150px;
    }

    .box-three {
        width: 35em;
        height: 10em;
        margin-top: 3em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
        padding-top: 2em;
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 2em;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .box-three-text {
        padding-left: 2em;
    }

    .box-three img {
        width: 150px;
    }
    
    h3 {
        margin-top: 0;
        text-align: left;
    }

    .subh3 {
        text-align: left;
    }

    .skyscraper-content {
        width: auto;
        padding-left: 2em;
        padding-right: 2em;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .skyscraper-container img {
        height: 80px;
        margin-top: -4.3rem;
        padding-left: 1rem;
        padding-bottom: 0;
    }

    .skyscraper-text {
        padding-left: 3rem;
        margin-left: 0;
        text-align: left;
    }

    .skyscraper-text h2 {
        margin-left: 0;
        text-align: left;
    }

    .skyscraper-text .subh3 {
        padding: 0 1rem 2rem 0;
    }
}

@media only screen and (min-width: 899px) {

    #banner {
        background-image: url(../images/homebanner.jpg);
        padding: 6em 0em 10em;
    }

    h1 {
        font-size: 4em;
        line-height: 1.25em;
        margin-top: 2.5em;
        margin-bottom: 0.2em;
        padding: 0;
    }

    .subh1 {
        font-size: 1.8em;
        margin-bottom: 3em;
    }
    
    h2 {
        font-size: 2.2em;
    }
    
    .subh2 {
        font-size: 1.5em;
    }

    .box-one {
        width: 45em;
    }

    .box-one-text {
        padding-left: 2em;
    }

    .box-one img {
        width: 170px;
    }
    
    .box-two {
        width: 45em;
    }

    .box-two-text {
        padding-left: 2em;
    }

    .box-two img {
        width: 170px;
    }

    .box-three {
        width: 45em;        
    }

    .box-three-text {
        padding-left: 2em;
    }

    .box-three img {
        width: 170px;
    }
    
    h3 {
        margin-top: 0;
        font-size: 1.3em;
    }
    
    .subh3 {
        font-size: 1.05em;
        line-height: 1.6em;
    }

    h4 {
        margin-top: 0.7em;
        font-size: 1.2em;
    }
    
    .subh4 {
        color: #6b6b6b;
        margin-top: 0.1em;
        font-size: 1em;
    }

    .skyscraper-container {
        background-image: url(../images/SkyScraper_illustration.png);
        background-blend-mode: luminosity;
        background-position: bottom right;
        background-size: 30%;
        background-repeat: no-repeat;
    }

    .skyscraper-content {
        width: 50rem;
        display: inline-flex;
    }

    .button-banner {
        font-size: 1.25em;
    }
    
    .button-black {
        font-size: 1.25em;
    }
}

@media only screen and (min-width: 1120px) {
    
    .skyscraper-content {
        width: 60rem;
    }
}

/* iOS devices */ 
@supports (-webkit-touch-callout: none) {

    .box-two {
        margin-top: 1em;
    }

    .box-three {
        margin-top: 1em;
    }
 }