﻿/* Your shameful CSS goes here */

#hero { background-size: cover !important; height: 40vh !important; margin-top: -1rem; } .hero-text { font-size: 8vw; font-weight: 200; color: #FEE533; text-align: center; padding-top: 3vh; padding-bottom: 25vh; text-shadow: 0px 0px 18px rgba(0, 0, 0,
  0.3); letter-spacing: -.35rem; } @media only screen and (min-width: 767px) and (max-width: 992px) { .hero-text { padding-top: 10vh; padding-bottom: 20vh; font-size: 12vw; line-height: 12vw; letter-spacing: -.1rem; } } @media only screen and (max-width:
  767px) { .hero-text { padding-top: 10vh; padding-bottom: 20vh; font-size: 16vw; line-height: 16vw; letter-spacing: -.1rem; } } .video-title { text-align: left; padding: 1rem 0; text-transform: uppercase; font-weight: 700; font-size: 1.5rem; } .vid {
  position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .vid iframe, .vid object, .vid embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Player Skin Designer for Video.js http://videojs.com
  To customize the player skin edit the CSS below. Click "details" below to add comments or questions. This file uses some SCSS. Learn more at http://sass-lang.com/guide) This designer can be linked to at: https://codepen.io/heff/pen/EarCt/left/?editors=010
  */ .video-js { /* The base font size controls the size of everything, not just text. All dimensions use em-based sizes so that the scale along with the font size. Try increasing it to 15px and see what happens. */ font-size: 10px; /* The main font color
  changes the ICON COLORS as well as the text */ color: #fbc02d; } #upcomingEvents h4:after { content: '\f105'; font-family: 'Font Awesome 5 Pro'; float:right; }


/*temporarily fixes horizontal scrolling*/
.pagelayoutWrapper{overflow-x: hidden;}
a:focus{
	outline-offset: 4px !important;
    outline: 3px dotted #FF9802 !important;
}  
.serviceTitle {
	color: #FFF;
}
.services .list-group-item {
	background: transparent;
	background-color: transparent;
	border-bottom-width: 0px !important;
	color: #FFF;
}
a.btn.btn-rounded.btn-warning.align-middle.my-auto.infoButton.waves-effect.waves-light{
	color: #FFF;
	font-size: 1.15rem;
    padding: 1.1rem;
    -webkit-appearance: none;
}

#searchButton{
-webkit-appearance: none;
border-radius: 0;
}
#eventCalendars h4 {
	color: #FFF;
}
h1.video-title {
	color: #000;
}
.news-carousel a.btn {
    color: #FFF;
}
.ssk-sticky{display:none !important;}

.list-group-item{
	border:0;
}

/*New Styles commented out for when going live*/

#browardServices .serviceTitle {
    font-family: "Arquette",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #0C0D0D;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: white !important;
}

h1.section-title {
    font-family: "Arquette",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #0C0D0D;
    font-weight: 600;
    text-transform: capitalize !important;
    color: #00304C !important;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #00304C !important;
    font-weight: 600 !important;
}
#browardServices .services {
	background-color:#00304C;
}

#homeAnnouncements {
	background-color: #039BE5;
	color: white
  }
  
.flickity-button {
    background-color: transparent !important;
    width: 25px !important;
    height: 25px !important;
    color: white !important;
  } 


  .announcementCarousel .carousel-cell {
    max-height: 400px;
    width: 100%;
  }

@media screen and (max-width: 767px) {
    .slogan{
        font-size: 12px;
    }
}
