@import 'customfield.html';
@import 'steam.css';

@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('https://fonts.googleapis.com/css?family=Lato');


body{

    background: url(../images/back.html) repeat scroll top left #EFE8DE;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Varela Round', sans-serif;
	text-transform: uppercase;
}

.t3-header .container > .row {
    background-color: transparent;
    position: relative;
}
.item-page .article-image-full {
    float: right !important;
    width: 400px;
    max-width: 100%;
}

.item-page .article-image-full {
    max-width: 100%;
	border-radius:4px;
    border: #fff 1px solid;
    box-shadow: #ccc 0 0 4px 1px;
}

.blog .item-image img {
    max-width: 100%;
	border-radius:4px;
    border: #fff 1px solid;
    box-shadow: #ccc 0 0 4px 1px;
}

.blog .readmore > a {
    color: #BD541F;
}

.items-leading .leading {
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    width: 100%;
    float: left;
}

.blog .article-title a:hover, .blog .article-title a:active, .blog .article-title a:focus {
    color: #BD541F;
}
.module-title {
    margin-bottom: 5px;
}

.blog .article-title {
    font-size: 22px;
}
.t3-header .container > .row {
    background-color: transparent;
    position: relative;
}
.logo-image {
    border-right: 0;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    position: relative;
    min-height: auto;
}

.t3-mainnav {
    width: 100%;
}



.navbar {
    position: relative;
    min-height: auto;
    z-index: 999;
}

#t3-mainnav > div ,  #t3-mainnav > div  > div {
	padding:0;
}











@media (max-width: 768px) {

h1, .h1 {
    font-size: 23px;
    line-height: 26px;
}

h2, .h2 {
    font-size: 22px;
    line-height: 26px;
}


.item-page .article-image-full {
    margin-bottom: 10px;
}

.languageswitcherload .custom {
    margin-top: 10px;
    float: left;
    width: 100%;
	text-align: center;
}

}