@import url("https://use.typekit.net/hpk6hoo.css");

body{
    font-family: "proxima-nova",sans-serif;
}

#Wrapper{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

header{
    background-color: #464547;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    width: 122px;
}

.vm-border {
    background: #aadb1e;
    background: -moz-linear-gradient(left,#aadb1e 0,#006a91 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#aadb1e),color-stop(100%,#006a91));
    background: -webkit-linear-gradient(left,#aadb1e 0,#006a91 100%);
    background: -o-linear-gradient(left,#aadb1e 0,#006a91 100%);
    background: -ms-linear-gradient(left,#aadb1e 0,#006a91 100%);
    background: linear-gradient(to right,#aadb1e 0,#006a91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aadb1e',endColorstr='#006a91',GradientType=1);
    width: 100%;
    height: 6px;
    float: left;
}

#intro{
    padding: 3em;
    text-align:center;
    flex: 1;
}

.cta{
    display:none;
}

.cta.macos, .cta.windows{
    background-color: #0094d2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 11px;
    margin: 20px 0; 
}

.cta.macos:hover, .cta.windows:hover{
    background: #2c9dd2;
    text-decoration: none;
    outline: none;
}

.cta.ios, .cta.android{
    margin-top: 30px;
}

.cta.ios img, .cta.android img{
    width: 200px;
}
.btn_desktop {
    cursor: pointer;
}

h4{
    line-height: 1.4em
}
.appstore {
    display: none;
}
.appstore-link {
    color: #0094d2;
    cursor:pointer;
}

.cta-wrapper_macos13 {
    display: none;
}

.cta-wrapper_macos13 .cta.macos, .cta-wrapper_macos13 .cta.ios {
    margin: 0;
    width: 200px;
    height: 65px;
    max-height: 214px;
}

.cta-wrapper_macos13 .cta.macos {
    padding: 11px;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.cta-wrapper_macos13 .cta.macos:hover{
    background-color: #333;
}

.cta-wrapper_macos13 div:last-child {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
}

.cta-wrapper_macos13 h4{  
    position: relative;
    text-align: left;  
    font-size: 16px;
    max-width: 195px;
    margin: 0 auto;
}

.message-ipad {
    font-size: 20px;
}

#intro img{
    max-height: 214px;
    max-width: 100%;
}

#intro h1{
    font-weight: 400;
    font-size: 2em;
    line-height: 1.4em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    margin-bottom: 18px;
}

footer{
    background-color: #464547;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9B9B9B;
}

footer .copyright ul{
    padding: 0;
    list-style: none;
    text-align: right;
    margin: 0;
}

footer .copyright li{
    display: inline-block;
    margin-left: 20px;
}

footer .copyright li a, footer .copyright li a:visited{
    color: #fff;
    text-decoration:none;
    outline:none;
}

footer .copyright li a:hover{
    color: #9B9B9B;
    text-decoration:none;
    outline:none;
}

footer .copyright span {
    float: left;
}

@media only screen and (min-width: 768px) {
    .cta-wrapper_macos13 div:last-child {
        border-top: none;
        border-left: 1px solid #ccc;
        margin:0;
        padding-top:0;
    }
    .cta-wrapper_macos13 h4{  
        left: 20px;
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {
    .cta-wrapper_macos13 h4{
        left: 63px;
    }
}

@media only screen and (min-width: 1200px) {
    .cta-wrapper_macos13 .cta.macos {
        height: 66px;
    }
}


@media only screen and (max-width: 600px) {
    #intro h1{
        font-size: 1.4em;
        width: 100%;
    }

    footer .copyright ul{
        text-align:left;
    }
}
