@charset "utf-8";

@font-face {
	font-family: HelveticaNeueLTCom;
	src: url("../fonts/HelveticaNeueLTCom-LtCn.eot") /* EOT file for IE */
}

@font-face {
	font-family: HelveticaNeueLTCom;
	src: url("../fonts/HelveticaNeueLTCom-LtCn.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: 'Eurofurence Light';
	src: url('../fonts/eurofurence_light.eot');
	src: url('../fonts/eurofurence_light.eot?#iefix') format('embedded-opentype'),
	    url('../fonts/eurofurence_light.svg#Eurofurence Light') format('svg'),
	    url('../fonts/eurofurence_light.woff') format('woff'),
	    url('../fonts/eurofurence_light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font: 12pt 'HelveticaNeueLTCom';
	line-height: 17pt;
	color: #75736f;
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
	max-width: 100%;
}

a:link,
a:visited {
	color: #75736f;
	text-decoration: none;
}

a:hover {
	color: #2fb8b0;
}

h1, div.componentheading {
	font: 24pt 'Eurofurence Light';
	text-transform: uppercase;
}

h2, h3 {
	font: 18pt 'Eurofurence Light';
}

h1, h2, h3, div.componentheading,
h1 a:link, h2 a:link, h3 a:link, div.componentheading a:link,
h1 a:visited, h2 a:visited, h3 a:visited, div.componentheading a:visited {
	color: #fd779d;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.t3-wrapper {
	background: transparent;
}

.t3-header,
.t3-mainnav,
.t3-mainbody {
	background: rgba(255, 255, 255, 0.8);
}

.t3-footer {
	background: rgba(253, 118, 153, 0.8);
}

.home .t3-sl {
	background: rgba(255, 255, 255, 0.8);
}

.home > div {
	margin: 30px 0;
}

.t3-mainbody {
	margin: 30px 0;
}

.t3-footer,
.t3-copyright {
	border-top: none;
}

.logo-image small {
	display: inline-block;
	font-size: 14pt;
	text-align: center;
	margin-top: 30px;
	width: 100%;
}
@media (min-width: 768px) {
    .logo-image small {
        width: 300px;
        margin-left: 20px;
    }
}
@media (min-width: 992px) {
    .logo-image small {
        width: 400px;
        margin-left: 60px;
    }
}
@media (min-width: 1200px) {
    .logo-image small {
        width: auto;
        margin-left: 120px;
    }
}
.headtext {
	text-align: right;
}


/****************************************************************
** Menu **
****************************************************************/

.blog .item-image,
.item-page .item-image {
    width: 100%;
    margin-bottom: 20px;
}
.blog .items-leading .item-image.left,
.item-page .item-image.left {
    float: left;
}

.blog .items-leading .item-image.right,
.item-page .item-image.right {
    float: right;
}

.blog .items-leading .item-image.left img,
.blog .items-leading .item-image.right img,
.item-page .item-image.left img,
.item-page .item-image.right img {
    height: auto;
}

@media (min-width: 768px) {
    .item-page .item-image.left {
        margin-right: 20px;
    }
    .item-page .item-image.right {
        margin-left: 20px;
    }
    .blog .items-leading .item-image.left,
    .blog .items-leading .item-image.right,
    .item-page .item-image.left,
    .item-page .item-image.right {
        width: auto;
        max-width: 50%;
    }
}


/****************************************************************
** Menu **
****************************************************************/

.navbar-default {
	border: none;
}

.t3-navbar .nav {
	display: flex;
	flex-direction: row;
	width: 100%;
	text-align: center;
}

.t3-navbar .nav > li {
	flex-grow: 1;
}

.t3-navbar .nav > li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.t3-navbar .nav > li a {
	font: 12pt 'Eurofurence Light';
	text-transform: uppercase;
	color: #6f6d69;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.t3-navbar .nav > li.active a {
	color: #fd779d;
	background: transparent;
}

.t3-navbar .nav > li a:hover,
.t3-navbar .nav > li.active a:hover {
	background-color: #fd779d;
	color: #ffffff;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.6s, 0.1s;
	-moz-transition-duration: 0.6s, 0.1s;
	-o-transition-duration: 0.6s, 0.1s;
	-ms-transition-duration: 0.6s, 0.1s;
	transition-duration: 0.6s, 0.1s;
}


/****************************************************************
** Footer **
****************************************************************/

.t3-copyright {
	padding: 0;
}

.t3-copyright small {
	display: none;
}

.copyright {
	margin-top: 20px;
	text-align: center;
}

#footermenu {
	clear: both;
}

#footermenu ul {
	list-style-type: none;
	padding-left: 0px;
}

#footermenu li {
	float: none;
	margin: 0px 10px;
	display: inline-block;
}

#footertext {
	font: 9pt "Arial";
	color: #f7eee8;
	padding-top: 20px;
}

#footerlogos {
	padding-top: 20px;
}

#footerlogos img {
	padding: 0px 20px;
}


/****************************************************************
** Sticky footer **
****************************************************************/

@media (min-width: 768px) {
    .t3-wrapper {
        min-height: 100%;
        padding-bottom: 194px;
    }
    .t3-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

