@font-face {
  font-family: 'valencia sans';
  src: local('valencia sans');
  src: url('fonts/valencia-sans.ttf') format('truetype'),
       url('fonts/valencia-sans.otf') format('opentype'),
       url('fonts/valencia-sans-webfont.woff') format('woff'),
       url('fonts/valencia-sans-webfont.woff2') format('woff2');}

.intro-page img {
    position: relative;
    width: 17%;
    margin-top: 15px;
    margin-bottom: -14px;}

.intro-page h1 {
    font-family: 'valencia sans',cursive;
    font-size: 64px;
    font-weight: 400;
    letter-spacing: 1px;
    color: rgb(156,133,98);
    margin-top: -30px;
  	cursor:pointer;}

.intro-page h2 {
    font-family: 'Comfortaa',cursive;
    font-size: 18px;
    font-weight: 500;
    word-spacing: 3px;
    color: rgba(226,144,116, .5);
    margin-top: -73px;
}

.intro-page h1:hover {
  color: rgb(232,221,199);
}

.intro-page a {
  text-decoration: none;
}

.intro-page a h2:hover {
  color: rgb(229,121,88);
}

.arrow-div {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 10px;
}

.arrow-div img.arrow {
  width: 35px; 
}



/* ------- PARALLAX ------- */
/* ------------------------ */

/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	text-align:center;
}

/* visual styles */
body{
    margin:0;
    font-family:sans-serif;
    font-size:28px;
    line-height:100px;
	color:#ffffff;
    text-align:center;
}
section {
	background:#9ed100;
}
.not-fullscreen {
    height:50%;
}

/* ----- END PARALLAX ----- */
/* ------------------------ */


/* ----- MEDIA QUERIES ----- */
/* ------------------------- */
@media only screen and (max-width: 767px) {
    .content-b img {
        position: relative;
        width: 40%;
        margin-top: 15px;
        margin-bottom: 0px;}
}
