/* GENERAL DECLARATIONS */

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    background-color: rgb(255, 255, 255);
}

h1, h2, h3, h4 {
    margin-block-end: 0;
    margin-block-start: 0;
    font-family: sans-serif;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 0px 5px;
    font-family: sans-serif;
}

img {
    height: 100%;
    width: 100%;
    display: block;
}

dialog {
    width: 100%;
    height: 100%;
    background-color: white;
    /* border: 2px solid red; */
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
}

summary > h1, h2, h3 {
    display: inline;
}

details > summary {
    list-style-type: '▶️';
}

details[open] > summary {
    list-style-type: '🔽';
}

/* MAJOR CLASSES */ 

.swiper {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.swiper-wrapper {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.swiper-slide {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.random {
    position: absolute;
    margin: 2;
    /* border: 1px solid black; */
    font-size: x-large;
    height: fit-content;
    width: fit-content;
    top: 0px;
    left: 0pc;
    cursor: pointer;
}

.placed {
    color: red;
    /* border: 1px solid red; */
    /* background-color: white; */
    cursor: pointer;
}

/* SPECIFIC CLASSES */

.special,
.second-special,
.third-special,
.fourth-special,
.fifth-special {
    position: absolute;
    margin: 2;
    /* border: 1px solid black; */
    font-size: x-large;
    height: fit-content;
    width: fit-content;
    /* top: 0px; */
    /* left: 0pc; */
    background-color: yellow !important;
    z-index: 10;
    display: flex;
    padding: 5px;
}

/* SWIPER CUSTOMIZATION */

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}

.swiper-button-next,
.swiper-button-prev {
    width: unset;
    height: unset;
    position: unset;
    margin-top: unset;
    top: unset;
}

.buttonwrapper {
    display: block;
    height: 100px;
}

.centerbox {
    text-align: center;
}

/* DIALOG CUSTOMIZATION */

[data-close-modal] {
    position: absolute;
   
    height: fit-content;
    width: fit-content;
    background-color: red;
    cursor: pointer;
}

.cmtopright {
    top: 0;
    right: 0;
}

.cmtopleft {
    left: 0;
    top: 0;
}

.cmbotright {
    bottom: 0;
    right: 0;
}

.cmbotleft {
    bottom: 0;
    left: 0;
}

#modalcontenthouse {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.5rem;
}

/* ICON BUTTONS AND LINKS */ 

.iconbutton {
    max-width: 150px;
    height: auto;
}

.iconbutton > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}

.iconbutton-caption  {
    text-align: center;
    font-size: small;
}

/* SORT / RANDOM STYLING */

.hqiannouncmentmodal {
    height: 90%;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background-color: rgba(81, 0, 255, 0.48); */
    z-index: 10;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: nowrap;
    font-family: sans-serif;
}

.faq-modal {
    display: none;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 11;
    padding: 2rem;
}

.faq-modal-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.faq-modal-container > h1, h2, h3 {
    text-align: center;
}
.faq-modal-container > * {
    background-color: rgba(255,255,255,1);
}

.faq-hero-container {
    height: fit-content;
}


.modal-open {
    display: flex;
}

.email-link {
    text-decoration: underline;
    color: blue;
}



.backgroundbox {
    background-color: white;
}

.closebutton {
    position: absolute;
    width: fit-content;
    height: fit-content;
    background-color: orangered;
    cursor: pointer; 
}

.closebutton:hover {
    color: transparent;
}

.modalimage {
    width: 100%;
    height: 90%;
    flex-shrink: 1;
}

.modalimage img {
    width: 100%;
    height: 100%;
}

.tag {
    font-size: 50%;
    vertical-align: super;
    padding-left: 0.5rem;
}

.imagegallery-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.galleryimage-wrapper {
    width: calc(100% / 3);
    height: auto;
}

.entrytext-wrapper {
    padding: .3rem;
}

.entrytext-wrapper > * {
    font-size: 1.3rem;
}

.overlaymodal {
	display: none;
	height: 90%;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 500;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    background-color: none;
}

.overlaymodal p, .overlaymodal h1, .overlaymodal h2, .overlaymodal i {
    background-color: white;
}

/* [data-title="a RECORDING COMPANY"] {
    background-image: url('https://c7.alamy.com/comp/J4JCXP/audio-recording-studio-J4JCXP.jpg');
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-blend-mode: multiply;
}

[data-title="an OFFICE"] {
    background-image: url('https://previews.123rf.com/images/tomwang/tomwang1507/tomwang150700058/42561850-successful-young-business-people-working-in-the-office.jpg');
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-blend-mode: multiply;
}

[data-title="a RESEARCH STATION"] {
    background-image: url('https://www.shutterstock.com/shutterstock/photos/755538235/display_1500/stock-photo-group-of-scientists-investigating-hurricane-as-consequence-of-global-warming-on-earth-elements-of-755538235.jpg');
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-blend-mode: multiply;

}

[data-title="a PUBLISHING HOUSE"] {
    background-image: url('https://www.shutterstock.com/shutterstock/photos/193735652/display_1500/stock-photo-the-equipment-for-a-press-in-a-modern-printing-house-193735652.jpg');
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-blend-mode: multiply;
} */