@charset "utf-8";

* {padding: 0; margin: 0;}
html {overflow-y:scroll; height: 100%}

body {
	height: 100%;
	color: #ffffff;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	background-image: url('Bilder/background6.png');
	background-repeat: no-repeat;
	background-attachment: fixed;  
	background-size: cover;
	background-position: center;
}

a { text-decoration: none; }
a:link { color: #EC6242; }
a:visited { color: #EC6242; }
a:hover, 
a:focus { 
  text-decoration: none;
  color: #ccd8ec; 
}

p {
	display: inline;
	background-color: white;}

#logo {
	position: relative;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

#hello {
	position: relative;
	margin-left: 15%;
	margin-top: 130px;
	font-size: 3.8em;
	color: #ff3600;
}

#contact {
	position: relative;
	margin-left: 15%;
	margin-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #ff3600;
}

.rtl { 
    unicode-bidi: bidi-override;
    direction: rtl;
}

.blue {
	color: #1b95b3;
}

@media screen and (max-width: 450px) {
	#logo {padding-left: 30px}
	#hello {margin-left: 30px; margin-top: 80px}
	#contact {margin-left: 30px; margin-top: 130px}
}