@import "http://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
CSS Settings For HTML Div ExactCenter
------------------------------------------------*/
h3,p,label {
text-align:center;
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
color: #050b05;
}
h2 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
input {
width:100%;
margin-bottom:30px;
padding:5px;
height:30px;
box-shadow:1px 1px 12px gray;
border-radius:3px;
border:none
}
textarea {
width:100%;
height:200px;
margin-top:10px;
padding:5px;
box-shadow:1px 1px 12px gray;
border-radius:3px
}
#send {
width:103%;
height:45px;
margin-top:40px;
border-radius:3px;
background-color: green;
border:1px solid #fff;
color:#fff;
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
font-size:18px
}

#send:hover {
	background-color: #2F7200;
  }
  


div#feedback {
text-align:center;
height:1022px;
width:330px;
padding:16px 25px 20px 15px;
background-color:#f3f3f3;
border-radius:1px 3px 3px 1px;
border:1.5px solid #000000;
font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
float:left
}
.container {
width:960px;
margin:40px auto
}


body{
	
	
	background-position: center center;
    background-image: url(/images/Untitled-3ne.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    display: block;
    margin-right: 0px;
}

.yonexlogo{
	height: auto;
	max-width: 22%;
}


.overskrift{
	background-color:#f3f3f3;
	border:1.5px solid #000000;
	font-size: 2vw;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #050b05;
}

.maintext{
	background-color:#f3f3f3;
	border-radius:3px 0px 0px 3px;
	border:1.5px solid #000000;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	height:100%;
	
}

#maintext2{
	color: #050b05;
	font-size: 1.2rem;
	
}

.hoveder {
	height: auto;
	max-width: 14%;
}


#h2overskrift{
	margin-bottom: 2.7%;
}


.galleri{
	border:1.5px solid #000000;
	margin: 0 0% 0% 0;
	height: auto;
	max-width: 19.85%;
}

#billede2{
	margin: 0% 5% 0% 5%;
}


.phassegresyscale{
	filter: grayscale(100%)
}

#yonex-footer{
	background: #919293;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1vw;
}