body {
	background-image: url('/static/img/veterans/background.jpg');
	background-color: #143045;
	font-family: Arial, Helvetica, sans-serif;
}

.left-image {
	background: url('/static/img/veterans/work_medal_s.png') no-repeat;
	background-position: top left;
	background-size: contain;
	width: 33%;
	height: 550px;
	position: absolute;
	top: 0px;
	left: 0;
}

.navigate-to-main {
	width: 33%;
	height: 125px;
	position: absolute;
	top: 50px;
	left: 33%;
	
	text-align: center;
}

.link-to-main {
    color: white;
	text-decoration: none;
}

.title-image {
	background: url('/static/img/veterans/title_s.png') no-repeat;
	background-size: contain;
	width: 33%;
	height: 300px;
	position: absolute;
	top: 125px;
	left: 33%;
}

.right-image {
	background: url('/static/img/veterans/work_foto_s.png') no-repeat;
	background-position: top right;
	background-size: contain;
	width: 33%;
	height: 550px;
	position: absolute;
	top: 0px;
	right: 0;
}

.search-input {
	width: 95%;
	position: absolute;
	left: 0;
	bottom: 0;
	
	padding-left: 15px;
	
	background-color: rgba(0, 0, 0, 0);
    color: white;
    outline: none;
    height: 30px;
    transition: height 1s;
    -webkit-transition: height 1s;
}

.logo-icon {
	background: url('/static/img/veterans/logo_s.png') no-repeat;
	height: 39px;
	width: 155px;
	margin: auto;
}

.content-list {
	width: 60%;
	position: absolute;
	top: 450px;
	left: 20%;
}

.content-item {
	padding: 20px;
	margin-bottom: 30px;
}

.item-photo {
	width: 160px;
	height: 220px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	
	-webkit-box-shadow: 15px 6px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 15px 6px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 15px 6px 15px 0px rgba(0,0,0,0.35);
}

.item-info {
	
}

.item-name {
	color: #ffb035;
	font-size: 2.6em;
	font-weight: 600;
	margin-bottom: 20px;
}

.item-description {
	color: white;
}