
/* 
    burgandy color: #6A2E3D
    gold: #ffba26
    Dark Purple: #140D19
    medium Purple: #36294C
    light purple: #9D6E90 
*/



/* mobile device design*/
@media (max-width: 768px) {
   body {
    background-color: #121212;
    margin: 0;
    padding: 0;
    width: 100%;

}

a:visited {
    color: #ffba26;
}

a:link {
    color: #E7D3E6;
}

a:active {
    color: burlywood;
}

#set-the-menu-height {
    height: 30vh;
}

.menu {
    width: 100%;
    height: 100%;
    background-image: url("Images/Shooting-Stars-Banner.gif");
    background-size: cover;
    color: #E7D3E6;
    position: center;
    text-align: center;
    padding-top: 3px;
    margin: 0;
}



main {
    margin-top: 50px;
}

.blog-post {
    background-color:#140D19;
    color: #E7D3E6;
    border-radius: 10px;
    border-style: solid;
    border-color: #9D6E90 ;
    padding: 10px 8vw;
    margin: 10px 8%;
}

.blog-post-separator {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #6A2E3D ;
    border-radius: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}

h1 {
    height: 40%;
    font-size: 5vh;
}

p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 150%;
    line-height: 150%;
    letter-spacing: 0.9px;
    word-spacing: 1.1px;
}


.menu-button {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #140D19;
    padding: 15px 25px;
    color:#E7D3E6;
    cursor: pointer;
    width: 33.333%;
    font-size: min(4vw, 3vh);
    margin: 0;
}

.menu-buttons {
    display: flex;
    justify-content: center;
    align-content: end;
    width: 100%;
    height: 40%;
}


.blog-photo {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#the-creature {
    display:block;
    position:absolute;
    width: 51px;
    height: 44px;
    top: 300px;
    left: 300px;
}

.image-container {
    display: block;
    width: 100%;
    align-content: center;
}

footer {
    background-color: black;
    min-height: 20vh;
    color: #E7D3E6;
    padding: 5vh 5vw;
    text-align: center;
} 
}

/* desktop design */
@media (min-width: 769px) {

body {
    background-color: #121212;
    margin: 0;
    padding: 0;
    width: 100%;

}

a:visited {
    color: #ffba26;
}

a:link {
    color: #E7D3E6;
}

a:active {
    color: burlywood;
}

#set-the-menu-height {
    height: 30vh;
}

.menu {
    width: 100%;
    height: 100%;
    background-image: url("Images/Shooting-Stars-Banner.gif");
    background-size: cover;
    color: #E7D3E6;
    position: center;
    text-align: center;
    padding-top: 3px;
    margin: 0;
}



main {
    margin-top: 50px;
}

.blog-post {
    background-color:#140D19;
    color: #E7D3E6;
    border-radius: 10px;
    border-style: solid;
    border-color: #9D6E90 ;
    padding: 10px 8vw;
    margin: 10px 15%;
}

.blog-post-separator {
    width: 90%;
    margin: 20px auto;
    border: 1px solid #6A2E3D ;
    border-radius: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.8px;
}

h1 {
    height: 35%;
    font-size: 7vh;
}


p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 150%;
    letter-spacing: 0.9px;
    word-spacing: 1.1px;
}


.menu-button {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #140D19;
    padding: 15px 25px;
    color:#E7D3E6;
    cursor: pointer;
    width: 33.333%;
    font-size: 3vh;
    margin: 0;
}

.menu-buttons {
    display: flex;
    justify-content: center;
    align-content: end;
    width: 100%;
    height: 35%;
}


.blog-photo {
    width: 48%;
    height: max(25vw, 30px);
    object-fit: contain;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.blog-photo-full {
    width: 96%;
    height: max(25vw, 30px);
    object-fit: contain;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
    


#the-creature {
    display:block;
    position:absolute;
    width: 51px;
    height: 44px;
    top: 300px;
    left: 300px;
}

.image-container {
    display: inline-block;
    width: 48%;
    align-content: center;
    text-align: center;
}

.exhibition-image {
    width: 80%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.be-centered {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

    


footer {
    background-color: black;
    min-height: 20vh;
    color: #E7D3E6;
    padding: 5vh 5vw;
    text-align: center;
}
}