@charset "utf-8";

body{
	margin: 0;
	background-image:url(../images/0025.jpeg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
header{
	height: 200px;
	width: 100%;
	z-index: 5;
	background-image: url(../images/whitediamond_@2X.png);
}
#index_header{
	height: 200px;
	width: 100%;
	background: white;
	position: fixed;
	top: 0;
	z-index: 5;
	background-image: url(../images/whitediamond_@2X.png);
}
main{
	display: table;
	background: white;
	width: 100%;
}
#index_main{
	margin-top: 550px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
footer{
	min-height: 200px;
	background: #014976;
	border-top: 6px solid #fcb567;
}
.menu {
	list-style-type:none;
	display: block;
	margin: 0;
	padding:0;
	position: relative;
	text-align: center;
	border-bottom: 6px solid #fcb567;
}
/*Create a horizontal list with spacing*/
.menu li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
/*Style for menu links*/
.menu li a {
	display: block;
	min-width:140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-shadow: 1px 1px 2px #333;
	font-family: sans-serif;
}
.menu ul li:hover,
body.index li.index a,
body.about li.about a,
body.services li.services a,
body.careers li.careers a,
body.contact li.contact a { 
	font-weight: bold;
	/*--background-color: #fcb567;--*/
	color: #fcb567;
	position: relative;
	text-shadow: 1px 1px 2px #333;
}
.menu ul li::after,
body.index li.index a::after,
body.about li.about a::after,
body.services li.services a::after,
body.careers li.careers a::after,
body.contact li.contact a::after {
	content: '';
  	width: 0; 
  	height: 0; 
	bottom: 0;
	left: 45%;
	position: absolute;
  	border-left: 8px solid transparent;
  	border-right: 8px solid transparent;
  	border-bottom: 8px solid #fcb567;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color: white;
	background-color: #014976;
	text-align: center;
	padding: 15px 0px;
	display: none;
	cursor: pointer;
	border-bottom: 6px solid #fcb567;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
/*-----------------------------------------------------BUTTON------------------------------------------*/
section.press button {
  color: #27496d;
  background-color: #BEDAED;
  display: block;
  font-size: 14px;
  padding: 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 3px #305986;
  border: thin solid #305986;
}
a{
  text-decoration: none;
}
section.press button:hover,
section.press button.hover {
  background-color: #fcb567;
  box-shadow: 0 3px #143348;
  border: thin solid #143348;
  color: #143348;
  cursor: pointer;
  transition-duration: .5s;
}
section.press button:active,
section.press button.active {
  background-color: #FBA241;
  box-shadow: 0 1px #143348;
  transform: translateY(2px);
}
@media only screen and (max-width: 1200px){
	body{
		margin: 0;
		background-image:url(../images/0025.jpeg);
		background-position: 0px 100px !important;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment:fixed;
	}
}
@media only screen and (max-width: 950px){
	.menu {
		position: static;
		display: none;
		z-index: 1000;
		border-bottom: none;
	}
	/*Create vertical spacing*/
	.menu li {
		border-top: thin solid white;
		z-index: 1000;
	}
	/*Make all menu links full width*/
	.menu li, li a {
		width: 100%;
		background-color: #014976;
		z-index: 1000;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		z-index: 1000;
	}
	.menu ul li::after,
	body.index li.index a::after,
	body.about li.about a::after,
	body.services li.services a::after,
	body.careers li.careers a::after,
	body.contact li.contact a::after {
		display: none;
	}
}
@media only screen and (max-width: 475px){
	#index_header{
		height: 200px;
		width: 100%;
		background: white;
		position: relative;
		top: 0;
		z-index: 5;
		background-image: url(../images/whitediamond_@2X.png);
	}
	#index_main{
		margin-top: 0px;
		background: white;
		box-shadow: none;
	}
}