
/* EFFECTS //////////////////////////////////////////////////////////////////////////////// */

#instagramlogo:hover {
	opacity: 0.5;
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
}

a {
	color: #000000;
	text-decoration: none;
	transition:0.1s;
	-moz-transition:0.1s;
	-webkit-transition:0.1s;
}
a:hover {
	color: #b5b5b5;
	text-decoration: none;
	transition:0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
}

/* Primary Styles //////////////////////////////////////////////////////////////////////////////// */
body {
	font-family: 'Crimson Text', serif;
}
.allcontents {
	position: absolute;
	top: 80px;
	right: 80px;
	bottom: 0;
	left: 80px;
	text-align: center;
}
.homeslide {
	position: relative;
	line-height: 0;
}
.title {
	position: relative;
	width: 100%;
	text-align: center;
	/*background-color: #ccc;*/
}
#homelogo {
	width: 290px;
	vertical-align: top;
}
.subtitle {
	position: relative;
	margin-top: 40px;
	width: 100%;
	text-align: center;
	font-size: 1em;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.profile {
	position: relative;
	margin-top: 60px;
	width: 100%;
	text-align: left;
}
.profiletxt {
	margin: 0 auto;
	width: 80%;
	max-width: 960px;
	font-size: 0.8em;
	line-height: 2;
	letter-spacing: 0.05em;
	/*background-color: #ccc;*/
}
.linkbtn {
	position: relative;
	margin-top: 40px;
	width: 100%;
	/*background-color: #ccc;*/
	text-align: center;
}
.linkbtn ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.linkbtn li{
	margin: 20px 0;
	font-size: 1em;
	line-height: 2;
	letter-spacing: 0.05em;
}
#instagramlogo {
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin-top: 10px;
}
.footer {
	height: 100px;
}
/*//////////////////////////////////////////////////////////////////////////////////*/


/* Media Queries One Column //////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:800px) {
	.allcontents {
		position: absolute;
		top: 22px;
		right: 22px;
		bottom: 0;
		left: 22px;
		text-align: center;
	}
	ul.bxslider li {
		width : 100%;
		height : calc((100vw - 44px)*(9/16));
		position: relative;
		margin: 0;
		line-height: 0;
	}
	#homelogo {
		width: 174px;
		vertical-align: top;
		margin-top: 30px;
	}
	.subtitle {
		position: relative;
		margin-top: 20px;
		width: 100%;
		text-align: center;
		font-size: 0.7em;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	.profile {
		margin-top: 40px;
	}
	.profiletxt {
		margin: 0 auto;
		width: calc(100vw - 44px);
		font-size: 0.8em;
		line-height: 2;
		letter-spacing: 0.05em;
		/*background-color: #ccc;*/
	}
	.footer {
		height: 60px;
	}
}
/* Media Queries Two Column //////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width:800px) {
}




