body {
	margin: 0;
  	padding: 0;
	background-color: rgba(225, 225, 225, 1);
	font-family: 'Athiti', sans-serif;
	font-weight: normal;
	overflow: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}



h1 {
	position: relative;
	margin: 0;
	left: 50px;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;

	font-size: 30pt;
	text-align: left;
	color: #D00;
}

p {


}

a:link {
	text-decoration: none;
	color:#000;
}

a:visited {
	text-decoration: none;
	color:#000;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.menuwrap {
	position:fixed;
	width:250px;
	height:100%;
/*	top:0;
	bottom: 0;*/
	left:50px;

	background-color: rgba(225, 225, 225, 0.9);
	z-index: 5000;
}

.middle{	
	position: absolute;
	top:50%;
	transform: perspective(1px) translateY(-50%);
}

.menu {
		color: #FFF;
		display: block;
		height: 768px;
		width:250px;
}

.menu ul {
	
	position: relative;
	top:50px;
	padding: 0;
	line-height: 2;
	text-align: center;
	list-style: none;
	list-style-type: none;

}

.menu li {
	font-family: 'Dosis', sans-serif;
	font-size: 12pt;
	letter-spacing: 3px;
	color: #000;
	transition: letter-spacing .25s ease-in-out, color .5s;
    -moz-transition: letter-spacing .25s ease-in-out, color .5s;
/*    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;*/
}

.menu li:hover{
	letter-spacing: 5px;
	color:#F00;
/*	background-color: rgba(255, 0, 0, 0.5);*/
}

.logo {
	display:block;
	width: 150px;
	margin-left: 50px;
	margin-top:50px;
/*	background-color: #fff;
	background-image: url('../img/desktoplogo.svg');*/
}

.contentwrap {
	position:absolute;
	width: 100%;
	top:50%;
	transform: perspective(1px) translateY(-50%);
}

.contentwrap2 {
	position:absolute;
	width: 100%;
	top:50%;
	transform: perspective(1px) translateY(-50%);
}

.content {
	height: 768px;

/*	background-color: rgba(0, 0, 0, 0.5);*/
	display: inline;
	white-space: nowrap;
}

.spacer {

	display: inline-block;
	height: 768px;
	width: 300px;
/*		background-color: rgba(0, 0, 0, 0.5);*/
}

.hey {
	margin-top: 20px;
	display: block;
	padding-left: 50px;
	top:50px;

}

.hey img{
	width: auto;
	height: 65px;
}

.contact {

	margin-top: 20px;
	display: block;
	padding-left: 25px;
	top:50px;

}

.contact img{

	width: auto;
	height: 50px;
}


.description {
	overflow: hidden;
	display: inline-block;
	height: 768px;
	width: 600px;
/*	background-image: url('../img/123.png');*/
	background-color: #FFF;
	white-space: normal;

}

.textwrap {

	margin: 0;
	padding: 0;

	height: auto;
	overflow: visible;
}

.textwrap p{
	font-size: 13pt;
	text-align: justify;    
	color: #666;
	margin: 0;
	margin-left: 25px;
	padding-left: 25px;
	padding-right: 50px;
	line-height: 1.2;
	letter-spacing: -0.5;
	border-left: thick double #ff0000;
}

.black{
	color: #000;
}

.readmore {

	margin-top: 10px;
	font-size: 14pt;
	color: #999;
	text-align: center;
}

.portrait {
	margin-top: 20px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	border-radius: 400px;
	width: 200px;
	height: 200px;
	background-image: url('../img/olja.jpg');

}

.about {
	margin-top: 20px;
	display: block;
	padding-left: 50px;
	top:50px;

}

.about img{
	width: auto;
	height: 60px;
}

.image{
	display: inline-block;
}

.image img{
		height: 768px;
}


/* CONTACT */
.formtxt {

	font-family: 'Dosis', sans-serif;
	font-size: 12pt;
	letter-spacing: 2px;
	color: #999;

	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	margin-left: 25px;
	padding-right: 20px;
/*	border-right: thick double #000;*/
}

input[type=text] {
	font-family: 'Dosis', sans-serif;
	font-size: 12pt;
	letter-spacing: 2px;
	color: #A66;

    width: 350px;
    height: 27px;
    padding-left:20px;
    margin: 0;
    border: none;
    background-color: #EEE;
    border-left: thick double #000;
    display: inline-block;
    
}

textarea {
	font-family: 'Dosis', sans-serif;
	font-size: 12pt;
	letter-spacing: 2px;
	color: #A66;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	resize: none;
	width: 350px;
	height: 250px;
	border: none;
    background-color: #EEE;
    border-left: thick double #000;
}

.button {
	font-family: 'Dosis', sans-serif;
	font-size: 12pt;
	letter-spacing: 2px;
	color: #A66;
	display: block;
	width: 100px;
	height: 35px;
	float: right;
	margin-right: 105px;
	background-color: #EEE;
	border-style: solid;
	border-color: #999;
}

.button:hover{
	color:#6A6;
	background-color: #CFC;
	border-style: solid;
	border-color: #6A6;
}
/* MOBILE */

@media (max-width: 768px) {

.desktop {
	display: none;
}

.mobile {
	display: block;
}

.mobilemenu{
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url('../img/symphony.png');
	display: none;
	z-index: 5000;

}

.menuwrap {

	width:100%;
	height:100px;
	top:0;
	left:0;
}

.middle{
	position: relative;
	width: :100%;	
	top:0;
	transform: none;
}

.hey img{
	height: 50px;
}

.image{
	display: block;
}

.image img{
		height: auto;
		width: 100%;
}

.about img{
	width: auto;
	height: 40px;
}


.contentwrap {
	width: 100%;
	top:100px;
	transform: none;
}

.description {

	display: block;
	height: auto;
	width: 100%;
}

.textwrap p{
	line-height: 1.5;
}

.logo {
	position: relative;
	width: 250px;
	margin-left: 50px;
	margin-top:10px;
	float: left;
}

.burger {
	width: 40px;
	top:30px;
	float: right;
	position: relative;
	right: 50px;
	z-index: 10000;
}

.mobmenu {
		color: #FFF;
		display: block;
		height: auto;
		width:100%;
}

.mobmenu ul {
	
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 2;
	text-align: center;
	list-style: none;
	list-style-type: none;

}

.mobmenu li {
	font-family: 'Dosis', sans-serif;
	font-size: 14pt;
	letter-spacing: 3px;
	color: #000;
	transition: letter-spacing .25s ease-in-out, color .5s;
    -moz-transition: letter-spacing .25s ease-in-out, color .5s;
/*    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;*/
}

.mobmenu li:hover{
	letter-spacing: 5px;
	color:#F00;
/*	background-color: rgba(255, 0, 0, 0.5);*/
}


/* CONTACT */
.formtxt {

/*	font-family: 'Dosis', sans-serif;
	font-size: 12pt;
	letter-spacing: 2px;
	color: #999;
	float: left;
	clear: left;
	width: 100px;*/

	text-align: left;
	margin-left: 25px;
	padding-right: 20px;
/*	border-right: thick double #000;*/
}

input[type=text] {
		/*font-family: 'Dosis', sans-serif;
	font-size: 12pt;
	letter-spacing: 2px;
	color: #A66;*/

    width: 85%;
    height: 27px;
	margin-left:25px;
	margin-right: -50px;
/*
    border: none;
    background-color: #EEE;
    border-left: thick double #000;
    display: inline-block;
*/    
}

textarea {
	margin-left:25px;
	width: 85%;
	height: 150px;
	}


}


@media (max-width: 420px) {
.logo {

	width: 200px;
	margin-left: 10px;
	margin-top:15px;

}

.burger {

	right: 10px;
}

}