html {
    scrollbar-face-color:#32bbf2;
	scrollbar-track-color:#d6f4ff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#9fe3ff;
	scrollbar-3dlight-color:#c9f2ff;
	scrollbar-shadow-color:#1579a3;
	scrollbar-darkshadow-color:#0b4f6b;
	scrollbar-color:#32bbf2 #BEDBFF
	}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('../../image/background.jpg');
	background-color: #03389e;
    background-size: cover;
    background-attachment: fixed;
}

#container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#header {
    background-color: #333333;
    color: white;
    height: 50px;
	line-height: 50px; 
    margin: 10px 0;
    position: relative;
    width: 100%;
}

.corner {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 50px;
    background: url('../../image/corner.png') no-repeat;
}

.left {
    left: -25px;
    background-position: left;
}

.right {
    right: -25px;
    background-position: right;
}

#nav {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

#nav li {
    display: inline;
    margin-right: 10px;
}

#nav li a {
    color: white;
    text-decoration: none;
    padding: 0 20px;
}

#language-switcher {
    float: right;
}

#change-language-link {
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 0 10px;
	
}

#language-icon {
    width: 24px;
    height: 24px;
}

#content {
    clear: both;
}

#info-box {
    width: 50%;
    color: white;
	float: left;
    padding: 40px;
    background-color: rgba(0, 22, 105, 0.1);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

#image-box {
    float: right;
    width: 36%;
    padding: 20px;
}

#image-box img {
    width: 100%;
    height: auto;
}

#footer {
    text-align: center;
    padding: 10px 0;
    background-color: #333333;
    color: white;
    font-size: 0.75em;
    bottom: 0;
    width: 100%;
}

#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#footer {
    text-align: center;
    padding: 10px 0;
    background-color: #333333;
    color: white;
    font-size: 0.75em;
}

#info-box h1 {
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 20px;
    font-size: 2.5em;
    text-align: center;
}

#Info-video {
    width: 29%;
    color: white;
	float: left;
    padding: 40px;
    background-color: rgba(43, 64, 82, 0.4);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

#shit {
    color: white;
    font-size: 0.75em;
}

#project-gallery {
    padding: 20px;
    text-align: center;
}

#project-gallery h2 {
    color: #FFF;
    font-size: 2em;
    margin-bottom: 20px;
}

#project-gallery h3 {
    color: #FFF;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project-item {
    margin: 10px;
    border: 1px solid #CCC;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.project-item:hover {
    transform: scale(1.05);
}

.project-item img {
    width: 256px;
    height: 256px;
    object-fit: cover;
}

@media (max-width: 768px) {
    #container {
        width: 90%;
        padding: 0 0px;
    }

    #header, #footer {
        height: auto;
        line-height: normal;
        padding: 10px 0;
		border-radius: 25px; /* moblie web */
    }

    #nav li {
        display: block;
        margin: 5px 0;
    }

    #nav, #language-switcher {
        float: none;
        text-align: center;
    }

    #info-box, #image-box {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    #info-box {
        margin-top: 10px;
    }

    .corner {
        display: none;
    }
}

@media (max-width: 480px) {
    #info-box h1 {
        font-size: 1.5em;
    }

    #nav li a, #change-language-link {
        padding: 0 10px;
    }

    #language-icon {
        width: 20px;
        height: 20px;
    }
}

/* HOME PAGE POSTS */
#posts-section {
    clear: both;
    padding: 20px 0;
}
.posts-heading {
    color: #FFFFFF;
    font-size: 1.6em;
    padding: 10px 0 14px 0;
    margin: 0;
    border-bottom: 1px solid #3355aa;
}
.post-card {
    background-color: rgba(0, 22, 105, 0.25);
    border: 1px solid #3355aa;
    padding: 14px;
}
.post-card-tag {
    color: #ffffff;
    font-size: 0.72em;
    text-transform: uppercase;
}
.post-card-title {
    font-size: 1em;
    margin: 6px 0 8px 0;
    padding: 0;
}
.post-link {
    color: #ffffff;
    text-decoration: none;
}
.post-link:hover {
    text-decoration: underline;
    color: #aaccff;
}
.post-card-desc {
    color: #ffffff;
    font-size: 0.82em;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.post-read-more {
    color: #ffffff;
    font-size: 0.78em;
    text-decoration: none;
}
.post-read-more:hover {
    text-decoration: underline;
}

/* POSTS PAGE */
.post-item {
    background-color: rgba(0, 22, 105, 0.25);
    border: 1px solid #3355aa;
    padding: 14px;
    text-align: left;
}
.post-item-tag {
    color: #ffffff;
    font-size: 0.72em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.post-item-title {
    font-size: 1em;
    margin: 0 0 8px 0;
    padding: 0;
}
.post-item-link {
    color: #ffffff;
    text-decoration: none;
}
.post-item-link:hover {
    text-decoration: underline;
    color: #aaccff;
}
.post-item-desc {
    color: #cccccc;
    font-size: 0.82em;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
