@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    text-align: center;
    color: #d1d3d6;
}

.header a {
    text-decoration: none;
    font-size: 26px;
    color: #d1d3d6;
    margin: 0 5%;
}

.header a:hover {
    border-bottom: #4b5b72 2px solid;
}

.logoBox {
    width: 100%;
    margin-bottom: 1%;
    display: flex;
    justify-content: center;
}

.logoBox img {
    width: 800px;
    height: 100px;
    margin-top: 50px;
}

.hero {
    background-color: #2a303f;
    padding-bottom: 250px;
    padding-top: 0px;
}

.hero h1 {
    margin-bottom: 0;
    font-size: 44px;
}

.hero p { font-size: 18px; }

.hero p, .hero h1 {
    background-color: rgba(25, 25, 25, 0.2);
}

.hero .text {
    width: 70%;
    margin: 6% auto 0 auto;
}

.features {
    background-color: #313849;
    padding: 80px 0;
}

.features h1 {
    font-size: 40px;
    margin: 0;
}

.features .show {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 18px;
}

.features .show .list {
    margin: 0 5%;
}

.features .show ul {
    list-style: none;
}

.download {
    background-color: #343b4e;
    padding: 120px 0;
}

.download h1 {
    font-size: 40px;
}

.download p {
    font-size: 18px;
}

.download .button button {
    background-image: linear-gradient(#2a303f, #384455);
    color: #d1d3d6;
    width: 30%;
    height: 120px;
    font-size: 45px;
    margin-top: 25px;
    text-decoration: none;
    border: #9096a0 1px solid;
}

.download .button button:hover {
    background-image: linear-gradient(#343b4e, #4b5b72);
}

.prices {
    background-color: #384455;
    padding: 80px 0;
}

.prices .top {
    margin-bottom: 5vh;
}

.prices .middle {
    display: flex;
    justify-content: center;
}

.paymentOptions {
    width: 40%;
    padding: 25px 20px;
    background-color: #333e4d;
    border-top: #2a303f 2px solid;
    border-left: #2a303f 2px solid;
    border-bottom: #2a303f 2px solid;
}

.paymentOptions h2 {
    margin-top: 0;
}

.paymentOptions .paymentIcons {
    display: flex;
    justify-content: center;
}

.paymentOptions .paymentIcons img {
    margin: 5% 2%;
}

.priceList {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: #2a303f 2px solid;
    background-color: #333e4d;
    padding: 0 2%;
}

.buyNow {
    background-image: linear-gradient(#2a303f, #384455);
    width: 30%;
    height: 100px;
    line-height: 100px;
    vertical-align: center;
    text-decoration: none;
    border: #9096a0 1px solid;
    margin: 5% auto;
}

.buyNow:hover {
    background-image: linear-gradient(#343b4e, #4b5b72);
}

.buyNow a {
    font-size: 25px;
    color: #d1d3d6;
    text-decoration: none;
}

.media {
    background-color: #4b5b72;
    padding-top: 60px;
}

.media .imageBoxes {
    display: flex;
    justify-content: center;
}

.media .imageBoxes .row {
    display: flex;
    flex-direction: column;
}

.media .imageboxes .image {
    width: 40vw;
    margin: 1vh 1vw;
}

.media .imageBoxes img {
    width: 100%;
}

.footer {
    background-color: #384455;
    font-size: 18px;
}