@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
h1{
    font-size: 0;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Manrope', sans-serif;
    padding: 0;
    margin: 0;
    background-color: var(--md-sys-color-background);
}

article{
    margin: 0% 15% 4% 15%;
}

a{
    text-decoration: none;
    margin: none;
    padding: none;
}


#logo{
    display: flex;
    padding: auto;
}

#user_info{
    display: flex;
    padding: auto;
}

#user_info p{
    color: var(--md-sys-color-on-secondary-container);
    padding: 0 10px;
    margin: auto;
    font-size: 15px;
}
#user_image_container{
    display: flex;
    background-color: var(--md-sys-color-primary);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
}

#user_image{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#logo_image{
    width: 45px;
    height: 45px;
    margin: auto;
    padding-top: 4px;
}

#logo h2{
    margin: auto;
    color: var(--md-sys-color-on-secondary-container);
    padding-left: 10px;
}


#title_banner{
    position: relative;
    height: 600px;
    padding-top: 100px;
    background-image: url(../images/web_image_bar_normal.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#image_aside{
    position:absolute;
    left: -150px;
}
#image_aside img{
    height: 550px;
    width: 550px;
    padding-top: 25px;
}

#text_aside{
    float: right;
    padding-right: 50px;
    font-size: 75px;
    font-weight: bold;
    line-height: .01;
    padding-top: 150px;
}

#text_aside p{
    font-size: 25px;
    font-weight: normal;
    top: -10px;
    float: right;
    padding-right: 10px;
}

#header{
    display: flex;
    justify-content:space-between;
    background-color: var(--md-sys-color-secondary-container);
    padding: 5px 15px 5px 15px;
    height: 50px;
    border-radius: 50px;
    margin: 5px 15px 0px 15px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    top: 20px;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li{
    float: left;
    padding: 0 2px 0 2px;
}

nav ul li a {
  display: block;
  color: var(--md-sys-color-on-secondary-container);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  margin: auto;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}

.selected{
  background-color: var(--md-sys-color-primary);
  opacity: 0.75;
  color: var(--md-sys-color-on-primary);
  transition: opacity 0.3s;
}

nav ul li a:hover {
  display: block;
  background-color: var(--md-sys-color-primary);
  opacity: 1;
  color: var(--md-sys-color-on-primary);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  margin: auto;
  
}

@media (max-width: 1268px) { 
    #image_aside {
        left: -300px;
    }

    #text_aside {
    float: right;
    padding-right: 5px;
    font-size: 75px;
    font-weight: bold;
    line-height: .01;
    padding-top: 150px;
    }

  
    #title_banner {
        height: 600px;
        background-image: url(../images/web_image_bar_normal.webp);
    }
}

@media (max-width: 900px) { 
    #image_aside {
        display: none; 
    }

    #text_aside {
    float: right;
    padding-right: 5px;
    font-size: 45px;
    font-weight: bold;
    line-height: .01;
    padding-top: 150px;
    }

  
    #title_banner {
        height: 600px;
        background-image: url(../images/web_image_bar_normal.webp);
    }

    #header{
        top: 5px;
    }

    .not_important{
        display: none;
    }
}

@media (max-width: 400px) { 
    #image_aside {
        display: none; 
    }

    #text_aside {
    float: right;
    padding-right: 2px;
    font-size: 20px;
    font-weight: bold;
    line-height: .01;
    padding-top: 150px;
    }

  
    #title_banner {
        height: 600px;
        background-image: url(../images/web_image_bar_normal.webp);
    }

}


footer{
    font-size: 10px;
    font-weight:lighter;
    display: flex;
    margin: auto;
    padding: 5px 15px;
    justify-content:space-between;
    background-color: var(--md-sys-color-inverse-surface);
}

footer p{
    color: #FFF9EC;
}

footer ul{
    list-style-type: none;
    display: flex;
    margin: auto;
    padding: 0;
}

footer ul li{
    float: left
}

.social_img{
    height: 15px;
    width: 15px;
    padding: 0 5px;
}



.light {
  --md-sys-color-primary: rgb(143 74 80);
  --md-sys-color-surface-tint: rgb(143 74 80);
  --md-sys-color-on-primary: rgb(255 255 255);
  --md-sys-color-primary-container: rgb(255 218 219);
  --md-sys-color-on-primary-container: rgb(114 51 58);
  --md-sys-color-secondary: rgb(118 86 88);
  --md-sys-color-on-secondary: rgb(255 255 255);
  --md-sys-color-secondary-container: rgb(255 218 219);
  --md-sys-color-on-secondary-container: rgb(92 63 65);
  --md-sys-color-tertiary: rgb(119 89 48);
  --md-sys-color-on-tertiary: rgb(255 255 255);
  --md-sys-color-tertiary-container: rgb(255 221 180);
  --md-sys-color-on-tertiary-container: rgb(93 66 27);
  --md-sys-color-error: rgb(186 26 26);
  --md-sys-color-on-error: rgb(255 255 255);
  --md-sys-color-error-container: rgb(255 218 214);
  --md-sys-color-on-error-container: rgb(147 0 10);
  --md-sys-color-background: rgb(255 248 247);
  --md-sys-color-on-background: rgb(34 25 26);
  --md-sys-color-surface: rgb(255 248 247);
  --md-sys-color-on-surface: rgb(34 25 26);
  --md-sys-color-surface-variant: rgb(244 221 222);
  --md-sys-color-on-surface-variant: rgb(82 67 68);
  --md-sys-color-outline: rgb(133 115 115);
  --md-sys-color-outline-variant: rgb(215 193 194);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(56 46 46);
  --md-sys-color-inverse-on-surface: rgb(255 237 237);
  --md-sys-color-inverse-primary: rgb(255 178 183);
  --md-sys-color-primary-fixed: rgb(255 218 219);
  --md-sys-color-on-primary-fixed: rgb(59 8 17);
  --md-sys-color-primary-fixed-dim: rgb(255 178 183);
  --md-sys-color-on-primary-fixed-variant: rgb(114 51 58);
  --md-sys-color-secondary-fixed: rgb(255 218 219);
  --md-sys-color-on-secondary-fixed: rgb(44 21 23);
  --md-sys-color-secondary-fixed-dim: rgb(230 189 190);
  --md-sys-color-on-secondary-fixed-variant: rgb(92 63 65);
  --md-sys-color-tertiary-fixed: rgb(255 221 180);
  --md-sys-color-on-tertiary-fixed: rgb(41 24 0);
  --md-sys-color-tertiary-fixed-dim: rgb(231 192 142);
  --md-sys-color-on-tertiary-fixed-variant: rgb(93 66 27);
  --md-sys-color-surface-dim: rgb(231 214 214);
  --md-sys-color-surface-bright: rgb(255 248 247);
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
  --md-sys-color-surface-container-low: rgb(255 240 240);
  --md-sys-color-surface-container: rgb(252 234 234);
  --md-sys-color-surface-container-high: rgb(246 228 228);
  --md-sys-color-surface-container-highest: rgb(240 222 222);
}