body{
    color: white;
    font-family: "Montserrat";
    height: 100vh;
    display: flex;
    flex-direction: column;


}
.b{
    border: 10px solid #252f35;
}
.bo{
    border: 5px solid #f26f39;
}
.txto{
    color: #f26f39;
}
.nostyle{
    color: inherit; text-decoration: inherit;
}
.ggl {
    min-height: 480px;
}

h1{
    font-size: 1.9em;
}
h2 {
    font-size: x-large;
    font-weight: bold;
    text-decoration: underline;
}
h2 a{
    text-decoration: none;
    border-bottom: 1px dotted;
    color: rgb(233, 233, 233);
}
.logo{
    padding-top: 15px;
    padding-left: 50px;
}
.logo a{
    color: inherit; text-decoration: inherit;
}

.menu {
    margin: 30px 0;
    text-overflow: wrap;
}
.menu a{
    display: block;
}
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.menu ul li{
    display:inline-block;
    margin: 0 1px 0 1px;
}
.menu ul li a{
    background-color: rgb(26, 26, 26);

    padding: 10px;
    /* margin: 3px; */
    color: inherit; text-decoration: inherit;
}
.menu ul ul {
    display: none;
    position: absolute;
    top: 44px;
    width: 105px;
}
.menu ul li:hover > ul {
    display:inherit;
}
.menu ul ul li{
    margin: 0px;
}
.menu ul ul li a{
    min-width:150px;
    display:list-item;
    position: relative;
    margin: 0px;
}
.menu a:hover {
background-color: #f26f39;
color:#FFF
}
.impmsg {
    font-weight: 1000;
    font-size: 1em!important;
    color: rgb(233, 233, 233);
    /* margin: 50px 50px 0px 25px; */
    padding: 15px;
    background-color: #597172;
    /* border: 10px solid #252f35; */
}
.imptitle a{
    text-decoration: none;
    border-bottom: 1px dotted;
    color: rgb(233, 233, 233);
}
.sidesect{
    /* max-width: 290px; */
    /* margin: 50px 0px 50px 0px; */
    font-size: 1.1em;
}
.flow {
    /* margin: 50px 50px 50px 25px; */
    font-size: 1.2em;
}
.flow .flowcontent {
    margin-top: 45px;
}
main {
    flex: auto;
}
footer {
    text-align: center;
    flex-shrink: 0;
    width:100%;
    min-height:105px;   /* Height of the footer */
    background-color:rgb(26, 26, 26);
}
.footnav {
    color: inherit; text-decoration: none;
    padding: 40px;
}
.footnav a{
    color: inherit; text-decoration: none;
}
.galitem {
    text-align: center;
}
.galitem p {
    text-align: start;
}
.galimgctn {
    margin: auto;
    max-width: 900px;
}
.galimgctnphone img{
    max-height: 222px;
}
.center {
    text-align: center;
}
.h1{
    font-weight: bold;
    font-size: 2em!important;
}




.flugbtn a:hover {
    background-color: #f26f39;
    color:#FFF
}
.flugbtn {
    margin: 30px 0;
    text-overflow: wrap;
    display:inline-block;
    margin: 0 1px 0 1px;
}
.flugbtn a {
    display: block;
    background-color: rgb(26, 26, 26);
    padding: 10px;
    color: inherit; text-decoration: inherit;
}
.date{
    font-size: small;
    color: gray;
}
.impmsg .date {
    font-size: small;
    color: rgb(197, 197, 197);
}
.burger {
    float:right;
    font-size: 3em;
}
.burger a{
    text-decoration: none;
    color: white;
}
#mobile-menu{
    display: none;
    position: relative;
    z-index: 10;
}
.hamlinks {
    padding: 10px;
    font-size: 1.5em;
    text-align: right;
    z-index: 15;
}
.hamlinks ul{
    list-style-type: none;
}
.hamlinks li{
    margin-bottom: 15px;
    display: block;
}
.hamlinks li a{
    margin: 0;
    background-color: rgb(26, 26, 26);
    padding: 10px;
    text-decoration: none;
    color: white;
}
.hamlinks a:hover {
background-color: #f26f39;
color:#FFF
}
.galtxt{
    margin-top: -10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;

}
