/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo {
	width: 160px;
	height: 60px;
	background: url(../../../images/yootheme/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.frontpage-headline { 
	padding-bottom: 10px;
	font-weight: bold;
}

/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom-a .custom h3 { 
	margin-top: 7px;
	margin-bottom: 27px;  
	line-height: 30px;
	font-size: 24px;
}

#bottom-a .custom p {
	margin-top: 0;
	font-family: "OpenSansLight";
	font-size: 18px; 
}

.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

.ghost-button-rounded-corners-gold {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #F0CB9A;
  border: 1px solid #F0CB9A;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  float: right;
}
.ghost-button-rounded-corners-gold:hover,
.ghost-button-rounded-corners-gold:active {
  background-color: #F0CB9A;
  color: #ffffff;
}

.ghost-button-rounded-corners-blue {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #F5F3F3;
  border: 1px solid #F5F3F3;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
  float: right;
}
.ghost-button-rounded-corners-blue:hover,
.ghost-button-rounded-corners-blue:active {
  background-color: #F5F3F3;
  color: #0f0740;
}
