@font-face {
    font-family: 'gotham_mediumregular';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_blackregular';
    src: url('fonts/gotham-black-webfont.eot');
    src: url('fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-black-webfont.woff2') format('woff2'),
         url('fonts/gotham-black-webfont.woff') format('woff'),
         url('fonts/gotham-black-webfont.ttf') format('truetype'),
         url('fonts/gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff2') format('woff2'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'playlistscript';
    src: url('fonts/playlist_script-webfont.eot');
    src: url('fonts/playlist_script-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/playlist_script-webfont.woff2') format('woff2'),
         url('fonts/playlist_script-webfont.woff') format('woff'),
         url('fonts/playlist_script-webfont.ttf') format('truetype'),
         url('fonts/playlist_script-webfont.svg#playlistscript') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    padding-bottom: 20px;
    margin: 0;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏" !important;
	font-size:1.2em;
}
.top{
    display: flex;
    max-width: 1575px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 35px;
}
.top img{
    max-width: 200px;
}
.top div:first-child{
    padding: 0 180px;
}
.top div:nth-child(2){
    padding: 0 100px;
}
.social a{
    text-decoration: none;
    padding-right: 30px;
    color: #58b9f1;
    font-size: 23px;
}
a.textpart{
    color: #a5b7c7;
    font-size: 20px;
    letter-spacing: 1px;
}
a.textpart:hover{
    color: #58b9f1;
}
.container{
    max-width: none;
    width: 100%;
    margin: 0px auto;
}
.left{
    margin-left: 125px;
}
.left h1{
    color: #2fc6f7;
    font-size: 56px;
    margin: 0;
    font-family: 'playlistscript';
    font-weight: 400!important;
    margin-bottom: -17px;
    margin-left: 8px;
}
h1 span{
    font-size:36px;
    color: #021c43;
    font-family: 'gotham_blackregular';
}
.left h2{
    font-size: 50px;
    color: #021c43;
    font-family: 'gotham_blackregular';
    margin: 0;
    letter-spacing: 4px;
}
.left .order{
    font-family: 'gotham_mediumregular';
    color: #1f2846;
    margin-bottom: 10px;
    font-size: 35px;
}
.order span{
    font-style: italic;
}
p.light{
    font-family: 'gotham_mediumregular';
    color: #58b9f1;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.left p.book{
    font-size: 18px;
    font-family: 'gotham_bookregular';
    max-width: 537px;
    letter-spacing: 1px;
    color: #1f2846;
    margin-top: 10px;
}
span.b{
    font-style: italic;
    font-family: 'gotham_mediumregular';
}
.left img{
    max-width: 750px;
    margin-left: -125px;
}
.purchase{
    margin-top: 30px;
}
.purchase a{
    font-size: 27px;
    font-family: 'gotham_blackregular';
    color: #021c43;
    
    letter-spacing: 6px;
    border: 1px solid #021c43;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
}
.right {

}
.right img{
    max-width: 700px;
    margin-top: 70px;
}
.copyright{
    text-align: center;
    color: #021c43;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 0px;
    font-size: 14px;
    padding: 0 10px;
    letter-spacing: 2px;
}
.copyright p {
    margin: 0;
}
.copyright a{
    text-decoration: none;
    color: #021c43;
}
a:hover{
    color: #2fc6f7;
}
body.sky-body {
    margin-bottom: 0px !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.banner-lg{
    display: block;
}
.banner-sm{
    display: none;
}





@media only screen and (max-width: 1799px) {
    .top{
        max-width: 1500px;
    }
    .top div{
        padding: 0 166px;
    }
}
@media only screen and (max-width: 1599px) {
    .container{
        margin-top: 0;
    }
    .right img {
        max-width: 600px;
    }
    .left{
        margin-left: 0px;
    }
    .left img{
        max-width: 500px;
        margin-left: 0px;
    }
    .left h1{
        font-size: 42px;
        margin-left: 14px;
    }
    .left h2{
        font-size: 40px;
    }
    .left .order{
        font-size: 32px;
    }
    .purchase{
        display: flex;
        justify-content: center;
        align-content: center;
        margin-top: 10px;
    }
    .purchase a{
        font-size: 22px;
        letter-spacing: 3px;
        padding: 10px;
    }
    .top div:first-child{
        padding: 0 120px;
    }
    .top div:nth-child(2){
        padding: 0 50px;
    }
} 
@media only screen and (max-width: 1299px) {
    .left .order {
        margin-top: 20px;
    }
    .copyright {
        margin-left: -340px;
    }
    .top div:first-child{
        padding: 0 75px;
    }
    .top div:nth-child(2){
        padding: 0 20px;
    }
    .container{
        max-width: 900px;
    }
    .left{
        max-width: 450px;
    }
    .right img{
        max-width: 485px;
    }
    .left h1{
        font-size: 32px;
        margin-bottom: -10px;
        margin-left: 10px;
    }
    h1 span{
        font-size: 30px;
    }
    .left h2{
        font-size: 31px;
        letter-spacing: 2px;
    }
    .order{
        margin-top: 10px;
    }
    .left .order {
        font-size: 28px;
    }
    p.light {
        font-size: 18px;
        letter-spacing: 0;
    }
    .left p.book{
        max-width: 400px;
    }
    .left img{
        max-width: 350px;
    }
    .purchase a{
        font-size: 18px;
        padding: 5px;
    }
    .purchase{
        margin-top: 0;
    }
}
@media only screen and (max-width: 959px) {
    .top div:first-child{
        padding: 0 10px;
    }
    .top div:nth-child(2){
        padding: 0 10px;
    }
    .container{
        flex-direction: column;
    }
    .top img{
        max-width: 150px;
    }
    .right{
        margin-bottom: 10px;
    }
    .left {
        text-align: center;
        padding-top: 50px;
    }
    .left h1{
        font-size: 37px;
    }
    .left img{
        max-width: 370px;
    }
    .copyright {
        text-align:center;
        margin-top: 0;
        margin-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .social a{
        padding: 3px 10px;
    }
    .banner-lg{
        display: none;
    }
    .banner-sm{
        display: block;
    }
    
}
@media only screen and (max-width: 639px) {
    
    .social{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
    }
    .top div:nth-child(2){
        padding: 0 10px;
        max-width: 320px;
    }
    .right img{
        max-width: 100%;
        margin-top: 30px;
    }
    .left{
        width: 100%;
    }
    .left h1 {
        font-size: 24px;
        letter-spacing: 3px;
    }
    .left img{
        margin-left: -20px;
    }
    .top img {
        max-width: 118px;
    }
    h1{
        font-size: 20px;
        margin-bottom: 20px;
        letter-spacing: 5px;
    }
    img{
        max-width: 300px;
    }
    h2{
        font-size: 20px;
        margin-bottom: 0px;
        letter-spacing: 6px;
    }
    h3{
        font-size: 20px;
        letter-spacing: 2px;
    }
    .bt{
        margin-bottom: 15px;
        line-height: 20px;
    }
    .bt >a{
        letter-spacing: 2px;
        padding: 6px 39px;
        font-size: 18px;
    }
    .bt >a:nth-child(2){
        letter-spacing: 2px;
        padding: 6px 20px;
    }
    .give{
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom:30px; 
    }
    .give>a{
        letter-spacing: 2px;
        padding: 6px 39px;
        font-size: 18px;
    }
    a.textpart{
        font-size: 14px;
    }
}

.skr-desc{
    text-align: center;
    color: #002250;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    padding: 0 30px;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}

@media (max-width: 1299px){
    .skr-desc{
        max-width: 780px;
    }
}
@media (max-width: 900px){
    .skr-desc{
        max-width: none;
        padding: 0 60px;
    }
}
@media (max-width: 768px){
    .skr-desc{
        max-width: none;
        padding: 0 28px;
    }
}
@media (max-width: 480px){
    .skr-desc{
        max-width: none;
        padding: 0 20px;
    }
}