@charset "utf-8";

@media only screen and (max-device-width: 700px) and (orientation: portrait){
	ul#navigation a{
		display: none !important;
	}
	
	ul#navigation{
		height: 110px !important;
		background-size: auto 40px, 100% 100% !important;
		top: -50px !important;		
	}

	#content{
		padding-top: 110px !important;
	}
	
	h2{
		font-size: 60px !important;
		margin-bottom: 50px !important;
	}

	p, pre, table, td, tr, ul, ol, li {
		font-size: 40px !important;
		line-height: 175% !important;
	}

	p, pre, ul, table, h1, h2, h3, h4, h5 {
	  	width: 80% !important;
		margin: 50px auto !important;	  
	}	
	
	.splashContainer img{
		margin: 0px !important;
		width: 100% !important;
	}
	
	.splashFiltered{
		display: none !important;
	}	
	
	#homeLinks a{
		background-color: rgba(40,80,180,0.8);	
		height: 250px; 
		width: 585px; 
		display: block;
		margin: 0 !important;
		border: none;
		border-radius: 5px;
		transition: 1s background-color;	
		backdrop-filter: blur(10px);	
	}		
}

@media (prefers-reduced-motion: reduce) {
  html {
    --scroll-behavior: auto;
    scroll-behavior: auto;
  }
}

html{
  --scroll-behavior: smooth;	
  scroll-behavior: smooth;
}

body{
	margin: 0;
	/* color: #333333; */
	color: black;
	height: 100%;
	min-height: 100%;
	min-width: 1200px;
	
	font-family: Raleway, Verdana, Arial, Helvetica, sans-serif;	
}

#footer{
    padding: 20px 0px 30px;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.7);
	position: relative;
	bottom: 0px;
	width: 100%;
}

.page{

}

#content{
	padding-top: 62px;
}

#content .splashContainer:first-child {
    margin-top: 0px;
}

ul#navigation {
	display: block;
	height: 62px;
	width: 100%;
	min-width: 1200px;
	
	position: fixed !important;
	z-index: 999;
	top: 0px;
	left: 0px;

	padding: 0px;
	margin: 0px;
	text-align: right;	
	list-style: none;
	
	border-bottom: 1px solid rgba(0,0,0,0.18);
	box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.05), 4px 5px 15px 1px rgba(0,0,0,0.1), 0px 0px 2px 1px rgba(0,0,0,0.1);
	
	background-color: rgba(255,255,255,1);		
	background-image: url(), linear-gradient(to bottom, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0.08) 30%, rgba(0,0,0,0) 80%);
	background-repeat: no-repeat, repeat;
	background-size: auto 30px, 100% 100%;
	background-position: 40px center, 100% 100%;
	
	transition: background-color 0.5s ease-in-out;	
}

ul#navigation:hover{
	background-color: rgba(255,255,255,1);	
}

ul#navigation:hover a{
	color: black;
}

ul#navigation li{
	display: inline-block;
	padding: 0px;
}

#navigation a {
	line-height: 60px;
	padding: 22px 20px 23px 20px;
	
	color: rgba(0,0,0,0.6);
	font-size: 15px;
	font-weight:lighter;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	letter-spacing: 0px;
	text-decoration: none;
	border: none !important;
	/* text-transform:uppercase; */
	
	border-left: 1px solid rgba(0,0,0,0);
	border-right: 1px solid rgba(0,0,0,0);
	white-space:nowrap;

	transition: all 0.3s ease-in-out;
}

#navigation a:hover, .navbar a:active {
	background: rgba(0,0,0,0.02);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09) inset;
	outline: none;
	
	color: black !important;
}

@keyframes fadeIn {	0% {opacity: 0;}	50% {opacity: 0;}	100% {opacity: 1;}}

@keyframes expandText {	0% {opacity: 0; letter-spacing: 0px;}	100% {opacity: 1; letter-spacing: 0px; letter-spacing: 6px;}}

@keyframes expandHeight {	0% {transform: scaleY(0);}	100% {transform: scaleY(1)}}

@keyframes hovering {	0% {transform: scale(1);} 50% {transform: scale(1.05);}	100% {transform: scale(1);}}

.expandHeight{
	transform: scaleY(0);
	animation-name: expandHeight; 
	animation-duration: 2s; 
	animation-iteration-count: 1; 
	animation-delay: 0s; 
	animation-timing-function: ease-out; 
	animation-fill-mode: forwards;	
}

@keyframes expandBackground {0% {transform: scaleX(1); opacity: 0;} 50%{opacity: 1;}	100% {transform: scaleX(1.6); opacity: 0}}

.expandBackground {
	animation-name: expandBackground; 
	animation-duration: 10s; 
	animation-iteration-count: infinite;
}

/* Animation for the :target image. Slides the image in. */

@keyframes moveTarget {0% {left:-840px;}	100% {left:0px;}}

ul#slider li:target {
/*	animation-name: moveTarget; 
	animation-duration: .5s; 
	animation-iteration-count: 1;*/
	top:0px;
	left: 0px;
	z-index: 10 !important;
}

/*
Animation for the current image. Slides it out the frame and back to the starting position. 
Adds a lower z-index than the now current image.
*/

@keyframes moveIt {0% {left:0px;}	50% {left:840px;}	100% {left:-840px;z-index: 5;}}

@keyframes scroll {
    from {
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(0px);	
	}
    to   {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);	
	}
}

@keyframes blur {
    from { 	filter: blur(10px); 
	-webkit-filter: blur(10px);
	opacity: 0;	
	}
    to   { 	filter: blur(0px); 
	-webkit-filter: blur(0px);
	opacity: 1;
	}
}

#homeLinks #image{
	background-image: url('/data/get/42'); 
	background-size: cover; 
	background-position-y: center;
	height: 250px; 
	width: 1170px; 
	display: inline-block; 
	margin: 20px auto; 
	text-align: left;
	border-radius: 5px;	
}

#homeLinks a{
	background-color: rgba(40,80,180,0.8);	
	height: 250px; 
	width: 585px; 
	display: inline-block;
	margin: 0 !important;
	border: none;
	border-radius: 5px;
	transition: 1s background-color;	
	backdrop-filter: blur(10px);	
}

#homeLinks a:hover{
	background-color: rgba(0,0,0,0.3) !important; 
	transition: 0.1s background-color;
	backdrop-filter: blur(0px);	
}

#homeLinks .splashFiltered{
	margin-top: -5%;
	margin-left: 0%;
  	filter: blur(10px) saturate(100%) opacity(20%);	
}

#formMessage{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
}

#formMessage h2.red{
	color: rgb(220,30,30) !important;
}


form#soldierSignUp{
	display: block;
	max-width: 900px;
	margin: 50px auto;
	line-height: 300%;
}

form#soldierSignUp input, select{
	margin-left: 10px;
	margin-right: 40px;
	font-size: 16px;
}

form#soldierSignUp input[type=number]{
	width: 4em;
}

form#soldierSignUp input[type=tel]{
	width: 20em;
}

form#soldierSignUp input[type=email]{
	width: 30em;
}

form#soldierSignUp input[name=frst]{
	opacity: 0;
	position: absolute;
	z-index: -10;
	top: 0;
}

form#soldierSignUp h2{
	margin-left: 0px;
}

form#soldierSignUp h3{
	color: rgb(60, 60, 220);
	font-weight: lighter;
	font-size: 20px;
	margin-bottom: -20px !important;
	margin-left: -10px;
	display: block;
}

form#soldierSignUp #buttonConsent, form#soldierSignUp #buttonSubmit{
	border: 2px solid rgba(0, 60, 220,1);
	border-radius: 5px;
	color: black;
	text-align: center;
	display: inline-block;
	width: 200px;
	margin: 20px auto;
	transition: 0.2s all;
}

form#soldierSignUp #buttonConsent{
	display: none;
}

form#soldierSignUp #buttonConsent:hover, form#soldierSignUp #buttonSubmit:hover{
	border-color: rgba(0, 60, 220,0.1);	
	background: rgba(00,60,220,0.5);
	color: white;
}

form#soldierSignUp #formData{
	display: none;
}

form#soldierSignUp .familyMember{
	box-sizing: border-box;
	padding: 30px 50px 30px;
	
	border: 2px solid rgba(0,60,220,0.05);	
	
	display: none;
}


form#soldierSignUp .familyMember label{
	margin-right: 10px;
}

form#soldierSignUp .familyMember:nth-child(even){
	background: rgba(0,60,220,0.02);
}

form#soldierSignUp .familyMember:nth-child(odd){
	background: rgba(0,60,220,0.005);
	border-top: none !important;
}

form#soldierSignUp .familyMember input{
	margin-right: 20px;
}

/* Content */

p, pre, table, td, tr, ul, ol, li, h1, h2, h3, h4, h5, a {	
}

p, pre, table, td, tr, ul, ol, li {
	font-size: 16px;
    line-height: 175%;
}

p, pre, ul, table, h1, h2, h3, h4, h5 {
  margin: 20px auto;
  padding: 0px;
  width: 860px;	
}

ul{
	padding-left: 50px;
}

img {
	max-width: 900px;
	height: auto !important;
}


a:link, a:active, a:visited {
    color: black;
    cursor: pointer;
    text-decoration: none !important;
	border-bottom: 1px solid rgb(255,100,100);
}

a[href^="tel:"]:before {
    content: "\260E";
    display: inline-block;
    margin-right: 0.2em;
}

a[href^="mailto:"]:before {
    content: "\2709";
    display: inline-block;
    margin-right: 0.2em;
}

h1, h4, h5{
	font-family: Raleway, Verdana, Arial, sans-serif !important;
	color: black;
}


h1,.h1{
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0px 40px;
	text-align: center;
	color: white;
	background: linear-gradient(to bottom, #5c5c5c 0%,#303030 64%,#000000 100%);
	padding: 20px 0px;
	width: 870px;
	margin-left: -45px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.65) inset;
}

h2{
	color: rgb(20, 60, 220);
	font-weight: lighter;
	font-size: 30px;
	transform: translateX(-10px);
}

h4{
	font-size: 20px;
	font-weight: normal;
	margin: 40px 0px 10px;
/*	
	margin-left: -10px;
	padding: 5px 0px;
	border-bottom: 1px solid #fbdb32;
	display: inline-table;
*/	
}


h5{
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0px 10px;
}


.normal {
	font-size: 13px!important;
	font-family: Raleway, Verdana, Arial, Helvetica, sans-serif!important;
}

.centerimage {
	padding:14px;
	margin-left: auto;
	margin-right: auto;
}

.rightimage {
	float: right;
	padding-top: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
}

.leftimage {
	float: left;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
}

.toprightimage {
	float: right;
	vertical-align:top;
	padding-left: 14px;
	padding-bottom: 14px;
}

.topleftimage {
	float: left;
	vertical-align:top;
	padding-right: 14px;
	padding-bottom: 14px;
}

.bottomrightimage {
	padding-top: 14px;
	padding-left: 14px;
	float: right;
	vertical-align:bottom;
}

.bottomleftimage {
	padding-top: 14px;
	padding-right: 14px;
	float: left;
	vertical-align:bottom;
}

.topgallery {
	text-align: center; 
	margin-top: 30px; 
	margin-bottom: 50px;	
}

.topgallery img{
	margin: 0px 15px;
	border: 2px solid #fbdb32;
	border-radius: 2px;
}

.topgallery img:hover{
	border: 2px solid rgba(0,0,0,0.4);
}	

h3, h3 a {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	display: inline-block;
	border: none !important;
}

a{
	border-bottom: 1px solid rgb(255,100,100);
	color: black;
	text-decoration: none !important;
	font-style: normal;
}

a:hover{
	color: rgb(255,100,100);
}

ul, li, ol {
padding-top: 0px;
}

ol li {
	margin-bottom: 10px !important;	
}

.headline {
 	font-size: 20px;
    letter-spacing: 1px;
    line-height: 40px;
} 

img.mceItemMedia{
	background: url(/i/background_editor_media.png) rgba(0,0,0,0.1) no-repeat center center !important;
	max-width: 100%;
}

img.full{
	margin-bottom: 40px;
	margin-top: 20px;
}

.xSplash{
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}

.splashBackground{
	background-size: cover;	
	margin-bottom: 50px;
	margin-top: 50px;
}

.splashContainer{
	position: relative;
	margin-bottom: 50px;
	margin-top: 50px;

	overflow: hidden;
	text-align: center;

	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);		
}

.splashContainer img{
	position: relative;
	margin: 20px auto;


	border-radius: 5px;
	
	width: 1170px !important;
	height: 500px !important;

  	object-fit: cover;
  	object-position: center 25%;	
	
	max-width: 100% !important;
}

.splashFiltered{
	filter: blur(30px);
	background-size: cover;
	opacity: 0.95;
	
	width: 110%;
	height: 150%;
	
	margin-left: -5%;
	margin-top: -10%;

	position: absolute;	
	z-index: -1;
	top: 0%;
}

.splashForeground{	
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);	
	
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%); 
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;

	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);	
}

.splashForeground img{
	margin: 20px auto;
	border-radius: 5px;
	
	width: 1200px;
	height: 500px;

  	object-fit: cover;
  	object-position: center 25%;	
	
	max-width: 100% !important;
}

p{
	padding-bottom: 5px;
}

a[id] {
	padding-top: 680px;
	margin-top: -680px;
	display: inline-block;
	border: none;
}

ul.registrations{
	list-style: none;
	margin: 40px auto;
	padding: 0px 0px;
	border-radius: 5px;
	border: 1px solid rgba(0,30,220,0.5) !important;
}

ul.registrations li:nth-child(odd){
	background: rgba(0,60,220,0.05);
}

ul.registrations li{
	padding: 5px 40px;
}

ul.registrations li:hover{
	background: rgba(0,60,220,0.5);
	color: white;
}

