/* 
LINKS
*/

a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	outline: none;
	color: #3090c7;
	text-decoration: none;
}

a:hover { 
	color:#98afc7;
}


/* 
HEADLINES 
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dolce Vita Light', 'Palatino Linotype', 'Times New Roman', cursive;
	font-weight: normal;
	text-align: center;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	color: #837e7c;
	margin: 0 0 15px 0;
  	text-shadow: 2px 2px 3px #b6b6b4;
}

h2 {
    font-size: 23px;
    line-height: 20px;
  	color: #625d5d;
    margin: 0 0 5px 0;
  	text-shadow: 2px 2px 3px #b6b6b4;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 5px 0;
  	text-shadow: 1px 1px 3px #b6b6b4;
}

h4, h5, h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px 0;
}

@font-face {
	font-family: 'Dolce Vita Light';
	src: url('/custom_fonts/Dolce Vita Light.eot');
	src: local('☺'), url('/custom_fonts/Dolce Vita Light.woff') format('woff'), url('/custom_fonts/Dolce Vita Light.ttf') format('truetype'), url('/custom_fonts/Dolce Vita Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

p.home_image_container a{
	width:49% !important;
  	display:block;
  	float:left;
	margin-bottom:5px;
}

p.home_image_container a img{
	margin:0px;
}

p.home_image_container a:nth-child(even){
	margin-left:2%; 
}

p.home_image_container a img{
	width:100% !important;
  
}

@media screen and (max-width: 450px) {
    p.home_image_container a{
      width:100% !important;
      display:block;
      float:left;
    	margin:0 !important;
  }
}