* {
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #F8C481;
}

::-webkit-scrollbar-thumb {
  background: #D98E45;
}

::-webkit-scrollbar-thumb:hover {
  background: #D98E45;
}

a:link {
  color: #D98E45;
    text-decoration: none;
}

a:visited {
  color: #D98E45;
    text-decoration: none;
}

a:hover {
  color: #D98E45;
    text-decoration: none;
}

a:active {
  color: #D98E45;
    text-decoration: none;
}

html, body {
    background-color: #FFFCF7;
    overflow-x: hidden;
    font-family: serif;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 99.85%;
}

h2 {
    text-align: center;
    line-height: 30px;
}

div.loginBackground {
    transition-duration: 0.5s;
    display: grid;
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    background: rgba(33, 31, 30 , 0.65);
}

div.login {
    transition-duration: 0.5s;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 2fr;
    grid-template-rows: 50px 50px auto;
    z-index: 3;
    background-color: #FDF1DC;
    border: 3px solid #D98E45;
    color: #D98E45;
}

div.closeLogin {
    width: 30px;
    height: 30px;
    margin-top: 2%;
    margin-left: 90%;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #FFAA59;
    padding-top: 2px;
    text-align: center;
    font-size: 19px;
    color: #f0f8ff;
    border: 3px solid #D98E45;
}

.closeLogin:hover {
    transform: scale(1.05);
    cursor: pointer;
    border-bottom: 3px solid #D98E45;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.titleLogin {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
    font-size: 31px;
}

form.loginForm {
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px 30px 100px 30px 80px;
    
}

div.emailBoxLogin {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-template-columns: 80px 85%;
    padding: 20px;
}

div.emailLogin {
    padding-top: 13px;
    font-size: 21px;
}

div.passwordBoxLogin {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 80px 85%;
    padding: 20px;
}

div.passwordLogin {
    padding-top: 15px;
    font-size: 21px;
}

div.extraMenuLogin {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    margin-top: 5px;
    grid-template-columns: 33% 33% 33%;
}

.loginButtom {
    background-color: #FFAA59;
    text-align: center;
    color: #f0f8ff;
    border: 3px solid #D98E45;
    font-size: 19px;
    margin-bottom:12px;
}

.loginButtom:hover {
    transform: scale(1.05);
    cursor: pointer;
    border: 3px solid #D98E45;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.forgotPassword{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-left: 12%;
    font-size: 22px;
    padding-top: 16px;
}

ul.custom {
    margin: 0 auto;    
    width: 1200px;
    padding-left: 0;                             
}

li.custom {
    display: inline-block;   
    list-style-type: none;
    text-align: center;
}

div.borderedText {
    border: 1px solid #D98E45;
    width: 50%;
    padding-left: 5%;
}

footer {
    clear: both;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #FDF1DC;
}

.footer {
    clear: both;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #FDF1DC;
}

.toCenter {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
}

.toCenterForElement {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
}

header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px 200px auto;
    max-height: 600px;
    background-color: #FDF1DC;
}

div.infoTop {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    padding-left: 60%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #FFAA59;
    border: 3px solid #D98E45;
}

form.logOut{
    transition-duration: 0.3s;
    height: 50px;
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 20px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 2.5px;
    padding: 5px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    -ms-user-select: all; 
    -moz-user-select: all; 
    -webkit-user-select: all; 
    user-select: none; 
}

form.logOut:hover{
    transform: scale(1.05);
}

button.logOut{
    transition-duration: 0.3s;
    font-size: 21px;
    font-family: serif;
    color: #f0f8ff;
    background-color: #EE9E52;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 3px solid #D98E45;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

button.logOut:hover{
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.adminName{
    text-aling: center;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-top: 15px;
    font-size: 20px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    -ms-user-select: all; 
    -moz-user-select: all; 
    -webkit-user-select: all; 
    user-select: none; 
}

div.logo {
	transition-duration: 0.5s;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    min-height: 400px;
    max-height: 400px;
    padding: 10px;
    content:url(IMG-20240419-WA0000-removebg-preview.png); 
}

div.hat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 100px 50px;
    transition-duration: 0.5s;
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 4;
    max-height: 400px;
    font-size: 25px;
}

div.hatText { 
    padding-top: 50px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 56px;
    font-weight: bold;
    color: #70604E;
    text-shadow: 6px 0 6px #E7D4BE, 
        0 6px 6px #E7D4BE, 
        -6px 0 6px #E7D4BE, 
        0 -6px 6px #E7D4BE;
}

.searcherBox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 50px 50px;   
}

input.searcherPlace{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.searcherButton {
    transition-duration: 0.3s;
    font-size: 16px;
    border: 3px solid #B19779;
    background-color: #E7D4BE;
    width: 50%;
    margin-left: 80px;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    cursor: pointer;
    color: #70604E;
    font-size: 21px;
    font-family: serif;
}

select.comboBox {
    margin-top: 2px;
    padding-top: 5px;
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 19px;
}

.searcherButton:hover {
    transform: scale(1.05);
    cursor: pointer;
}

input[type=searcher] {
	border: 3px solid #B19779;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    min-width: 100%;
    max-width: 100%;
    line-height: 40px;
    font-size: 19px;
    margin-left: 50px;
    font-family: serif;
    padding-left: 20px;
}

.center {
    text-align: center;
}

.oneLine {
    display: inline-block;
}

.regulation {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

main.pages {
    display: grid;
    grid-template-columns: 2fr 8fr 2fr;
    grid-template-rows: 80px 2fr 40px;
    background-color: #FDF1DC;
    flex: 1 0 auto;
    border-top: 3px solid #D98E45;
}

.options, .options-services-major {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    grid-template-rows: 60px;
    transition-duration: 0.5s;
    background-color: #FFAA59;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1.5;
    position: sticky;
    top: 0;
    z-index: 2;
}

.options-services {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr 2fr;
    grid-template-rows: 60px;
    transition-duration: 0.5s;
    background-color: #FFAA59;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1.5;
    position: sticky;
    top: 0;
    z-index: 2;
}

.option-admin {
    height: 60px;
    text-align: center;
    padding-top: 20px; 
    transition-duration: 0.2s, 0s;
    transition-property: all, border;
    border-bottom: 3px solid #D98E45;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 2;
    grid-row-end: 3;
}

.option-admin:hover {
    cursor: pointer;
    padding-top: 17px;
    font-size: 19px;
    border-bottom: 3px solid #D98E45;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

.option {
    height: 100%;
    text-align: center;
    padding-top: 20px; 
    transition-duration: 0.2s, 0s;
    transition-property: all, border;
    border-bottom: 3px solid #D98E45;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

.option:hover {
    cursor: pointer;
    padding-top: 17px;
    font-size: 19px;
    border-bottom: 3px solid #D98E45;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

.option-withDropdown {
    height: 100%;
    text-align: center;
    padding-top: 20px; 
    transition-duration: 0.2s, 0s;
    transition-property: all, border;
    border-bottom: 3px solid #D98E45;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

.option-withDropdown:hover {
    cursor: pointer;
    padding-top: 17px;
    font-size: 19px;
    border-bottom: 0px solid #D98E45;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA; 
}

.option-now {
    text-align: center;
    cursor: pointer;
    padding-top: 17px;
    font-size: 19px;
    color: #f0f8ff;
    border-bottom: 3px solid #D98E45;
    text-shadow: 10px 0 10px #FDE4BA, 
        0 10px 10px #FDE4BA, 
        -10px 0 10px #FDE4BA, 
        0 -10px 10px #FDE4BA;   
}

.dropdown-content, .dropdown-service-major {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 12.5%;
    z-index: 1;
    margin-top: 18px;
    background-image: linear-gradient(180deg, #FFAA59, #FFCA97);
    transition-duration: 1s;
    animation: 0.5s show ease;
    line-height: 40px;
    border-bottom: 10px solid #D98E45;
    border-right: 3px solid #D98E45;
    border-left: 3px solid #D98E45;
    border-radius: 0% 00% 30% 30%;   
}

.dropdown-service {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 15%;
    z-index: 999;
    margin-top: 18px;
    background-image: linear-gradient(180deg, #FFAA59, #FFCA97);
    transition-duration: 1s;
    animation: 0.5s show ease;
    line-height: 40px;
    border-bottom: 10px solid #D98E45;
    border-right: 3px solid #D98E45;
    border-left: 3px solid #D98E45;
    border-radius: 0% 00% 30% 30%;   
}

.option:hover .dropdown-content {
    padding: 10px;  
}

.dropdown:hover .dropdown-content {
    display: block;
}

.option:hover .dropdown-service {
    padding: 10px;  
}

.dropdown:hover .dropdown-service {
    display: block;
}

.option:hover .dropdown-service-major {
    padding: 10px;  
}

.dropdown:hover .dropdown-service-major {
    display: block;
}

.suboption {
    height: 100%;
    color: #f0f8ff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

.suboption:hover {
    text-shadow: 10px 0 10px #FDE4BA, 
        0 10px 10px #FDE4BA, 
        -10px 0 10px #FDE4BA, 
        0 -10px 10px #FDE4BA;
    border-radius: 15px;
    cursor: pointer;
    font-size: 19px;
}

.scripture-title {
    -ms-user-select: all; 
    -moz-user-select: all; 
    -webkit-user-select: all; 
    user-select: none;
    background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
    padding: 20px;
    font-size: 19px;
    border-bottom: 2px solid #D98E45;
    border-right: 2px solid #D98E45;
    border-left: 2px solid #D98E45;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2; 
    position: sticky;
    top: 0;
}

.scripture {
    border-right: 2px solid #D98E45;
    border-left: 2px solid #D98E45;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    max-height: 100%;
}

.calendar-title {
    -ms-user-select: all; 
    -moz-user-select: all; 
    -webkit-user-select: all; 
    user-select: none;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: center;
    background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
    padding: 20px;
    font-size: 19px;
    border-bottom: 2px solid #D98E45;
    border-right: 2px solid #D98E45;
    border-left: 2px solid #D98E45;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    position: sticky;
    top: 0;
    z-index: 2;
}

.calendar {
    border-left: 2px solid #D98E45;
    border-right: 2px solid #D98E45;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    max-height: 100%;
    display: inline-block;
    letter-spacing: normal;
    word-break: keep-all;
}

div.calendarBox {
    margin: 10px;
    border: 3px solid #D98E45;
    display: grid;
    color: #f0f8ff;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 40px 40px 40px auto 40px 200px 40px;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    position: sticky;
    top: 90px;
    z-index: 1;
}

div.previusMonth {
    transition-duration: 0.5s;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #FFAA59;
    text-align: center;
    font-size: 30px;
}

div.previusMonth:hover {
    cursor: pointer;
    font-size: 31px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.toToday {
    transition-duration: 0.3s;
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #EE9E52;
    text-align: center;
    font-size: 16px;
    padding-top: 10px; 
}

div.toToday:hover {
    cursor: pointer;
    padding-top: 8px;
    font-size: 19px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.nextMonth {
    transition-duration: 0.5s;
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #FFAA59;
    text-align: center;
    font-size: 30px;
}

div.nextMonth:hover {
    cursor: pointer;
    font-size: 31px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.monthName {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 3;
    grid-row-end: 2;
    background-color: #DF9D5D;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    -ms-user-select: all; 
    -moz-user-select: all; 
    -webkit-user-select: all; 
    user-select: none;
}

div.weekDay {
    background-color: #FFAA59;
    text-align: center;
    padding-top: 12px;
    width: 1fr;
    -ms-user-select: all; 
    -moz-user-select: all; 
    -webkit-user-select: all; 
    user-select: none; 
}

div.dateList {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 4;
    grid-row-end: 5;
    background-color: #F8C481;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    padding-top: 10px;
}

div.date {
    width: 1fr;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    border: 3px solid #DF9D5D;
    margin: 5px;
    background-color: #F4B06E;
    font-size: 16px;
    -ms-user-select: all; 
    -moz-user-select: all; 
    -webkit-user-select: all; 
    user-select: none;
}

div.date:hover {
    transform: scale(1.05);
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.monday {
    
}

div.tuesday {
    
}

div.weednesday {
    
}

div.thursday {
    
}

div.friday {
    
}

div.saturday {
    background-color: #E7A058;
    border: 3px solid #F4B06E;
}

div.sunday {
    background-color: #E7A058;
    border: 3px solid #F4B06E;
}

div.dateNow {
    background-color: #F19E4F;
    padding-top: 8px;
    font-size: 19px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.thisDayInHistory {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 5;
    grid-row-end: 8;
}

div.thisDayInHistoryTitle {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 5;
    grid-row-end: 6;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    color: #f0f8ff;
    font-size: 16px;
    background-color: #FFAA59;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

div.thisDayInHistoryText {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 6;
    grid-row-end: 7;
    background-color: #F8C481;
    height: 200px;
}

div.thisDayInHistoryButtonSide {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 7;
    grid-row-end: 8;
    text-align: center;
    background-color: #FFAA59;
    padding-top: 10px;
    height: 40px;
}

button.thisDayInHistoryButton {
    transition-duration: 0.3s;
    border: 3px solid #EE9E52;
    background-color: #DF9D5D;
    color: #f0f8ff;
    border: 3px solid #D98E45;
}

button.thisDayInHistoryButton:hover {
    cursor: pointer;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}



.guide-title {
    -ms-user-select: all; 
    -moz-user-select: all; 
    -webkit-user-select: all; 
    user-select: none;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: center;
    background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
    padding: 20px;
    font-size: 19px;
    border-bottom: 2px solid #D98E45;
    border-right: 2px solid #D98E45;
    border-left: 2px solid #D98E45;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    position: sticky;
    top: 0;
    z-index: 2;
}

div.guideBox {
    display: grid;
    color: #f0f8ff;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    position: sticky;
    top: 90px;
    z-index: 1;
}

.output {
    min-height: 400px;
    width: 100%;
    background-color: #FFF8ED;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.information {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-content: flex-start;
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: column;
    letter-spacing: normal;
    word-break: keep-all;
    font-size: 21px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px; 
    margin: 0;
}

.productList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;         
    letter-spacing: normal;
    word-break: keep-all;
    font-size: 21px;
    width: 100%;
    max-height: 1500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    padding: 0;
    margin: 0 auto;
}

div.product {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70px 300px 150px 30px 50px;
    transition-duration: 0.2s;
    border: 4px solid #D98E45;
    height: 600px;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8C481;
    margin: 10px;
    letter-spacing: normal;
    word-break: keep-all;
    
}

div.product:hover {
    transform: scale(1.05);
    z-index: 1;
    cursor: pointer;
    border-bottom: 3px solid #D98E45;
}

div.productTitle {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #FFAA59;
    font-size: 21px;
    padding: 10px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}

div.product:hover .productTitle {
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.productPreview {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 26px;
    width: 372.5px;
}



.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

div.productText {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: orange;
    padding: 10px;
    margin: 10px;
    color: #f0f8ff;
    background-color: #F4B06E;
    border: 2px solid #D98E45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}

div.product:hover .productText {
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.productDate {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

div.product:hover .productDate {
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

div.productAuthor {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

div.product:hover .productAuthor {
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

/*
Audio Product
*/

iframe{
    border: 3px solid #D98E45;
}

div.audioProduct {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70px 200px 100px 30px 50px;
    transition-duration: 0.2s;
    border: 4px solid #D98E45;
    height: auto;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8C481;
    margin: 10px;
    letter-spacing: normal;
    word-break: keep-all;  
}

div.AudioProductText {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    background-color: orange;
    padding: 10px;
    margin: 10px;
    color: #f0f8ff;
    background-color: #F4B06E;
    border: 2px solid #D98E45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}

div.audioPlayerYouTube{
    padding: 5px;
}

div.audioPlayer{
    padding-top: 10px;
    padding-left: 8%;
}

audio{
    color: aliceblue;
}

audio::-webkit-media-controls-play-button,
     audio::-webkit-media-controls-panel {
     background-color: #FFAA59;
}
/*
AnswerProduct
*/

div.AnswerProduct{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 70px 300px 70px 300px;
    transition-duration: 0.2s;
    border: 4px solid #D98E45;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background-color: #F8C481;
    margin-top: 0px;
    letter-spacing: normal;
    word-break: keep-all;  
}

div.AnswerQuestionProductDateSending{
    transition-duration: 0.2s;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #FFAA59;
    font-size: 21px;
    padding: 10px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

div.AnswerProductText {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background-color: orange;
    padding: 10px;
    margin: 10px;
    color: #f0f8ff;
    background-color: #F4B06E;
    border: 2px solid #D98E45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}

div.AnswerPersonProduct {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: #FFAA59;
    font-size: 21px;
    padding: 10px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}

div.AnswerPersonProductDateSending{
    transition-duration: 0.2s;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: #FFAA59;
    font-size: 21px;
    padding: 10px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

div.AnswerProductTextAnswer {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    background-color: orange;
    padding: 10px;
    margin: 10px;
    color: #f0f8ff;
    background-color: #F4B06E;
    border: 2px solid #D98E45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}

div.fileProduct{
    text-align: center;
    padding-top: 20px;
}

p {
    text-indent: 20px; /* Отступ первой строки в пикселах */
   }

.mainBottom {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    border: 3px solid #D98E45;
    background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
}

.block {
    margin: 10px;
    line-height: 16px;
    font-size: 14px;
}

main.cms {
    display: grid;
    grid-template-columns: 2fr 8fr 2fr;
    grid-template-rows: 80px 2fr 40px;
    background-color: #FDF1DC;
    flex: 1 0 auto;
    border-top: 3px solid #D98E45;
    min-height: 600px;
    flex: 1 0 auto;
}

.workChangerSide {
    border-right: 2px solid #D98E45;
    border-left: 2px solid #D98E45;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    max-height: 100%;
    padding: 30px;
    text-align: center; 
}

div.workChangerSideBox {
    display: grid;
    color: #f0f8ff;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    position: sticky;
    top: 90px;
    z-index: 1;
}

.workButton {
    padding-top: 30px;
    height: 80px;
    background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
    text-align: center;
    transition-duration: 0.2s, 0s;
    transition-property: all, border;
    color: #f0f8ff;
    margin-bottom: 10px;
    border: 2px solid #D98E45;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

.workButton:hover {
    cursor: pointer;
    padding-top: 26px;
    font-size: 19px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

.second-label {
    margin-left: 80px;
}

.guide {
    border-left: 2px solid #D98E45;
    border-right: 2px solid #D98E45;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    max-height: 100%;
    padding: 30px;
    text-align: center; 
}

div.buttonSide {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 2;
}

div.dataListName {
    color: #D98E45;
    font-size: 31px;
    text-align: center;
    padding-top: 30px; 
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

div.dataListName {
    color: #D98E45;
    font-size: 31px;
    text-align: center;
    padding-top: 30px; 
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

div.dataList { 
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background-color: #FDF1DC;
    margin: 20px;
    margin-top: 10px;
    border: 3px solid #D98E45;
    overflow: auto;
    padding: 10px;
}

div.data{
    display: grid;
    grid-template-columns:  1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto auto;
    margin-bottom: 20px;
    font-size: 21px;
    border: 3px solid #D98E45;
    padding-left: 5px;
    background-color: #FFAA59;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
}

div.dataLine{
    padding: 5px;
    grid-column-start: 1;
    grid-column-end: 2;
    border-right: 3px solid #D98E45;
}

div.dataPreview{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 6;
}

div.workName {
    animation: showBlock 1s linear forwards;
    font-size: 31px;
    text-align: center; 
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    padding: 30px;
    color: #D98E45;
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.dataList {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background-color: #FDF1DC;
    margin: 20px;
    margin-top: 10px;
    border: 3px solid #D98E45;
    overflow: auto;
}

div.workSide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px 600px auto auto;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    word-break: break-all;
    box-sizing: border-box;
    word-break: break-all;
    letter-spacing: normal;
}

select {
	border: 2px solid #D98E45;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    max-width: 90%;
    min-width: 20%;
    max-height: 50px;
    min-height: 50px;
    font-size: 19px;
}

input[type=password] {
	border: 2px solid #D98E45;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    max-width: 90%;
    line-height: 40px;
    font-size: 19px;
}

textarea[type=text] {
	border: 2px solid #D98E45;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #E91E63;
    max-width: 90%;
    min-width: 90%;
    max-height: 600px;
    min-height: 300px;
    font-size: 19px;
}

input[type=text] {
	border: 2px solid #D98E45;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    max-width: 90%;
    line-height: 40px;
    font-size: 19px;
}

input[type=file] {
	color: #D98E45;
    max-width: 90%;
}

input[type=date] {
	border: 2px solid #D98E45;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    max-width: 90%;
    line-height: 40px;
    font-size: 19px;
}

div.workAdd, div.workEdit, div.workDelete, div.askQuestion {
    flex: 1 0 auto;
    margin: 20px;
    padding: 30px;
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 300px 150px 150px 150px;
    background-color: #FDF1DC;
    border: 3px solid #D98E45;
}

.updAll, .updTitleRus, .updTitleLv, .updNameRus, .updNameLv, .updTextRus, .updTextLv, .updText, .updAuthorRus, .updAuthorLv, .updDate, .updDateStart, .updDateFinish, .updPreview, .updImage, .updDescriptionRus, .updDescriptionLv, .updLink, .updFile, .updKind, .updCountryRus, .updCountryLv, .updCityRus, .updCityLv, .updAddressRus, .updAddressLv, .updFirstName, .updLastName, .updPhone, .updEmail, .updStatus, .updPassword, .deleteId, .deleteDate, .answersShow, .questionsShow, .adminsShow, .reportsShow, .deleteQuestionId, .deleteQuestionDate, .deleteAnswerId, .deleteAnswerDate, .deleteAdminId, .deleteReportId, .deleteReportDate, .askQuestion, .addGuideText, .updateGuideText, .deleteGuideText, .listGuideText, .showLv, #lvBooks {
    flex: 1 0 auto;
    display: none;
}

label {
    font-size: 19px;
    color: #D98E45;
}

div.setter {
    margin-bottom: 20px;
}

div.textAreaSetter {
    display: grid;
    grid-template-columns: 10% 100%;
    grid-template-rows: auto;
    margin-bottom: 20px;
}

div.fileSetter {
    margin-bottom: 40px;
}

.doWorkButton {
    height: 50px;
    width: 100%;
    cursor: pointer;
    background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
    text-align: center;
    transition-duration: 0.2s, 0s;
    transition-property: all, border;
    color: aliceblue;
    margin-bottom: 10px;
    border: 2px solid #D98E45;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}

.doWorkButton:hover {
    font-size: 19px;
    padding-top: 3px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
}

.cabinet {
    transition-duration: 0.5s;
    text-align: center;
    border-right: 3px solid #D98E45;
    padding-top: 110px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    color: aliceblue;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    background-color: #FFAA59;
    box-shadow: inset 0 0 35px 35px #FDF1DC;
}

.cabinet:hover{
    cursor: pointer;
    font-size: 19px;
    padding-top: 100px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
    box-shadow: inset 0 0 50px 50px #FDF1DC;
}

.social {
    transition-duration: 0.5s;
    text-align: center;
    border-right: 3px solid #D98E45;
    padding-top: 110px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    color: aliceblue;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    background-color: #FFAA59;
    box-shadow: inset 0 0 35px 35px #FDF1DC;
}

.place {
    transition-duration: 0.5s;
    text-align: center;
    padding-top: 60px;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    color: aliceblue;
    border-right: 3px solid #D98E45;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    background-color: #FFAA59;
    box-shadow: inset 0 0 35px 35px #FDF1DC;
}

.map {
    transition-duration: 0.5s;
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 10px;
    
}

.mapFrame { 
    transition-duration: 0.5s;
    border: solid 3px #D98E45;
    background-color: aliceblue;
}

@keyframes show {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media screen and (max-width: 1600px) and (min-width: 1210px){
    
    header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px 200px auto;
    max-height: 600px;
    background-color: #FDF1DC;
}

div.infoTop {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    padding-left: 50%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #FFAA59;
    border: 3px solid #D98E45;
}

div.logo {
	transition-duration: 0.5s;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    min-height: 400px;
    max-height: 400px;
    padding: 10px;
    content:url(IMG-20240419-WA0000-removebg-preview.png); 
}

div.hat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 100px 50px;
    transition-duration: 0.5s;
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 4;
    max-height: 400px;
    font-size: 25px;
}

div.hatText { 
    padding-top: 50px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 56px;
    font-weight: bold;
    color: #70604E;
    text-shadow: 6px 0 6px #E7D4BE, 
        0 6px 6px #E7D4BE, 
        -6px 0 6px #E7D4BE, 
        0 -6px 6px #E7D4BE;
}

.searcherBox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 50px 50px;   
}

input.searcherPlace{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.searcherButton {
    transition-duration: 0.3s;
    font-size: 16px;
    border: 3px solid #B19779;
    background-color: #E7D4BE;
    width: 50%;
    margin-left: 80px;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    cursor: pointer;
    color: #70604E;
    font-size: 21px;
    font-family: serif;
}

select.comboBox {
    margin-top: 2px;
    padding-top: 5px;
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 19px;
}
    
    main.pages {
        display: grid;
        grid-template-columns: 4fr 8fr 4fr;
        grid-template-rows: 160px 2fr 40px;
        background-color: #FDF1DC;
        flex: 1 0 auto;
        border-top: 3px solid #D98E45;
    }
    
    .options {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 60px 60px;
        transition-duration: 0.5s;
        background-color: #FFAA59;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1.5;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 25%;
        z-index: 1;
        margin-top: 18px;
        background-image: linear-gradient(180deg, #FFAA59, #FFCA97);
        transition-duration: 1s;
        animation: 0.5s show ease;
        line-height: 40px;
        border-bottom: 10px solid #D98E45;
        border-right: 3px solid #D98E45;
        border-left: 3px solid #D98E45;
        border-radius: 0% 00% 30% 30%;   
    }
    
    .scripture-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 40px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-align: center;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2; 
        position: sticky;
        top: 0;
    }
    
    .calendar-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: center;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 60px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    div.calendarBox {
        margin: 10px;
        border: 3px solid #D98E45;
        display: grid;
        color: #f0f8ff;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 40px 40px 40px auto 40px 200px 40px;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 170px;
        z-index: 1;
    }
    
}

@media screen and (max-width: 1210px) and (min-width: 1035px){
    
    header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px 200px auto;
    max-height: 600px;
    background-color: #FDF1DC;
}

div.infoTop {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    padding-left: 40%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #FFAA59;
    border: 3px solid #D98E45;
}

div.logo {
	transition-duration: 0.5s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
    min-height: 400px;
    max-height: 400px;
    padding: 10px;
    content:url(IMG-20240419-WA0000-removebg-preview.png); 
}

div.hat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 100px 50px;
    transition-duration: 0.5s;
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 4;
    max-height: 400px;
    font-size: 25px;
}

div.hatText { 
    padding-top: 50px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 56px;
    font-weight: bold;
    color: #70604E;
    text-shadow: 6px 0 6px #E7D4BE, 
        0 6px 6px #E7D4BE, 
        -6px 0 6px #E7D4BE, 
        0 -6px 6px #E7D4BE;
}

.searcherBox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 50px 50px;   
}

input[type=searcher] {
	border: 3px solid #B19779;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    min-width: 90%;
    max-width: 90%;
    line-height: 40px;
    font-size: 19px;
    font-family: serif;
    padding-left: 20px;
}   

input.searcherPlace{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

.searcherButton {
    transition-duration: 0.3s;
    font-size: 16px;
    border: 3px solid #B19779;
    background-color: #E7D4BE;
    width: 50%;
    margin-left: 80px;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    cursor: pointer;
    color: #70604E;
    font-size: 21px;
    font-family: serif;
}

select.comboBox {
    margin-top: 2px;
    padding-top: 5px;
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 19px;
}
    
   main.pages {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 160px 2fr 40px;
        background-color: #FDF1DC;
        flex: 1 0 auto;
        border-top: 3px solid #D98E45;
    }
    
    .output {
        min-height: 400px;
        width: 100%;
        background-color: #FFF8ED;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        border-left: 3px solid #D98E45;
    }
    
      .information {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-content: flex-start;
        width: 100%;
        height: 100%; 
        display: flex;
        flex-direction: column;
        letter-spacing: normal;
        word-break: keep-all;
        font-size: 21px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px; 
        margin: 0;
    }
    
    .options {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 60px 60px;
        transition-duration: 0.5s;
        background-color: #FFAA59;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1.5;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 25%;
        z-index: 1;
        margin-top: 18px;
        background-image: linear-gradient(180deg, #FFAA59, #FFCA97);
        transition-duration: 1s;
        animation: 0.5s show ease;
        line-height: 40px;
        border-bottom: 10px solid #D98E45;
        border-right: 3px solid #D98E45;
        border-left: 3px solid #D98E45;
        border-radius: 0% 00% 30% 30%;   
    }
    
    .scripture-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 40px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-align: center;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2; 
        position: sticky;
        top: 0;
        display: none;
    }
    
    .calendar-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: center;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 60px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .scripture {
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        max-height: 100%;
        display: none;
    }
    
    div.calendarBox {
        margin: 10px;
        border: 3px solid #D98E45;
        display: grid;
        color: #f0f8ff;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 40px 40px 40px auto 40px 200px 40px;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 170px;
        z-index: 1;
    }
    
    footer {
        clear: both;
        display: grid;
        grid-template-columns: 2fr 2fr 2fr;
        grid-template-rows: auto auto;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 2%;
        padding-right: 2%;
        background-color: #FDF1DC;
        flex: 1 0 auto;
    }
    
.cabinet {
        transition-duration: 0.5s;
        text-align: center;
        border-right: 3px solid #D98E45;
        padding-top: 60px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }
    
.cabinet:hover{
    cursor: pointer;
    font-size: 19px;
    padding-top: 60px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
    box-shadow: inset 0 0 50px 50px #FDF1DC;
}

    .social {
        transition-duration: 0.5s;
        text-align: center;
        border-right: 3px solid #D98E45;
        padding-top: 60px;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .place {
        transition-duration: 0.5s;
        text-align: center;
        padding-top: 20px;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .map {
        transition-duration: 0.5s;
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 10px;

    }

    .mapFrame { 
        transition-duration: 0.5s;
        border: solid 3px #D98E45;
        background-color: aliceblue;
    }
    
}
@media screen and (max-width: 1035px) and (min-width: 820px){
    
header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px 200px auto;
    max-height: 800px;
    background-color: #FDF1DC;
}

div.infoTop {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    padding-left: 20%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #FFAA59;
    border: 3px solid #D98E45;
}

div.logo {
	transition-duration: 0.5s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
    min-height: 400px;
    max-height: 400px;
    padding: 10px;
    content:url(IMG-20240419-WA0000-removebg-preview.png); 
}

div.hat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 100px 50px;
    transition-duration: 0.5s;
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 4;
    max-height: 400px;
    font-size: 80px;
}

div.hatText { 
    padding-top: 50px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 46px;
    font-weight: bold;
    color: #70604E;
    text-shadow: 6px 0 6px #E7D4BE, 
        0 6px 6px #E7D4BE, 
        -6px 0 6px #E7D4BE, 
        0 -6px 6px #E7D4BE;
}

.searcherBox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 25px 50px 25px;   
}

input[type=searcher] {
	border: 3px solid #B19779;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    min-width: 80%;
    max-width: 80%;
    line-height: 40px;
    font-size: 19px;
    font-family: serif;
    padding-left: 20px;
} 

input.searcherPlace{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.searcherButton {
    transition-duration: 0.3s;
    font-size: 16px;
    border: 3px solid #B19779;
    background-color: #E7D4BE;
    width: 100%;
    margin-left: 0px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    cursor: pointer;
    color: #70604E;
    font-size: 21px;
    font-family: serif;
}

select.comboBox {
    margin-top: 2px;
    padding-top: 5px;
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 19px;
}
    
   main.pages {
        display: grid;
        grid-template-columns: 6fr;
        grid-template-rows: 160px 2fr 40px;
        background-color: #FDF1DC;
        
        border-top: 3px solid #D98E45;
    }
    
    .output {
        min-height: 400px;
        width: 100%;
        background-color: #FFF8ED;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        border-left: 3px solid #D98E45;
        border-right: 3px solid #D98E45;
    }
    
       .information {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-content: flex-start;
        width: 100%;
        height: 100%; 
        display: flex;
        flex-direction: column;
        letter-spacing: normal;
        word-break: keep-all;
        font-size: 21px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px; 
        margin: 0;
    }
    
    .options {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 60px 60px;
        transition-duration: 0.5s;
        background-color: #FFAA59;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1.5;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 25%;
        z-index: 1;
        margin-top: 18px;
        background-image: linear-gradient(180deg, #FFAA59, #FFCA97);
        transition-duration: 1s;
        animation: 0.5s show ease;
        line-height: 40px;
        border-bottom: 10px solid #D98E45;
        border-right: 3px solid #D98E45;
        border-left: 3px solid #D98E45;
        border-radius: 0% 00% 30% 30%;   
    }
    
    .scripture-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 40px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-align: center;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2; 
        position: sticky;
        top: 0;
        display: none;
    }
    
    .calendar-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: center;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 60px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 0;
        z-index: 2;
        display: none;
    }
    
    .calendar {
        display: none;
    }
    
    .scripture {
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        max-height: 100%;
        display: none;
    }
    
    div.calendarBox {
        margin: 10px;
        border: 3px solid #D98E45;
        display: grid;
        color: #f0f8ff;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 40px 40px 40px auto 40px 200px 40px;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 170px;
        z-index: 1;
        display: none;
    }
    
    footer {
        clear: both;
        display: grid;
        grid-template-columns: 2fr 2fr 2fr;
        grid-template-rows: auto auto;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 2%;
        padding-right: 2%;
        background-color: #FDF1DC;
        flex: 1 0 auto;
    }
    
.cabinet {
    transition-duration: 0.5s;
    text-align: center;
    border-right: 3px solid #D98E45;
    padding-top: 60px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    color: aliceblue;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    background-color: #FFAA59;
    box-shadow: inset 0 0 35px 35px #FDF1DC;
}

.cabinet:hover{
    cursor: pointer;
    font-size: 19px;
    padding-top: 60px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
    box-shadow: inset 0 0 50px 50px #FDF1DC;
}

    .social {
        transition-duration: 0.5s;
        text-align: center;
        border-right: 3px solid #D98E45;
        padding-top: 60px;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .place {
        transition-duration: 0.5s;
        text-align: center;
        padding-top: 20px;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .map {
        transition-duration: 0.5s;
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 10px;

    }

    .mapFrame { 
        transition-duration: 0.5s;
        border: solid 3px #D98E45;
        background-color: aliceblue;
    }
    
}

@media screen and (max-width: 820px) and (min-width: 572px){
    
header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px 300px 300px auto;
    max-height: 800px;
    background-color: #FDF1DC;
}
    
div.infoTop {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    padding-left: 50%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #FFAA59;
    border: 3px solid #D98E45;
}

div.logo {
	transition-duration: 0.5s;
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
    min-height: 350px;
    max-height: 350px;
    content:url(IMG-20240419-WA0000-removebg-preview.png); 
}

div.hat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 100px 50px;
    transition-duration: 0.5s;
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    max-height: 400px;
    font-size: 80px;
}

div.hatText { 
    padding-top: 50px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 36px;
    font-weight: bold;
    color: #70604E;
    text-shadow: 6px 0 6px #E7D4BE, 
        0 6px 6px #E7D4BE, 
        -6px 0 6px #E7D4BE, 
        0 -6px 6px #E7D4BE;
}

.searcherBox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 25px 50px 25px;   
}

input[type=searcher] {
	border: 3px solid #B19779;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    min-width: 80%;
    max-width: 80%;
    line-height: 40px;
    font-size: 19px;
    font-family: serif;
    padding-left: 20px;
}  

input.searcherPlace{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.searcherButton {
    transition-duration: 0.3s;
    font-size: 16px;
    border: 3px solid #B19779;
    background-color: #E7D4BE;
    width: 100%;
    margin-left: 0px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    cursor: pointer;
    color: #70604E;
    font-size: 21px;
    font-family: serif;
}

select.comboBox {
    padding-top: 2px;
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 19px;
}
    
   main.pages {
        display: grid;
        grid-template-columns: 6fr;
        grid-template-rows: 160px 2fr 40px;
        background-color: #FDF1DC;
        
        border-top: 3px solid #D98E45;
    }
    
    .output {
        min-height: 400px;
        width: 100%;
        background-color: #FFF8ED;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        border-left: 3px solid #D98E45;
        border-right: 3px solid #D98E45;
    }
    
    .information {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-content: flex-start;
        width: 100%;
        height: 100%; 
        display: flex;
        flex-direction: column;
        letter-spacing: normal;
        word-break: keep-all;
        font-size: 21px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px; 
        margin: 0;
    }
    
     div.product {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70px 300px 150px 30px 50px;
    transition-duration: 0.2s;
    border: 4px solid #D98E45;
    height: 600px;
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8C481;
    margin: 10px;
    letter-spacing: normal;
    word-break: keep-all;
    
}
    
    div.productTitle {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #FFAA59;
    font-size: 21px;
    padding: 10px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}
div.productPreview {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 26px;
    width: 100%;
}
.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
div.productText {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: orange;
    padding: 10px;
    margin: 10px;
    color: #f0f8ff;
    background-color: #F4B06E;
    border: 2px solid #D98E45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}
div.productDate {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}
div.productAuthor {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}
    
    .options {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 60px 60px;
        transition-duration: 0.5s;
        background-color: #FFAA59;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1.5;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 25%;
        z-index: 1;
        margin-top: 18px;
        background-image: linear-gradient(180deg, #FFAA59, #FFCA97);
        transition-duration: 1s;
        animation: 0.5s show ease;
        line-height: 40px;
        border-bottom: 10px solid #D98E45;
        border-right: 3px solid #D98E45;
        border-left: 3px solid #D98E45;
        border-radius: 0% 00% 30% 30%;   
    }
    
    .scripture-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 40px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-align: center;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2; 
        position: sticky;
        top: 0;
        display: none;
    }
    
    .calendar-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: center;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 60px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 0;
        z-index: 2;
        display: none;
    }
    
    .calendar {
        display: none;
    }
    
    .scripture {
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        max-height: 100%;
        display: none;
    }
    
    div.calendarBox {
        margin: 10px;
        border: 3px solid #D98E45;
        display: grid;
        color: #f0f8ff;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 40px 40px 40px auto 40px 200px 40px;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 170px;
        z-index: 1;
        display: none;
    }
    
    
    footer {
        clear: both;
        display: grid;
        grid-template-columns: 2fr;
        grid-template-rows: 300px 300px 300px 230px;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 2%;
        padding-right: 2%;
        background-color: #FDF1DC;
    }
    
      .cabinet {
        font-size: 31px; 
        transition-duration: 0.5s;
        text-align: center;
        padding-top: 130px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

.cabinet:hover{
    cursor: pointer;
    font-size: 31px;
    padding-top: 120px;
    text-shadow: 6px 0 6px #FDE4BA, 
    0 6px 6px #FDE4BA, 
    -6px 0 6px #FDE4BA, 
    0 -6px 6px #FDE4BA;
    box-shadow: inset 0 0 50px 50px #FDF1DC;
}    
  

    .social {
        transition-duration: 0.5s;
        text-align: center;
        font-size: 31px;
        padding-top: 130px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .place {
        transition-duration: 0.5s;
        text-align: center;
        font-size: 31px;
        padding-top: 30px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .map {
        transition-duration: 0.5s;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
        padding: 10px;

    }

    .mapFrame { 
        transition-duration: 0.5s;
        background-color: aliceblue;
    }
    
}
@media screen and (max-width: 572px) and (min-width: 420px){
    
header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px 300px 300px auto;
    max-height: 800px;
    background-color: #FDF1DC;
}
    
div.infoTop {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #FFAA59;
    border: 3px solid #D98E45;
}


div.logo {
	transition-duration: 0.5s;
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
    min-height: 350px;
    max-height: 350px;
    content:url(IMG-20240419-WA0000-removebg-preview.png); 
}

div.hat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 100px 50px;
    transition-duration: 0.5s;
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    max-height: 400px;
    font-size: 80px;
}

div.hatText { 
    padding-top: 50px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 36px;
    font-weight: bold;
    color: #70604E;
    text-shadow: 6px 0 6px #E7D4BE, 
        0 6px 6px #E7D4BE, 
        -6px 0 6px #E7D4BE, 
        0 -6px 6px #E7D4BE;
}

.searcherBox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 25px 50px 25px;   
}

input[type=searcher] {
	border: 3px solid #B19779;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    min-width: 80%;
    max-width: 80%;
    line-height: 40px;
    font-size: 19px;
    font-family: serif;
    padding-left: 20px;
}  

input.searcherPlace{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.searcherButton {
    transition-duration: 0.3s;
    font-size: 16px;
    border: 3px solid #B19779;
    background-color: #E7D4BE;
    width: 100%;
    margin-left: 0px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    cursor: pointer;
    color: #70604E;
    font-size: 21px;
    font-family: serif;
}

select.comboBox {
    padding-top: 2px;
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 19px;
    width: 100px;
}
    
   main.pages {
        display: grid;
        grid-template-columns: 6fr;
        grid-template-rows: 160px 2fr 40px;
        background-color: #FDF1DC;
        
        border-top: 3px solid #D98E45;
    }
    
    .output {
        min-height: 400px;
        width: 100%;
        background-color: #FFF8ED;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        border-left: 3px solid #D98E45;
        border-right: 3px solid #D98E45;
    }
    
   .information {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-content: flex-start;
        width: 100%;
        height: 100%; 
        display: flex;
        flex-direction: column;
        letter-spacing: normal;
        word-break: keep-all;
        font-size: 21px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px; 
        margin: 0;
    }
    
     div.product {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70px 300px 150px 30px 50px;
    transition-duration: 0.2s;
    border: 4px solid #D98E45;
    height: 600px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8C481;
    margin: 10px;
    letter-spacing: normal;
    word-break: keep-all;
    
}
    
    div.productTitle {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #FFAA59;
    font-size: 21px;
    padding: 10px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}
div.productPreview {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 26px;
    width: 100%;
}
.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
div.productText {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: orange;
    padding: 10px;
    margin: 10px;
    color: #f0f8ff;
    background-color: #F4B06E;
    border: 2px solid #D98E45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}
div.productDate {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}
div.productAuthor {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}
    
    .options {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 60px 60px;
        transition-duration: 0.5s;
        background-color: #FFAA59;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1.5;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 25%;
        z-index: 1;
        margin-top: 18px;
        background-image: linear-gradient(180deg, #FFAA59, #FFCA97);
        transition-duration: 1s;
        animation: 0.5s show ease;
        line-height: 40px;
        border-bottom: 10px solid #D98E45;
        border-right: 3px solid #D98E45;
        border-left: 3px solid #D98E45;
        border-radius: 0% 00% 30% 30%;   
    }
    
    .scripture-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 40px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-align: center;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2; 
        position: sticky;
        top: 0;
        display: none;
    }
    
    .calendar-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: center;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 60px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 0;
        z-index: 2;
        display: none;
    }
    
    .calendar {
        display: none;
    }
    
    .scripture {
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        max-height: 100%;
        display: none;
    }
    
    div.calendarBox {
        margin: 10px;
        border: 3px solid #D98E45;
        display: grid;
        color: #f0f8ff;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 40px 40px 40px auto 40px 200px 40px;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 170px;
        z-index: 1;
        display: none;
    }
    
    
    footer {
        clear: both;
        display: grid;
        grid-template-columns: 2fr;
        grid-template-rows: 300px 300px 300px 230px;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 2%;
        padding-right: 2%;
        background-color: #FDF1DC;
    }
    
      .cabinet {
        font-size: 31px; 
        transition-duration: 0.5s;
        text-align: center;
        padding-top: 130px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

.cabinet:hover{
    cursor: pointer;
    font-size: 31px;
    padding-top: 120px;
    text-shadow: 6px 0 6px #FDE4BA, 
    0 6px 6px #FDE4BA, 
    -6px 0 6px #FDE4BA, 
    0 -6px 6px #FDE4BA;
    box-shadow: inset 0 0 50px 50px #FDF1DC;
}  

    .social {
        transition-duration: 0.5s;
        text-align: center;
        font-size: 31px;
        padding-top: 130px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .place {
        transition-duration: 0.5s;
        text-align: center;
        font-size: 31px;
        padding-top: 30px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .map {
        transition-duration: 0.5s;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
        padding: 10px;

    }

    .mapFrame { 
        transition-duration: 0.5s;
        background-color: aliceblue;
    }
    
}
@media screen and (max-width: 420px) and (min-width: 0px){
    
header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px 300px 300px auto;
    max-height: 800px;
    background-color: #FDF1DC;
}

div.logo {
	transition-duration: 0.5s;
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 4;
    min-height: 350px;
    max-height: 350px;
    content:url(IMG-20240419-WA0000-removebg-preview.png); 
}

div.hat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 100px 50px;
    transition-duration: 0.5s;
    grid-column-start: 2;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    max-height: 400px;
    font-size: 80px;
}

div.hatText { 
    padding-top: 50px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 30px;
    font-weight: bold;
    color: #70604E;
    text-shadow: 6px 0 6px #E7D4BE, 
        0 6px 6px #E7D4BE, 
        -6px 0 6px #E7D4BE, 
        0 -6px 6px #E7D4BE;
}

.searcherBox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 25px 50px 25px;   
}

input[type=searcher] {
	border: 3px solid #B19779;
	background: #FFF8ED;
	border-radius: .2em .2em 0 0;
	padding: 4px;
	color: #D98E45;
    min-width: 80%;
    max-width: 80%;
    line-height: 40px;
    font-size: 19px;
    font-family: serif;
    padding-left: 20px;
}  

input.searcherPlace{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.searcherButton {
    transition-duration: 0.3s;
    font-size: 16px;
    border: 3px solid #B19779;
    background-color: #E7D4BE;
    width: 100%;
    margin-left: 0px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    cursor: pointer;
    color: #70604E;
    font-size: 21px;
    font-family: serif;
}

    
div.infoTop {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    display: grid;
    padding-left: 10%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #FFAA59;
    border: 3px solid #D98E45;
} 

select.comboBox {
    padding-top: 2px;
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 19px;
}
    
   main.pages {
        display: grid;
        grid-template-columns: 6fr;
        grid-template-rows: 160px 2fr 40px;
        background-color: #FDF1DC;
        border-right: 3px solid #D98E45;
        border-top: 3px solid #D98E45;
    }
    
    .output {
        min-height: 400px;
        width: 100%;
        background-color: #FFF8ED;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        border-left: 3px solid #D98E45;
        border-right: 3px solid #D98E45;
    }
    
    div.product {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 70px 300px 150px 30px 50px;
    transition-duration: 0.2s;
    border: 4px solid #D98E45;
    height: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8C481;
    margin: 10px;
    letter-spacing: normal;
    word-break: keep-all;
    
}
    
    div.productTitle {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    background-color: #FFAA59;
    font-size: 21px;
    padding: 10px;
    color: #f0f8ff;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}
div.productPreview {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 26px;
    width: 100%;
}
.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
div.productText {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: orange;
    padding: 10px;
    margin: 10px;
    color: #f0f8ff;
    background-color: #F4B06E;
    border: 2px solid #D98E45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
    text-align: center;
}
div.productDate {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}
div.productAuthor {
    transition-duration: 0.2s;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 5;
    grid-row-end: 6;
    color: #f0f8ff;
    text-align: center;
    text-shadow: 10px 0 10px #C4803F, 
        0 3px 3px #C4803F, 
        -3px 0 3px #C4803F, 
        0 -3px 3px #C4803F;
}
    
   .information {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-content: flex-start;
        width: 100%;
        height: 100%; 
        display: flex;
        flex-direction: column;
        letter-spacing: normal;
        word-break: keep-all;
        font-size: 21px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px; 
        margin: 0;
    }
    
    .options {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 60px 60px 60px 60px;
        transition-duration: 0.5s;
        background-color: #FFAA59;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1.5;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 25%;
        z-index: 1;
        margin-top: 18px;
        background-image: linear-gradient(180deg, #FFAA59, #FFCA97);
        transition-duration: 1s;
        animation: 0.5s show ease;
        line-height: 40px;
        border-bottom: 10px solid #D98E45;
        border-right: 3px solid #D98E45;
        border-left: 3px solid #D98E45;
        border-radius: 0% 00% 30% 30%;   
    }
    
    .scripture-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 40px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-align: center;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2; 
        position: sticky;
        top: 0;
        display: none;
    }
    
    .calendar-title {
        -ms-user-select: all; 
        -moz-user-select: all; 
        -webkit-user-select: all; 
        user-select: none;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: center;
        background-image: linear-gradient(180deg, #FFAA59 35%, #FFCA97);
        padding: 60px;
        font-size: 24px;
        border-bottom: 2px solid #D98E45;
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        color: #f0f8ff;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 0;
        z-index: 2;
        display: none;
    }
    
    .calendar {
        display: none;
    }
    
    .scripture {
        border-right: 2px solid #D98E45;
        border-left: 2px solid #D98E45;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        max-height: 100%;
        display: none;
    }
    
    div.calendarBox {
        margin: 10px;
        border: 3px solid #D98E45;
        display: grid;
        color: #f0f8ff;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 40px 40px 40px auto 40px 200px 40px;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        position: sticky;
        top: 170px;
        z-index: 1;
        display: none;
    }
    
    
    footer {
        clear: both;
        display: grid;
        grid-template-columns: 2fr;
        grid-template-rows: 300px 300px 300px 230px;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 2%;
        padding-right: 2%;
        background-color: #FDF1DC;
    }
    
      .cabinet {
        transition-duration: 0.5s;
        text-align: center;
        font-size: 21px;
        padding-top: 130px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

.cabinet:hover{
    cursor: pointer;
    font-size: 25px;
    padding-top: 60px;
    text-shadow: 6px 0 6px #FDE4BA, 
        0 6px 6px #FDE4BA, 
        -6px 0 6px #FDE4BA, 
        0 -6px 6px #FDE4BA;
    box-shadow: inset 0 0 50px 50px #FDF1DC;
}

    .social {
        transition-duration: 0.5s;
        text-align: center;
        font-size: 21px;
        padding-top: 130px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .place {
        transition-duration: 0.5s;
        text-align: center;
        font-size: 21px;
        padding-top: 60px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        color: aliceblue;
        text-shadow: 10px 0 10px #C4803F, 
            0 3px 3px #C4803F, 
            -3px 0 3px #C4803F, 
            0 -3px 3px #C4803F;
        background-color: #FFAA59;
        box-shadow: inset 0 0 35px 35px #FDF1DC;
    }

    .map {
        transition-duration: 0.5s;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
        padding: 10px;

    }

    .mapFrame { 
        transition-duration: 0.5s;
        background-color: aliceblue;
    }
    
}