*{
    transition: all 0.4s;
}



body{
    background-color: #2234ae;
    background-image: linear-gradient(315deg, #2234ae 0%, #191714 74%);
    font-family: "Montserrat", sans-serif;
    color: white;
    display: grid;
    grid-template-columns: 1fr 6fr;
}


header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.Burger-Menu{
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.454);
    border-radius: 5px;
    padding: 5px;
}

.Burger-Menu__Line{
    width: 40px;
    height: 0.5px;
    background-color: white;
    padding: 1px;
}

.Burger-Menu:hover{
    opacity: 50%;
}

h1{
    border: 1px solid gold;
    background-color: rgba(255, 217, 0, 0.189);
    border-radius: 10px;
}

.Heading{
    text-align: center;
}

.ColFlex{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

a{
    text-decoration: none;
    color: white;
    transition: all 0.2s;
}

a:hover{
    color: gold;
    cursor: pointer;
    text-decoration: underline;
}

.Columns{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    margin-top: 30px;
    text-align: center;
}

.List{
    text-align: start;
}

img{
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.285);
}

.Icon{
    background-color: rgba(255, 255, 255, 0);
}


nav{
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    padding: 0px;
}

.Button{
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    width: 120px;
}

.Button:hover{
    color: gold;
    border: 1px solid gold;
    text-decoration: none;
}

.MainPhoto{
    border-radius: 5px;
    border: 1px solid white;
}

.SmallImage{
    width: 300px;
    height: 200px;
}

.Article{
    display: flex;
    flex-direction: row;
    margin: 70px;
    gap: 30px;
}

.WallOfFame_Section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.WallOfFame_Container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}


.Text_HighLighted{
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.285);
    display: flex;
    align-items: center;
    gap: 10px;

}

.Text_HighLighted img{
    margin: 0px;
    padding: 0px;
}
.Gallery{
    margin-top: 10px;
    margin-bottom: 30px;
}

.History{
    text-align: left;
    background-image: url(/SRC/bgWall.gif);
    color: black;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.285);
    font-weight: 500;
}

.History h1{
    background: none;
    text-align: center;
    justify-content: center;
    border: none;
    padding-left: 0px;
    margin-left: -20px;
}

.CV{
    background-image: url(/SRC/bgWall.gif);
    color: black;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.285);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CV a{
    color: rgb(0, 60, 255);
}

.CV h1{
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.317);
    border: 1px solid black;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.256);
}

.CV p{
    display: flex;
    padding: 5px;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center;
    text-align: left;
    
}

.CV p img{
    width: 50px;
    padding: 5px;
}

.CV_Container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.CV_Container .Flags{
    width: 35px;
}

.CV_Container .Icon{
    width: fit-content;
    background-color: white;
}

.CV_Container img{
    align-self: center;
}

.CV_Container li{
    text-align: left;
}

.CV_Container .Description{
    align-self: center;
}

.Transparent_Image{
    background-color: rgba(255, 255, 255, 0.100);
    padding: 10px;
    backdrop-filter: blur(10px);
}

.Transparent_Image:hover{
    background-color: rgba(255, 255, 255, 0.200);
}

.Diplomas_Container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.Diplomas_Container img{
    margin: auto;
}

.Tools_Container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.Tools_docs{
    display: flex;
    flex-direction: column;
    width: 110px;
    gap: 10px;
}

.Tools_Column{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Links{
    display: flex;
    flex-direction: column;
    max-width: 450px;
    gap: 10px;
    margin: auto;
    margin-top: 20px;
}

.Links_Container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.GuestBook_Container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.GuestBook_Container p{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
}

.GuestBook_Container img{
    align-self: center;
}

.Text-align-left h4{
    text-align: left;
}

.Text-align-left h3{
    text-align: left;
}

.Text-align-left p{
    text-align: left;
}

li{
    text-align: left;
}

@media screen and (max-width: 1280px ) {
    img{
        max-width: 280px;
        object-fit: fill;
    }
}



@media only screen and (max-width: 1000px ) {

    *{
        text-align: center;
    }

    .Links_Container{
        display: flex;
        flex-direction: column;
    }


    .Links{
        display: flex;
        flex-direction: column;
        max-width: 300px;
    }

    .Tools_Container{
        display: flex;
        flex-direction: column;
    }

    .Diplomas_Container{
        display: flex;
        flex-direction: column;
    }

    .CV p{
        font-size: 0.9em;
    }

    .CV li{
        font-size: 0.9em;
    }

    .CV h1{
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.317);
        border: 1px solid black;
        width: 200px;
    }

    .CV_Container img{
        align-self: center;
        width: 250px;
    }

    .History{
        font-size: 0.9em;
    }

    .Text_HighLighted{
        font-size: smaller;
    }

    .WallOfFame_Container{
        display: flex;
        flex-direction: column;
    }

    h4{
        font-size: smaller;
    }

    .Article{
        display: flex;
        flex-direction: column;
        margin: 0px;
        margin-top: 20px;
    }

    ul{
        display: flex;
        flex-direction: column;
        text-align: center;
        text-decoration: none;
        padding: 0px;
        align-items: center;
        list-style-position: inside;
    }

    nav{
        display: none;
    }

    .Columns{
        grid-template-columns: 1fr;
    }

    body{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Burger-Menu{
        display: flex;
        position: fixed;
        align-self: start;
        left: 10px;
        top: 20px;
        z-index: 11;
    }

    main{
        display: flex;
        flex-direction: column;
        width: 300px;
    }

    h1{
        font-size: medium;
        width: 300px;
        align-self: center;
        padding: 5px;
    }

    .MainPhoto{
        width: 300px;
    }

    .ColumnA{
        order: 1;
    }

    .ColumnB{
        order: 0;
    }

    .NavigationShow{
        display: flex;
        position: fixed;
        overflow-y: scroll;
        background-color: rgba(0, 0, 0, 0.525);
        width: 100%;
        height: 100%;
        padding: 10px;
        margin-top: 0px;
        z-index: 10;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        top: 0px;
        justify-content: flex-start;
    }


    img{
        max-width: 300px;
        justify-self: center;
    }


  }