﻿*
{
    margin:0%;
    padding:0%;
    font-family: Fredoka;
}
.nav-link
{
    color: white;
    font-size: 20px;
}
.brand-name
{
    color: White;
    word-spacing:7px;
    letter-spacing:1px;
    font-size: 1.5rem;
    text-decoration:none;
}
.brand-name:hover
{
    color:inherit;
}
.private
{
    display:none;
}
.h-con
{
    font-size:45px;
    font-weight:bold;
    margin-top:100px;
    margin-left:100px;
}
.nlh
{
    text-decoration:none;
}
.nlh:hover
{
    text-decoration:underline;
}
#btn-back-to-top 
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius:10px;
}
#footer-mail
{
    display:inline-block;
    outline: none;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    width:280px;
}
.img-flag
{
    max-width: 100%;
    height:110px;
}
.img-wow
{
    max-width: 100%;
    height: 350px;
}
.img-sports
{
    max-width: 100%;
    height: 200px;
}
.img-planets
{
    width: 400px;
    height: 350px;
}
.img-festivals
{
    max-width: 100%;
    height: 500px;
}
.captions
{
    max-width: 100%;
    height:  auto;
    text-align: justify;
}
@media screen and (max-width:900px)
{
    .planets-col
    {
        display : block !important;
    }
}
.solar-system
{
    background-image: url('../Assets/ssbg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.h-400
{
    height:400px;
}
.marked
{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
    color: darkslategrey;
    font-size: 1.3rem;
    letter-spacing: 3px;
    font-family: system-ui;
}
.nav-link:hover
{
    color: #0d6efd;
}
.nav-link:focus
{
    color: #0d6efd;
}
.play-now
{
    font-size:6rem;
}
.play-now:hover
{
    color: #000;
    background-color:transparent;
}
.quiz-overlay
{
    background-color: rgb(0, 0, 0, 0.4);
    height: 220px;
    width: 320px;
    text-align: center;
    padding-top: 5.5rem;
}
.linkedin:hover
{
    background-color: #0077b5;
}
.instagram:hover
{
    background-color: #c13584;
}
.facebook:hover
{
    background-color: #3b5998;
}
.twitter:hover
{
    background-color: #000;
}
.twitter, .linkedin, .instagram
{
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
}
.facebook
{
    border: 1px solid white;
    padding: 10px 13px;
    border-radius: 5px;
}