

@font-face {
    font-family: Rubik;
    src: url(font/rubik/Rubik-Regular.ttf);
    /* downloaded from googel fonts (Rubik) */
}


/*general for the body and the site wrapper*/
body {
	background-color: #edf0f2;
	font-family: 'Rubik', sans-serif;
}

a {
	color: #3E789F;
}


.site-wrapper {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	max-width: 1440px;
	width: 100%;

	background-color: white;
	margin: 0px auto 0px auto;
}









/***** for main page header ******/
header {
  position: relative;
  background-color: black;
  height: 400px;
  min-height: 25rem;
  /*width: 100%;*/
  overflow: hidden;
  margin-bottom: 50px;
}

header img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #121212;
  opacity: 0.3;
  z-index: 1;
}

header h1 {
	
	color: white;
	font-size: 3.0em;
	text-shadow: -1px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
}
header h2 {
	
	color: white;
	font-size: 1.5em;
	text-shadow: -1px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
	padding-bottom: 10px;

}
header h3 {
	margin: auto;
	color: #D8DFE4;
	/*font-size: 2.5em;*/
	font-size: 1.2em;
	max-width: 500px;
	text-shadow: -1px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
	
}
/***** END - for main page header ******/




.paragraph{
	padding-bottom: 30px;
}



h1 {
	font-size: 2.2em;
	padding-bottom: 15px;
}


h2 {
	font-size: 1.5em;
	color: #515151;
}


h3 {
	font-size: 1.2em;
	color: #515151;
}

h4 {
	font-size: 1.2em;
	/*color: #515151;*/
}

h5 {
	font-size: 1.2em;
	color: #515151;
}

h6 {
	font-size: 1.1em;
	color: #515151;
}

p {
	color: #515151;
}



[icon ^="pdf"] {
	padding-right: 25px; width: :16px;
	background: transparent url(icon/pdf.png) no-repeat center right;
}
[icon ^="video"] {
	padding-right: 25px;
	background: transparent url(icon/video.png) no-repeat center right;
}
/*[icon ^="rar"] {
	padding-right: 25px;
	background: transparent url(images/rar.png) no-repeat center right;
}
[icon ^="doc"] {
	padding-right: 25px;
	background: transparent url(images/doc.png) no-repeat center right;
}*/


