/*!
 * ThemeKit v2.0 (http://themekit.lavalite.org/)
 * Copyright 2018 The Lavalite Authors
 */

html{
    font-family: 'Comfortaa', sans-serif;
    font-weight: 500;
    /* 1 */ -ms-text-size-adjust: 100%;
    /* 2 */ -webkit-text-size-adjust: 100%;
    background: url('/assets/img/cover1_notext_sm.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    margin: 0;
    background-color: transparent !important;
}

*{
    font-family: 'Comfortaa', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
    display: block;
}

audio, canvas, progress, video{
    display: inline-block;
    /* 1 */ vertical-align: baseline;
    /* 2 */
}

audio:not([controls]){
    display: none;
    height: 0;
}

[hidden], template{
    display: none;
}

a{
    background-color: transparent;
}

a:active, a:hover{
    outline: 0;
}

abbr[title]{
    border-bottom: 1px dotted;
}

strong{
    font-weight: 700;
}

dfn{
    font-style: italic;
}

h1{
    font-size: 2em;
    margin: 0.67em 0;
}

mark{
    background: #ff0;
    color: #000;
}

small{
    font-size: 80%;
}

sub, sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup{
    top: -0.5em;
}

sub{
    bottom: -0.25em;
}

img{
    border: 0;
}

svg:not(:root){
    overflow: hidden;
}

figure{
    margin: 1em 40px;
}

hr{
    box-sizing: content-box;
    height: 0;
}

pre{
    overflow: auto;
}

code, kbd, pre, samp{
    font-family: monospace, monospace;
    font-size: 1em;
}

.bg-container {
    position: absolute;
    transition-property: opacity,height,width,margin;
    transition-duration: 2s;
    transition-delay: 0s;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    background: url('/assets/img/astro-text-sm.png') no-repeat top center;
}

#wrapper{
    transition-property: opacity,height,margin;
    transition-duration: 1s;
    transition-delay: 0.5s;
    margin:40px auto;
    width:80%;
    opacity: 0;

}

a:link, a:visited, a:active{
    color:#FFF8E5;
    text-shadow: 0px 0px 10px rgba(146,57,31,0.8);

}

.astroCard{
    /*background: rgb(214,172,122);
    background: linear-gradient(90deg, rgba(214,172,122,0.5) 0%, rgba(166,66,31,0.5) 100%);
    border-left:5px solid rgba(255,255,255,0.5);*/
    color:#FFF8E5;
    position: relative;
    z-index: 300;
    
}

.astroCard.alt{
    background: linear-gradient(90deg, rgba(255,205,185,0.25) 0%, rgba(235,192,175,0.3) 100%);
    border-left:5px solid rgb(244,130,69,0.7);
    border-radius: 50px;
    box-shadow: 0px 0px 30px rgb(75,10,7,0.5);
}

.astroCard.dark{
    background: linear-gradient(90deg, rgba(65,39,50,0.5) 0%, rgba(98,28,22,0.5) 100%);
    border-left:5px solid rgba(135,109,120,0.5);
}

.astroCard.bottom{
    font-size:12px;
}

.highlightText{
    text-shadow:0px 0px 3px #333;
}

.spaced{
    margin: 40px auto;
    padding:20px;
}

.linkCard{
    margin-top:100px;
}

.altText, .altText *{
    font-family: 'Major Mono Display', monospace;
    text-shadow: 0px 0px 5px black;
}

.subtext{
    font-size: 0.7em;
}

.iconRow .col{
    text-align: center;
    padding:10px;
}

.iconRow .col i{
    font-size: 50px;
    margin:10px;
}

.iconRow.lightRow .col i{
    font-size: 30px;
    opacity:0.5;
}


.breaker{
    margin-top: 10px;
    margin-bottom: 10px;
}

.starlight{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    padding:0;
    margin:0;
    z-index: 50;
}

.highlightImg{
    width:100%;
}
.highlightImg img{
    width:100%;
}

.starlight-star{
    /*background: url('/assets/img/star2.png') no-repeat center center !important;*/
    /*border: 4px solid rgba(255,255,255,0.5);*/
}

#bottomText{
    text-shadow: 1px 0px 2px rgba(0,0,0,0.8);
}

.wrapper{
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
    flex-direction:column;
    height:100%;
}

.clickableElement{
    cursor:pointer;
}

@media only screen and (min-width : 0px) and (max-width : 320px) {
    .bg-container {
        background-size: 90%;
    }
   #wrapper{
        margin:60px auto;
        width:98%;

    }   
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .bg-container {
        background-size: 90%;
    }
   #wrapper{
        margin:60px auto;
        width:98%;

    }   
}
@media only screen and (min-width : 480px) and (max-width : 595px) {
    .bg-container {
        background-size: 90%;
    }
    #wrapper{
        margin:60px auto;
        width:95%;

    }
}
@media only screen and (min-width : 595px) and (max-width : 690px) {
    .bg-container {
        background-size: 90%;
    }
    #wrapper{
        margin:30px auto;
        width:90%;

    }
}
@media only screen and (min-width : 690px) and (max-width : 800px) {/*--- Tablet portrait ---*/}
@media only screen and (min-width : 800px) and (max-width : 1024px) {/*--- Small tablet landscape ---*/}
@media only screen and (min-width : 1024px) and (max-width : 1224px) {/*--- Tablet landscape --- */}