
@font-face {
font-family: 'ApexNew-Light';
font-style: normal;
font-weight: normal;
src: local('ApexNew-Light'), url('fonts/ufonts.com_apexnew-light-opentype.woff') format('woff');
}


body {
  background: url('../images/bg.jpg') repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.container {
    height: 100%;
    min-height: 600px;
      position: relative;
}

h1 {
color : #666;
font-size : 3em;
line-height : 2;
font-weight : 500;
padding : 50px 0 10px 0;
text-align : center;
font-family: 'Julius Sans One', sans-serif;
}

p a {
color : #666;
font-family: 'ApexNew-Light';
font-size : 1.5em;
padding-bottom : 20px;
}

p a:hover {
color : #e6007e;
}

img {
   margin-top: 20%;
}

@media (max-width: 768px) {

h1 {
    font-size : 1.5em;
}
p {
    font-size : 0.8em;
}
img {
   margin-top: 10px;
}
}
