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: 15px 0 0 0;
    width: 10%;
    text-align: right;
}

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

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

.empty_space {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 60vh;
    margin: auto;
    margin-top: 20px !important;
    background-image: url(/assets/fountain.jpg);
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.empty_space p {
    font-family: 'Montaga', serif;
    font-size: 2.9rem;
    text-align: center;
    padding-top: 25px;
    color: #201E20;
    background-color: rgba(252,246,245,0.6);
    border-radius: 2px;
    height: 35%;
    width: 55%;
    margin: auto;
    outline: 1px solid #201E20;
    outline-offset: -20px;
}

.content {
    margin-top: 20vh;
    color: #201E20;
}

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

.contact_location {
    width: 50%;
    font-family: 'Montaga', serif;
    padding: 50px 50px 0 50px;
}

.contact_location p {
    font-size: 1.5rem;
    margin-top: 40px;
}

h1 {
    font-weight: bold;
    color: #761818;
}

.contact_map {
    width: 50%;
}

.google_map {
    width: 100%;
    border: 6px solid #761818;
}

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

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

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

.time_contact {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100vh;
    margin: auto;
    margin-top: 20vh;
    background-image: url(/assets/download.png);
    background-size: cover;
    background-position: 25% 75%;
}

h3 {
    margin-bottom: 30px;
}
.time {
    font-family: 'Montaga', serif;
    font-size: 1rem;
    text-align: center;
    padding-top: 50px;
    color: #201E20;
    background-color: #FCF6F5;
    border-radius: 2px;
    height: 45%;
    width: 43%;
    margin: auto;
}

.contact {
    font-family: 'Montaga', serif;
    font-size: 1rem;
    text-align: center;
    padding-top: 50px;
    color: #201E20;
    background-color: #FCF6F5;
    border-radius: 2px;
    height: 45%;
    width: 43%;
    margin: auto;
}

.contact a {
    color: #201E20;
    text-decoration: none;
}

.contact a:hover {
    color: #761818;
}

.contact img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.contact_phone {
    margin-bottom: 15px;
}
.contact_follow img {
    margin: 30px 10px;
    width: 25px;
    height: 25px;
}

.phrase {
    font-family: 'Montaga', serif;
    font-size: 1.4rem;
    text-align: center;
    padding: 60px 80px;
    width: 90%;
    margin: auto;
}

.gallery {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    margin-bottom: 50px;
}

.gallery img {
    width: 17%;
}

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: 7px 0;
        width: 20%;
    }
    
    .social_media img {
        width: 22%;
    }

    .empty_space {
        height: 50vh;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .empty_space p {
        padding: 30px 30px;
        font-size: 1.9rem;
        height: 20vh;
        width: 80%;
    }

    .content {
        margin-top: 10vh;
        color: #201E20;
    }
    
    .loc_map {
        display: block;
        width: 100%;
    }
    
    .contact_location {
        width: 100%;
        padding: 0;
        margin: auto;
        text-align: center;
    }
    
    .contact_location p {
        font-size: 1.15rem;
        margin-top: 20px;
    }
    
    .contact_map {
        width: 100%;
        margin-top: 10vh;
    }
    
    .time_contact {
        display: block;
    }
    
    .time {
        font-weight: bold;
        background-color: rgba(252,246,245,0.6);
        height: 50vh;
        width: 55%;
    }
    
    .contact {
        font-weight: bold;
        background-color: rgba(252,246,245,0.6);
        height: 50vh;
        width: 55%;
    }
    
    .phrase {
        font-size: 1.2rem;
        padding: 60px 10px;
        width: 90%;
    }
    
    .gallery {
        display: flex;
        flex-wrap: wrap;
    }
    
    .gallery img {
        width: 45%;
        padding: 10px;
    }
    
    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;
    }
 
    header {
        display: none;
    }

    .arrow img {
        width: 100%;
    }
}