/*
* Globals
*/

/* Links */
a,
a:visited { color: #222; }

a:focus,
a:hover,
a:active,
a:active:focus {
	color: #b94747;
	text-decoration: none;
	outline: none;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	color: #fff;
	text-shadow: none; /* Prevent inheritance from `body` */
	background-color: #258f83;
	border: .05rem solid #258f83;
}


/*
* Base structure
*/
html,
body {
	height: 100%;
	background-color: #fff;
}

body {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-family: 'Lora', 'Times New Roman', serif;
	font-weight: 400;
	font-size: 0.9rem;
	color: #252921;
	/* text-transform: uppercase; */
	letter-spacing: 2px;
	/*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
	box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.2);
}

.cover-container {
	width: 100%;
	overflow: auto;
	z-index: 1;
}


/*
* Header
*/
.masthead { margin-bottom: 2rem; }

@media (max-width: 767px) {
	.masthead { margin-top: 2rem !important; }
}

.site-name,
.site-tagline {
	display: inline-block;
	vertical-align: bottom;
	/* text-indent: -9999px; */
}

.site-name {
	font-size: 2rem;
	color: #769c78;
}

/* .site-name {
	width: 300px;
	height: 200px;
	background: url(assets/img/logo-.png) no-repeat center center;
} */

.site-tagline { display: none; }

@media(min-width: 375px) {
	.site-tagline { margin-left: 1rem; }
}

@media(min-width: 768px) {
	.site-tagline { margin-left: 2rem; }
}


/*
* Cover
*/
.cover { padding: 0 1.5rem; }

.cover .btn-lg {
	padding: .75rem 1.25rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	.cover { padding-bottom: 5rem; }
}


/*
* Content
*/
ul.site-contact {
	list-style-type: none;
	margin: 0; padding: 0;
}

ul.site-contact li { margin-bottom: 0.5rem; }

ul.site-contact li span.fa-icon-wrap i {
	display: inline-block;
	vertical-align: 1.5px;
}

ul.site-contact li span.fa-icon-wrap i.fa-fax { margin-left: 0rem; }

ul.site-contact li.site-address {
	margin-bottom: 2rem;
	font-weight: 800;
	color: #b94747;
}

/* ul.site-contact li.site-phone i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
} */

ul.site-contact li i {
	margin-right: 0.5rem;
	font-size: 80%;
}

ul.site-contact li.site-address i { vertical-align: 1.5px; }

@media (max-width: 639px){
	ul.site-contact li { margin-bottom: 1rem; }

	ul.site-contact li i {
		display: block;
		margin: 0;
		margin-bottom: 0.5rem;
	}

	ul.site-contact li span.fa-icon-wrap { display: block; }

	ul.site-contact li span.fa-icon-wrap i.fa-fax { margin-left: 0.5rem; }
}

@media (max-width: 767px){
	ul.site-contact li.site-address { font-size: 0.9rem; }

	ul.site-contact li.site-email,
	ul.site-contact li.site-phone { font-size: 0.8rem; }
}


/*
* Footer
*/
.mastfoot,
.mastfoot a,
.mastfoot a:visited {
	padding: 0.5rem;
	color: #fff;
	background-color: #769c78;
}

.mastfoot { position: relative; }

.mastfoot:before {
	display: block;
	content: "";
	position: absolute;
	bottom: 100%; left: 0;
	z-index: -1;
	width: 100%; height: 160px;
	background: url(assets/img/bg-conslagorisera.jpg) no-repeat bottom center;
	background-size: contain;
}

.site-info,
.site-credits {
	/* display: none; */
	font-size: 60%;
	text-transform: uppercase;
}