body{
    background-color: #0d1b2a;
}

a:link{
    color: rgb(13, 151, 253);
}

a:visited {
    color: purple;
}

.navbar-nav a{
    color: white;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    font-size: 2rem;
}

.top-row {
    min-height: 100vh;
}


.top-text h1 {
    color: red;
    font-size: clamp(3rem, 5vw, 10rem);
}

.top-text a {
    background-color: transparent;
    width: 100%;
    font-size: clamp(1.3rem, 2.3vw, 10rem);
    color: white;
}

.top-text a:hover {
    background-color: red;
    color: white;
}

.planets-row {
    min-height: 100vh;
}

.planets-row .row {
    max-height: 50%;
}

.planets-row img {
    max-height: 70vh;
    min-height: 30vh;
    width: 100%;
    object-fit :contain;
    background: transparent !important;
   
}
.table-row{
    background-color: #1b263b;
}

.table-row h2{
    color: white;
}

.table-row table{
    margin-top: 2vh;
}

.table-row th{
    background-color: red;
    color: white;
}

.table-row td{
    background-color: white;
}


.urlap-container{
    margin-top: 1vh;
    margin-bottom: 2vh;
    color: white;
    max-width: 60rem;
    width: 100%;
    background: #1b263b;
    border-radius: 1.5rem;
    padding: 2rem 3rem;
    font-size: 1.5rem;

   
}


.urlap-container input{
    background-color: red;
}

.text-input{
    border-width: 0 0 0.5rem 0;
    border-color: red;
    background-color: transparent !important;
    font-size: 3rem;
}

.urlap-container textarea{
    min-height:  20vh;
    font-size: 2rem;
    background-color: lightgray;
}

.urlap-container button{
    width: 50%;
    background-color: black;
    color: red;
    font-size: 2rem;
}

.text-input:focus{
    outline: none;
    box-shadow: none;
    border-width: 0 0 0.5rem 0 !important;
    
    background-color: transparent;
    color: white;
}



.planet-page{
    margin-top: 1vh;
    margin-bottom: 2vh;
    color: white;
    max-width: 60rem;
    width: 100%;
    background: #1b263b;
    border-radius: 1.5rem;
    padding: 2rem 3rem;
    font-size: 1.5rem;
}

.planet-page figure{
    width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 2rem;
}

.planet-page h1{
    color:  red;
    margin-bottom: 1.5vh;
    text-transform: uppercase;
    font-size: 3rem;
}

.planet-page a:visited{
    color: red !important;
}

.thumbnail_link{
    width: 60%;
      
}

.planet-page img{
    width: 100%;
      min-width: 250px;
      border-radius: 50%;
      border: 4px solid red;
}

.planet-page h2{
    font-weight: bold;
    color: red;
}

.planet-page li::marker{
    color: red;
}

footer{
    color: white;
    text-align: center;
}

.gallery-container{
    height: 100vh;
    color: red;
}


.carousel-item{
    overflow: hidden;
    height: 100vh;
}

.gallery-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}