@font-face {
  font-family: NAMU-Pro;
  src: url(../font/NAMU-Pro.woff);
}
body {
font-family: 'NAMU-Pro';
	font-weight: 400;
	color: #c5942e;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
overflow-x: hidden;
background: url(../images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top {
margin-top: 20px;	
}
.fixedline {
position: relative;
width: 100%;
height: 20px;
border-top: 1px solid rgba(197,148,46,0.5)	
}
.fixedline2 {
position: relative;
margin: 0 auto;
width: 100%;
height: 20px;
border-top: 1px solid rgba(197,148,46,0.5)	
	
}
.iconky {
float: right;
margin-top: 10px;
}
/* Override the bootstrap defaults */
h1 {
font-style: italic;
color:#c5942e;
margin-top:40px;
margin-bottom:20px;
font-size:48px;
line-height:50px;
font-weight:600;
overflow:hidden;
text-align:center;
}


h2 {
color:#c5942e;
margin-top:0px;
margin-bottom:0px;
font-size:38px;
line-height:38px;
font-weight:bold;
text-align:left;
}



h3 {
color:#c5942e;
margin-top:2px;
margin-bottom:10px;
font-size:20px;
line-height:24px;
font-weight:400;

}
h4 {
color:#c5942e;
margin-top:2px;
margin-bottom:10px;
margin-left: 10%;
font-size:20px;
line-height:24px;
font-weight:400;
text-align:center;
}
h5 {
font-style: italic;
color:#c5942e;
margin-top:2px;
margin-bottom:10px;
font-size:28px;
line-height:32px;
font-weight:400;
text-align:right;
}
a {
	color: #c5942e;
}
a:hover {
	color: #fefefe;
	text-decoration: underline;
}
a:focus {
	color: #fefefe;
	text-decoration: underline;
}
.logo {
	margin: 4px 0 4px 0;
	float: right;
}
.flag {
	margin: 4px 0 4px 0;
	float: left;
}

.sticky {
background: url(../images/footer.jpg);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
z-index: 9;
}
 #callme_button > a.callme {
    width: 40px;
	margin-right: 3%;
}
 #callme_button2 > a.callme {
    width: 40px;
	margin-right: 3%;
}
 #callme_button3 > a.callme {
    width: 40px;
	margin-right: 3%;
}
#callme_button > a {
    position: fixed;
    right: 32px;
    top: 50%;
    width: 22px;
    z-index: 999;
    cursor: pointer;
    height: 50px;
    padding: 0px;
    outline: none;
}
#callme_button2 > a {
    position: fixed;
    right: 32px;
    top: 60%;
    width: 22px;
    z-index: 999;
    cursor: pointer;
    height: 60px;
    padding: 0px;
    outline: none;
}
#callme_button3 > a {
    position: fixed;
    right: 32px;
    top: 70%;
    width: 22px;
    z-index: 999;
    cursor: pointer;
    height: 60px;
    padding: 0px;
    outline: none;
}
@media only screen and (max-width : 960px) {
h1 {
font-style: italic;
color:#c5942e;
margin-top:10px;
margin-bottom:10px;
font-size:20px;
line-height:30px;
font-weight:600;
text-align:center;
}
h2 {
color:#c5942e;
margin-top:0px;
margin-bottom:0px;
font-size:26px;
line-height:28px;
}



h3 {
color:#c5942e;
margin-top:2px;
margin-bottom:10px;
font-size:18px;
line-height:20px;
overflow: hidden;
}

}