html{
    scroll-behavior:smooth ;
}
body{
    height: 100%;
    width: 100%;
    margin: 0px;
    font-family: 'Cinzel', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: x-large;
    background-color: #1b1a60;
}
h1{
    font-size: 2.5em;
}
h2{
    font-size: 1.6em;
}
h5{
    font-size: 1em;
}
h6{
    font-size: 0.65em;
}
p{
    font-size: 0.7em;
    font-family: 'Merriweather', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.bigger{
    font-size: 0.9em;
}
.bodyscrollparent{
    scroll-snap-type: y proximity;
    overflow-y: scroll;
    max-height: 100vh;
}
.bodyscrollchild{
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.title{
    font-size: 3.5em;
}
.smallText{
    font-size: 0.7em;
}
.hero{
    height: 100vh;
    max-height: 100vh;
    width: 100%;
    background-image: url("./assets/images/DSC07168.jpg");
    background-color: #cccccc;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
}
.arrow{
    background-image: linear-gradient(rgba(255,0,0,0), rgba(27,26,96,0.7));
    height: 10vh;
    width: 100%;
    bottom: 0;
}
.section{
    height: fit-content;
    min-height: 100vh;
    width: 100%;
    padding: 4% 10%;
    background-image: url("./assets/texture/paper.jpg");
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background-color: beige;
}
.pagecontent{
    padding: 0px;
    margin: 0px;
    height: 100%;
    flex-grow: 1;
    overflow: auto;
    padding-bottom: 6rem;
}
.rosebackground{
    background: url("./assets/texture/bigroses.png") repeat center center / contain, url("./assets/texture/paper.jpg") repeat right bottom;
}
.scrollcontain{
	scroll-snap-type: y proximity;
    overflow-y: scroll;
    max-height: 100vh;
}
.overlayDiv{
    z-index: 10;
    position: absolute;
}
.roseoverlay{
    height: 100%;
    max-height: inherit;
    width: inherit;
    max-width: inherit;
    padding: 1%;
    z-index: 20;
    position: fixed;
    pointer-events: none;
}
.roserow{
    width: inherit;
    height: 50%;
    max-height: 50%;
}
.rose{
    width: inherit;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.roseborder{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top;
}
.rose1{
    background-image: url("./assets/border/roseBorder1.png"); 
}
.rose2{
    background-image: url("./assets/border/roseBorder2.png"); 
}
.rose3{
    background-image: url("./assets/border/roseBorder3.png"); 
}
.rose4{
    background-image: url("./assets/border/roseBorder4.png"); 
}
.rose5{
    background-image: url("./assets/border/roseBorder5.png"); 
}
.rose6{
    background-image: url("./assets/border/roseBorder6.png"); 
}
.topleft{
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}
.bottomleft{
    transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    -moz-transform: scaleX(-1) scaleY(-1);
    -ms-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
}
.bottomright{
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}
.cursive{
    font-family: 'Mea Culpa';
    text-align: center;
}
.timerOffset{
    margin-top: -5vh;
}
.blue{
    color: #1b1a60;
}
.red{
    color: #b12228;
}
.topIcon{
    max-width: 20%;
    width: 200px;
    margin-bottom: 4%;
}
.logo{
    max-width: 100%;
    margin-bottom: 1rem;
}
.circularClip{
    width: 60%;
    max-width: 15vh;
    padding-bottom: 4%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.nicchatbox{
    padding: 2%;
    padding-right: 6%;
    background-color: rgba(27, 26, 94, 0.2);
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    font-size: 0.8em;
}
.teschatbox{
    padding: 2%;
    padding-left: 6%;
    background-color: rgba(177, 34, 40, 0.2);
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    font-size: 0.8em;
}
.horizontalLine {  
    margin: 4%;
    margin-top: 1%;
    width: 80%;
    border: none; 
    border-bottom: 1px solid #1b1a60;
}
.specialButton{
    padding: 5px;
    min-width: 30%;
    background-color: #1b1a60;
    color: #f3f3f3;
    border: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.questionButtons {
    line-height: 1.2em;
    background-color: #f3f3f3;
    border: 2px solid #b12228;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 2%;
    width: 100%;
}
.questionButtons:active{
    background-color: #b12228;
    color: #f3f3f3;
}
#questionContainer{
    width: 75%;
}
.answerBox{
    margin-bottom: 2%;
    width: 100%;
    text-align: left;
    margin-top: -2%;
    padding: 1rem;
}
.map {
    height: 20vh; /* The height is 400 pixels */
    width: 80%; /* The width is the width of the web page */
}

.navbar {
    transition: all .6s;
    backface-visibility: hidden;
}
 
.navbar-dark .navbar-nav {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    width: max-content;
    left: 0%;
}
 
.navbar-dark .navbar-nav .nav-link {
    color: #1b1a60;
    border: 0;
    background-color: rgba(255, 255, 255, 0.75);
    margin-top: 2%;
    padding: 6% 15%;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
}
 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #1b1a60;
}
 
.navbar-dark .navbar-nav .nav-link:focus {
    color: #1b1a60;
    outline: 0;
}
 
.navbar-dark .navbar-toggler {
    background-color: #1b1a60;
}
 
.navbar-dark .navbar-toggler:focus {
    outline: 0;
}
 
.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #ccc;
}
 
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

@media (max-width: 1024px) and (orientation: landscape){
    h1{
        font-size: 1.5em;
    }
    h2{
        font-size: 1em;
    }
    h5{
        font-size: 0.75em;
    }
    h6{
        font-size: 0.4em;
    }
    p{
        font-size: 0.4em;
    }
    .bigger{
        font-size: 0.6em;
    }
    .title{
        font-size: 2em;
    }
    .smallText{
        font-size: 0.5em;
    }
}
@media (max-width: 480px) {
    body{
        font-size: medium;
    }
    .title{
        font-size: 4.5em;
    }
    h1{
        font-size: 2.5em;
    }
    h2{
        font-size: 1.6em;
    }
    h5{
        font-size: 1.25em;
    }
    h6{
        font-size: 0.65em;
    }
    p{
        font-size: 0.7em;
    }
    .bigger{
        font-size: 0.9em;
    }
    .smallText{
        font-size: 0.8em;
    }
    .scrollcontain{
        overflow-y: visible;
    }
    .navbar{
        display: none;
    }
    .navbar-dark .navbar-toggler {
        background-color: #1b1a60;
    }
    .roseborder{
        background-size: contain;
    }
    .maxed{
        padding: 0px;
    }
    .nicchatbox{
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        font-size: 1em;
    }
    .teschatbox{
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        font-size: 1em;
    }
    #nicrow{
        margin-bottom: 1rem;
    }
}
@media (orientation: portrait){
    .timerOffset{
        margin-top: -2vh;
    }
    .navbar{
        display: none;
    }
}
@media (max-width: 360px) {
    .fold{
        padding: 0px;
    }
    .foldlite{
        padding: 5px;
    }
    .title{
        font-size: 3.5em;
    }
    #questionContainer{
        margin-left: 2px;
        margin-right: 2px;
    }
}