
:root {
	/* Default global value */
	--bulma-family-primary: sans-serif, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	--bulma-help-size: .84em;
	--bulma-primary-h: 120deg;
  --bulma-primary-l: 80%;
  --bulma-link-h: 357deg;
  --bulma-link-s: 58%;
  --bulma-link-l: 39%;
  --bulma-success-h: 60deg;
  --bulma-success-s: 100%;
  --bulma-success-l: 30%;
	--bulma-panel-radius: 0rem !important;

}

/********* General sitewide style ***********/
html, body {
	/* Margin bottom by footer height */
	text-align:left;
	-webkit-font-smoothing: antialiased;
	display: flex;
	min-height: 101vh;
	flex-direction: column;
	background-color: black;
}

html {
	position: relative;
}

body {
	background: none repeat scroll 0 0 #fff;
	position: relative;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url("../images/truck_back.jpg");
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
}


.navbar {
	background-color: transparent !important;
}
.navbar-item img {
	max-height: 124px;
	vertical-align: middle ;
}

.navbar-item {
	font-family: "librefranklin-bold", sans-serif;
	color:white;
}

.navbar-link {
	font-family: "librefranklin-bold", sans-serif;
	color:white;
}

.navbar-menu {
	background-color:#53565A !important;
	margin-top: 34px;
	max-height: 52px;
}

.font-bignord {
	font-family: "bigNordRegular", sans-serif;
}

.font-bebasneue {
	font-family: "bebas-neue", sans-serif;
}

.font-librefranklin-bold {
	font-family: "librefranklin-bold", sans-serif;
}

.font-librefranklin-thin {
	font-family: "librefranklin-thin", sans-serif;
}

.font-librefranklin-regular {
	font-family: "librefranklin-regular", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "bebas-neue", sans-serif;
}

.hero-title {
	font-size: 3rem;
}

.hero-background {
	background-position: center top;
	background-size: cover;
}

h1 {
	font-size: xxx-large;
}

h2 {
	font-size: xx-large;
}

h3 {
	font-size: x-large;
}

h4 {
	font-size: large;
}

h5 {
	font-size: medium;
}

li.pagination-link a {
	color: #333333 !important;
}

li.pagination-link.is-current a{
	color: white !important;
}

.panel {
	--bulma-panel-heading-line-height: .4;
	--bulma-panel-heading-padding: 1em .9em;
	--bulma-panel-heading-size: 1em;
}

.panel-heading {
	background-color: rgba(10, 55, 77, 1.000000);
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.3);
	border: 0.6px solid rgba(112,128,144, 0.6);
	width: fit-content;
}

.subContent {
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	min-height: 410px;
}


.footer {
	position: absolute;
	width: 100%;
	min-height: 10vh;
	font-family: 'Source Sans Pro', sans-serif, Arial;
}

.footer li + li {
	margin-top: 0;
}

@font-face {
	font-family: 'bigNordRegular';
	src: url('../fonts/bignord-regular.woff2') format('woff'),
	font-weight: 400;
	font-style:normal
}

@font-face {
	font-family: 'librefranklin-bold';
	src: url('../fonts/librefranklin-bold.woff') format('woff'),
	font-weight: 600;
	font-style:normal
}

@font-face {
	font-family: 'librefranklin-thin';
	src: url('../fonts/librefranklin-thin.woff') format('woff'),
	font-weight: 500;
	font-style:normal
}

@font-face {
	font-family: 'librefranklin-regular';
	src: url('../fonts/librefranklin-regular.woff') format('woff'),
	font-weight: 500;
	font-style:normal
}

@font-face {
	font-family: 'bebas-neue';
	src: url('../fonts/bebasneue_regular/BebasNeue-webfont.woff') format('woff'),
	font-weight: 500;
	font-style:normal
}
