
.entro{
    width: 100%;
    height: 400px;
    display: flex;
}
.entro img{
    width: 100%;
    height: 400px;
}
.description{
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 2%;
}
.description p{
    width: 80%;
    padding-top: 10px;
}
.vehicles{
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: column;
}
.cessna{
    width: 90%;
    height: auto;
    margin: 2%;
    display: flex;
    flex-direction: row;
}
.cessna-photo{
    width: 48%;
    margin: 2%;
}
.cessna img{
    width: 100%;
    height: auto;
}
.cessna-text{
    width: 48%;
    margin: 2%;
}
.cessna-h1{
    width: 100%;
    text-align: center;
}
.specs{
    width: 90%;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;
    padding-top: 10px;
    margin: 0% 5%;
}
.specs-text{
    width: 32%;
    margin: 1% 1%;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.specs-text img{
    width: 35px;
    height: 35px;
    margin: 2% 0%;
}
.packages{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
}
.time{
    width: 100%;
    margin-top: 2%;
}
.time h1
{
    text-align: center;
}
.flight-paths{
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    margin: 2%
}
.minutes{
    width: 30%;
    height: auto;
    margin: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 2%;
    padding-bottom: 10px;
}
.minutes img{
    width: 100%;
    border-radius: 2%;
    margin-bottom: 2%;
    height: auto;
}
.minutes h1{
    font-size: 30px;
    margin-bottom: 2%;
}
.minutes p{
    margin: 2%
}
.€{
    color: goldenrod;
    font-style: bold;
}
.program{
    width: 80%;
    margin: 0% 10%;
    padding-bottom: 30px;
}
.program h1{
    text-align: center;
    margin-bottom: 2%;
}
.reserve{
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 30px 0px;
    margin-top: 2%;
    text-align: center;
}
.mail{
    color: goldenrod;
    font-size: 20px;
}
.credit{
    font-size: 0.5em;
    background-color: rgb(21, 21, 22);
    color: whitesmoke;
}
.club{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(21, 21, 22);
    color: goldenrod;
    text-align: center;
    padding: 10px 0px;
}
.club img{
    width: 229px;
    height: 139px;
    margin: 2%;
}
.club a{
    margin-top: 0.5%;
    color: white;
    border: solid goldenrod 2px;
    background-color: goldenrod;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 4px;
}
.club a:hover{
    border-color: rgb(92, 69, 12);
    background-color: rgb(165, 125, 25);
    transition: 0.25s;
}
.en{
    width: 10%;
    height: auto;
    margin-right: 1%;
}
.en img{
    width: 50%;
    height: auto;
}
.en img:hover{
    cursor: pointer;
    border-style: solid 1px goldenrod;
}
@media screen and (max-width: 800px) {
    .entro{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .entro img{
        width: 100%;
        height: auto;
    }
    .cessna{
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 96%;
        margin: 2%;
    }
    .cessna-photo{
        width: 98%;
    }
    .cessna-text{
        width: 98%;
        height: auto;
    }
    .specs{
        width: 100%;
        margin: auto;
    }
    .specs-text{
        width: 33%;
        height: auto;
        margin-bottom: 1%;
    }
    .specs-text p{
        margin-bottom: 2%;
    }
    .specs-text img{
        width: 30%;
        height: auto;
        
    }
    .flight-paths{
        width: 100%;
        flex-direction: column;
        margin: auto;
    }
    .minutes{
        width: 96%;
        margin: 2%;
    }
    .program{
        width: 96%;
        margin: 2%;
    }
    .program h1{
        margin-bottom: 4%;
    }
    .reserve{
        width: 96%;
        margin: 2%;
    }
    .club{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(21, 21, 22);
        color: goldenrod;
        text-align: center;
    }
    .club p{
        width: 90%;
        margin: 1% 5%;
    }
    .club a{
        margin-top: 5%;
    }
}