@font-face {
    font-family: 'dincondensedcregular';
    src: url('pt_din_condensed_cyrillic-webfont.eot');
    src: url('pt_din_condensed_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
         url('pt_din_condensed_cyrillic-webfont.woff') format('woff'),
         url('pt_din_condensed_cyrillic-webfont.ttf') format('truetype'),
         url('pt_din_condensed_cyrillic-webfont.svg#dincondensedcregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
padding:0;
margin:0;
background:#111111;
}
#logo{
text-align:center;
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#707070;
}
.gold{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#707070;
}
#logo img{
max-width:100%;
}
#content{
margin:0 auto;
max-width:900px;
text-align:left;
}
h1{
text-align:center;
font-family: 'dincondensedcregular', Arial;
font-size:50px;
color:#ffffff;
}
h2{
text-align:center;
font-family: 'dincondensedcregular', Arial;
font-size:36px;
color:#ffffff;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#888888;
}
.small{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#888888;
text-decoration:none;
}
hr{
height:1px;
border: 1px dashed #bbbbbb;
margin-top:0;
}
#section1{
width:100%;
background:#111111;
}
#section1 p{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#ffffff;
}
#section2{
width:100%;
height:250px;
background:url(images/flag-rcmp.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
#section3{
width:100%;
background-color:#707070;
overflow:hidden;
}
#section3 p{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
}
#section4{
width:100%;
height:250px;
background:url(images/canada.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
#section5{
width:100%;
}
#section6{
width:100%;
height:250px;
background:url(images/newspaper2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
@media screen and (max-width: 900px) {
#content{
margin-left:20px;
margin-right:20px;
}
}