/*
* @Author: Craig Bojko
* @Date:   2017-12-06 16:43:27
* @Last Modified by:   Craig Bojko
* @Last Modified time: 2017-12-10 16:13:45
*/

html, body{
	margin: 0;
	padding: 0;
	/*background-color: #343434;*/
	overflow: hidden;
	font-family: 'Poiret One', cursive;
	font-weight: 100;
}

p{
  font-size: 12pt;
}

footer {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0px;
}

.fp-section {
	padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
	#fp-nav.right {
		right: 0px !important;
	}
}

.mt {
	margin-top: 15px;
}

.mb {
	margin-bottom: 15px;
}

.no-gutter-mobile {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
