
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
  url('./fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('./fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('./fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
  url('./fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('./fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
  url('./fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* russo-one-regular - latin */
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/russo-one-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Russo One'), local('RussoOne-Regular'),
  url('./fonts/russo-one-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/russo-one-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('./fonts/russo-one-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('./fonts/russo-one-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/russo-one-v6-latin-regular.svg#RussoOne') format('svg'); /* Legacy iOS */
}

/* arimo-regular - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/arimo-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Arimo Regular'), local('Arimo-Regular'),
  url('./fonts/arimo-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/arimo-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('./fonts/arimo-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('./fonts/arimo-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/arimo-v11-latin-regular.svg#Arimo') format('svg'); /* Legacy iOS */
}
/* arimo-700 - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/arimo-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Arimo Bold'), local('Arimo-Bold'),
  url('./fonts/arimo-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/arimo-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('./fonts/arimo-v11-latin-700.woff') format('woff'), /* Modern Browsers */
  url('./fonts/arimo-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./fonts/arimo-v11-latin-700.svg#Arimo') format('svg'); /* Legacy iOS */
}

body {

  overflow-y: scroll;
  margin: 0;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
 /*   background-color: #f4f5fc;
     color: #333333;*/
background-image: url("../elements/greif_bg_asphalt.jpg");
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  background-color: #f4f5fc;
    color: #f9cc04;
}


p {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.6em;
  padding: 0 5% 0 0; 

}



a {
  color: #cc0000;
  text-decoration: none;
      font-weight: bold;
}

a:hover {
  color: #190081;
  text-decoration: underline;
      font-weight: bold;
}

strong {
  font-family: 'Open Sans:700', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: light;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1 {
  font-size: 36px;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 10px 0;
  line-height: 1.8em;
  color: #190081;
  text-rendering: optimizelegibility;
}

h2 {
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}


.hero-unit {
  padding: 30px 10px 20px 20px;
  margin-bottom: 30px;
  background-color: rgba(244, 245, 252, 0.4)   

}

.hero-unit h1 {
  font-family: 'Arimo 700', Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 10;
  font-size: 29px;
  line-height: 1.3em;
  letter-spacing: 1px; 
  color: #190081;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
}


.thumbnail {
display: block;


}

a.thumbnail:hover {
   opacity: 1.0;
  background-color: #f4f5fc;

}


