body {
    background-color: #EFEFEF;
    padding-bottom: 110px;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
	font-size: 16px;
}

.scroll-to-top{
    display:flex;
}



/* About us CSS */

.about-us-img {
    height: calc(25vw);
    object-position: center 35%;
    overflow: hidden;
    width: calc(100vw);
    object-fit: cover;
}


@media(min-width: 769px) {
    .about-us-img {
        height:500px;
        object-fit: cover;
        object-position: center;
    }

    #tag-line{
        font-size: 1.25rem !important;
    }
    

    
}

/* .about-us-img {
    height:500px;
    object-fit: cover;
    object-position: center;
} */

.pop-quiz-questions {
    margin-bottom: 15px;    
}

.pop-quiz-radio:checked {
    background: orange;
}

.pop-quiz-question-header {
    height: 75px;
    align-items: center;
    display: flex;
}

/* Custom radio buttons */
.form-check {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.form-check > input { /* HIDE ORG RADIO & CHECKBOX */
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
.form-check > i {
    margin-right: 8px;
    margin-left: -20px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    transition: 0.2s;
    box-shadow: inset 0 0 0 16px #fff;
    border: 1px solid gray;
    background: gray;
}
  
.form-check > i {
    width: 32px;
    border-radius: 50%;
}

.form-check:hover > i {
    box-shadow: inset 0 0 0 3px #fff;
    background: gray;
}

.form-check > input:focus + i { /* FOCUS <i> STYLE */
    outline: 1px solid blue;
}

.form-check > input:checked + i { /* (RADIO CHECKED) <i> STYLE */
box-shadow: inset 0 0 0 3px #fff;
background-color: transparent;
background-size: 32px 32px;
background-image: url("../media/favicon/favicon.ico");
}

#pop-quiz-submit {
    width: 100px;
    margin: 10px
}

.div-coffee-cup {
    border-top: 300px solid #c4ac9e;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 200px;
    position: relative;
}

.div-coffee-cup-label {
    border-top: 100px solid rgb(209, 209, 209);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 0;
    width: 200px;
    position: absolute;
    top: -215px;
    left: -25px;
}

.div-coffee-cup-top {
    border-bottom: 20px solid rgb(223, 223, 223);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 0;
    width: 210px;
    position: absolute;
    top: -315px;
    left: -30px;
}

.div-coffee-cup-interior {
    position: absolute;
    left: 120px;
    top: -290px;
    border: 0px;
}

div.div-coffee-cup-interior>div.modal-header {
    border: 0px;
}

#span-coffee-cup-label {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

#modal-about-us-quiz-result>div.modal-dialog {
    background-color: transparent;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#modal-about-us-quiz-result>div.modal-dialog>div.modal-content {
    background-color: transparent;
    border: 0px;
}

#div-coffee-cup-modal-body, .btn-close {
    background-color: transparent;
    border: 0px;
}

.div-coffee-cup-label-interior {
    display: flex;
    width: 175px;
    align-items: center;
    position: absolute;
    height: 90px;
    left: 2px;
    top: -95px;
    text-align: center;
    vertical-align: middle;
}

/*footer css*/
footer{
    background-color: #3E2723;

}

.copyright-div{
    background-color: #000000 !important;
}

#socials a i {
    font-size: 25px;
}

/*header css*/
.navbar{
    z-index: 2;
    background-color: #F5F5F5;
}

#tag-line{
    font-size: 1rem;
}

a.nav-link {
    text-align: center;
    justify-content: center;
    padding-left: 0px;
    vertical-align: middle;
    display: flex;
}

/* Contact Page*/
.form-group {
    height: 95px;
}

#contact-page {
    /* Make sure the images always covers the entire page, never repeating or clipping */
    background: url('../media/images/background-contactpage.webp') center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* If nav bar is in mobile then change the buttons back to normal */
@media (max-width: 992px) {
    a.nav-link {
        width: 100%;
        padding: auto;
        display: inline;
    }
}
/*home page css*/
/*carousal*/
.carousal-image {
    width: 100%;
    object-fit: cover;
    top: 0;
    position: relative;
}

.carousel-item {
    max-height: 30rem;
}

.carousal-text {
    
    border-radius: 1rem;
    padding:1.5rem;
}

.carousal-text p{
    font-size: 1.75rem;
    font-style: italic;
    text-shadow: 0.1rem 0.1rem 0.2rem rgba(62, 39, 35);
}
.project-btn{
    color:#F5F5F5;
    background-color: #C9A45A;
}

.project-btn:hover {
    background-color: #cec4b0;
}

.carousal-btn{
    color:#F5F5F5;
    background-color: rgba(201, 164, 94, 0.7);
}

/*our story css*/
#ourstory-img {
    border: 0.5rem solid #FFFFFF;
    border-bottom-width: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.our-story-container {
    background-color: #f5f5f5;
    padding: 2rem;
}
.our-story-container h2 {
    color: #000000;
}
.our-story-container p {
    color: #555555;
}

#logo-name {
    left: 5%;
    top:15%;
}

/*our story image overlay*/
#overlay {
    color: white;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#overlay p{
    color:#FFFFFF;
}

.blurry {
    filter: blur(0.3rem);
}

/*cafe menu css*/
.li-center {
    text-align: center;
}

#menu-section {
    background-color: #F5F5F5;
    padding: 1rem;
    width:100%;
    border: 0.125rem solid #000000;
}

.video-container {
    position: relative;
    height: 28rem;
    z-index: -1; 
}
#cafemenu-video{
    top:1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
}

/* Gallery CSS */
a.spotlight {
    display: flex;
    justify-items: center;
    align-items: center;
}

#gallery-bean-background {
    pointer-events: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 1;
    
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
}

.gallery-row {
    margin: 20px 0px 20px 0px;
}

/*class css*/

.class-logo{
    width:1.75rem;
    height:1.75rem;
}

a.spotlight>img.img-thumbnail {
    align-items: center;
}

/*media queries homepage large screens*/
@media (min-width: 992px) {
    /*home page*/
    .carousal-text p{
        font-size: 2rem;
        font-style: italic;
        text-shadow: 0.1rem 0.1rem 0.2rem rgba(62, 39, 35)
    }
    
    #ourstory-img {
        height: 42rem;
    }
	
	/* Hide all sections initially 
    #classesSection, #careersSection, #otherSection {
        display: none;
    } */
    
    .about-us-img {
        height:350px;
        object-fit: cover;
        object-position: center;
    }

    .scroll-to-top{
        display:none;
    }

}

/*.paragraphs {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
	font-size: 16px;
}*/

/* Heading 	
h1,
h2,
h3,
h4,
h5 {
	font-family: "Abel", sans-serif;
	font-weight: 500;
	font-style: bold;
}*/

/* Heading */	
h1,
h2,
h3,
h4,
h5 {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}


	
.fancy {
	font-family: "Dancing Script", cursive;
	/* font-weight: <weight>; */
	font-style: normal;
}

/* Opening Hours */
#table-opening-times {
    width: 320px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 0px;
}

.opening-hours-day {
    width: 100px;
    text-align: left;
}

.opening-hours-time {
    width: 100px;
    text-align: center;
}

.opening-hours-arrow {
    text-align: left;
    width: 20px;
}

.opening-hours-note {
    text-align: left;
}

.sup-allergen {
    cursor: pointer;
}

.button-allergen-info {
    width: 140px;
}

#embed-maps{
    width:100%;
    height:250px;

}

/* Hide all sections initially */
#classesSection, #careersSection, #otherSection {
    display: none;
}

.test {
    border: 1px solid red;
}

.title-card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.title-card-header {
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
}

.title-card {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.title-card-authors {
    width: 100%;
    margin: 50px;
}