


body {
  
  min-height: 100vh;
  background-color: #FEFEFE;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  width: 95%;
  margin: auto;
}

p {
  margin: 0;
}
/* lang.css.php */

.lang {
    width: 100%;
    height: 19px;
    color: black;
    display: flex;
    justify-content: flex-end;
    font-size: smaller;
    font-weight: 100;
    margin-top: 10px;
    visibility: hidden;
}

.langbox {
    display: flex;
    align-items: center;
    width: 120px;
    border-left-width: 20px;
}

.langbox img {
    width: 40px;
    height: 19px;
    object-fit: cover;

}

.langbox p {
    width: 50px;
    margin-left: 5px;
}

/* file: middle.css */

.cv {
    display: flex;
    height: 100%;
    margin: 0;
    margin-top: 15px;
}

.left {
    flex-grow: 8;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;

}

.occupation {
    background-color: #edf8fd;
    border-left-color: #1572A1;
    border-radius: 15px;
    width: 90%;
    padding: 20px;
    border-left-width: 23px;
    border-left-style: solid;
}
.date {
    margin-top: 5px;
    margin-left: 0px;
    font-style: italic;
    font-weight: 100;
}

.client {
    font-weight: 200;
    font-size: large;
}

.title {
    font-weight: 400;
    font-size: larger;

}

.desc {
    font-size: medium;
    font-weight: 300;
}
.desc ul{
    list-style: none;
    padding-left: 40px;
    margin: 0;
}


.right {
    flex-grow: 2;
    height: 100%;
    margin: 0;
    min-width: 190px;
}

.right form {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.right fieldset {
    margin: 0;
    padding: 10px;
}

.right legend {
    margin-left: 15px;
    padding: 0 8px 0 8px;
}

.about {
    display: flex;
}

.link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 35px;
}

.link a{
    display: flex;
    margin: 20px;
    width: 230px;
    height: 150px;
    border-radius: 25px;
    text-decoration: none;
    color: black;
    border-width: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.link a:visited {
    color: black;
}

.link a:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.link a img {
    width: 100px;
    margin: auto;
}

.hobbies {
    margin: auto;
    margin-top: 40px;
    width: 80%;
}

.hobbies img {
    width: 180px;
}

.marts {
    display: flex;
}

.finance {
    display: flex;
}

.marts img {
    margin-right: 50px;
}

.finance img {
    margin-left: 50px;
}

.contact {
    margin: auto;
}.top {
    width: 100%;
    height: 150px;
    margin-top: 10px;
    display: flex;
    margin-left: 30px;
    margin-bottom: 10px;
}

.top img {
    object-fit: contain;
    height: 150px;
    width: 112px;
    border-radius: 15px;
    margin-right: 20px;
}

.top .title {
    flex-grow: 6;
    display: flex;
    flex-direction: column;


}
.title p {
    visibility: hidden;
    flex-grow: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu {
    flex-grow: 6;
    height: 100%;
}

.menu ul {
    display: flex;
    list-style-type: none;
    align-items: flex-end;
    justify-content: space-around;
    height: 100%;
    margin: 0;
}

.menu ul li {
    flex-grow: 1;
    text-align: center;
    background-color: #9AD0EC;
    height: 100%;
    display: grid;
    align-items: center;
}

.menu ul li:hover {

    border-bottom-style: solid;
    border-bottom-width: 10px;
    height: 89%;
    border-bottom-color: #C2F970;
    transition-duration: 400ms;
 }

.selected {

    border-bottom-style: solid;
    border-bottom-width: 10px;
    height: 89% !important;
    border-bottom-color: #C2F970;
    transition-duration: 400ms;
 }

 #menu-about {
    border-radius: 20px 0 0 20px;
 }

 #menu-contact {
    border-radius: 0 20px 20px 0;
 }
