@font-face {
    font-family: 'Quickpen';
    font-style: normal;
	font-weight: normal;
	src: local('Quickpen'), url('/assets/fonts/Quickpen.woff') format('woff');
}

@font-face {
    font-family: 'GeosansLight';
    font-style: normal;
	font-weight: normal;
	src: local('Quickpen'), url('/assets/fonts/GeosansLight.woff') format('woff');
}

body {
	font-family:'GeosansLight';
	color:#00000;
	font-weight:normal;
	font-size: 22px;
	line-height: 1.3em;
}
#intro {
        background-image: url("/assets/img/bg.jpg");
        height: 100vh;
      }
#intro2 {
        background-image: url("/assets/img/bg2.png");
		background-position: center;
		background-repeat: no-repeat;
      }
#outro {
        background-image: url("/assets/img/bg.jpg");
        height: 25vh;
      }
      /* Height for devices larger than 576px */
      @media (min-width: 992px) {
        #intro {
          margin-top: -58.59px;
        }
      }

h1 {
color: #dddcdc;
}

h2 {
	font-family:'Quickpen';
	color:#00000;
	font-weight:normal;
	font-size: 50px;
    line-height: 2em;
}

h3 {
	font-family:'Quickpen';
	color:#9b7b60;
	font-weight:normal;
	font-size: 40px;
    line-height: 0.4em;
}

a {
	color:#000000;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	color:#9b7b60;
}