
   body {
        font-family: 'Noto Sans Display', sans-serif;
        background-color: #14244d;
        color: #000;
    }

    #newsframe {
        background-color: #8992a0;
	max-width: 900px;
          border-radius: 25px;
        margin: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
    }
    #news {
        background-color: #d5d5d5;
        min-height: 150px;
	max-width: 95%;
          border-radius: 25px;
        margin-left: 6px;
    }


   .outerframe {
       
        background-color: #75759E;
        font-size: 14px;
        margin: auto;
        max-width: 900px;
        margin-left:auto;
        margin-right:auto;
        display: flex;
   }

    .outerframe div {
        float:left;
        clear:none;
    }

    .outerframe div div {
        float:none;
        clear:none;
    }



    .banner {
        overflow: hidden;
        background-color: #75759E;
        height: 150px;
        padding: 10px;
        padding-bottom: 0px;
        margin: 0px;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
    }

    .info_section {
        background-color: #75759E;
        margin: 20px;
    }

    .logistics {
        display: inline-block;
        margin: 5px;
    }

    .sideborder {
        padding-top: 0px;
        background-color: #75759E;
        margin: 10px;
        margin-top: 0px;
        margin-right: 0px;
    }


    .sidebar {
        vertical-align: top;
          border-radius: 25px;
        z-index: 1;
        overflow: hidden;
        width: 200px;
        height: 90%;
        background-color: #a7a8b2;
        padding: 10px;
        padding-bottom: 60px;
        margin: 10px;
        /*
        padding-top: 30px;
        position: fixed !important;
        text-align: left;
        font-weight: normal;
        font-size: 12px;
        margin: auto;
        transition: 0.3s;
        color: #000;
        text-decoration: none;
        height: auto;
        */
    }

    .sidebar a {
        text-decoration: none;
        color: #000;
        transition: 0.3s;
    }

    .sidebar a:hover {
        background-color: aqua;
        color: black;
        font-weight: bolder;
    }

    .doubleban {
	flex-grow: 2;
        height: 150px;
	width: 40%;
    }
    .singleban {
        height: 150px;
	width: 20%;
    }
    .contain {
	width: 100%;
	height: 100%;
        object-fit: contain;
    }
    .contain2 {
	width: 100%;
        height: 120px;
        margin-top: 25px;
	border-radius: 50px;
    overflow: hidden;
    background-color: #d5d5d5;
        object-fit: contain;
    }



    .content_photos {
        height: 350px;
        float: right;
        margin: 10px 35px 15px 35px;
    }

    .gallery {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        height: 275px;
        float: left;
    }

    .title {
        font-size: 28px;
        margin-bottom: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .subtitle {
        font-size: 18px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .text {
        margin: 5px;
    }

    .information {
        margin: 10px;
    }



/*
        max-width: 700px;
	max width was not working correctly
	added width 100% to fix pages with placeholder content, e.g., hotels 
        */

    #mainframe {
        background-color: #a7a8b2;
          border-radius: 25px;
        vertical-align: top;
        padding: 10px;
        margin: 10px;
        margin-left: 0px;
        margin-bottom: 45px;
        margin-right: 20px;
	width: 100%;
        transition: margin-left .5s;
    }


    .indented {
        padding-left: 30px;
    }

    /*
    .sidebar {
        height: 90%;
        width: 200px;
        position: fixed !important;
        z-index: 1;
        overflow-x: hidden;
        transition: 0.5s;
        margin-right: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .sidebar a {
        margin: 0px 0px 8px;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
    }
    */

    .centered {
        text-align: center;
        white-space: pre-line;
    }

    #newsbutton {
        visibility: hidden;
        vertical-align: top;
        background-color: #d5d5d5;
        position: relative;
     /*   top: -150px; */
        max-height: 25px;
        z-index: 2;
        left: 97%;
    }


    #navbutton {
        /*
        */
        background-color: #d5d5d5;
        position: relative;
        top: 20px;
        max-height: 40px;
        left: -40px;
        z-index: 2;
        font-size: 25px;
    }

    .sidebar a:hover {
        background-color: aqua;
        color: black;
        font-weight: bolder;
    }

    @media screen and (max-height: 450px) {
        .sidebar {
            padding-top: 0px;
        }

        .sidebar a {
            font-size: 18px;
        }
    }


