
html {scroll-behavior: smooth;}
body {margin:0px;padding: 100px 0px 100px 0;}

a {color:white}
a:hover {color: #ff46af !important;}
a:visited {color: white}

a#link {color: #000;text-decoration: none;}

/*////// ScrollBar /////*/
::-webkit-scrollbar {
    width: 7.5px;
    height: 4px;
    background: #26546c05;
}
 

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: linear-gradient(140deg, #EADEDB 0%, #00ecff 20%, #ffffb3 30%, #ff8f5b 85%, #ff45af 100%);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    height: 55px;
    width: 55px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: linear-gradient(140deg, #EADEDB 0%, #00f6ff 50%, #ff0707 75%); 
}

#LOGO {
    font-family: "Honk", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "MORF" 0, "SHLN" 61.2;
    font-size: 80px;
    position: fixed;
    z-index: 4;
    top: -10px;
    left: 3vw;
    color: rgb(255, 255, 255);
    text-shadow: rgb(30, 138, 199) 4px 5px 3px;
}
#menu {
    height:100vh;
    width:100vw;
    background-color:black;
    display: none;
    position:fixed;
    top:0;
    z-index: 2;
    /* animation: fadeIn ease-in 0.5s; Apply fade-in animation */
}



#menu-button {
    color: #5dffd6;
    font-size: 65px;
    padding: 0 0 0 20px;
    position: fixed;
    z-index: 3;
    text-shadow: 0px 1px 4px black;
    top: 12px;
}

.banner {
    width: auto;
    height: auto;
    background-color: #006f96;
    color: wheat;
    padding: 8px 10vw;
    text-align: center;
    text-wrap-style: balance;
}

.honk {
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 0,
    "SHLN" 61.2;
}


.not-available {display: none;}
    
@media only screen and (max-width: 1300px) {
    #LOGO {left: 30vw;}
    #menu-button {display:block !important}
    #navbar .dropdown {display:none;}
}
@media only screen and (max-width: 1023px) {
    .carousel {
        min-height: 50vh !important;
    }
}
@media only screen and (min-width:421px) and (max-width: 932px) {
    #LOGO {
        font-size: 70px !important;
        top: -1vw !important;
        left: 50% !important;
        transform: translate(-38%, 0%);
    }
    #menu-button {
        font-size: 60px !important;
        top: 13px !important;
    }
}
@media only screen and (min-width:300px) and (max-width: 420px) {
    div.container {
        height: 70px !important;
    }
    #LOGO {
        font-size: 50px !important;
        top: 0vw !important;
        left: 50% !important;
        transform: translate(-39%, 0%);
    } 
    #menu-button {
        font-size: 50px !important;
        top: 8px !important;
    }
    .carousel {margin-top:70px !important}
}
@media only screen and (min-width:100px) and (max-width: 299px) {
    div.container {
        height: 70px !important;
    }
    #LOGO {
        font-size: 45px !important;
        top: 1vw !important;
        left: 50% !important;
        transform: translate(-39%, 0%);
    }
    #menu-button {
        font-size: 48px !important;
        padding: 0 0 0 7px;
        top: 9px !important;
    }
}

/*/////////////  Neighborhoods  /////////////*/

#header-image {
    width: auto;
    height: 28vh;
    background-image: url(../Neighborhoods/SFV-BANNER.jpg);
    background-position: center;
    background-size: cover;
    color: #FFF;
    font-size: 13px;
    margin-top: 60px;
}

#header-image div {
    display: grid;
    float: left;
}

#info-content.active {
    display: block;
  }
  



/*/////// Breaking News CSS //////// */

.breaking-news-headline {
  display: block;
  position: absolute;
  font-family: arial;
  font-size: 13px;
  margin-top: -22px;
  color: white;
  margin-left: 150px;
  
}

.breaking-news-title {
  background-color: #FFEA00;
  display: block;
  height: 20px;  
  width: 90px;
  font-family: arial;
  font-size: 11px;
  position: absolute; 
  top: 0px;
  margin-top: 0px;
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 10px;
  z-index: 3;
  &:before {
    content:"";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 0;
    left: -12px;
    border-left:12px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid #FFEA00;
  }
  &:after {
    content:"";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    right: -12px;
    top: 0;
    border-right:12px solid transparent;
    border-left: 0px solid transparent;
    border-top: 30px solid #FFEA00;
  }
}

#breaking-news-colour {
  height: 30px;
  width: 100vw;
  background-color: #006f96;
}

#breaking-news-container {
  height: 30px;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  &:before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #ff3333;
    position: absolute;
    z-index: 2;
  }
}

.animated {
  -webkit-animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.2s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

.delay-animated {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.4s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s; 
  animation-delay: 0.3s;
}

.scroll-animated {
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1; 
  -moz-animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s; 
  animation-delay: 0.5s;
}

.delay-animated2 {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.4s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1; 
  -moz-animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s; 
  animation-delay: 0.5s;
}

.delay-animated3 {
  -webkit-animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 5s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1; 
  -moz-animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s; 
  animation-delay: 3s;
}

.fadein {
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
}

@-webkit-keyframes fadein {
  from {
    margin-left: 1000px
  }
  to {
    
  } 
}  
@-moz-keyframes fadein {
  from {
    margin-left: 1000px
  }
  to {
    
  }  
}

.slidein {
  -webkit-animation-name: slidein;
  -moz-animation-name: slidein;
  -o-animation-name: slidein;
  animation-name: slidein;
}

@keyframes marquee {
  0% { 
    left: 0;
  }
  20% { 
    left: 0; 
  }
  100% { left: -100%; }
}

.marquee {
  animation: marquee 20s linear infinite;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 10s;
  -webkit-animation-delay: 0.5s; 
  animation-delay: 3s;
}

@-webkit-keyframes slidein {
  from {
    margin-left: 800px
  }
  to {
    margin-top: 0px
  } 
}  
@-moz-keyframes slidein {
  from {
    margin-left: 800px
  }
  to {
    margin-top: 0px
  }  
}

.slideup {
  -webkit-animation-name: slideup;
  -moz-animation-name: slideup;
  -o-animation-name: slideup;
  animation-name: slideup;
}
@-webkit-keyframes slideup {
  from {
    margin-top: 30px
  }
  to {
    margin-top: 0;
  } 
}  
@-moz-keyframes slideup {
  from {
    margin-top: 30px
  }
  to {
    margin-top: 0;
  } 
}
/*/////// Breaking News CSS ENDS//////// */


