@charset "UTF-8";
/* CSS Document */



/* FONTS */
@font-face {
	font-family: 'head';	
	src: url(http://liebensmcedric.com/fonts/News-Gothic-Light-Regular.otf);
	
	src:url('../fonts/News-Gothic-Light-Regular.otf') format('truetype');
}

@font-face {
	font-family: 'regular';
	src: url(http://liebensmcedric.com/fonts/b-regular.ttf);
	
	src:url('../fonts/hk-regular.ttf') 			format('truetype');
}

@font-face {
	font-family: 'bold';
	src: url(http://liebensmcedric.com/fonts/hk-bold.ttf);
	
	src:url('../fonts/hk-bold.ttf') 			format('truetype');
}
/* Icons */
@font-face {
	font-family: 'icons';	
	src: url(http://liebensmcedric.com/fonts/Glyphter.ttf);
	
	src:url('../fonts/Glyphter.ttf')
		format('truetype');
}

.icons {
    font-family: 'icons';
	font-size: inherit;
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.inset {margin-left: 5px;}


h1::selection {
  background: #cccccc;
}
h1::-moz-selection {
  background: #cccccc;
}
h2::selection {
  background: #cccccc; 
}
h2::-moz-selection {
  background: #cccccc; 
}
h3::selection {
  background: #cccccc; 
}
h3::-moz-selection {
  background: #cccccc; 
}
h4::selection {
  background: #cccccc; 
}
h4::-moz-selection {
  background: #cccccc;
}
h5::selection {
  background: #cccccc;
}
h5::-moz-selection {
  background: #cccccc; 
}
h6::selection {
  background: #cccccc;
}
h6::-moz-selection {
  background: #cccccc; 
}
h7::selection {
  background: #cccccc;
}
h7::-moz-selection {
  background: #cccccc;
}
span::selection {
  background: #cccccc;
}
span::-moz-selection {
  background: #cccccc;
}
br::selection{
  background: #cccccc;
}
br::-moz-selection{
  background: #cccccc;
}

h1.left, h2.left, h3.left, h4.left, h5.left, p.left, a.left, h6.left, h7.left  {text-align: left} 
h1.right, h2.right, h3.right, h4.right, h5.right, p.right, a.right, h6.right, h7.right  {text-align: right} 
h1.center, h2.center, h3.center, h4.center, h5.center, p.center, a.center, h6.center, h7.center  {text-align: center}
h1.justify, h2.justify, h3.justify, h4.justify, h5.justify, p.justify, a.justify, h6.justify, h7.justify  {text-align: justify;}
.shadow {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
h1 {
	font-family: 'head';
	font-weight: normal;
	font-size: 32px;
	line-height: auto;
    letter-spacing: 0px;
	
    text-align: left;
    text-decoration: none;
	
	margin: 0;
	
	color: #ffffff;
}
p {
	font-family: 'head';
	font-weight: normal;
	font-size: 16px;
	line-height: auto;
    letter-spacing: 0px;
	
    text-align: left;
    text-decoration: none;
	
	margin: 0;
	
	color: #ffffff;
}
h2 {
	font-family: 'head';
	font-weight: normal;
	font-size: 22px;
	line-height: auto;
    letter-spacing: 0px;
	
    text-align: left;
    text-decoration: none;
	
	margin: 0;
	
	color: #818181;
}
h3 {
	font-family: 'head';
	font-weight: normal;
	font-size: 16px;
	line-height: auto;
    letter-spacing: 0px;
	
    text-align: left;
    text-decoration: none;
	
	margin: 0;
	
	color: #ffffff;
}
@media only screen and (max-width: 1600px) {	
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1100px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 540px) {
}