body {
    background-color: #000000;
    background-image: url(../images/002-subtle-light-pattern-background-texture.jpg);
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    display: flex;
    min-height: 100vh;
}
nav {
    width: 583px;
    float: right;
    top: 10px;
    position: relative;
}
nav a {
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #757575;
}
nav ul {
    list-style: none;
}
nav ul li {
    float: left;
    padding-right: 35px;
}
nav ul li:hover > ul {
    display: block;
}
nav ul ul {
    display: none;
    position: absolute;
    background: #e3e7e8;
    border-radius: 0;
    padding: 0;
}
nav ul ul li {
    width: 100%;
    border-bottom: 1px solid #757575;
    padding-right: 0;
}
nav ul ul li a {
    margin: 10px 20px;
    display: block;
}
#container {
    width: 600px;
    margin: 0 auto;
	padding-bottom: 100px;
}
#container_gallery {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
}
#container h1, #container_gallery h1 {
    text-align: center;
    padding: 24px 0 24px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.logo {
    width: 300px;
    float: left;
    position: relative;
    left: 42px;
    top: 10px;
}

.copyright {
    text-align: center;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 16px;
    margin: 10px 0;
}
.history p {
    padding: 0 3%;
}
.news p {
    text-align: center;
    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-bottom: 30px;
    line-height: 18px;
}
.news p a {
    font-weight: bold;
}
.news .right p {
    position: relative;
    left: 30%;
}
.news .left p {
    position: relative;
    left: 20%;
}
.right {
    float: right;
    padding: 0;
    width: 50%;
}
.left {
    float: left;
    padding: 0;
    width: 50%;
}
.slides li p {
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.wrapper {
    max-width: 1120px;
    width: 95%;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 50px;
    flex: 1;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .wrapper {
        max-width: unset !important;
        width: 90% !important;
    }
    #menu ul li ul {
        width: 100%;
        position: relative;
    }
    #container, #container_gallery {
        width: 90% !important;
    }
    /* You can adjust the image width as needed */
    #container img {
        width: 100%;
    }
	#menu, #menu li {
		
		width: 100%;
			padding-right: unset;
		float: unset;
	}
	#menu li a {
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	#menu ul {
		padding-left: unset;
	}
    .slides {
        padding-top: 40px !important;
    }
    .flex-direction-nav {
        display: none;
    }
	.logo {
		float: unset;
		left: unset;
		top: unset;
		margin: 0 auto;
	}
}