@font-face{
    font-family: beb;
    src: url(../css/fonts/bebas.ttf);
}

@font-face{
    font-family: avb;
    src: url(../css/fonts/av_book.otf);
}

.hide {
	display: none !important;
}

.pusher {
	padding: 20px;
}

.header {
	font-family: beb !important;
	padding: 0;
	margin: 0;
}

.imgs {
	display: block;
}

.appimg {
	display: inline-block;
    width: 250px;
    padding: 10px;
}

a {
	margin: 5px;
}

p {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4{
	font-family: avb !important;
	padding: 5px;
	padding-left: 0;
	margin: 0;
}


.title {
	font-family: beb !important;
	font-size: 1.5em;
}

.item {
	font-family: avb;
}

.buffer {
	margin-top: 100px;
	height: auto;
}

body {
	background-color: #ffffff;
	font-family: avb !important;
}

body > .grid {
	height: 100%;
}
.image {
	margin-top: -100px;
}
.column {
	max-width: 450px;
}
.content {
	color: #484949;
}
.ui.button {
	font-family: beb !important;
	background-color: #00a551;
	color: white;
	margin: 3px;
}

