body {
    padding-top: 80px;
}

.accio-red {
    color: #a72232;
}

h1 a {
    color: #a72232;
}

h1 a:hover {
    color: #aaa;
}

.gray-background {
    background-color: #eee;
}

.box {
    border-radius: 6px;
    border: 1px solid gray;
    padding: 15px 15px;
}

.box .title {
    text-align: center;
    font-size: 200%;
    margin-bottom: 30px;
}

.box form > * {
    margin-top: 15px;
}

li.nav-item a.nav-link.inactive-navlink {
    color: white;
}

li.nav-item a.nav-link.active-navlink {
    color: #aaa;
}

li.nav-item a.buy {
    color: white;
    /*background-color: #0d6efd;*/
    background-color: #a72232;
    border-radius: .25rem;
    border: 1px solid white;
}

/*section {
    padding: 10px;
}*/

@media screen and (min-width: 769px) {
    .iphone-screenshot {
        width: 200px;
    }

    .ipad-screenshot {
        width: 400px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .iphone-screenshot {
        width: 150px;
    }

    .ipad-screenshot {
        width: 300px;
    }
}

@media screen and (max-width: 480px) {
    .iphone-screenshot {
        width: 100px;
    }

    .ipad-screenshot {
        width: 200px;
    }
}

