/** imports **/
@import url(fonts.css);
@import url(fonts.legacy.css);

/** root overrides **/
:root{
    --bs-body-font-family: Raleway;
    --ps-backgroud-color: #16051b;
    --ps-text-color: rgb(209, 209, 209);
}
html{
    overflow-x: hidden;
    overflow-y: scroll;
}
/** structure **/

body{
    background-color: var(--ps-backgroud-color) !important;
    color:var(--ps-text-color) !important;
    z-index: 100;
}


  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.landing-page-background:before{
    background-image:url('/img/purple-galaxy.jpg') !important;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size:stretch;
}

.landing-page{
    position: relative;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



footer.footer{
    background-color: #16051b !important;
    color:white;
}

footer .text-muted{
    color:var(--ps-text-color) !important;
}

footer p{
    margin-bottom:0 !important;
    padding-bottom:1rem !important;
}

.landingpage .hero{
    vertical-align: middle;
}

/** headings **/

h1{
    color: var(--bs-heading-color,inherit);
    font-family: var(--bs-body-font-family);
    font-size: 4rem !important;
    line-height: 1 !important;
    letter-spacing: -.1rem !important;
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    font-weight: 300 !important;
    text-align: center !important;
}

h2{
    color: var(--bs-heading-color,inherit);
    font-family: var(--bs-body-font-family);
    font-size: 2.5rem !important;
    line-height: 1 !important;
    letter-spacing: -.1rem !important;
    /* margin-top: 0 !important; */
    font-weight: 300 !important;
    text-align: center !important;
}

h3{
    color: var(--bs-heading-color,inherit);
    font-family: var(--bs-body-font-family);
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    letter-spacing: -.1rem !important;
    margin-top: 0 !important;
    margin-bottom: 2rem !important;
    font-weight: 100 !important;
    text-align: center !important;
}

.heading{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-underline-position: below;
    margin-top:100px;
}

/** images **/

.avatar{
    width: 18rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    margin: auto;
    border: 5px inset #ccc;
    z-index: 1;
    background-color:black !important;
    opacity: 1;
}

.fab, .far {
    font-weight: 400;
}

.icons{
    text-align: center;
    padding: 0 0;
    font-size: 4rem;
}


/** links **/

a{
    text-decoration: none !important;
    color:#898989 !important;
}

a:hover{
    color: #33c4f0 !important;
    text-decoration: none;
}


/** mobile phone adjustments **/
@media (max-width: 992px){
    h1{
        color: var(--bs-heading-color,inherit);
        font-family: var(--bs-body-font-family);
        font-size: 2.5rem !important;
        line-height: 1 !important;
        letter-spacing: -.1rem !important;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        font-weight: 300 !important;
        text-align: center !important;
    }

    h2{
        color: var(--bs-heading-color,inherit);
        font-family: var(--bs-body-font-family);
        font-size: 1.3rem !important;
        line-height: 1 !important;
        letter-spacing: -.1rem !important;
        /* margin-top: 0 !important; */
        font-weight: 300 !important;
        text-align: center !important;
    }

    h3{
        color: var(--bs-heading-color,inherit);
        font-family: var(--bs-body-font-family);
        font-size: 1.0rem !important;
        line-height: 1.3 !important;
        letter-spacing: -.1rem !important;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        font-weight: 100 !important;
        text-align: center !important;
    }

    .avatar{
        width: 14rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        max-width: 100%;
        box-sizing: border-box;
        display: block;
        margin: auto;
        border: 5px inset #ccc;
        opacity: .8;
        transition: opacity .5s ease-in-out;
    }
}


@media (max-width: 768px){
    /** headings **/

    h1{
        color: var(--bs-heading-color,inherit);
        font-family: var(--bs-body-font-family);
        font-size: 3rem !important;
        line-height: 1 !important;
        letter-spacing: -.1rem !important;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        font-weight: 300 !important;
        text-align: center !important;
    }

    h2{
        color: var(--bs-heading-color,inherit);
        font-family: var(--bs-body-font-family);
        font-size: 1.5rem !important;
        line-height: 1 !important;
        letter-spacing: -.1rem !important;
        /* margin-top: 0 !important; */
        font-weight: 300 !important;
        text-align: center !important;
    }

    h3{
        color: var(--bs-heading-color,inherit);
        font-family: var(--bs-body-font-family);
        font-size: 1.3rem !important;
        line-height: 1.3 !important;
        letter-spacing: -.1rem !important;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        font-weight: 100 !important;
        text-align: center !important;
    }

    .avatar{
        width: 14rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        max-width: 100%;
        box-sizing: border-box;
        display: block;
        margin: auto;
        border: 5px inset #ccc;
        opacity: .8;
        transition: opacity .5s ease-in-out;
    }

    .landing-page-background:before{
        content: ' ';
        min-width: 100%;
        min-height: 100%;
        background-image: none !important;
    }

    .landing-page{
        height:auto;
    }
}

@media (max-width: 576px) {
    .landing-page-background:before{
        content: ' ';
        min-width: 100%;
        min-height: 100%;
        background-image: none !important;
    }

    .landing-page{
        border-top:1px solid #d1d1d1;
        height:auto;
        padding-top:0.1rem;
    }


    html{
        max-height:auto;
        height:100%;
    }

    body{
        background-color:var(--ps-backgroud-color);
    }
}

@media only screen and (min-width: 480px) {
    /* landscape mode */
}
