* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    line-height: 1.6;
}

body {
   /* background-image: url('../images/background.jpg');*/
    background-color: #15151a;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Inter;
    color: #e0e0e0;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    margin-left: 15%;
}

.sidebar {
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 270px;
    height: 100%;
    width: 14%;
    position: fixed;
    left: 0;
    padding-left: 40px;
    top: 0;
    padding-top: 10%;
    border-right: 1px solid #444;
    background-image: url('../images/sidebar.png');
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar div {
    padding: 8px;
    font-size: 26px;
    display: block;
    margin-left: 5%;
    white-space: nowrap;
}

.sidebar .avatare {
    margin-left: 2%;
    width: 100%;
    height: auto;
}

.sidebar .name {
    white-space: nowrap;
    margin-left: 3%;
}

@media only screen and (max-width: 768px) {
    .sidebar div {
        margin-left: 15%;
        padding: 2px;
        font-size: 1px;
    }

    .sidebar .avatare {
        margin-left: 25%;
        width: 80%;
        height: auto;
        margin-bottom: 10px;

    }

    .responsive-image {
        width: 100%;  
	height: auto;
	border-radius: 6px;
    }

    .sidebar .name {
        margin-left: 16%;
    }

    .container {
        flex-direction: column;
        margin-left: 0;
    }

    .body-text {
        margin: 20px;
    }

    .sidebar {
        width: 100%;
        padding: 20px;
        position: relative;
        border-right: none;
        height: auto;
    }

    #form input,
    #form textarea {
        width: 100%;
        box-sizing: border-box;
    }
}

.sidebar div a {
    font-size: 20px;
}


.body-text {
    flex: 1;
    margin: 10% 20%;
    color: #e0e0e0;
    font-family: Inter;
    font-weight: 300;
    line-height: 1.8em;
}

.body-text h1 {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 20px;
}

.body-text h2 {
    padding-bottom: 12px;
    font-weight: 600;
}

.body-text h4 {
    font-weight: 600;
    padding-top: 10px;
}

.body-text hr {
    background-color: #333;
    height: 1px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.icons {
    color: #fff;
    font-size: 1em;
    margin-bottom: 1em;
}

.icons a:hover {
    text-decoration: none;
}

.sidebar div .iconsfix {
    text-decoration: none;
}

.fa-user {
    font-size: 2em;
}

a {
    color: #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #bbb5af;
}

input::placeholder, textarea::placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: #bbb5af;
}

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
    color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
    color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
    color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

#form {
    position: relative;
    width: 50%;
    margin: 50px auto 100px auto;
}

input {
    font-size: 0.875em;
    width: 470px;
    height: 50px;
    padding: 0 15px 0 15px;

    background: transparent;
    outline: none;
    color: #726659;

    border: solid 1px #b3aca7;
    border-bottom: none;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

input:hover {
    background: #b3aca7;
    color: #e2dedb;
}

.contact-textarea {
    width: 470px;
    max-width: 470px;
    height: 120px;
    max-height: 300px;
    padding: 15px;

    background: transparent;
    outline: none;

    color: #726659;
    font-family: Inter;
    font-size: 0.875em;

    border: solid 1px #b3aca7;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.edit-textarea {
    width: 1000px;
    max-width: 100%;
    height: 470px;
    max-height: 100%;
    padding: 15px;

    background: transparent;
    outline: none;

    color: #726659;
    font-family: Inter;
    font-size: 0.875em;

    border: solid 1px #b3aca7;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
    background: #b3aca7;
    color: #e2dedb;
}

.submit-contact {
    width: 470px;

    padding: 0;
    margin: -5px 0 0 0;

    font-family: Inter;
    font-size: 0.875em;
    color: #b3aca7;

    outline:none;
    cursor: pointer;

    border: solid 1px #b3aca7;
    border-top: none;
}

.submit-blog {
    width: 100%;

    padding: 0;
    margin: -5px 0 0 0;

    font-family: Inter;
    font-size: 0.875em;
    color: #b3aca7;

    outline:none;
    cursor: pointer;

    border: solid 1px #b3aca7;
    border-top: none;
}

.submit-adm {
    width: 100%;

    padding: 0;
    margin: -5px 0 0 0;

    font-family: Inter;
    font-size: 0.875em;
    color: #b3aca7;

    outline:none;
    cursor: pointer;

    border: solid 1px #b3aca7;
    border-top: none;
}

#submit:hover {
    color: #e2dedb;
}

ul {
    padding: 0;
    margin-left: 55px;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #444444;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.elegant-image {
  max-width: 100%; 
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease; 
}

.elegant-image:hover {
  transform: scale(1.05); 
}

