html {
    background-color:rgb(17 24 39);
}
body{
    font-family: 'Blinker', sans-serif;
    color: #f0e5e2;
    background-color:rgb(17 24 39);
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.js-hide{
    display: none!important;
}
a{
    font-weight: 200;
    text-decoration: none;
    color: #ffc107;
}
a:hover{
    font-weight: 400;
    color: #ffc107;
}
.js-hide{
    display: none;
}
.pointer{
    cursor: pointer;
}
input.dark-input{
    background: rgb(17 24 39);
    border: none;
    border-bottom: 2px solid #444;
    border-radius: 0px;
    color: #f0e5e2;
}
.position-relative{
    position: relative;
}
.nav-container{
    margin-bottom: 30px;
}
.go-get-birthday-launch{
    font-size: 16px;
    border: 1px solid #444;
    padding: 5px 5px;
    text-decoration: none;
    font-weight: 300;
    background: #333;
    border-radius: 5px;
    color: #f0e5e2;
    cursor: pointer;
    margin: 15px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.row-bottom-border {
    margin-bottom: 15px;
    border-bottom: 1px solid #444;
}
h4.list-header{
    font-size: 20px;
}
.news-header-row h4.list-header,
.news-page-header-row h4.list-header{
    text-shadow: 1px 1px 1px #000000;
}
.news-page-header-row{
    margin-bottom: 15px;
}
.data-element{
    font-size: 17px;
    font-weight: 100;
    line-height: 32px;
}
.data-element-small{
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 5px;
}
.data-element-smaller {
    font-size: 12px;
    font-weight: 100;
    line-height: 16px;
    margin-bottom: 3px;
}
.title-element-smaller {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 3px;
}
.title-element{
    line-height: 32px;
}
.info-button{
    font-size: 14px;
    border: 1px solid #444;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: 300;
    background: #333;
    border-radius: 5px;
    color: #f0e5e2;
    cursor: pointer;
}
.details-container {
    background-color: rgb(28 39 63);
    padding: 30px;
    border: 1px solid rgb(51 71 114);
    border-radius: 5px;
    margin: 15px 0 15px 0;
}
.detail-section-list{
    padding: 30px 30px 0px 30px;
    border: 1px solid rgb(51 71 114);
    border-radius: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
.detail-section-item{
    margin-bottom: 30px;
}
.detail-item-logo{
    height: 200px;
    width: 130px;
    top: 0;
    right: 0;
    position: absolute;
}
.next-launch-container,
.launch-list-item,
.latest-news-container{
    margin-bottom: 30px;
    border: 1px solid #444;
    padding: 15px;
    border-radius: 0 5px 5px 5px;
}
.birthday-form{
    margin: 30px 0 60px;
}
.header{
    width:100%;
    height: 200px;
    padding-top: 15px;
    background-image: url(/images/starrynight.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header img{
    height: 185px;
}
.top-tablet{
    display: inline-block;
    background: #444;
    margin-bottom: 0;
    padding: 2px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.countdown {
    font-size: 50px;
    margin: -20px 0 0px 0;
}
.nav-buttons{
    display: inline-block;
    float: right;
}
.nav-image{
    height: 50px!important;
}
.go-home,
.go-birthday{
    line-height: 50px;
    vertical-align: text-top;
    font-size: 26px;
    font-weight: 300;
    text-decoration: none;
    color: #ffc107;
}
.news-header-row, .news-page-header-row{
    height: 250px;
    border-radius: 5px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.news-page-header-row{
    margin-left: 0px;
    margin-right: 0px;
}
.news-header{
    position: absolute;
    width: calc(100% - 20px);
    bottom: 0;
    margin: 0 10px 10px;
    left: 0;
}
.latest-news-container{
    padding: 0 15px 15px 15px;
}
.news-list-item{
    margin: 15px 0;
    border: 1px solid #444;
    border-radius: 0 5px 5px 5px;
    border-top-left-radius: 0px;
    height: calc(100% - 15px);
}
.data-button{
    cursor: pointer;
    background: #ffc107;
    color: rgb(17 24 39);
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
}
.data-button.right {
    float: right;
}
.margin-left-right-0{
    margin-left: 0;
    margin-right: 0;
}
.padding-bottom-15{
    padding-bottom: 15px
}
.news-launch-container{
    margin-top: -15px;
}
.summary-text-row{
    padding-top: 15px;
}
.current-page{
    display: inline-block;
    float: right;
}
.new-button-row{
    margin-top: 15px;
    margin-bottom: 15px;
}
footer{
    margin-top: auto;
}
.footer-top-row{
    border-top: 1px solid #444;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.thank-you-img{
    width: 35px;
    display: inline-block;
}
.thank-you-text{
    display: inline-block;
}
.thank-you-text a{
    vertical-align: text-top;
    font-size: 20px;
}
.nav-buttons-right{
    text-align: right;
}
.latest-news-container .row-bottom-border {
    border: none;
}
.latest-news-container .news-list-item{
    margin: 0px 0px;
    border-radius: 0 5px 5px 5px;
    border-top-left-radius: 0px;
    border: none;
    height: calc(100% - 15px);
}
.copy-right-footer{
    float: right;
}
