@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

:root {
    --blue: #2480d6;
    --orange-dark: #d45c00;
}

body {
    font-family: "Myriad Set Pro", 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 18px;
    line-height: 1.4446;
    font-weight: 400;
    letter-spacing: 0;
    background-color: #fff;
    color: #333;
    font-style: normal;

}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#content-container {
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    width: 980px;
    font-size: 28px;
}

#content-container img {
    max-width: 100%;
}

.blurb {
    margin-bottom: 20px;
}

.icon {
    width: 93px;
}

nav {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

nav a {
    color: #eee;
    text-decoration: none;
    font-size: 16px;
}

nav ul {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*height: 44px;*/
    vertical-align: middle;
}

nav ul li {
    display: inline;
    height: 30px;
    margin-top: 7px;
    vertical-align: middle;
    width: 9%;
    padding: 5px;
}

a {
    color: var(--blue);
}

.link-windowsphone {
    width: 15%;
}

.link-support {
    width: 28%;
}

.link-inaday img {
    width: 25px;
    padding-top: 5px;
}

.hero-headline {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -.02em;
    margin-top: 20px;
    margin-bottom: 60px;
}

.hero-headline.smaller {
    font-size: 48px;
}

.screenshot {
    margin-top: 40px;
}

.paypal-button {
    background-color: #2990f0;
    border: 0;
    color: #fff;
    font-size: 25px;
    padding: 20px 40px;
    border-radius: 17px;
}

.paypal-button:hover {
    cursor: pointer;
}

.paypal-button:active {
    background-color: #5eb1ff;
}

#submit-button:hover {
    cursor: pointer;
}

hr {
    margin-top: 75px;
}

.item-2 {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}

#phone-section .badges {
    padding-top: 30px;
}

#phone-section .badges img {
    display: inline-block;
    margin-bottom: 32px;
}

#mac-browser {
    border: 3px solid var(--orange-dark);
    width: 70%;
    margin: auto;
    padding: 1em 0;
}


.space-above {
    margin-top: 1em !important;
}

.space-below {
    margin-bottom: 1em !important;
}

.left {
    text-align: left;
}


.spinner {
    display: inline-block;
    position: relative;
    min-width: 30px;
    height: 30px;
}

.spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 3px;
    border: 3px solid /*#fff*/;
    border-radius: 50%;
    animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--blue) transparent transparent transparent;
}

.spinner div:nth-child(1) {
    animation-delay: -0.45s;
}

.spinner div:nth-child(2) {
    animation-delay: -0.3s;
}

.spinner div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

hr.short {
    width: 10%;
    margin: 15px auto 0 auto;
}

td {
    /*outline: 1px solid silver;*/
}


.purchase-group {
    margin: 30px auto 0 auto;
    /*outline: 1px solid red;*/
    display: inline-block;
}

.paypal-button-container, .promocode-container {
    display: inline-block;
}

.promocode-container {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid silver;
}

.promocode-container table {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8em;
}

.promocode-container th,
.promocode-container td {
    text-align: right;
}

.promocode-container .expiration {
    font-size: 0.8em;
}

.promocode-container td.widevalue {
    padding-left: 1em;
}


.warning {
    color: var(--orange-dark);
    font-weight: bold;
}