@charset "utf-8";
/* Fireside Festival CSS Document */

.montserrat-countdown {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 36px;
    font-weight: 800; 
    font-style: normal;
    margin-top: 10px;
    text-align: center;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hidden by default */
  z-index: 1000; /* Ensure it's above other elements */
}
.border-hidden {
    border-style: hidden;
}
.countdown-text {
    font-optical-sizing: auto;
    font-size: 36px;
    font-weight: 400; 
    font-style: normal;
    margin-top: 10px;
    text-align: center;		
}
.countdown-spacing {
    padding-bottom: 10px;
    padding-top: 10px;
}
.bg-fsf-hills { background-color: #7c3309; }
.bg-fsf-trees { background-color: #a6521b; }
.bg-fsf-water { background-color: #c7975d; }
.bg-fsf-sand { background-color: #cf8a30; }
.bg-fsf-fire-1 { background-color: #e8c075; }
.bg-fsf-fire-2 { background-color: #e3902d; }
.bg-fsf-fire-3 { background-color: #ca5d12; }
.bg-fsf-sky { background-color: #e9ce99; }

.color-text-fsf-hills { color: #7c3309; }
.color-text-fsf-trees { color: #a6521b; }
.color-text-fsf-water { color: #c7975d; }
.color-text-fsf-sand { color: #cf8a30; }
.color-text-fsf-fire-1 { color: #e8c075; }
.color-text-fsf-fire-2 { color: #e3902d; }
.color-text-fsf-fire-3 { color: #ca5d12; }
.color-text-fsf-sky { color: #e9ce99; }
.color-text-soft-white { color: #EEEEEE; }

.full-width-bg-image {
    background-image: url('../images/iStock/2163609608-576.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    min-height: 300px; 
}

.looking-ahead-heading {}
.looking-ahead-title {}
.looking-back-heading {}
.looking-back-title {}

.photos {
    border-style: hidden;
    margin-bottom: 20px;
}
.photos img {
    border-style: none;
    margin-bottom: 0;
    padding: 0;
}
.text-performer-title {
	color: #EEEEEE;
    font-family: "Protest Strike", sans-serif;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
}
.text-fsf-shadow {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.text-save-the-date {
	color: #EEEEEE;
    font-family: "Protest Revolution", sans-serif;
    font-optical-sizing: auto;
    font-size: 48px;
    font-weight: 800; 
    font-style: normal;
    margin-top: 10px;
    text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.year-container {
    background-color: #525252; 
}

/* --------------------------------------------------------------- */
/* Media Queries                                                   */
/* --------------------------------------------------------------- */

/*
Extra small devices (portrait phones, less than 576px)
No media query since this will be our default settings
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.full-width-bg-image {
    	background-image: url('../images/iStock/2163609608-768.jpg');
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.full-width-bg-image {
    	background-image: url('../images/iStock/2163609608-992.jpg');
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.full-width-bg-image {
    	background-image: url('../images/iStock/2163609608-1200.jpg');
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.full-width-bg-image {
    	background-image: url('../images/iStock/2163609608.jpg');
	}
}

