body, html {
	height: 100%;
	margin: 0;
	color: #777;
	background: #5C5C5C;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		
		
	font-size: 14pt;
	font-weight: 400;
	line-height: 18pt;

	
	}
	


    
		:root {

    /* EASY SETTINGS */

    --banner-height: 90px;
    --font-size: clamp(18px, 2vw, 34px);

    --bg-color: #0c3041;
    --text-color: #fff;

    /* 11 items × 4s each */
    --total-duration: 44s;
} 
		body {
            margin: 0;
            background: #000;
            color: #fff;
            font-family: "Fira Sans", sans-serif;
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .site-header {
            background: #000;
            text-align: center;
            padding: 10px;
        }

        .site-header img {
            max-height: 85px;
            margin: 0 auto;
        }

        .hero img {
            width: 100%;
            height: auto;
        }

        .section {
            padding: 40px 20px;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .video-wrapper {
            max-width: 900px;
            margin: 0 auto;
        }

        .video-wrapper iframe {
            width: 100%;
            aspect-ratio: 16 / 9;
            border: 0;
        }

        .content-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            align-items: center;
        }

        .content-image,
        .content-text {
            flex: 1 1 400px;
        }

        .content-text p {
            line-height: 1.8;
            font-size: 14px;
        }

        h1 {
            text-align: center;
            margin-bottom: 40px;
            font-size: 42px;
        }

        footer {
            background: #111;
            padding: 40px 20px;
            text-align: center;
        }

        .social-links {
            margin: 20px 0;
        }

        .social-links a {
            margin: 0 10px;
            color: #fff;
        }

        .footer-links {
            margin-top: 20px;
            font-size: 14px;
        }

        .footer-links a {
            color: #fff;
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 32px;
            }

            .content-text p {
                font-size: 16px;
            }
        }
		
		
		
.awards-banner{

    position:relative;

    height:var(--banner-height);

    overflow:hidden;

    background:var(--bg-color);
    color:var(--text-color);

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:0 20px;
}

.award{

    position:absolute;

    width:100%;

    padding:0 20px;
    box-sizing:border-box;

    font-size:var(--font-size);
    font-weight:700;
    line-height:1.2;

    opacity:0;

    animation-name: fadeRotate;
    animation-duration: var(--total-duration);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* stagger timing */

.award:nth-child(1)  { animation-delay: 0s; }
.award:nth-child(2)  { animation-delay: 4s; }
.award:nth-child(3)  { animation-delay: 8s; }
.award:nth-child(4)  { animation-delay: 12s; }
.award:nth-child(5)  { animation-delay: 16s; }
.award:nth-child(6)  { animation-delay: 20s; }
.award:nth-child(7)  { animation-delay: 24s; }
.award:nth-child(8)  { animation-delay: 28s; }
.award:nth-child(9)  { animation-delay: 32s; }
.award:nth-child(10) { animation-delay: 36s; }
.award:nth-child(11) { animation-delay: 40s; }
.award:nth-child(12) { animation-delay: 44s; }


/*
Each title:
- fades in quickly
- stays visible
- fades out completely
- remains invisible before next one
*/

@keyframes fadeRotate {

    0% {
        opacity:0;
    }

    2% {
        opacity:1;
    }

    7% {
        opacity:1;
    }

    9% {
        opacity:0;
    }

    100% {
        opacity:0;
    }
}


/* mobile */

@media (max-width:768px){

    :root{
        --banner-height:120px;
        --font-size:clamp(16px,4vw,24px);
    }

}


.parallax-wrapper {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}



#MAINSLIDER {
	display:block;
}

#SMALLSLIDER {
	display:none;
	
}







.ArtBtns {
	font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    padding: 2px 18px;
    color: white !important;
    background-color: #c99d00;
    text-decoration: none;
    font-weight: 700;
    font-size: 26px;
    border: 0px;
    min-width: 90px;	
	border-radius: 10px;
	margin-right: 10px;
    margin-bottom: 10px;
	
	
	
	text-align: center;  
	
	vertical-align: super; 
	max-width: 600px; 
	padding: 20px;

}



.ArtBtns:hover {
  background-color: #e48b0c;
  color:white;
  text-decoration: none;
	
  
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ArtBtns a:hover {
  background-color: #e48b0c;
  color:white;
  text-decoration: none;
  
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}







.bgimg-1, .bgimg-2, .bgimg-3,.bgimg-4,.bgimg-challenge {
	position: relative;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;

	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	

	
.ffbox {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#061f2a+0,0e3444+50,061f2a+100 */
	padding-top:0px; 

	
	background-color:#0e4964;
}	
	
.ffbox a {
color: white;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	

}	
	
.ffbox a:hover {
color: red;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	

}	
	
	
.ffbox2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#061f2a+0,0e3444+50,061f2a+100 */
	padding-top:0px; 
	padding-bottom:50px; 

	background-image:  url(/art-border.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
	
	background-color:#0c3041;
}	
	
.ffbox2 a {
color: white;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	

}	
	
.ffbox2 a:hover {
color: red;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	

}	
	
.bgimg-1 {
  background-image: url("/art3.jpg");
  min-height: 50%; 
}

.bgimg-2 {
  background-image: url("/art2.jpg");
  min-height: 65%;
}

.bgimg-3 {
  background-image: url("/art3.jpg");
  min-height: 65%;
}
.bgimg-4 {
  background-image: url("/art4.jpg");
  min-height: 65%;
}

.bgimg-challenge {
  background-image: url("/ff-den1.jpg");
  min-height: 65%;
}
	




.screenbox {
position: relative;
background-color:rgba(0, 0, 0, 0.4);
margin:0 auto;
width: 600px;	
    border-radius: 20px;
	}	
	

.caption {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
	  color: #fff;

}

.caption span.border {
  color: #fff;
  padding: 18px;
  font-size: 25px;
}


.caption2 {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: right;
  color: #fff;
	font-size: 11px;

}

.caption2 span.border {
  color: #fff;
  padding: 18px;
  font-size: 25px;
}

h3 {
	color: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif'cursive;
	font-size: 30pt;
	margin:5px;
	line-height: normal;
	}

.title {
	color: #fff;
	font-size: 20pt;
	font-weight: 800;
	}

.maintext {
	color: #fff;
	font-size: 16pt;
	font-weight: 400;
	line-height: 20pt;
	}
	
	.ffbutton,.ffbutton2  {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif'cursive;
    text-align: center;
    display: inline-block;
    padding: 12px 18px;
    color: white !important;
    text-decoration: none;
    font-weight: 800;
    font-size: 26px;
    border: 0px;
    min-width: 90px;
    border-radius: 10px 10px 10px 10px;
}
	
	.ffbutton {
    background-color:#000;
}	
	.ffbutton2 {
    background-color:#c44729;
}	
	
	
	
.ffbutton:hover,  .ffbutton2:hover {
  background-color: #521a33;
  color:white;
  text-decoration: none;
  
  	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	
.bgimg-1 img {
	width: 28%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
/* Turn off parallax scrolling for tablets and phones */
@media (max-width:1200px)
 {

	 
.bgimg-1 img {
	width: 40%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
}


/* Turn off parallax scrolling for tablets and phones */
@media (max-width:900px)
 {
	 
	 


#MAINSLIDER {
	display:none;
}

#SMALLSLIDER {
	display:block;
}
	 
	 
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
  }
	 
  .bgimg-2  {
	background-position: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	 }
	 
	 
.bgimg-1 img {
	width: 60%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
.screenbox {
position: relative;
background-color:rgba(0, 0, 0, 0.4);
margin:0 auto;
width: 100%;	
    border-radius: 0;
	padding:8px;
	}	
	 

}
