@font-face {
  font-family: 'Tinos';
  src: url('fonts/tinos-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/tinos-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/tinos-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/tinos-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/tinos-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/tinos-regular-webfont.svg#Tinos') format('svg'); /* Legacy iOS */
}

body, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Tinos', "Times New Roman", "Times Roman";
	color: #2B512A;
	font-size: 16px;
	line-height: 1.4;
}

  ::-moz-selection { /* Code for Firefox */
    color: white;
    background: #2B512A;
}

::selection {
    color: white;
    background: #2B512A;
}

.contact {
	margin-top: 30px;
}

p {
	margin: 10px 0;
}


	a {
    color: #2B512A;
	text-decoration: none;
}
a:hover {
    background-color: #2B512A;
}

.logo:hover {
	background-color: transparent;
	color: #fff;
}

img {
	display: block;
}

.container {
    position: fixed ;
    top: 50%;
    display: block;
    left: 50%;
    margin-top: -112.5px; /*206 / 2*/
    margin-left: -143px; /*834 / 2*/
}