@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=Italiana&display=swap');
@font-face {
    font-family: 'timeless';
    src: url(./Timeless.ttf);
}
body {
    margin-left: auto;
    margin-right: auto;
    background-color:#fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    font-family: timeless;
    font-size: 25px;
}
.logo{
    display: flex;
    flex: 12;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border:none;
    border-radius: 24px;
}
.slide img{
    width:100%;
    height:auto;
    border-radius: 6px;
}
.container {
    display: block;
    width: 50%;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.image_container img{
    border-radius: 6px;
    width:750px;
    height:auto;
}
#address {
    display: block;
}
.slideshow_container{
    max-width: 100%;
    position: relative;
    margin-left:auto;
    margin-right: auto;
}
.slide {
    display: none;
}
.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev {
    left:0;
}
.text {
    color:#fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.number_text {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active{
    background-color: #717171;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
.google_map{
    width:500px;
    height:500px;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@media only screen and (max-width: 300px) {
    .container {
        width:95%;
    }
    .image_container img{
        border-radius: 6px;
        height:auto;
        width:270px;
        margin-left: auto;
        margin-right: auto;
    }
    .iFrame_container{
        height:450px;
        width:270px;
        margin-left: auto;
        margin-right: auto;
    }
    .google_map{
        width:270px;
        height:500px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 400px) {
    .container {
        width:95%;
    }
    .image_container img{
        border-radius: 6px;
        height:auto;
        width:300px;
        margin-left: auto;
        margin-right: auto;
    }
    .iFrame_container{
        height:450px;
        width:350px;
        margin-left: auto;
        margin-right: auto;
    }
    .google_map{
        width:350px;
        height:500px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 600px) {
    .container {
        width:95%;
    }
    .image_container img{
        border-radius: 6px;
        height:auto;
        width:300px;
        margin-left: auto;
        margin-right: auto;
    }
    .iFrame_container{
        height:450px;
        width:350px;
        margin-left: auto;
        margin-right: auto;
    }
    .google_map{
        width:350px;
        height:500px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 800px) {
    .container {
        width:95%;
    }
    .image_container img{
        border-radius: 6px;
        height:auto;
        width:300px;
        margin-left: auto;
        margin-right: auto;
    }
    .iFrame_container{
        height:450px;
        width:350px;
        margin-left: auto;
        margin-right: auto;
    }
    .google_map{
        width:350px;
        height:500px;
        margin-bottom: 50px;
    }
}
