@font-face {
    font-family: Russo;
    src: url(RussoOne.ttf);
}

@font-face {
    font-family: Pics;
    src: url(modernpics.ttf);
}

.horizontal-div {
    align-items: center; 
    justify-content: center; 
    display:flex;
}

p {
    color: darkblue;
    font-size: 2vh;
    font-family: Russo;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

a {
    font-size: 1.5vh;
    font-family: Russo;
}

a:visited {
    color: darkblue;
}

a:link {
    color: darkblue;
}

a:hover {
    color: lightgray;
}

canvas {
    margin: 0;
    z-index: 5;
    background-color: transparent;
}

body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    /* background-color: #5dbae8; */
    /* background: linear-gradient(45deg, #030303, #214474); */
    background: linear-gradient(45deg, #0309b3, #5589d1);

}

/*--------------------------------------------------------------*/
footer {
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 4vh;
    background-color: transparent;
    text-align: center;
}

/* footer a {
    display: inline-block;
    margin: 0.2vw;
    font-family: Russo;
    font-size: 1.5vh;
} */
/*--------------------------------------------------------------*/

.selector {
    position: relativ;
    /* color: darkred; */
    color: darkblue;
    font-size: 2.5vh;
    font-weight: bold;
    /* font-family: "Arial", Arial, serif; */
    font-family: Russo;
    /* background-color: navajowhite; */
    background-color: transparent;
    border-radius: 10%;
    border: 0.4vh solid darkblue;
    height: 4vh;
    
}
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Button */
.dropbtn {
    text-decoration: None;
    color: darkblue;
    /*  padding: 0px 20px; */
    /* font-family: "Arial", Arial, serif; */
    font-family: Russo;
    font-weight: bold;
    font-size: 2.5vh;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    border-radius: 10%;
    /* background-color: #5dbae8; */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: orange;
  min-width: 170px;
  z-index: 10;
  border-radius: 5%;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    /* font-family: "Arial", Arial, serif; */
    font-family: Russo;
    font-weight: bold;
    font-size: 1.5vh;
    text-align: left;
    min-width: 170px;
    border-radius: 10%;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: yellow}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block}

/* Change the background color of the dropdown button when the dropdown content is shown*/
.dropdown:hover .dropbtn {background-color: orange;}
.dropbtn:hover {background-color: orange;}

.dropbtn a.active{
   text-decoration: underline;
   color: blue;
}
/*--------------------------------------------------------------*/
.row-container {
  position: relative;
  display: flex;
  margin: auto;
  height: 5vh;
  width: 90vw;
  max-width: 50vh;    
  /* background-color:  #5dbae8; */
  background-color: transparent;
  align-items: center;
  
}

.column-container {
  flex: 25%;
  margin: auto;
  max-width: 20vw; 
  /* min-width: 15vh; */
}

/*--------------------------------------------------------------*/
.next-button {
    vertical-align: middle;
    background-color: transparent;
    border: navy;
    margin: 0;
    padding: 0;
    font-family: Pics;
    font-size: 5vh;
    color: darkblue;
}

.next-button img {
    margin: auto;
    height: 4.5vh;
    max-width: 30vw;
    object-fit: cover;  
}


/*--------------------------------------------------------------*/
