/*heritage block:start*/
html { font-family: sans-serif; 
    background: #FFBE6C; 
    padding: 1rem; 
}
a
{
    color: #377ba8;
    text-decoration-color: white;
}
tr:first-child th:first-child {
    border-radius: 10px 0 0 0;
}
tr:first-child th:last-child {
    border-radius: 0 10px 0 0;
}
table {
    background: rgb(236, 236, 236);
    border-radius: 10px;
    width: 100%;
    margin: 1rem 0;
    box-shadow: 0 5px 10px #070824b2;
}
tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}
tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}
tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
body { max-width: 70vw; 
    margin: 0 auto; 
    background: white;
    position:relative;
    padding: 1rem; 
    border-radius: 15px;
    box-shadow:0 10px 20px #070824b2;
}
h1 { 
    font-family: 'Impact', fantasy;
    color: #377ba8; 
    margin: 1rem 0;
    font-size: 2rem;
    letter-spacing: 3px;

}
a { background-color: #377ba8;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}
nav { background: lightgray;  
    display: flex; 
    align-items: center;
    padding: 0 0.5rem;
    border-radius: 15px;
    position: relative;
}
nav h1 { flex: auto; 
    margin: 0; 
}
nav ul { display: flex;
    list-style: none; 
    margin: 0; 
    padding: 0; 
}
nav ul li a, nav ul li span, header { display: block; 
    padding: 0.5rem; 
    margin: 0.3rem;
    background-color: #377ba8;
    color:white;
    border-radius: 10px;
    text-decoration: none;
}
nav ul li a:hover{
    background-color:#b3dbf6;
    color:#000000;
    transform: scale(1.05);
}
#map {
    width: 100%;
    height: 400px;
    margin-top: 1rem;
    border-radius: 10px;
}
footer{
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #1f1f1f;
}
.avion_logo{
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 10;
}
/*heritage block:end*/
/*about block:start*/
.members{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.member_box{
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    max-width: 700px;
}

.member_box img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
    background-color: #000000;
}


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

.member_info a{
    align-self: flex-end;
    margin-top: 10px;
    text-decoration: none;
    color: white;
    background: #3498db;
    padding: 6px 12px;
    border-radius: 6px;
}
.member_box:nth-child(even){
    flex-direction: row-reverse;
}
/*about block: end*/
/*trista´n page:start*/
#TristanBody{
    background-color: rgb(255, 255, 255);
}
#TristanH1{
    color: #000000;
    font-size: 30px;
}
#TristanH2{
    color: #000000;
    font-size: 25px;
}
#TristanP{
    color:rgb(0, 0, 0);
}
#TristanUl{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
}
#TristanName{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 1px solid rgb(118, 65, 214);
    background-color: rgb(118, 65, 214);
    margin-left: 1cm;
    margin-right: 1cm;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 10rem;
    border-radius: 10px;
}
#TristanDescription{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 200px;
    border: 1px solid rgb(118, 65, 214);
    background-color: rgb(118, 65, 214);
    margin-left: 1cm;
    margin-right: 1cm;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 20rem;
    border-radius: 10px;
    font-size: 18px;
}
#description ul{
    margin-left: 60px;
    color:rgb(56, 41, 85)
}
#hobbies ul li{
    margin-left: 50px;
    color:rgb(56, 41, 85)
}
#description p{
    margin-left: 100px;
    color:rgb(56, 41, 85)
}
#TristanImage1{
    margin-left:20px;
    border-radius: 10px;
    width: 450px;
    height: auto;
    overflow: hidden;
}


#TristanImage2{
    margin-left:100px;
}
/*tristan page:end*/

