body {
    background-image: url(/assets/oldpaper1.jpg);
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; 
}

#pre_header {
    background-color: #201E20;
    color: #FCF6F5;
    font-family: 'Montaga', serif;
    font-size: 1.25vw;
    text-align: end;
    padding-right: 60px;
}

#pre_header a{
    color: #FCF6F5;
    text-decoration: none;
}

#pre_header a:hover {
    color: #761818;
}

header {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

.logo {
    padding: 3px 0 0 0;
    width: 10%;
    text-align: center;  
}

.logo img {
    width: 70%;
    transition: .5s ease-in-out;
}

.logo img:hover {
    transform: scale(1.2);
    transform: rotate(-25deg);
}

#menu {
    text-align: center;
    width: 100%;
}

.menu_item {
    display: flex;
    font-family: 'Montaga', serif;
    font-weight: bold;
    font-size: 21px;
    color: #201E20;
    cursor: pointer;
    list-style-type: none;
    padding: 15px 0 0 0;
}

.menu_item a {
    text-decoration: none;
    color: #201E20;
    padding: 15px;
}

.menu_item a:hover {
    text-decoration: underline;
    text-shadow: 5px 10px 18px rgba(32,30,32,0.7);
    color: #761818;
}

.social_media {
    padding: 12px 0 0 0;
    width: 10%;
    text-align: right;
    display: flex;
}

.social_media img {
    width: 100%;
    padding: 5px;
    /* margin-right: 5px; */
    transition: .2s ease-in-out;
}

.social_media img:hover {
    transform: scale(1.4);
    transition: .2s ease-in-out;
}

.cover {
   background: url(/assets/starakuka1.jpg);  /*no-repeat center center*/
   background-size: cover;
   height: 100vh;
   /* box-shadow: 5px 10px 18px rgba(32,30,32,0.5); */
   background-position: center;
   background-attachment: fixed;
}

.intro {
    color: #FCF6F5;
    font-family: 'Montaga', serif;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.text {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 50%;
    background: #761818;
    font-family: 'Montaga', serif;
    font-size: 19px;
}

.text img {
    width: 12%;
    padding-bottom: 10px;
}

.text p {
    padding-top: 0 !important;
    width: 80%;
    margin: auto;
}

.image {
    width: 50%;
}

.image img {
    width: 100%;
}

.our_menu {
    /* width: 90%;
    height: 90vh;
    margin: auto;
    margin-top: 27vh !important;
    text-align: center;
    display: flex;
    position: relative; */
    display: flex;
    margin: auto;
    justify-content: space-evenly;
    width: 90%;
    margin-top: 20vh;
}

.left {
   width: 30%;
   overflow: hidden;
   height: 90%;
   /* position: absolute;
   top: 30%;
   left: 5%; */
   box-shadow: 5px 10px 18px rgba(32,30,32,0.5);
}

.left img {
    width: 100%;
    opacity: 0.9;
    transition: 1s ease;
}

.left:hover img {
    transform:scale(1.3);
}

.right {
    width: 30%;
    overflow: hidden;
    height: 90%;
    /* position: absolute;
    top: -30%;
    right: 5%; */
    box-shadow: 5px 10px 18px rgba(32,30,32,0.5);
}

.right img {
    width: 100%;
    opacity: 0.9;
    transition: 1s ease;
}

.right:hover img {
    transform: scale(1.3);
}

.center {
    padding: 100px 0px;
    border: 4px solid #761818;
    font-family: 'Montaga', serif;
    color: #201E20;
    width: 30%;
    text-align: center;
    /* position: relative;
    top: 0;
    left: 35%; */
}

.center p {
    font-family: 'Montaga', serif;
    position: relative;
    font-size: 23px;
    margin: 20px 50px;
    text-align: center;
}

.tour {
    margin-top: 27vh;
    display: flex;
}

.tour img {
    width: 50%;
    opacity: 0.9;
    box-shadow: 5px 10px 18px rgba(32,30,32,0.5);
    outline: 3px solid #e1cb9a;
    outline-offset: -20px;
    transition: .5s;
}

.tour img:hover {
    outline: 6px solid #e1cb9a;
    outline-offset: -40px;
}


.virtual_tour {
    margin-top: 15vh;
    text-align: center;
    border: 4px solid #761818;
    border-right: none;
    margin-left: 150px;
    margin-bottom: 8vh;
}

h1 {
    font-family: 'Montaga', serif;
    padding-top: 30px;

}

.virtual_tour p {
    font-family: 'Montaga', serif;
    font-size: 23px;
    color: #181b14;
    padding: 30px 60px;
    margin-bottom: 0;
}

.virtual_tour .btn {
    margin-top: 0;
    margin-bottom: 70px;
}

.friends {
    margin-top: 27vh;
    display: flex;
    overflow: hidden;
}

.friends img {
    width: 50%;
    box-shadow: 5px 15px 18px rgba(32,30,32,0.5);
    transition: .5s ease;
    outline: 3px solid #e1cb9a;
    outline-offset: -20px;
}

.friends img:hover {
    outline: 6px solid #e1cb9a;
    outline-offset: -40px;
}

.time_friends {
    margin-top: 30vh;
    margin-bottom: 40vh;
    text-align: center;
    border: 4px solid #761818;
    border-left: none;
    margin-right: 150px;
}

.time_friends p {
    font-family: 'Montaga', serif;
    font-weight: bold;
    font-size: 28px;
    color: #181b14;
    padding: 50px 40px 0 40px;
    margin-bottom: 0;
}

.awards {
    display: flex;
    width: 100%;
    margin-top: 20vh;
}

.awards_title {
    width: 40%;
    font-family: 'Montaga', serif;
    font-size: 32px;
    text-align: center;
    margin: auto;
    color: #761818;
    border-top: 2px solid #761818;
    border-bottom: 2px solid #761818;
}

.awards_slide {
    width: 60%;
    margin: auto;
}

.mySlides {
    width: 50%;
    margin: auto;
}

.mySlides img {
    width: 100%;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: #761818;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
    padding-left: 80px;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  padding-right: 80px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: none;
  color: #e1cb9a;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 15px 2px;
  background-color: #761818;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #e1cb9a;
}

.buttons::before {  
    transform: scaleX(0);
    transform-origin: bottom right;
}
  
.buttons:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
  
.buttons::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: #761818;
    z-index: -1;
    transition: transform .5s ease;
    box-shadow: none;
    cursor: pointer;
}
  
.buttons {
    position: relative;
    font-size: 22px !important;
    font-weight: bold;
    font-family: 'Montaga', serif;
    color: #201E20;
    width: 37%;
    padding: 6px 0;
    margin: auto;
    box-shadow: none !important;
    margin-bottom: 20px !important;
    border: 2px solid #761818;
    border-radius: 3px;
}

.buttons a {
      color: inherit;
      text-decoration: none;
}

.small a {
    color: inherit;
    text-decoration: none;
}

.empty_space {
    padding: 20px 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 40vh;
    margin: auto;
    margin-top: 100px;
    background-image: url(/assets/starakuka8.jpg);
    opacity: 0.8;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.empty_space p {
    font-family: 'Montaga', serif;
    font-size: 46px;
    font-style: italic;
    padding: 50px 0;
    color: #FCF6F5;
}

.icons {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-evenly;
    padding: 30px 0;
}

.img_p {
    display: block;
    text-align: center;
    width: 22%;
}

.icons img {
    width: 25%;
}

.icons p {
    color: #201E20;
    font-family: 'Montaga', serif;
    font-weight: bold;
    font-size: 16px;
    width: 25%;
    margin: auto;
    padding-top: 10px;
}

footer {
    height: 80vh;
    background-color: #201E20;
    padding-top: 50px;
}

.footer_content {
    color: #FCF6F5FF;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.left_content{
    width: 28%;
    margin-top: 50px;
    font-family: 'Montaga', serif;
    font-size: 16px;
}

.left_content a {
    color: inherit;
    text-decoration: none;
}

.left_content a:hover {
    color: #761818;
    text-decoration: underline;
}

.left_content img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 15px;
}

.location {
    display: flex;
}

.phone {
    display: flex;
    padding-top: 20px;
}

.mail {
    display: flex;
    padding-top: 20px;
}

.mail p {
    padding-top: 15px;
}

.center_content {
    width: 35%;
    margin-top: 0 !important;
}

.google_map {
    padding-top: 0px;
    width: 100%;
    border: 5px solid #761818;
}

.mapouter {
    position:relative;
    height:350px;
    width: 100%;
}

.gmap_canvas {
    overflow:hidden;
    height:350px; 
    width: 100%;
}

#gmap_canvas {
    height:100%; 
    width: 100%;
}

.right_content {
    width: 28%;
    text-align: center;
    margin-top: 50px;
    font-size: 16px;
    font-family: 'Montaga', serif;
}

.right_content p {
    margin-top: 20px;
}

.right_content h5 {
    font-family: 'Montaga', serif;
    margin-top: 50px;
}

.social img {
    width: 30px;
    height: 30px;
    margin: 10px 5px;
}

.social img:hover {
    transform: scale(1.3);
    transition: .2s ease-in-out;
}

.copyright {
    text-align: center;
    font-family: 'Montaga', serif;
    color: #761818;
    background-color: #201E20;
    font-size: 12px;
    margin-top: 30px;
}

#menuToggle {
    display: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: #e1cb9a;
    cursor: pointer;
    width: 7%;
}
  
.arrow img {
    width: 60%;
}

.header1 {
    display: none;
}


@media only screen and (max-width: 750px) {
   
    #pre_header {
        padding: 5px 25px 5px 0;
        font-size: 2.8vw;
    }

    .menu_item {
        display: none;
    }

    .header1 {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }

    #menuToggle {
        display: block;
        position: relative;
        float: center;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        padding: 13px 0px 5px 0px;
    }
    
    #menuToggle a {
        text-decoration: none;
        color: #FCF6F5;
        transition: color 0.3s ease;
    }
    
    #menuToggle a:hover {
        color: #201E20;
    }
    
    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }
    
    #menuToggle span {
        display: block;
        width: 33px;
        height: 2px;
        position: relative;
        background: #201E20;
        border-radius: 1px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
        margin: auto;
        margin-bottom: 5px !important;
    }
      
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    
    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    
    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #FCF6F5;
    }
    
    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    
    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    
    #ham_menu {
        display: block;
        position: absolute;
        width: 200px;
        margin: -70px 0 0 -70px;
        padding: 100px 0px 20px 50px;
        background: #201E20;
        opacity: 0.9;
        font-family: 'Montaga', serif;
        font-weight: bold;
        color: #FCF6F5;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform: translate(0, -100%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
    
    #ham_menu li {
        padding: 10px;
        font-size: 22px;
    }
    
    #ham_menu a:hover {
        color: #761818;
    }

    #menuToggle input:checked ~ ul {
        transform: none;
    }

    .logo {
        padding: 3px 0;
        width: 15%;
    }
    
    .logo img {
        width: 100%;
    }
    
    .social_media {
        padding: 13px 0 0 0;
        width: 22%;
        text-align: right;
        display: flex;
    }
    
    .social_media img {
        width: 100%;
        padding: 0px 5px;
        /* margin-right: 5px; */
        transition: .2s ease-in-out;
    }
    
    .social_media img:hover {
        transform: scale(1.4);
        transition: .2s ease-in-out;
    }
    
    .intro {
        display: block;
    }

    .text {
        width: 100%;
        padding-bottom: 40px;
    }

    .text img {
        width: 15%;
    }
    
    h1 {
        padding-top: 5px;
    }

    .text p {
        font-size: 16px;
        width: 90%;
    }
    
    .image {
        width: 100%;
    }
    
    .image img {
        width: 70%;
        margin-top: -20px;
    }

    .our_menu {
        /* width: 90%;
        height: 90vh;
        margin: auto;
        margin-top: 27vh !important;
        text-align: center;
        display: flex;
        position: relative; */
        display: block;
        margin: auto;
        /* justify-content: space-evenly; */
        width: 90%;
        margin-top: 10vh;
    }
    
    .left {
       width: 100%;
       overflow: hidden;
       /* height: 40%; */
       /* position: absolute;
       top: 30%;
       left: 5%; */
       box-shadow: 5px 10px 18px rgba(32,30,32,0.5);
    }
    
    .left img {
        width: 100%;
        transition: 1s ease;
    }
    
    .left:hover img {
        transform:scale(1.3);
    }
    
    .right {
        width: 100%;
        overflow: hidden;
        /* height: 90%; */
        /* position: absolute;
        top: -30%;
        right: 5%; */
        box-shadow: 5px 10px 18px rgba(32,30,32,0.5);
    }
    div{
        /* border: 2px solid yellow; */
    }
    .right img {
        width: 100%;
        transition: 1s ease;
    }
    
    .right:hover img {
        transform: scale(1.3);
    }
    
    .center {
        padding: 30px 0px;
        border: none;
        font-family: 'Montaga', serif;
        color: #201E20;
        width: 100%;
        text-align: center;
        /* position: relative;
        top: 0;
        left: 35%; */
    }
    
    .center p {
        font-family: 'Montaga', serif;
        position: relative;
        font-size: 23px;
        margin: 20px 50px;
        text-align: center;
    }
 
    .tour {
        margin-top: 5vh;
        display: flex;
        flex-wrap: wrap;
    }
    
    .tour img {
        width: 100%;
        margin: auto;
        outline-offset: -20px;
    }
    
    .tour img:hover {
        outline: 4px solid #761818;
        outline-offset: -30px;
    }
        
    .virtual_tour {
        margin-left: 0px;
        width: 100%;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 30px;
        border: none;
    }
    
    .virtual_tour p {
        font-size: 19px;
        padding: 20px 50px;
        margin-bottom: 0;
    }

    .friends {
        display: none;
    }
    
    .awards {
        display: block;
        margin-top: 15vh;
    }
    
    .awards_title {
        width: 90%;
        font-size: 22px;
    }
    
    .awards_slide {
        width: 100%;
        margin-top: 20px;
    }

    .mySlides {
        width: 80%;
    }
        
    .mySlides img {
        width: 100%;
    }
    
    .prev {
        padding-left: 13px;
    }
    
    .next {
       padding-right: 13px;
    }
    
    .dot {
        height: 10px;
        width: 10px;
    }

    .empty_space p {
        font-size: 32px;
        text-align: center;
        padding: 50px 30px;
    }

    .icons {
        display: block;
        width: 90%;
        padding: 10px 0;
    }
    
    .img_p {
        text-align: center;
        width: 100%;
    }
    
    .icons img {
        width: 18%;
    }
    
    .icons p {
        font-size: 16px;
        width: 100%;
        padding: 10px 0;
    }

    footer {
        height: auto;
        background-color: #201E20;
        padding-top: 50px;
    }
    
    .footer_content {
        display: block;
    }
    
    .left_content{
        width: 90%;
        margin-top: 0px;
        margin: auto;
    }
      
    .left_content img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        margin-top: 15px;
    }
    
    .location {
        display: flex;
    }
    
    .phone {
        display: flex;
        margin-top: 10px;
        padding-top: 0px;
    }
    
    .phone a {
        padding: 0;
    }
    
    .mail {
        display: flex;
        margin-top: 10px;
        padding-top: 0px;
    }
    
    .center_content {
        width: 100%;
        margin-top: 40px !important;
    }
    
    .right_content {
        width: 100%;
    }
    
    .right_content p {
        margin-top: 40px;
    }
    
    .arrow img {
        width: 100%;
    }


    header {
        display: none;
    }

}

/* div {
    border: 1px solid red;
} */