 @font-face {
    font-family: 'almoni';
    src: url("almoni-dl-aaa-bold.otf"); 
    font-weight: 700;
    font-style: normal;
}
 @font-face {
    font-family: 'almoni';
    src: url("almoni-dl-aaa-light.otf"); 
    font-weight: 300;
    font-style: normal;
}
 @font-face {
    font-family: 'almoni';
    src: url("almoni-dl-aaa-regular.otf"); 
    font-weight: 400;
    font-style: normal;
}


html{
    font-size:10px;
        font-size: 0.54vw;
 }

* {
font-family: 'almoni', sans-serif;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 3rem;color:rgb(205, 206, 210); line-height:3rem;
 font-weight:300;
} 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	 
        
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;}
address{font-style:normal;}
.relative{position:relative;}
.absolute{position:absolute;}
.flc{clear:both;}
.flr{float:right;}
.fll{float:left;}
.col-1-1{width:100%;}
.tac{text-align:center; }
 img{display: block;}

 

 body{
     width:100%; height:100%; 
     background: url('../imgs/d3.jpg') no-repeat;
     background-size: cover;
     background-position: right 0 top 0;
     background-attachment: fixed;
 }
 .contentlayer{
     position: absolute; z-index: 5; top:6rem; left:7rem; width:114rem;
 }
 .logo{
     bottom:0; left:0; width:40rem;
 }
 .header{
      border-bottom: 1px solid #c1962b;margin-bottom: 2rem;
 }
 .header_title{margin-bottom: 2rem; }
 .header_title h1{
     color:#fff;font-size: 8.9rem; line-height: 6.2rem; font-weight: 400;
 }
 .header_title h2{
     color:#c1962b;font-size: 8.3rem; line-height: 6.7rem;font-weight: 300;
 }
 
 .content p{
    margin-bottom:4rem;
 }
 .content p a{
     font-weight: 400;text-decoration: underline;
 }
 .content h3{
     font-size: 3.7rem; line-height: 3.7rem; color:#fff; font-weight: 400;
 }
 
 
 .mobile{display: none;}
 @media screen and (max-width:1024px){
     html{
         font-size:10px;
     }
     * {
         font-size: 2rem;
    line-height: 2.3rem;
     }
     .logo {
        width: 15rem;
    }
    .header_title h1 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .header_title h2 {
        font-size: 2.5rem;
        line-height: 2rem;
    }
     .contentlayer{position: static;}
     .mobile{display: block;}
     body{
         background: none;
         background-color: #0f1014;
     }
     .header_title {
        margin-bottom: 1rem;
    }
    .content p {
        margin-bottom: 2rem;
    }
     .contentlayer{width:100%; padding: 2rem 2rem 0 2rem; margin-bottom:1rem;}
     .content h3 {
    font-size: 2.7rem;
    line-height: 2.7rem;
     }
 }