@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Poppins', sans-serif;
}

section {
    height: 700px;
    background-color: whitesmoke;
    border: none;
}


.navbar {
    height: 30px;
    background-color: #1c1d25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: white;
}

.nav-links a {
    color:#fff;
}

.logo {
    margin-top: 0px;
    margin-left: 0px;
    height: 40px;
}

.admin {
    margin-top: 0px;
    margin-left: 0px;
    height: 30px;
}

.mainpage {
    margin-top: 0px;
    margin-left: 0px;
    height: 30px;
}


.menu {
    display: flex;
    gap: 1em;
    font-size: 30px;
}

.menu li:hover {
    background-color: #1c1d25;
    border-radius: 5px;
    transition: 0.3s ease;
}

.menu li {
    padding: 5px 10px;
}

.area {
    position: relative;
}

.dropdown {
    font-size: 20px;
    text-align: left;
    background-color: #ef744b;
    width: 220px;
    padding: 15px;
    position: absolute;
    display: none;
    border-radius: 0px;
    top: 45px;
}

.dropdown li + li {
    margin-top: 5px;
}

.dropdown li {
    padding: 0.4em 0.2em;
    width: 220px;
    text-align: left;
}

.dropdown li:hover {
    background-color: #f1b29d;
}

.area:hover .dropdown {
    display: block;
}

.hero {
    background-color: #1c1d25;
    height: 100vh;
    color: white;
    font-size: 40px;
}

footer {
    height: 18vh;
    align-items: center;
    text-align: center;
    background-color: #1c1d25;
    color:white;
}

nav {
    display: flex;
    justify-content: space-between;
}

ul {
    display: flex;
    list-style-type: none;
    width: 500px;
    justify-content: space-around;
    font-size: 25px;
}

ul.show {
    display: block;
}

li {
    text-decoration: none;
}

h1 {
    font-size: 90px;
    margin: 0;
}

h2 {
    margin: 0;
    font-size: 45px;
    color: white;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
    margin: 22px;
}

p {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
}

.hero-area {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.hero-text {
    margin-left: 80px;
    margin-bottom: 200px;
}

.button {
    width: 200px;
    height: 55px;
    border-radius: 40px;
    background-color: coral;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding-top: 5px;
    margin-top: 20px;
}

.button:hover {
    background-color: #ef744b;
}

.button:active {
    background-color: #a9a9a9;
    color: #808080;
}

.socials {
    padding-bottom: 200px;
    margin: 20px;
}

.sub-section {
    height: 500px;
    display: flex;
    justify-content: space-around;
    padding: 80px;
}

.sub-section-alternative {
    background-color: #1c1d25;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
}


.subtext {
    font-size: 20px;
}

hr {
    margin-left: 25px;
    margin-right: 25px;
}

.project-link {
    text-decoration: none;
    color:#ef744b;
}

a {
    text-decoration: none;
    color: white;
}

.contact-info {
    font-size: 25px;
}


/* photonMuseum.php & gallery style */
.museum-main {
    background-color: whitesmoke;
    height: 100vh;
    color: black;
    font-size: 40px;
    z-index: 0;
}


.museum-text {
    color:#1c1d25;
    text-align: center;
}

museum-1 {
    font-size: 90px;
    text-align: center;
    text-shadow: 4px 5px 2px burlywood;
}

museum-intro {
    font-size: 18px;
    text-align: center;
}

.map-section {
    height: 300px;
    background-color: whitesmoke;
    border: none;
}

.home-row {
    margin: 0 15px;
}

.home-row:after {
    content: "";
    display: table;
    clear: both;
}

.map-card-container {
    display: flex;
    justify-content: space-around;
}

.map-card {
    width: 250px;
    height: 270px;
    border-radius: 35px;
    box-shadow: 0px 0px 25px rgb(210, 210, 210);
    text-align: center;
}

.map-card-small {
    margin-top:150px;
    width: 230px;
    height: 100px;
    border-radius: 35px;
    box-shadow: 0px 0px 25px rgb(210, 210, 210);
    text-align: center;
}


/* Responsive columns */
@media screen and (max-width: 600px) {
    .map-card-container {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
}

.enter-gallery-link {
    text-decoration: none;
    color: burlywood;
}

.enter-gallery-link-small {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.638);
}

.main-display {
    background-color: whitesmoke;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.display-frame {
    display: flex;
    justify-content: space-around;
    float: left;
}

.display-card {
    height: auto;
    border-radius: 0px;
    box-shadow: 0px 0px 30px rgb(155, 155, 155);
}

.display-image {
    margin-top: 0px;
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.seasonwords {
    font-size: 40px;
    font-weight: 200;
    color:#1c1d25;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    margin-top: 0px;
}
  
/* Hide the images by default */
.mySlides {
    display: none;
}
  
/* Next & previous buttons */
.prev {
    cursor: pointer;
    position: center;
    width: auto;
    margin-top: 0px;
    margin-right: 25px;
    padding: 16px;
    color: burlywood;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  
/* Position the "next button" to the right */
.next {
    cursor: pointer;
    position: center;
    width: auto;
    margin-top: 0px;
    margin-left: 25px;
    padding: 16px;
    color: burlywood;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px 0 0 3px;
    user-select: none;
}

a.margin-right {
    margin-right: 20px;
}

.navbar-museum {
    height: 30px;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: white;
}

.label-frame {
    display: flex;
    justify-content: flex-end;
}

.label-card {
    margin-top: 0;
    height: auto;
    margin-left: 0;
    border-radius: 0px;
    box-shadow: 0px 0px 4px rgb(205, 205, 205);
}

.label-card-words {
    margin-top: -6%;
    width: 90%;
    margin-left: 5%;
    height: auto;
    border-radius: 0px;
}


label-word-artest {
    text-align: left;
    font-size: 1vw;
    color: #303030;
}

label-word-title {
    text-align: left;
    font-size: 1vw;
    color: #424242;
    font: italic;
}

label-word-small {
    text-align: left;
    font-size: 0.74vw;
    color: #424242;
}

label-word-intro {
    text-align: left;
    font-size: 0.7vw;
    color: #424242;
}

.center-button {
    text-align: center;
}



/* Admin page style */
.admin-main {
    background-color: whitesmoke;
    height: 100vh;
    color: black;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.row {
    margin: 0 15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.admin-card-container {
    float: left;
    padding: 20px 25px;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .admin-card-container {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
}

.admin-card {
    width: 475px;
    height: 280px;
    border-radius: 35px;
    box-shadow: 0px 0px 20px rgb(210, 210, 210);
    justify-content: center;
}

.admin-card-title {
    width: 86%;
    margin-left: 7%;
    height: auto;
    border-radius: 0px;
    text-align: center;
}

.admin-card-words {
    width: 86%;
    margin-left: 7%;
    height: auto;
    border-radius: 0px;
    text-align: left;
}

admin-word {
    font-size: 19px;
}

admin-word-title {
    font-size: 22px;
}





.popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.18);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index:100;
}

.popup-container.active {
    opacity: 1;
    pointer-events: auto;
    transition: .2s ease;
}

.popup-container .popup-box {
    position: fixed;
    bottom: 15%;
    right: 20px;
    width: 400px;
    padding: 30 0px;
    padding-bottom: 0px;
    background-color: whitesmoke;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(169, 150, 82, 0.379);
    transform: scale(0);
}

.popup-container.active .popup-box  {
    transform: scale(1);
    transition: .3s ease;
}

.popup-box .close-btn {
    width: 100%;
    height: 45px;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    color: rgb(130, 126, 126);
    font-weight: 500;
}

label-word-artest-enlarge {
    text-align: left;
    font-size: 25px;
    color: #303030;
}

label-word-title-enlarge {
    text-align: left;
    font-size: 25px;
    color: #424242;
    font: italic;
}

label-word-small-enlarge {
    text-align: left;
    font-size: 19px;
    color: #424242;
}

label-word-intro-enlarge {
    text-align: left;
    font-size: 18px;
    color: #424242;
}

.copy-right-info {
    height: 7vh;
    align-items: center;
    text-align: center;
    background-color: whitesmoke;
    color:rgba(0, 0, 0, 0.379);
    line-height: 1.5;
}

.page-end-directory-btn {
    border: 1px solid transparent;
    cursor: pointer;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.40);
}

.page-end-directory-btn:hover {
    border: 1px dashed rgb(219, 192, 152);
    border-radius: 5px;
    color: rgb(75,65,65);
}

.column {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}

.display-frame {
    grid-column: 2/10;
}

.label-frame {
    grid-column: 8/10;
    margin-top: 2em;
}