/*
Theme Name: RaketNet
Author: Pim
Description: Custom interwebs shizzle from the boys @ RaketNet
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
  font-family: main; /* set name */
  src: url(fonts/Affairs-Regular.woff2); /* url of the font */
}
@font-face {
  font-family: titels; /* set name */
  src: url(fonts/Bugrino-Bold.woff2); /* url of the font */
}


body, input, select, optgroup, textarea {
	font-family: main !important;
}
h1,h2,h3,h4,h5,h6 {
	font-family: titels !important;
}


/* EIGEN CLASSES */

/* Standaard classes */
.centered-content {
	margin: auto;
	display: table;
}
.right-content {
	margin: auto;
	display: table;
	margin-right: 0px
}
/* Standaard afstanden margins */
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mb-150 {
	margin-bottom: 150px !important;
}
.mb-min-5 {
	margin-bottom: -5px !important;
}
.mb-min-10 {
	margin-bottom: -10px !important;
}
.mb-min-20 {
	margin-bottom: -20px !important;
}
.mb-min-30 {
	margin-bottom: -30px !important;
}
.mb-min-40 {
	margin-bottom: -40px !important;
}
.mb-min-50 {
	margin-bottom: -50px !important;
}
.mb-min-100 {
	margin-bottom: -100px !important;
}
.mb-min-150 {
	margin-bottom: -150px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-150 {
	margin-top: 150px !important;
}
.mt-min-10 {
	margin-top: -10px !important;
}
.mt-min-20 {
	margin-top: -20px !important;
}
.mt-min-30 {
	margin-top: -30px !important;
}
.mt-min-40 {
	margin-top: -40px !important;
}
.mt-min-50 {
	margin-top: -50px !important;
}
.mt-min-100 {
	margin-top: -100px !important;
}
.mt-min-150 {
	margin-top: -150px !important;
}
/* Standaard afstanden paddings */
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.pb-150 {
	padding-bottom: 150px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-150 {
	padding-top: 150px !important;
}


/* MAX WIDTH */
.max-300 {
	max-width: 300px !important;
}
.max-350 {
	max-width: 350px !important;
}
.max-400 {
	max-width: 400px !important;
}
.max-450 {
	max-width: 450px !important;
}
.max-500 {
	max-width: 500px !important;
}
.max-550 {
	max-width: 550px !important;
}
.max-600 {
	max-width: 600px !important;
}
.max-650 {
	max-width: 650px !important;
}
.max-700 {
	max-width: 700px !important;
}
.max-800 {
	max-width: 800px !important;
}
.max-900 {
	max-width: 900px !important;
}

/* EINDE EIGEN CLASSES */