@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Sanchez);


body {

	
/* 	padding-left: 30px;
  	padding-right: 30px; this would solve the marquee issue and standardize a margin also for all content*/
  	font-family: Sanchez, serif;
	padding: 0px;
	margin: 0px;
}

ul {
font-family: Sanchez, serif;
font-size:14pt;
font-color:#000000;
font-weight:normal;
}

.box { 
	display: flex;
	justify-content: center;
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
	margin-bottom:30px;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

.box div {
	width: 100%;
	

	
	
}



.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.menu-icon {
	width: 30px;
	height: 22px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	padding-left: 30px;
}

.menu-icon div { 
	width: 100%;
	height: 4px;
	align-content: center;
	background-color: white;
}

.nav-menu {
	display: flex;
	background-color: #336699;
}

.nav-menu ul {
	list-style: none;
	display: flex;
	gap: 30px;
	flex-wrap:wrap;
	justify-content: center;/*solved the centering on small screens*/
	align-content: center;/*solved the centering on small screens*/
	
}

.nav-menu ul li {

}

.nav-menu ul li a {
	text-decoration: none;
	color: #ffffff;/*color: #ffffff;/*#333;*/*/
}

/* Media query for smaller screens */
@media (max-width: 600px) {

	.menu-icon {
		display: flex;

	}

	.nav-menu {
		display: none;
		flex-direction: column;
		padding-left: 30px;
		padding-right: 30px;
	}

	.nav-menu.show {
		display: flex;

	}

}



.footertext {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}







.bannername
{
/* color:#CBDEED; */
/color:#FFFFFF;
	text-shadow: black 0.1em 0.2em 0.2em;
	color: #FFFFFF;
	text-shadow: black 0.2em 0.2em 0.2em;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 34pt;
  	font-family: Sanchez, serif;
	background-color: #336699;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.bannercontainer {
/* color:#CBDEED; */
/color:#FFFFFF;
text-shadow: black 0.1em 0.2em 0.2em;
color: #FFFFFF;
text-shadow: black 0.2em 0.2em 0.2em;
text-align: left;/*center;*/
margin-left:0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 34pt;
font-family: Sanchez, serif;
background-color: #336699;
padding-top: 30px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;

}

#linkblue {
	color: #336699; 
	text-decoration: none;
	font-size: 18px;
}

	
#colorblue {
	color: #336699; 
}
	
#colorblack {
	color: #000000;  
}	










h1
{
font-family: Sanchez, serif;
font-size:26pt;
font-color:#000000;
font-weight:bold;
margin-left:0px;
margin-right:0px; 
margin-top:40px; 
margin-bottom:30px;
text-align:left;
padding-top: 0px;
padding-bottom: 0px;
}

h2
{
font-family: Sanchez, serif;
font-size:18pt;
font-color:#000000;
font-weight:bold;
margin-left:0px;
margin-right:0px;
margin-top:30px;
margin-bottom:30px;
text-align:left;
padding-top: 0px;
padding-bottom: 0px;
}

h3
{
font-family: Sanchez, serif;
font-size:14pt;
font-color:#000000;
font-weight:bold;
margin-left:0px;
margin-right:0px;
margin-top:30px;
margin-bottom:30px;
text-align:left;
padding-top: 0px;
padding-bottom: 0px;
}

article {
font-family: Sanchez, serif;
font-size:14pt;
font-color:#000000;
font-weight:normal;
margin-left:30px;
margin-right:30px;
margin-top:30px;
margin-bottom:30px;
text-align:left;
padding-top: 0px;
padding-bottom: 0px;
}

content {
font-family: Sanchez, serif;
font-size:14pt;
font-color:#000000;
font-weight:normal;
margin-left:30px;
margin-right:30px;
margin-top:30px;
margin-bottom:30px;
text-align:left;
padding-top: 0px;
padding-bottom: 0px;
}

nav {
font-family: Sanchez, serif;
font-size:14pt;
font-color:#000000;
font-weight:normal;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
text-align:left;
padding-top: 0px;
padding-bottom: 0px;
}

section {
font-family: Sanchez, serif;
font-size:14pt;
font-color:#000000; 
font-weight:normal;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
text-align:left;
padding-top: 0px;
padding-bottom: 0px;
}

#centerme {
text-align:center;
	}
	
#nospaceabove {
	margin-top: 0px;
	}
#nospacebelow {
	margin-bottom: 0px;
	}
	
#somespacebelow {
	margin-bottom: 15px;
}


#somespaceaboveandbelow {
	margin-bottom: 15px;
	margin-top: 15px;
}


#nospaceaboveandbelow {
	margin-bottom: 0px;
	margin-top: 0px;
	}
#centertext {
  text-align: center;
}

#centerdiv {
  justify-content: center;
}
	
p {
font-family: Sanchez, serif;
font-size:14pt;
font-color:#000000;
font-weight:normal;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom: 18px;
text-align:left;
padding-top: 0px;
padding-bottom: 0px;
}

#addspaceleft {
	margin-left: 30px;
}	

#nomarginleft {
	margin: 0px;
}

#nomargincentered {
	margin: 0px;
	text-align: center;
}



/* Container styles */
.scrolling-text-container {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px;
}

/* Inner container styles */
.scrolling-text-inner {
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
	margin-left: 30px;
	margin-right: 30px;
    padding: 0px;
}

/* Text styles */
.scrolling-text {
    display: flex;
}

.scrolling-text-item {
    margin: 0px;
	padding: 0px;
}

/* Apply the animation to the text items */
.scrolling-text-inner>div {
    animation: var(--direction) var(--marquee-speed) linear infinite;
}

/* Pause the animation when a user hovers over it */
.scrolling-text-container:hover .scrolling-text-inner>div {
    animation-play-state: paused;
}

/* Setting the Animation using Keyframes */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ."}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white}

