section#parallax {
    height: 100%;
    overflow: hidden;
	overflow-y:visible;
	background-image: url('./img/parallax.jpg');
	background-size: cover;
	background-position: center left;
	background-attachment: fixed;
}

section#parallax #jan {
    background-image: url(./img/jan.png);
    position: absolute;
    bottom: -50px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    height: 80%;
    text-align: right;
}
section#parallax .container-fluid {
	height: 100%;
	margin: 0;
	padding: 0;
}

section#parallax .row {

	margin: 0;
	padding: 0;
}

section#parallax .col-parallax {
	position: absolute;
	bottom: 100px;
	margin: 0;
	padding: 0;
	max-width: 590px;
}

section#parallax ._sf_area {
	height: 100%;
	margin: 0;
	padding: 0;
}

section#parallax .sf_col {
	margin: 0;
	padding: 50px;
	color: white;
	padding-left: 30px;
}

section#parallax .sf_col h1 {

	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
}

section#parallax .sf_cell {
	margin: 0;
	padding: 0;
        
}

section#parallax ._sf_htm {
    display:block;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 40%;
}

section#parallax table {
    top: 50%;
    color: white;
}

section#parallax table tr:nth-child(1) td {
    font-size: 33px;
    font-weight: 900;
    letter-spacing: 1px;
    padding-bottom: 5px !important;
}

section#parallax table tr:nth-child(2) td {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 30px !important;
}

@media(max-width:767px) {
	#logo {
		top:15px !important;
		left:15px !important;
		width:250px !important;
	}
	
	section#parallax .sfc_button {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	section#parallax {
		background-position: center !important;
	}
	
	section#parallax .col-parallax {
		bottom: 20px;
		background-color: rgba(0, 0, 0, 0.5);
		max-width: 100%;
		width: 100%;
	}
	
	section#parallax .sf_col h1 {
		font-size: 30px;
		line-height: 35px;
		width: 100%;
		text-shadow: 1px 1px 1px black;
	}

	section#parallax .sf_col {
		padding: 10px;
		
	}
	
	section#parallax .sfc_parallax-text {
		font-weight: normal;
		text-shadow: 1px 1px 1px black;
		padding-top:10px !important;
		padding-bottom: 10px !important;
	}
	
	section#parallax #jan {
		width: 100%;
		height: 80%;
	}
}
