/* FONTS *
-----------------------------------------------*/

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}

@font-face {
	font-family: 'Sacramento';
	font-style: normal;
	font-weight: 400;
	src: local('Sacramento'), local('Sacramento-Regular'), url(https://fonts.gstatic.com/s/sacramento/v5/buEzpo6gcdjy0EiZMBUG4C0f-A.ttf) format('truetype');
}

@font-face {
	font-family: 'Alcubierre';
	src: url('../fonts/alcubierre-webfont.woff2') format('woff2'),
	url('../fonts/alcubierre-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*
    .content_text {
      animation: colorchange 30s infinite; 
            -webkit-animation: colorchange 23s infinite; 
    }
*/

    @keyframes colorchange
    {
      0%   {background: #c5c5c5;}
      animation-timing-function:steps(6, start);
      35%  {background: #797979;}
      40%  {background: rgba(82, 82, 82, 0.83);}
      66%  {background: #797979;}
      100% {background: #c5c5c5;}
    }

/*
    @-webkit-keyframes colorchange 
    {
      0%   {background: #f3f3f3;}
      25%  {background: #c5c5c5;}
      50%  {background: #797979;}
      75%  {background: #525252;}
      100% {background: #f3f3f3;}
    }
*/

/*
*{
     font-family:  Optima,Alcubierre, Tahoma, Geneva, sans-serif, cursive, Optima, "Courier New", Courier, mono;
}
*/

* {
	font-family: Montserrat, Optima, Courier New, Courier, mono;
}

:root {

	--body-background-image: linear-gradient(72deg, rgba(48, 58, 81, 0.96), #685762 90%) !important; /*body background color*/
	--container-background-image: linear-gradient(72deg, #649bb0 0%, rgba(48, 58, 81, 0.96) 73.18%); /*container background color*/
	--contaier-links-color: #000; /*color of links inside container*/
	--navbar-background-color: rgba(0, 0, 0, 0.51); /*background color of navbar*/
	--navitem-hover-color: #c8c8c8; /*color of menu item when mouse hover*/
	--navlinks-color: #fff; /* color of navlink in menu */
	--navlinks-font-size: 0.8rem; /*font size of navbar menu items*/
	--navlink-hover-color: #000; /*color of menu item text when hover*/
	--header-background-color: #fff; /*header background color*/
	--header-title-background-color: #d0d0d0; /*header title background color*/
	--header-title-border-color: #0e648c; /* header title border color*/
	--disclamer-background-color: #3d6975; /*footer color*/
}

.threeElementsWrapper {
	width: 100%;
	display: flex;
    flex-direction: row;
    border: 1px solid black;
    position:relative;
    font-family: monospace;
    padding-top: 2px;
}

.firstOfThree {
		width: 90%;
		padding-left: 5px;
		background-color: white;
		font-family: monospace;
		padding-top: 28px;
}

.secondOfThree {
		width: 7%;
		padding-top: 28px;
		font-family: monospace;
		padding-left: 5px;
		background-color: whitesmoke
}

.thirdOfThree {
		width: 10%;
		font-family: monospace;
		padding-top: 28px;
		background-color: #e6e6e6
}
.fourthOfThree {
		width: 20%;
		font-family: monospace;
		padding-top: 28px;
		background-color: #377591
}
.fiftyPerC {
		width: 49%;
		font-family: monospace;
		font-size: medium;
		padding-top: 28px;
		background-color: #377591;
		float: left
}


div.static {
  position: static;
  border: 3px solid #73AD21;
}
.dropdown-menu {
	margin-top: 9px !important;
	background-color: var(--navbar-background-color) !important;
	background-color: #ccc !important;
/* 		color: #ffffff !important; */

	/*     color:#226e9d */
}

.dropdown:hover {
	cursor: pointer;
}

.dropdown-menu .dropdown-item {
	color: #ffffff !important;
	/*     color:var(--navlinks-color) */
}

h1 {
	font-size: 72px;
	background: -webkit-linear-gradient(#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2 {
	font-size: 10px;

}

h6 {
	font-size: 16px;
	background: -webkit-linear-gradient(#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body {
	background-image: linear-gradient(72deg, #d9d9d9 0%, #bfbfbf 90%) !important; /* 	background-color: #b49090; */
	font-family: Montserrat, Optima, Alcubierre, Tahoma, Geneva, sans-serif, cursive, Optima, "Courier New", Courier, mono;
	font-size: 16px;
	color: #585858;
	min-height: 100% !important;
}


#container {
	max-width:  1200px;
	background-image: #111;

/* 	background-image: linear-gradient(72deg, #649bb0 0%, rgba(48, 58, 81, 0.96) 73.18%); */
	/* #649bb0 90% */
	/* (72deg, #649bb0 0%, rgba(48,58,81,0.96) 73.18%) */

}

#container a {
	color: #000;

}


/*navigation css*/
.navbar {
/* 	max-width:  600px; */

}

.nav-item a {
	color: white !important;
	font-size: inherit;

}

.hamburger {
	display: inline-block !important;
	border: none !important;
}

button:focus {
	outline: 0 !important;
}


#footer {
	overflow: hidden
}

#footer .footer_disclaimer {
	background-color: rgba(141, 141, 141, 0.99);
	margin: 0;
}

#header * {
	font-family: Alcubierre;
}

#header {
	height: 105px;
	background-color: rgba(208, 0, 0, 0.01);
	display: flex;
	align-items: center;
	position: relative;
}

#header_title {
	margin-top: 1.8rem;
	font-size: 1.6rem;
	padding: 1rem;
	text-transform: uppercase;
	letter-spacing: 2.5px;
		font-weight: 450;

}

#header_subtitle {
/* 	padding: 1rem; */
	align-self: flex-end;
	margin: 0 auto;
	position: absolute;
	font-size: 1.2rem;
	letter-spacing: 1.9px;
		font-weight: 800;

}


.title {
	font-size: 22px;
	text-decoration: underline;
	font-weight: normal;
}

.content_text {
			width: 71%; 

	margin-left: 150px;
	color: #3e3e3e;
}




@media (max-width: 950px ) {

.fiftyPerC {
		width: 95%;
		font-size: small;
		font-family: monospace;
		padding-top: 28px;
		background-color: #377591
}

.p{
			font-family: monospace;
			margin-left: 50px;
		font-size: small;
	
	
}

	.navbar-nav {
		transform: translateX(0);
	background-color: rgba(145,  145,  145, 0.80);
	}
	

	.content_text {
		width: 91%; 
	margin-left: 5%;
	color: #3e3e3e;
	}
	.navbar {
		width: 33%;
		height: auto;
		transition: background-color;
	}

	.nav-item:hover a {
		color: black !important;
	}

	#header_subtitle {
		right: 0;
	padding: 0.5rem;

	}

	.filterbuttonscontainer {
		width: 100%;
		margin: 5px auto 5px;
		background-color: #474747;
	}

	.filterbutton {
		background-color: #eee;
		border: none;
		color: white;
		padding: 6px 8px;
		text-align: center;
		text-decoration: none;
		/*   display: inline-block; */
		display: inline-block;
/* 		font-size: 1.0rem !important; */
		font-size: 8px;
		margin: 4px 2px;
		cursor: pointer;
		border: 0.8px solid #0e648c;
	}

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

	#footer .footer_disclaimer {
		text-align: center;
		width: 100%;
		float: right;
		background-color: rgba(188, 188, 188, 0.95);
		margin: 0;
	}

	#main {
		padding: 10px;
	}

	#container {
		width: 98%;
		margin: 60px auto 10px;
		background-color: #c5c5c5;
/* 		background-color: #b1b1b1; */


	}

	.trans-navbar {
		background-color: transparent !important;
	}
}

@media (min-width: 951px ) {

	#home-link {
		display: none;
	}

	.navbar {
		padding: 0 !important;
		height: 50px;
		transition: background-color, 200ms;
		background-color: rgba(145, 145, 145, 0.68);
		width: 80%;
		margin: 0px auto;
	}

	#navbarNav {
	height: 100%;!important;
	}

	.navbar-nav {
		height: 100%;!important;
		width: 100%;
		margin: 0 auto;
		transition: background-color, transform 900ms;
	}

	.move-navbar {
		background-color: transparent;
		transform: translateY(-200px);
	}

	.trans-navbar {
		background-color: transparent !important;
	}

	.nav-item {
		margin: 0 5px;
		transition: background-color, border, ease-in 200ms;
	}

	.nav-item a {
		position: relative;
		top: 14px;
		/*         font-size: 12px; */

	}

	.nav-item:hover {
		background-color: #c8c8c8;
		/*         border-bottom: 5px solid #0f6674; */
	}

	.nav-item:hover a {
		color: black !important;
	}

	#header_title {

	}
	#header_subtitle {
		left: 50%;
		transform: translateX(-50%);
	}


	.filterbuttonscontainer {
		width: 95%;
		margin: 20px auto 10px;
		background-color: rgba(177, 177, 177, 0);
	}

	.filterbutton {
		background-color: #eee;
		border: none;
		color: white;
		padding: 6px 17px 6px 15px;
		text-align: center;
		text-decoration: none;
		/*   display: inline-block; */
		display: inline-block;
		font-size: 14px;
/* 				font-size: 1.0rem !important; */

		margin: 4px 2px;
		cursor: pointer;
		border: 0.8px solid #0e648c;
	}

	.filterbuttonsmall {
		font-size: 12px;
		background-color: #eee;
		border: none;
		color: white;
		padding: 0px 8px 0px 9px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
		border: 0.8px solid #0e648c;
	}

	img {
		height: auto;
		width: 60%;
	}

	#footer .footer_disclaimer {
		text-align: right;
		width: 100%;
		float: right;
/* 		background-color: rgba(132, 132, 132, 0); */
		margin: 0;
	}

	#main {
		padding: 20px 60px;
	}

	#container {
		width: 90%;
		margin: 35px auto 10px;
		background-color: #c5c5c5;


	}

	p {
		padding: 0 20px;
	}
}

