
        .image-border {
            border: 15px solid lightgrey;
        }
		
		.col-md-6 {
			font-size: 1.5rem;
			font-weight: 700;
			color: #003868;
			text-align: center;
			/*margin-bottom: 1rem;*/
			padding: 0.5rem;
			letter-spacing: 4px;
			font-family: 'Helvetica', 'Arial', sans-serif;
			line-height: 3;
		}
		
		.small-footer-text {
		  font-size: 0.85rem;
		  font-weight: 400;
		  color: white;
		  font-family: 'Helvetica', 'Arial', sans-serif;
		  line-height: 1.5;
		  padding: 0.5rem 1rem;
		}

		.small-footer-text a {
		  margin: 0 4px;
		  white-space: nowrap;
		}

		@media (max-width: 768px) {
		  .small-footer-text .col-md-6 {
		    text-align: center !important;
		    margin-bottom: 0.5rem;
		  }
		}


		.highlighted-title {
		    color: red;
		    font-weight: bold;
		}

        .temp-circle {
			margin-left: -175px;
            display: block;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            border:4px solid black;
            position: relative;
        }

        .temp-circle .content {
            height: 100%;
            width: 100%;
            display: block;
            background: -moz-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f6f5),color-stop(100%,#cbd5d6));
            background: -webkit-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            background: -o-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            border-radius: 100%;
        }

        .temp-circle .content #temp-p {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 30%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            margin-top: -45px;
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-size: 28px;
            font-weight: bold;
        }

        .temp-circle .content #temp-title {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 40%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            margin-top: 15px;
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-size: 20px;

        }

        .temp-circle .content #rh-p {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 75%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            margin-top: -20px;
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-size: 20px;
            font-weight: bold;
        }



        .preci-circle {
			margin-left: -175px;
            display: block;
            width: 250px;
            height: 250px;
            border-radius: 100%;
            border:4px solid black;
            position: relative;
        }

        .preci-circle .content {
            height: 100%;
            width: 100%;
            display: block;
            background: -moz-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f6f5),color-stop(100%,#cbd5d6));
            background: -webkit-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            background: -o-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            border-radius: 100%;
        }

        .preci-circle .content #preci-p {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 45%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            margin-top: -45px;
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-size: 22px;
            font-weight: bold;
        }

        .preci-circle .content #preci-title {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 55%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            font-family: 'Helvetica', 'Arial', sans-serif;
            margin-top: -45px;
            font-size: 18px;
        }

        .compass {
			margin-left: -175px;
            display: block;
            width: 250px;
            height: 250px;
            border-radius: 100%;
            border:4px solid black;
            position: relative;
        }

        .compass:before {

            position: absolute;
            text-align: center;
            width: 100%;
            content: "";
            font-size: 16px;
            top: 5px;
        }

        .compass .direction {
            height: 100%;
            width: 100%;
            display: block;
            background: -moz-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f6f5),color-stop(100%,#cbd5d6));
            background: -webkit-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            background: -o-linear-gradient(top,#f2f6f5 0%,#cbd5d6 100%);
            border-radius: 100%;
        }
        
        .compass .direction #wind-direction-p {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 70%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            margin-top: -45px;
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-size: 22px;
            font-weight: bold;
        }

        .compass .direction #wind-speed-p {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 40%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 85px;
            display: block;
            margin-top: -45px;
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-size: 28px;
            font-weight: bold;
        }

        .compass .direction #wind-speed-title {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 100px;
            display: block;
            margin-top: -45px;
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-size: 18px;
        }


        .compass .arrow {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
        }
        .compass .arrow:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 30px solid red;
            position: absolute;
            top: -13px;
            left: 50%;
            margin-left: -15px;
            z-index: 99;
        }
        .compass .arrow.nne {
            transform: rotate(22.5deg);
        }
        .compass .arrow.ne {
            transform: rotate(45deg);
        }
        .compass .arrow.ene {
            transform: rotate(67.5deg);
        }
        .compass .arrow.e {
            transform: rotate(90deg);
        }
        .compass .arrow.ese {
            transform: rotate(112.5deg);
        }
        .compass .arrow.se {
            transform: rotate(135deg);
        }
        .compass .arrow.sse {
            transform: rotate(157.5deg);
        }
        .compass .arrow.s {
            transform: rotate(180deg);
        }
        .compass .arrow.ssw {
            transform: rotate(202.5deg);
        }
        .compass .arrow.sw {
            transform: rotate(-135deg);
        }
        .compass .arrow.wsw {
            transform: rotate(-114.5deg);
        }
        .compass .arrow.w {
            transform: rotate(-90deg);
        }
        .compass .arrow.wnw {
            transform: rotate(-69.5deg);
        }
        .compass .arrow.nw {
            transform: rotate(-45deg);
        }
        .compass .arrow.nnw {
            transform: rotate(-24.5deg);
        }


        #master-container{
            width:10em;
            text-align: center;
            margin: auto;
            padding: 0;
            position: absolute;
            top: 70%;
            left: 18%;
            display: block;
            margin-top: -75px;
        }

        #linear-gauge{
            height:0.5em;
            border-radius:0.3em;
            background-image: linear-gradient(to right, red,lightskyblue, darkblue);
        }

        .limits-label-container {
            display:flex;
            justify-content:space-between;
        }


        .arrow-down {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 10px solid grey;
        }

        .lower-limit{
            color:gray;
            font-family:Arial;
            font-size:1em;
        }

        .value-limit{
            color:black;
            font-family:Arial;
            font-size:1em;
        }

        .upper-limit{
            color:gray;
            font-family:Arial;
            font-size:1em;
        }

		#nav-container {
		  display: flex;
		  align-items: center;
		  gap: 10px;
		  padding: 10px 20px;
		  background-color: transparent;
		  border-radius: 5px;
		  height: 50px;
		  position: relative;
		  margin-top: 20px;
		  margin-bottom: 15px;
		}

		.home-button, .dropbtn {
		  display: inline-block;
		  padding: 10px 18px;
		  background-color: #1509CF;
		  color: white;
		  text-decoration: none;
		  font-size: 18px;
		  border-radius: 5px;
		  transition: background 0.3s ease-in-out;
		  border: none;
		  cursor: pointer;
		  white-space: nowrap;
		  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
		}

		.home-button:hover, .dropbtn:hover {
		  background-color: #1f87ff; /* lighter than #1509CF */
		  color: white; /* <- make sure text stays white */
		}


		.dropbtn {
		  height: 100%;
		  display: flex;
		  align-items: center;
		}

		.dropdown {
		  position: relative;
		  display: inline-block;
		}

		.dropdown-content {
		  display: none;
		  position: absolute;
		  left: 0;
		  top: 100%;
		  background-color: white;
		  min-width: 160px;
		  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
		  border-radius: 5px;
		  overflow: hidden;
		  z-index: 1000;
		}

		.dropdown-content a {
		  color: black;
		  display: block;
		  padding: 10px 15px;
		  text-decoration: none;
		  font-size: 16px;
		  transition: background 0.3s ease-in-out;
		  position: relative;
		  z-index: 1001;
		}

		.dropdown-content a:hover {
		  background-color: #f1f1f1;
		}

		.dropdown:hover .dropdown-content {
		  display: block;
		}
		
		.footer-bar {
		  font-size: 0.15rem;
		  padding-left: 0;
		  padding-right: 0;
		  background-color: #212529; /* optional if you want to override bg-dark */
		}

		.footer-bar a {
		  color: white;
		  text-decoration: none;
		  margin-right: 5px;
		}

		.footer-bar .row {
		  margin-left: 0;
		  margin-right: 0;
		}
		
		.page-title {
		  font-size: 4.5rem;
		  font-weight: 600;
		  color: #003366;
		  margin-top: 20px;
		  display: block;
		  text-align: center;
		}

		.location-list {
		  background-color: #ffffff;
		  border: 1px solid #ddd;
		  border-radius: 8px;
		  padding: 10px;
		  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		  max-width: 800px;
		  margin: 30px auto;
		  width: 100%;
		}

		.location-list .list-group-item {
		  border: none;
		  border-bottom: 1px solid #eee;
		  font-size: 16px;
		  padding: 15px 20px;
		  color: #003366;
		  transition: background-color 0.2s ease-in-out;
		  text-align: center;
		}

		.location-list .list-group-item:last-child {
		  border-bottom: none;
		}

		.location-list .list-group-item:hover {
		  background-color: #f5f9ff;
		  color: #000;
		  text-decoration: none;
		}



