@import url("https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700");
/*@import url("https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700");*/
/*@import url(../css/spinners.css);*/
/*@import url(../css/animate.css);*/

*{
  outline: 0;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  font-weight: 300;
  height: 100%;
}

/*table {border:solid 0px #000 !important;}*/

h1 {font-size:2.2rem !important;font-family: "Poppins", sans-serif !important;}
h2 {font-size:1.8rem !important;}
h3 {font-size:1.5rem !important;}
h4 {font-size:1.2rem !important;}
h5 {font-size:0.9rem !important;}

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; 
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px); 
}

#main-wrapper {
  width: 100%;
  background: #fff;
}

.container {
  background: #fff; 
  height: 100%;
  align-content: center;
  width: 100%;
}

#itemtitle {
  text-align: center;
  font-size: 30px;
  font-family: "Open Sans";
  font-weight: bolder;
  color: #26843e;
  /*padding: 20px 10px 0px 10px;*/
}

.container-content {
  height: 85vh;
  padding: 0px;
  display: block;
  bottom: 80px;
  max-width: 100%;
  /*align-content: center;*/
}

.container-content img{
	max-width: 100%;
}

.top-navbar .navbar-header {
  width: 60px;
  text-align: center; 
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.right-sidebar {
  position: fixed;
  margin: 0;
  padding: 0;
  right: 0px;
  z-index: 20;
  height: 100%;
}

.right-sidebar .navbar-header {
  position: absolute;
  text-align: center;
  margin: 0px;
  padding: 5px 10px 0px 25px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  max-width: 100%; 
  left: 0;
} 
/*
.left-sidebar {
  position: absolute;
  width: 7%;
  height: 100%;
  padding-top: 20px;
  z-index: 20;
  background: #fff;
}

.left-sidebar .navbar-header {
  position: absolute;
  text-align: center;
  margin: 0px;
  width: 100%;
  left: 0;
}
*/

.navbar-header {
  padding: 0;
  max-width: 100px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  margin: 0px; 
}

.navbar-header .navbar-brand {
  padding-top: 0px;
  margin: 0px; 
  align-content: center;
}

.one-logo{
  position: absolute;
  margin-right: 20px;
  padding-top:42vw;
  width:auto;
}

/* #sidebardata{
  font-size: 16px;
  color: #26843e;
  font-weight:bold;
} */
#sidebardata .todySidebar_t{
  font-size: 16px;
  color: #95c11f;
  font-weight:bold;
}
#sidebardata .todySidebar{
  font-size: 20px;
  color: #95c11f;
  font-weight:bold;
}

#sidebardata .tommorowSidebar_t{
  font-size: 16px;
  color: #fd7e14;
  font-weight:bold;
}
#sidebardata .tommorowSidebar{
  font-size: 16px;
  color: #fd7e14;
  font-weight:bold;
}
#sidebardata .aftertommorowSidebar_t{
  font-size: 16px;
  color: #d63384;
  font-weight:bold;
}
#sidebardata .aftertommorowSidebar{
  font-size: 16px;
  color: #d63384;
  font-weight:bold;
}

#clock {
  font-size: 2vw;
  font-family: "Open Sans";
  color: #888;
  margin-right:10px;
}

.news-bar {
  background-color: #fff;
  z-index: 999;
  width: 100%;
  position: fixed;
  bottom: 0px;
  height: 8%;
}

.temp{

  font-size: 90%;
  float: right;
  padding-top: 5%;
}

.overcast{

  filter: invert(60%) sepia(0%) saturate(0%) hue-rotate(84deg) brightness(90%) contrast(89%);
}



/*
.marquee {
  display: flex;
  white-space: nowrap;
  padding-left: 101%;
  padding-top: 7px;
}
.marquee-item {
  margin-left: 50px;
  margin-right: 50px;
  padding: 0;
}
.marquee-text {
  color: #ffffff;
  font-size: 2vw;
  padding: 0;
}
*/
.marquee__content {
  font-size:1.5em;
}

.bottom_bar .dates {
  bottom: 100px;
  text-align:center;
  position: absolute;
  width: 100%;
  right: 0;
}

.bottom_bar #clock{
  bottom: 120px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
}

.dates {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 0.8vw;
  text-align: right;
  /*color: #26843e;
  transform: rotate(-90deg);*/
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } 
  }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } 
  }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  } 
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%)
  }
}

@-webkit-keyframes blow {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); 
  } 
}

@keyframes blow {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); 
  } 
}


/* https://codepen.io/hexagoncircle/pen/eYMrGwW */







/* Marquee styles */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}

/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 20s linear infinite; /*speed*/
}

/* Reverse animation */
.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

/* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
.marquee--fit-content {
  max-width: fit-content;
}

/* A fit-content sizing fix: Absolute position the duplicate container. This will set the size of the parent wrapper to a single child container. Shout out to Olavi's article that had this solution 👏 @link: https://olavihaapala.fi/2021/02/23/modern-marquee.html  */
.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* Enable position absolute animation on the duplicate content (last-child) */
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}

/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;
  color: #888;
  /*background: dodgerblue;*/
  margin: 2px;
  padding: .5rem 2rem;
  /*border-radius: 0.25rem;*/
  text-align: center;
}

.marquee {
  /*border: 2px dashed lightgray;*/
}

* {
  box-sizing: border-box;
}

/*
body {
  padding: 2rem;
  width: 100%;
  min-height: 100vh;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
*/

h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-block: 2rem 1rem;
}

h2 {
  font-size: 1.25rem;
  font-weight: 600;
}

section {
  margin-block: 0rem;
}

section > * + * {
  margin-block-start: 0.2rem;
}