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

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

section {
    height: 100vh;
    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;
}


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: 20px;
    font-weight: 300;
}




.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;
}


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

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


/* photonMuseum.php & gallery style */
.museum-main {
    background-color: whitesmoke;
    height: auto;
    color: black;
    font-size: 40px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1250px) {
    .page-decoration-left {
        display: none;
        flex-wrap: wrap;
    }
}


.museum-front-area {
    display: flex;
    height: auto;
    align-items: left;
    justify-content: left;
}


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

museum-1 {
    font-size: 90px;
    text-align: center;
    color: rgb(25,20,15);
    text-shadow: 3px 4px 2px rgb(232, 188, 131);
}


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

.guide-card-container {
    margin: 15px;
    float: left;
}

.guide-card {
    border-radius: 15px; 
    border-style: solid; 
    border-color: rgb(185, 175, 170, 0.75); 
    box-shadow: 0px 0px 25px rgb(220, 220, 220, 0.8); 
    text-align: left;
}

.guide-button {
    width: 100%; 
    height: 100%; 
    padding: 0; 
    border: 0; 
    border-radius: 15px; 
    cursor: pointer; 
    background-color: transparent;
}

.guide-title {
    font-size: 40px;
    color: rgb(103, 94, 85)
}

.guide-title:hover {
    color: rgb(233, 195, 145)
}

.guide-text {
    color: rgb(115, 111, 111);
    display: block;
}

.guide-title + .guide-text {
    display: none;
}

.guide-title:hover + .guide-text {
    display: block;
}




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

.home-row {
    margin: 0 60px;
    padding: 10px;
    display: block;
}

.map-card-container {
    float: left;
}

.map-card {
    width: 305px;
    height: 250px;
    border-radius: 15px;
    border-style: solid; 
    border-color: rgb(185, 175, 170, 0.5); 
    box-shadow: 0px 0px 15px rgb(210, 210, 210,0.5);
    text-align: center;
    margin: 15px;
    padding: 10px;
}

.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;
    height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: left;
}

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

.display-card {
    margin-top: 9%;
    width: 45%;
    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;
}


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: space-around;
}

.label-card {
    margin-top: -6%;
    width: 8%;
    margin-left: 66%;
    height: auto;
    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: 0.5vw;
    color: #303030;
}

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

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

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

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

/* adminLogin.php style */
.login-page {
    background-color: whitesmoke;
    height: 100vh;
    color: black;
}

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

.login-card {
    margin-top: 10%;
    width: 525px;
    height: 300px;
    border-radius: 25px;
    box-shadow: 0px 0px 25px rgb(210, 210, 210);
    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;
}

.navbar-button {
    border: 2px solid transparent;
    background-color: rgb(245,245,245);
    cursor: pointer;
    border: none;
    height: 100%;
    width: 175px;
    color: rgb(180, 180, 178);
    font-size: 21px;
}

.navbar-button:hover {
    background-color: rgb(245, 245, 242);
    box-shadow: 5 7 10px rgb(121, 118, 118);
    border: 2px dashed rgb(219, 192, 152);
    border-radius: 10px;
    color: rgb(75,65,65);
}

.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);
}

.legal-page-btn {
    border: 2px solid transparent;
    cursor: pointer;
    background-color: transparent;
    color: rgb(85,85,85);
}

.legal-page-btn:hover {
    border: 2px dashed rgb(219, 192, 152);
    border-radius: 10px;
    background-color: rgb(245, 245, 242);
    color: rgb(65,65,65);
}
