/**
 * Theme Name: mindcaps Framework v1.2.3
 * Theme URI: http://www.mindcaps.com
 * Version: 1.0
 * Author: AndrÃ© Seifert
 * Author URI: http://www.mindcaps.com
 * Description:
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/*--------------------------------------------------------------
Table of Contents:
----------------------------------------------------------------
1.  - General Theme Styles
2.  - Typo & Fonts
3.  - Headlines
4.  - Links
5.  - Text
--------------------------------------------------------------*/


/**
 * 1. General Theme Styles
 */

.wrapper {
	width: 1040px;
	margin: 0 auto;
}

/**
 * 2. Typo & Fonts
 */

 @font-face {
     font-family: "Anton";
     src: url("fonts/Anton-Regular.ttf");
     font-weight: 400;
     font-style: normal;
 }

 @font-face {
		 font-family: "Parisienne";
		 src: url("fonts/Parisienne-Regular.ttf");
		 font-weight: 400;
		 font-style: normal;
 }

 @font-face {
		 font-family: "Open Sans";
		 src: url("fonts/OpenSans-Light.ttf");
		 font-weight: 100;
		 font-style: normal;
 }

body {
	font-size : 14px;
	line-height : 28px;
	background-color: #222222;
	color: #EFEADF;
	background-image: url('img/bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Anton', sans-serif;
	position: absolute;
	letter-spacing: 1px;
}

/**
 * 3. Headlines
*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
text-transform: uppercase;
}

h1,
.h1 {
	font-size :43px;
	line-height : 44px;
}

h2,
.h2 {

}

h3,
.h3{

}

h4,
.h4 {

}

h5,
.h5 {

}

h6,
.h6 {

}

/**
 * 4. Links
 */

a,
input,
button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	color: inherit;
}

a:hover {
	color: #de3d7a;
}

/**
 * 5. Text
 */

p,
.p {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
}

.mobile-feature {
	display: none;
}

.logo img {
	max-width: 400px;
	width: 80%;
	height: auto;
	position: absolute;
	right: 0;
	z-index: -4;
	top: -40px;
}

.heading {
	max-width: 60%;
	margin: 70px auto;
	position: relative;
}

.heading h1 {
	margin-bottom: 120px;
	opacity: 0.7;
}

.logo span {
	font-family: "Parisienne", cursive;
	font-size: 3em;
	position: absolute;
	right: 45%;
	top: 50px;
}

.cocktail-img {
	position: fixed;
	max-width: 30%;
	bottom: 0;
	left: 0;
	z-index: -100;
}

.body-text {
	max-width: 60%;
	margin: 0 auto;
	position: relative;
	background-color: #ececec;
	opacity: 0.9;
	color: #111;
	padding: 20px 25px;
}

.body-text p {
	margin-top: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1.1em;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.body-text h2 {
	margin-bottom: 10px;
	font-size: 1.8em;
}

.body-text a {
	text-decoration: underline;
	font-weight: 300;
}

.contact {
	text-align: center;
	margin: 20px;
	text-transform: uppercase;
}

.contact a {
	display: inline-block;
	margin-left: 10px;
}

@media screen and (max-width: 760px) {
	body {
		position: static;
		height: auto;
		background-image: none;
		background-color: #041617;
	}

	.mobile-feature {
		width: 100%;
		float: left;
		background-image: url('img/bg-mobile.jpg');
		background-size: cover;
		display: block;
		background-color: #495463;
	}

	.logo {
		display: none;
	}

	.logo span {
		display: none;
	}

	.mobile-feature .logo {
		display: block;
		position: static;
		top: 0;
		float: left;
		width: 100%;
		right: auto;
		padding: 60px 0;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	.body-text {
		max-width: 90%;
	}

	.heading h1 {
		margin-bottom: 0;
	}

	.cocktail-img {
		display: none;
	}
}
