#head_line {
	width: 100%;
}

#indeximg {
	height: 60vh;
	min-height: 455px;
	background: url("/style/images/aircraft.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: inset 0px -100px 50px -50px #f0f5f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f0f5f8;
}

#indeximg h1 {
	padding: 0px;
	margin: 0px;
}

#image_lable {
	width: 90%;
	align-self: center;

}

#indeximg span {
	color: #ff9c00;
}

h2 {
	text-transform: uppercase;
	font-weight: 400;
}

.album_include {
	background-color: #b3d5f0;
	width: 48%;
	height: 250px;
	cursor: pointer;
	min-width: 270px;
}

.album_include_img:hover {
	filter: grayscale(45%);
	-webkit-filter: grayscale(45%);
	opacity: 1;
	transform: scale(1.02);
}

.album {
	display: flex;
	justify-content: space-between;
	margin: 20px 0px;
}

.album_include_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	-webkit-filter: grayscale(55%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(55%);
	opacity: 0.8;
	transition: all .2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.album_lable {
	padding: 10px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
	background-color: #000000;
	width: 75%;
	opacity: 0.8;
	border-radius: 5px;
}

@media (max-width:992px) {
	.album {
		flex-direction: column;
	}

	.album_include {
		width: 100%;
		margin: 10px 0px;
	}
}

.loginbox {
	margin: 40px 20px;
	min-width: 375px;
	width: 40%;
	height: 375px;
	max-width: 700px;
	position: relative;
	opacity: 0.7;
	transition: all .3s ease;
	backdrop-filter: blur(4px);
}

.loginbox:hover {
	opacity: 1.0;

}

.loginbox:focus-within {
	opacity: 1.0;

}

.loginbox_background {
	background: rgba(5, 20, 49, 0.4);

	width: 100%;
	height: 100%;
	border-radius: 8px;
	position: absolute;
}

.loginbox_form {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
}

.index_img_container {
	width: 90%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width:780px) {
	.index_img_container {
		flex-direction: column;
		margin: 25px;
		align-items: center;
		width: 100%;
		min-width: inherit;
	}

	#indeximg {
		background: url("/style/images/aircraft.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	#image_lable {
		width: auto;
		margin: 25px;
		text-align: center;
	}

	.loginbox {
		width: 70%;
		opacity: 1.0;
		min-width: 300px;
	}

	#indeximg {
		height: auto;
	}
}

.oppacity_button {
	background-color: #0e2d67;
}

.oppacity_button:hover {
	background-color: #00205b;
}

#posts {
	width: 100%;

}

.two_column {
	display: flex;
	align-items: stretch;
	width: 100%;

}

.column_img {
	border-radius: 5px;
}

@media (max-width:780px) {
	.two_column {
		flex-direction: column;
	}

	.column_img {
		min-height: 200px;
		margin-bottom: 20px;
	}

	#lib_reverse {
		flex-direction: column-reverse;
	}
}

#toolnext {
	background-image: url("/style/images/next_orange.png");
}

.toolnull {
	background-image: url("/style/images/null.png");
}

@media (max-width:1510px) {
	#tool5 {
		display: none;
	}
}

@media (max-width:1270px) {
	#tool4 {
		display: none;
	}
}

@media (max-width:1025px) {
	#tool3 {
		display: none;
	}
}

@media (max-width:785px) {
	#tool2 {
		display: none;
	}
}

@media (max-width:530px) {
	#tool1 {
		display: none;
	}

}