@charset "UTF-8";
/* CSS Document */

html, 
html * {
    box-sizing: inherit;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
    text-decoration: none;
    text-decoration-color: #ffffffff;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
   }

header {

}

img {
    width: 100px;
    height: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    vertical-align: middle;
    display: block;
}

footer {
    background-color: #131313;
}

body {
    background: #000000;
}

.style-logo {
    width: 100%;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
    text-decoration: underline;
    color: hsla(45,100%,46%,1.00);
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 8px;
}

.hero {
    padding: 20px 20px 50px 20px;
    color: #FFFFFF;
    text-align: center;
    background-image: url(ledjes.jpg);
}

h1 {
    font-size: 45px;
    margin-bottom: 31px;
    color: #EBB200;
    margin-top: 68px;
	}

h7 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #EBB200;
    background-color: #00000;
    width: 100%;
    text-align: center;
}

p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #EBB200;
    text-align: center;
    background-color: #00000;
    width: 100%;
}
.col {
	padding: 8px 30px;
	color: #FFFFFF;
	text-decoration: none;
}
.icon {
    width: 100%;
}
.showcase {
    width: 75%;
}
.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-tan {
    background-image: url(assets/pics/reparatie.jpg);
    background-size: cover;
    color: #FFFFFF;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
    text-align: center;
}

.info-box-dark {
    background-image: url(assets/pics/concept.jpg);
    background-size: cover;
    color: #FFFFFF;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
    text-align: center;
}

.footer-text {
    font-size: 15px;
    color: #EBB200;
    text-align: center;
}

.col {

}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {

	}
	.style-logo {
    width: 100%;
	}
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
    font-size: 45px;
    margin-bottom: 31px;
    color: #EBB200;
    margin-top: 68px;
	}
	
	h2 {
    padding-bottom: 0px;
    font-size: 24px;
    padding-right: 0px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

	}
.video {
    width: 100%;
    margin-top: -194px;
}
.video2 {
    width: 100%;
    margin-top: -127px;
}


	
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
    max-width: 1920px;
	}
    .showcase {
    color: hsla(46,37%,32%,1.00);
    text-decoration: none;
    width: 100%;
    }
	.col-md-one-half {
    width: 50%;
	}
	
	.col {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 53px;
	}
	.style-nav {
    float: none;
	}
	.style-logo {
    width: 80%;
    float: none;

	}
	.col-lg-one-fourth {
    width:  25%;
	}
	.col-lg-one-thirth {
    width: 33%;
    float: left;
    clear: none;
	}
    .icon {
    width: 33.3%;
	}
}
