/*@import url(//fonts.googleapis.com/css?family=Open+Sans);*/

body {
    font-family: "Open Sans", sans-serif;
}

header {
    position: relative;
    text-align: center;
    background-color: #1976d2;
    color: #fff;
    padding: 50px 10px 195px 10px;
}
@media (min-width: 1025px) {
    header {
        padding: 120px 10px 265px 10px;
    }
}

.title {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.title h1 {
    font-size: 56px;
    font-weight: bold;
}

.title h2 {
    font-size: 22px;
    color: rgba(255,255,255,.75);
    margin-bottom: 30px;
}

.btn-buy {
    background-color: #fff;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all .2s ease;
}
.btn-buy:hover {
    transform: scale(1.025);
    box-shadow: 0 5px 25px 0 rgba(123,123,123,.55);
}

main {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 10px;
    margin-top: -180px;
}

.preview-images h1 {
    margin: 80px 0;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
} .preview-images h1 > img {
    box-shadow: 0 0 0 #000 !important;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 0 !important;
}
@media (max-width: 425px) {
    .preview-images h1 > img {
        display: none;
    }
}

.preview-images {
    background: #fff;
    padding: 40px 40px;
    border-radius: 25px;
    margin-top: 50px;
}

.preview-images > p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 3rem 0;
}

.preview-images a {
    display: block;
    text-decoration: none !important;
    transition: transform .2s ease;
}

.preview-images a:hover {
    transform: scale(1.025);
}

.preview-images img {
    display: block;
    max-width: 100%;
    box-shadow: 0 5px 25px 0 rgba(123,123,123,.55);
    margin-bottom: 20px;
}

.preview-images img + img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -30px;
    left: 50%;
    margin-left: -50px;
    box-shadow: 0 0 0 #000;
    transition: transform .2s ease;
}

.version {
    display: block;
    text-align: center;
    color: #555;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 2rem 0;
} .version + ul {
    padding: 0;
}
  .version + ul > li {
    display: block;
    text-align: center;
    margin: 0 0 .25rem 0;
}

.col-sm-6 {
    margin-bottom: 60px;
}

footer {
    font-size: 12px;
    color: #777;
    margin-left: 10px;
    margin-top: 55px;
    margin-bottom: 10px;
    text-align: center;
}

.constellation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
