/*
Theme Name: Bombar 01
Version: 1.0
Text Domain: karma
*/


/* WEBFONT
---------------- */


@font-face {
	font-family: 'GTEestiText-Bold';
	src: url('fonts/GT-Eesti-Text-Bold.otf');
}

@font-face {
	font-family: 'GTEestiText-Regular';
	src: url('fonts/GT-Eesti-Text-Regular.otf');
}



/* General
-------------------------- */
* {
	outline: none;
	box-sizing: border-box;
}

:root {
	font-size: 1.1111vw;
}

html,
body,
main,
.main-content {
	height: 100%;
}

body {
	/* -webkit-font-smoothing: antialiased !important; */
	/* -moz-osx-font-smoothing: grayscale; */

	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;

	margin: 0;
	font-size: 16px;
	line-height: 1.3;

	background-color: #071f0e;
	color: #f8bf37;

	letter-spacing: 2px;

	font-weight: bold;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	font-size: inherit;
	margin: 0;
}

h2 {
	font-size: 150%;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

a {
	color: #f8bf37;
	text-decoration: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table td {
	box-sizing: border-box;
}

img a {
	border: none;
}

.clear {
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 1.3em;
}

.bombar-logo {
	/* margin: 40px 20px; */
}

.bombar-logo path {
	fill: #f8bf37;
}

.bombar-logo svg {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px 0px 30px;
}

.wp-block-columns {
	width: 100%;
	display: block;
}

.wp-block-column {
	display: block;
	margin: 0 !important;
	text-align: center;
}

.wp-block-image {
	margin: 0;
}

.wp-block-image img {
	display: block;
}

.text-container {
	margin: 40px 20px 30px;
}


.table {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 520px;
}

.row {
	display: table-row;
}

.row.bottom {
	height: 10%;
}

.cell {
	display: table-cell;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.row.bottom .cell {
	vertical-align: bottom;
}

@media (min-width: 980px) {

	.bombar-logo svg {
		width: 20vw;
	}

	.text-container {
		margin: 45px 40px 20px;
	}

	.wp-block-columns {
		display: flex;
		justify-content: space-between;
		max-width: 1500px;
		margin: 0 auto;


	}

	.wp-block-column {
		/*display: table-cell;
		vertical-align: top;*/
		padding: 0 15px;

		flex: 0 1 auto !important;
		width: auto !important;
	}

	.wp-block-column:first-child {
		width: 40%;
	}
}


.has-text-color a {
	color: inherit;
}
