/* 01. FONT FACE ================================================== */

@import url("//hello.myfonts.net/count/2d12d5");

@font-face {font-family: 'CallunaSans-Regular';src: url('webfonts/2D12D5_0_0.eot');src: url('webfonts/2D12D5_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2D12D5_0_0.woff2') format('woff2'),url('webfonts/2D12D5_0_0.woff') format('woff'),url('webfonts/2D12D5_0_0.ttf') format('truetype');}

	
/* 02. GENERALS SETTINGS ================================================== */

body, html
{
  background: #1f1a17;
  padding: 0;
  font-family: 'CallunaSans-Regular', sans-serif;
  position: relative;
  height: 100%;
  margin: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  font-size: 20px;
}

.centered
{
  text-align: center;
}

b, strong
{
  font-weight: 800;
}

/* Make a space */
.space
{
  padding: 20px 0;
}

h1
{
  font-size: 60px;
  font-weight: 100;
  text-transform: none;
  line-height: 60px;
  font-family: 'CallunaSans-Regular', sans-serif;
  text-transform: uppercase;
  margin-top: 0.33em;
  margin-bottom: 0.33em;
}

h2
{
  font-size: 46px;
  font-weight: 100;
  line-height: 46px;
  font-family: 'CallunaSans-Regular', sans-serif;
  margin-top: 0.33em;
}

h3
{
  font: 38px 'CallunaSans-Regular', sans-serif;
  font-weight: 300;
  padding-bottom: 25px;
  padding-top: 0px;
  color: #202529;
}

h4
{
  font: 32px 'CallunaSans-Regular', sans-serif;
  font-weight: normal;
  font-weight: 100;
  padding-bottom: 15px;
}

h5
{
  font: 24px 'CallunaSans-Regular', sans-serif;
  font-weight: normal;
  font-weight: 100;
  color: #FFF;
}

span
{
  color: #303333;
  font: 1.5em 'CallunaSans-Regular', sans-serif;
  opacity: 0.4;
  padding-top: 0px;
}

/* Link */

a
{
  color: #d8a93f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover
{
  color: #d8a93f;
}  
	
/* Paragrah */
p
{
  font-family: 'CallunaSans-Regular', sans-serif;
  color: #a09793;
  line-height: 30px;
}

p a
{
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

p a:hover
{
  color: #f4bf3d;
}

/* Button Yellow */
.button-yellow
{
  border-radius: 20px;
  color: #FFF;
  padding: 10px 20px;
  letter-spacing: 2px;
  background: #d8a93f;
  font-weight: 600;
  border: 3px solid #d8a93f;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Button Yellow:hover */
.button-yellow:hover
{
  color: #f4bf3d;
  border: 2px solid #f4bf3d;
  background: none;
}


/* 03. PAGE SETTINGS ================================================== */
.page1
{
  background: -webkit-linear-gradient(#302623 , #1e1918); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#302623, #1e1918); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#302623, #1e1918); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#302623 , #1e1918); /* Standard syntax */
  height: 100%;
  position: relative;
}

.page1 h1
{
  color: #efeae6;
  padding: 15px;
  border-bottom: #d8a93f 2px solid;
  letter-spacing: 2px;
}

.page1 h4
{
  color: #cec5c0;
}


/* Huge Title */
.huge-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 12%;
    width: 100%;
}


/* 04. PRELOADING  ================================================== */
    

/* Preloader Effect */
#preloader {
    background: -webkit-linear-gradient(#302623 , #1e1918); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#302623, #1e1918); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#302623, #1e1918); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#302623 , #1e1918); /* Standard syntax */
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}


/* 05. FOOTER SETTINGS  ================================================== */

.footer {
    background: #1e1918;
    padding: 30px 0;}

.footer .row {position: relative;}

.footer .copyright {
    opacity: 0.8;
    font-size: 12px;
}


/* 06. MEDIA QUERIES  ============================================ */

@media screen and (max-width: 600px) {


.huge-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
}







