/* MAIN */


html {
	font-size: 14px; 
}

@media only screen and (min-width: 41.250em) {
    html {
		font-size: 16px;
	}
}
 
body {
	background: #000;
	overflow-x: hidden;
}

img {
    max-width: 100%;
	margin: 0 auto;
}


.copy {
	margin: 0 auto;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none; 
}


body, h1, h2, h3, h4, h5, p {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	color: #fff;
	 font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.03rem;
}

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0;	
}



/******************************************************/
/* COLUMN */

.has-text-centered {
    text-align: center!important;
}
.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.3em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.3em - 1px);
    text-align: center;
    white-space: nowrap;
	-webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1.5rem;
    height: 2.0em;
    justify-content: flex-start;
    line-height: 1.5;	
    position: relative;
    vertical-align: top;
}
@media screen and (min-width: 1216px) {
	.column.is-3-widescreen {
		flex: none;
		width: 25%;
	}
}
@media screen and (min-width: 1024px) {
	.column.is-4-desktop {
		flex: none;
		width: 33.33333%;
	}
}
@media print, screen and (min-width: 768px) {
	.column.is-5, .column.is-5-tablet {
		flex: none;
		width: 41.66667%;
	}
}
@media screen and (max-width: 767px) {
	.is-size-3-mobile {
		font-size: 2rem!important;
	}
}
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem 2%;
}
.columns.is-multiline {
    flex-wrap: wrap;
}
.columns.is-mobile {
    display: flex;
}
.columns.is-centered {
    justify-content: center;
}
.columns:last-child {
    margin-bottom: -.75rem;
}
.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}
.columns.is-mobile>.column.is-12 {
    flex: none;
    width: 100%;
}
@media print, screen and (min-width: 1024px) {
	.column.is-12, .column.is-12-tablet {
		flex: none;
		width: 100%;
	}
	.columns:not(.is-desktop) {
		display: flex;
	}
	column.is-narrow, .column.is-narrow-tablet {
		flex: none;
	}
	.column.is-9, .column.is-9-tablet {
		flex: none;
		width: 75%;
	}
}


/******************************************************/
*, ::after, ::before {
    box-sizing: inherit;
}
section {
	position: relative;
}
.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}

body {
	background-image: url(../img/background.jpg);	
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

#ballexlogo {
	margin: 15px 30px;
}

.headline {
	margin: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.headline-container {
	margin: 0 auto;
	max-width: 1220px;
}
.headline h1 {
	text-align: center;
	font-size: 85px;
	line-height: auto;
	font-weight: 700;
	line-height: auto;
}
@media screen and (max-width: 1216px) {
	.headline h1 {
		font-size: 41px;
		line-height: 50px;
	}
	.headline {
		margin: 12% 3%;
	}
}


/***********************************************************************/
/* BUTTONS */

.buttons {
	margin: 3%;
}

.buttons .columns {
	align-items: stretch;
}

.buttons .columns .column {
	flex-basis: auto;
}

.buttons .apply-button {
	min-width: 300px;
	max-width: 750px;
	position: relative;	
}

.buttons .apply-button a {
	border: 2px solid gray;
	position: relative;
    display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;	
}
.buttons .apply-button a:hover {
	border: 2px solid white;
}

.buttons .apply-button figure {
	width: 88px;
	margin-top: 9px;
}

.buttons .column.txt {
	padding-left: 3px;
}

.buttons h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	color: white;
}	
.buttons h4 {
	font-weight: 400;
	font-size: 36px;
	line-height: 48px;
	color: #ff8c25;
}	

@media screen and (max-width: 1216px) {
	.buttons h3 {
		font-size: 31px;
		line-height: 38px;
	}	
	.buttons h4 {
		font-size: 31px;
		line-height: 38px;	
	}	
	.buttons .column.txt {
		padding-top: 0px;
	}
}

/***********************************************************************/
/* FOOTER */


footer {	
	padding: 3rem 1.5rem 2rem;
	bottom: 20px;
	position: relative;
}
footer .container {
	width: 50%;
}

footer h2 {
	text-align: center;
	font-weight: 400;	
	font-size: 42px!important;
}
footer .cowboy {
	margin-top: 30px;
}
footer .cowboy h2
{
	font-size: 22px!important;
	font-style: italic;
	text-transform: uppercase;
}

footer .image img 
{
	height: 98px;
}

.socials a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.socials a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	footer .container {
		width: 90%;
	}
	footer h2 {
		font-size: 32px!important;		
	}
	footer .image img {
		height: 78px;
	}
}


