body{
    min-height:100%;
    background:#000;
    color:#eee;
    padding: 0;
    margin:0;
    font: 34px/1.6em "Helvetica Neue", Arial, sans-serif;
}
#topdiv{
    min-width: 100%;
    background-image: url("background2.png");
    background-size: cover;
    background-position-y: center;
    padding-top:150px;
    padding-bottom:50px;
    position:relative;
    z-index:3;
}
#sitewrapper{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    overflow-x:hidden;
}
.header{
    font-weight:bold;
    padding-left:15%;
    font-size: 3rem;
    color: #ffffff;
    text-shadow:
    1px 1px 0 #ccc,
    2px 2px 0 #bbb,
    3px 3px 0 #aaa,
    4px 4px 0 #999,
    5px 5px 10px rgba(0, 0, 0, 0.4);
}
.header2{
    font-weight:bold;
    padding-left:20%;
    font-size: 4rem;
    color: #3B0E0F;
    text-shadow:
    1px 1px 0 #6b3a3b,
    2px 2px 0 #5a2b2c,
    3px 3px 0 #491d1e,
    5px 5px 10px rgba(0, 0, 0, 0.4);
}
#menu{
    background-color:#303238;
    min-height:50px;
    z-index:50 !important;
    width:100%;
    position:relative;
    top:0px;
}
.mobilemenu{
    display:none;
}
.mobilemenu-link{
        display:none;
    }
.menu-link{
    display:inline-block;
    width:19%;
    text-align:center;
}
.menu-link a{
    color:#fff;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
}
.menu-link a:hover{
    color:#3B0E0F;
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
}
#footer{
    background-color:#494949;
    color:#fff;
    text-align:center;
    font-size:15px;
    vertical-align:bottom;
    width:100%;
    position: relative;
    top:0px;
    z-index:4;
}
#map{
   min-width:100%;
   Max-width:100%;
   position:relative;
   top:-65px;
   z-index:1;
}
#map img{
    min-width:100%;
   Max-width:100%;
}
#route{
    background-color:#000;
    padding-left:20px;
    padding-top:20px;
    position:relative;
   top:-60px;
   z-index:1;
}
#blog{
    line-height:25px;
    padding-top:20px;
}
#blog img{
    padding-left:60px;
}
.outterwrapper{
    display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.wrapper {
    flex: 1 1 calc(24%);
  display: flex;
  align-items: center;
}
.circle {
  width: 30px;
  height: 30px;
  background-color: #0288D1;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.label {
  font-size: 1.2rem;
  color: #fff;
  padding-left:5px;
}
.title{
    font-size:30px;
    color: #fff;
    text-shadow:
    1px 1px 0 #6b3a3b,
    2px 2px 0 #5a2b2c,
    3px 3px 0 #491d1e,
    5px 5px 10px rgba(0, 0, 0, 0.4);
    position:relative;
    left:30px;
}
.date{
    font-size:15px;
    position:relative;
    left:30px;
}
.post{
    font-size:20px;
    position:relative;
    left:60px;
}
#comment{
        font-size:20px;
    }
.divider{
    width:90%;
    margin-top:30px;
    margin-bottom:50px;
    margin-left:5%;
    margin-right:5%;
    background-color:#787878;
    height:2px;
}
.divider2{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    background-color:#903737;
    height:2px;
}
.image img{
    max-width:300px;
}

.input-container {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

input {
  width: 450px;
  border: 2px solid rgb(207, 207, 207);
  border-radius: 6px;
  height: 50px;
  padding-left: 10px;
}

input::placeholder {
  font-size: 16px;
  opacity: 0.4;
}

input:focus {
  outline-color: rgb(124, 176, 236);
}

.gallery_title {
  text-align: center;
  padding-bottom: 1rem;
}

.gallery {
  box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: grid;
  max-width: 90%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 180px;
  grid-gap: 20px;
  padding-bottom: 70px;
}

.gallery .item {
  max-width: 180px;
  height: 180px;
  margin: 0 auto;
  cursor: pointer;
  filter: grayscale(40%);
}

.gallery .item:hover {
  filter: none;
  transition: 0.3s ease-out;
  transform: scale(1.06);
}
.comments{
    font-size:20px;
    padding-left:80px;
    padding-top:20px;
    max-width:500px;
}
.commentname{
    font-size:16px !important;
}
.commentdate{
    font-size:14px !important;
}
.thecomment {
    font-size:16px !important;
    padding-left:20px;
}
img {
  max-width: 180px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
}

.formfield, .commentbutton{
    max-height:25px;
}
@media screen and (max-device-width:450px), screen and (max-width:450px) {
    #topdiv {
        min-width: 100%;
        background-image: url("background3.png");
        background-size: cover;
        background-position-y: center;
        padding-top: 50px;
        padding-bottom: 150px;
        position: relative;
        z-index: 3;
    }
    .header{
        font-weight:bold;
        padding-left:5%;
        font-size: 4rem;
        color: #ffffff;
        text-shadow:
        1px 1px 0 #ccc,
        2px 2px 0 #bbb,
        3px 3px 0 #aaa,
        4px 4px 0 #999,
        5px 5px 10px rgba(0, 0, 0, 0.4);
    }
    .header2{
        font-weight:bold;
        padding-left:12%;
        font-size: 5rem;
        color: #3B0E0F;
        text-shadow:
        1px 1px 0 #6b3a3b,
        2px 2px 0 #5a2b2c,
        3px 3px 0 #491d1e,
        5px 5px 10px rgba(0, 0, 0, 0.4);
        position:relative;
        top:50px;
    }
    #menu{
        display:none;
    }
    .mobilemenu{
        width:100%;
        max-height:50px;
        background-color:#303238;
        z-index:51;
        text-align:center;
        padding-top:10px;
        position:relative;
        top:-95px;
    }
    .mobilemenu-link{
        display:block;
        width:100%;
        background-color:#303238;
        text-align:center;
        padding-top:30px;
        padding-bottom:15px;
        position:relative;
        z-index:50;
        cursor:pointer;
    }
    .mobile-link{
        width:100%;
        background-color:#303238;
        font-size:80px;
        line-height:100px;
    }
    .mobile-link a{
        color:#fff;
    }
    .close {
        width:100%;
        background-color:#303238;
        font-size:80px;
        line-height:100px;
        color:#fff;
        cursor:pointer;
    }
    .wrapper {
        flex: 1 1 calc(80%);
        font-size:30px;
    }
    .label{
        font-size:50px;
    }
    .circle{
        width: 80px;
        height: 80px;
        font-size:50px;
    }
    .title{
        font-size:80px;
        line-height:90px;
    }
    .date{
        font-size:40px;
        line-height:50px;
    }
    .post{
        font-size:50px;
        line-height:60px;
        position:relative;
        left:0px;
        padding-left:5%;
        max-width:90%;
    }
    #blog img{
        padding-left:0px;
        min-width:100%;
    }
    .image{      
        min-width:100%;
    }
    .comments{
        font-size:45px;
        line-height:55px;
        padding-left:80px;
        padding-top:20px;
        max-width:600px;
    }
    .comments a{
        color:#9a0909;
        background-color:#ffffff;
        padding:5px;
        font-size:45px;
        line-height:55px;
    }
    #footer{
        background-color:#494949;
        color:#fff;
        text-align:center;
        font-size:40px;
        vertical-align:bottom;
        width:100%;
        position: relative;
        top:0px;
        z-index:4;
    }
    #map{
        display:none;
    }
    #route{
        top:-40px;
    }
    .formfield{
        max-height:50px;
        font-size:45px;
        margin-bottom:20px;
    }
    #comment{
        font-size:50px;
    }
    #comment textarea, #comment textarea, #blogpost textarea{
        max-width:90%;
        margin-bottom:20px;
        font-size:40px;
    }
    .commentbutton{
        max-height:80px;
        min-height:80px;
        font-size:60px;
    }
    #baguetteBox-overlay .full-image img{
        min-width:100%;
    }
    .commentname, .thecomment{
        font-size:35px !important;
    }
    .commentdate{
        font-size:30px !important;
    }
}
@media screen and (max-width: 480px) {
  input::placeholder {
    font-size: 13px;
  }
}