@media screen and (max-width: 55em) {
    #watchmore {
        display: block;
        margin-top: 10px;
        padding: 5px;
        background-color: #710707;
        position: static;
        color: white;
        font-size: 22px;
        text-align: center;
        border: none;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 8px;
        padding: 10px 35px 10px 35px;
        cursor: pointer;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
        transition: background-color 0.7s, color 0.5s;
        transform: none;
        -ms-transform: none;
    }
    #watchmore:hover {
        background: #9d8665;
        font-size: 22px;
    }
    #watchmore:active {
        opacity: 0.5;
    }
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .column img:hover {
        transform: none;
        z-index: 4;
    }
    #beforeSection {
        border-top: none !important;
    }
    .number-input button:before,
    .number-input button:after {
        display: inline-block;
        position: absolute;
        content: '';
        width: 10px;
        height: 2px;
        background-color: #212121;
        transform: translate(-50%, -50%);
    }
    .number-input button {
        padding: 4px;
    }
    .number-input {
        width: 100px;
    }
    .Map iframe {
        width: 100%;
        height: 100%;
    }
    .SocialMedia {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        align-content: center !important;
    }
}

@media screen and (max-width: 48em) {
    .SliderIndicator {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-top: 0;
    }
    #HiddenMenu {
        display: flex;
        flex-direction: column;
    }
    #Book {
        display: none;
    }
    .SocialMediaMenu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        padding-right: 0;
        height: 100%;
        margin: 14px auto 10px auto;
        max-width: 50%;
    }
    .menuList {
        width: 100%;
        padding: 0 !important;
        background-image: linear-gradient(225deg, #285430, #5F8D4E);
    }
    .navbar ul li {
        font-size: 18px;
        width: 100%;
    }
    .navbar ul li a {
        text-align: center;
        padding: 10px 0 !important;
    }
    .navbar ul li:hover ul {
        display: none;
    }
    .arrow {
        display: none !important;
    }
    .container {
        padding-top: 250px;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 60px;
        grid-template-rows: auto;
    }
    .container img {
        margin-top: 20px;
    }
    .Main {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 100px;
        width: 100%;
        height: 150px;
        background: #030303;
        margin: auto;
    }
    .Main .Welcome {
        display: block;
        text-align: center;
        font-size: 28px;
        line-height: 42px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .Main .Welcome p {
        padding-bottom: 4px;
    }
    .Main div.reveal {
        position: relative;
        transform: translateY(0px) !important;
        opacity: 0;
        transition: all 1.6s ease;
    }
    .Main div.reveal.active {
        transform: translateY(0px);
        opacity: 1;
    }
    .Main .Button {
        display: none !important;
    }
    .Headings {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 28px;
    }
    .Places {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: 25px;
        margin-right: 25px;
        padding: 45px;
        column-gap: 50px; 
        row-gap: 25px;
        padding-top: 35px;
        background-color: #fff;
    }
    .Castle {
        row-gap: 20px;
    }
    .Castle .Info {
        display: none;
    }
    .CastlePicture {
        margin: 40px 0;
    }
    .CastleGrid .Heading {
        letter-spacing: 2px;
        text-align: center;
        font-size: 24px;
    }
    .PlaceName {
        width: 50%;
        font-size: 28px;
    }
    .Places p {
        font-size: 22px;
    }
    .Places {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: 25px;
        margin-right: 25px;
        padding: 35px 10px 45px 10px;
        column-gap: 45px; 
        row-gap: 25px;
    }
    .PlacesVideo {
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px 5px;
    }
    section:nth-of-type(5) .Heading {
        padding-left: 20px;
    }
    #Hotel {
        width: 40%;
    }
    #Hotel:hover {
        transform: scale(2.2) translateY(90px) translateX(90px);
    }
    .Reservation .Places {
        padding-top: 0 !important;
    }
    .MakeReservation {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: center;
    }
    .ReservationData {
        width: 40%;
        margin-left: 25px;
        margin-right: auto;
    }
    .InputData {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .number-input button {
        width: 15px;
        height: 2rem;
    }
    .number-input button:first-child {
        margin-left: 4px;
    }
    .number-input input[type=number] {
        font-size: 18px;
        font-weight: lighter;
    }
    .InputData {
        width: 70%;
    }
    .Date .book {
        margin-top: 25px;
    }
    .Date div:last-child {
        margin-top: 5px !important;
    }
    .Reservation .book {
        margin-top: 5px;
    }
    #afterSeparation {
        column-gap: 5px;
        grid-template-columns: 1fr !important;
        row-gap: 15px;
    }
    .Map iframe {
        width: 100%;
        height: 400px;
    }
    .FooterInfo {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        row-gap: 10px;
        font-size: 18px;
    }
    .FooterInfo .logo {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
    }
    .FooterInfo ul {
        width: 100%;
    }
    .FooterInfo .logo {
        padding-left: 0;
    }
    .menuListextra {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .fa-2x {
        font-size: 1.9em !important;
    }
}

@media screen and (max-width: 35em) {
    .menuList {
        left: -200%;
    }
    .SliderIndicator {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .Places {
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-right: 0;
        padding: 35px;
        padding-bottom: 18px;
        row-gap: 25px;
    }
    .Gallery {
        padding-left: 10px;
        padding-right: 10px;
    }
    .Reservation .Heading {
        padding-left: 25px !important;
    }
    .ReservationData .book {
        font-size: 18px;
    }
    .ReservationData .book:hover {
        font-size: 18px;
    }
    .Videos {
        grid-template-rows: 1fr 1fr 1fr;
    }
    .Videos div {
        width: 100%;
    }
    #Hotel {
        width: 400px;
    }
    #Hotel:hover {
        transform: scale(1.2) translateY(80px) translateX(5px);
    }
    .separation img {
        height: 20%;
    }
    .FooterInfo {
        display: flex;
        flex-direction: column !important;
        row-gap: 25px;
        justify-content: center;
        padding: 30px 0 30px 0;
        margin-left: 20px !important;
        margin-right: 20px !important;
        font-size: 22px;
    }
    .FooterInfo ul {
        width: 100%;
    }
    .menuListextra {
        margin-right: 0 !important;
    }
    .SocialMedia {
        grid-column: 1 / 3;
        grid-row: 2;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center !important;
        padding-right: 0;
    }
    .fa-2x {
        font-size: 1.7em !important;
    }
}

@media screen and (max-width: 26em) and (min-width: 12em) {
    .menuList {
        padding-top: 15px !important;
    }
    .SocialMediaMenu {
        margin-top: 17px;
    }
    .SliderIndicator {
        width: 100%;
        padding: 0;
        justify-content: space-around;
    }
    .arrow {
        display: block;
        margin-right: 85px;
    }
    .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding-top: 180px;
    }
    .container img {
        margin-top: 50px;
    }
    .Main {
        height: 120px;
    }
    .Main .Welcome {
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
    }
    .Places {
        grid-template-columns: 1fr;
        margin-left: 2px;
        margin-right: 2px;
        padding: 35px 10px 18px 10px;
        column-gap: 50px; 
        row-gap: 25px;
    }
    .PlaceName {
        font-size: 22px;
    }
    .Places p {
        font-size: 18px;
    }
    .Places {
        grid-template-columns: 1fr;
        row-gap: 17px;
    }
    .CastleGrid .Heading {
        letter-spacing: normal;
        font-size: 22px;
    }
    .PlacesVideo {
        margin-left: 5px;
        margin-right: 5px;
    }
    #Hotel {
        max-width: 300px;
    }
    #Hotel:hover {
        transform: none;
    }
    .FooterInfo {
        display: flex !important;
        flex-direction: column;
        row-gap: 10px;
        font-size: 18px;
        align-content: center !important;
    }
    .FooterInfo ul {
        width: 100%;
    }
    .FooterInfo .logo {
        padding-left: 0;
    }
    .menuListextra {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .viber- {
        padding-right: 0;
        font-size: 14px;
    }
    .fa-2x {
        font-size: 34px !important;
    }
}