
@font-face {
    font-family: 'Lato';
    font-weight: 800;
    letter-spacing: 0.3px;
    font-style: normal;
    src: url('fonts/Lato-Medium.ttf');
    src: url('fonts/Lato-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-bold';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/Lato-Bold.ttf');
    src: url('fonts/Lato-Bold.ttf') format('truetype');
}


.dark-section {
    background-color:#000;
    color:#fff;
}
.primary-background{
    background-color: #000 !important;
    color: #fff !important;
}
.text-color-dark{
    color: #555 !important;
}
.text-color-light{
    color: #aaa !important;
}

.clr{
    clear:both;
}

.center {
	text-align: center;
}

.smaller {
	font-size: 80%;
	line-height: 16px;
}

.uppercase {
	text-transform: uppercase;
}

h1, p, li, .prijs {
    font-family: 'Lato', arial, helvetica, sans-serif !important;
}

h2, h3,h4,h5,h6 {
    font-family: 'Lato-bold', arial, helvetica, sans-serif !important;
}

a {
    color: #0000f0;
	margin: 0px !important;
}

a:hover {
    color: #4c4cf0;
}


.menu-divider{
    border-top:1px solid #000 !important;
}

#topbar {
    position: relative;
    background-color: transparent;
    background-image: url(../img/sportdjkes_header_1920x1080.jpg);
    height: 40vh;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 68%; 
}
.menu-button {
    top: 11px;
}
#topmenu {
    width: fit-content;
    float: right;
    position: absolute;
    right: 25%;
    z-index: 1500;
    height: 50px;
    margin-top: 6px;
}
#topmenu a {
    line-height: 50px;
    color: #fff;
    padding-left: 25px;
    font-size: 130%;
    z-index: 1500;
}
#topmenu a:hover {
    color: #4c4cf0;
}
#topbar-info {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    left: 50%;
    transform: translateX(-50%);
}
#topbar-info > div > div > div > h1 {
	font-size: 430%;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}
#topbar-info > div > div > div > p {
    font-size: 230%;
    color: #fff;
    font-weight: bold;
    max-width: 600px;
    line-height: 166%;
    margin: 0 auto;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
    font: 'Lato', arial, helvetica, sans-serif;
}
#concepten-row > div > div > h4,
#concepten-row > div > div > p{
    text-align: left;
}
.alternate-block {
    width:100%;
    margin-bottom:30px;
}
.alternate-block.img-left .img-wrapper{
    display: block;
    float:left;
    width:50%;
}
.alternate-block.img-left .text-wrapper {
    display: block;
    float:right;
    width:50%;
}
.alternate-block.img-right .img-wrapper{
    display: block;
    float:right;
    width:50%;
}
.alternate-block.img-right .text-wrapper {
    display: block;
    float:left;
    width:50%;
}
.img-wrapper img{
    width:100%;
    height: auto;
}
.text-wrapper * {
    margin:20px;
}
.alternate-block h4 {
    font-size: 130%;
	margin-top: 20px;
}
.alternate-block h2{
    font-size: 170%;
}
.alternate-block p{
    color: #333;
}

#mce-FNAME,
#mce-LNAME,
#mce-EMAIL,
#contactformulier  input,
#contactformulier  .button,
#mc-embedded-subscribe{
    width:100%;
    padding:8px;
    margin-bottom:15px;
	font-size: 14px;
	font: 'Lato', arial, helvetica, sans-serif;
}
#mc-embedded-subscribe{
    font-size: 130%;
}
#mc_embed_signup_scroll > div.mc-field-group.input-group > strong{
    display: block;
    padding-right: 30px;
}
#mc_embed_signup_scroll > div.mc-field-group.input-group {
    margin-bottom: 20px;
}
.button{
    background-color: #0000f0;
    border:0;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    clear:both;
    display: block;
    margin:16px auto;
}
.btn_offerte {
	color: #FFF;
	width: 80%;
	padding: 10px;
	margin: 16px auto !important;
}

.btn_offerte:hover {
	color: #FFF;
}

.callmeback h5,
.callmeback h6,
#mailchimp h5{
    text-align: center ;
}
.h6, h6 {
    font-size: 2rem;
}
.callmeback h6{
    margin-bottom: 30px;
}

/* projectgallery */

.projectgallery{
    width:100%;
    display: block;
	clear: both;
}
.projectgallery li {
    position: relative;
    width:33.333%;
    float: left;
    overflow:hidden;
}
.projectgallery li img{
    width:100%;
    height: auto;
}

.projectgallery li p{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0000f0;
    margin: 0;
    display: none;
    padding: 10px;
    font-size: 170%;
    color: #FFF;
    opacity: 0.8;
    text-align: center;
	width: 100%
}

.projectgallery li:hover p{
    display:table;
}

.prijs{
    font-size: 130%;
    font-weight: bold;
    display: block;
    margin: 16px 0 0 0;
}

.project-img:hover ~ p.alt { display:block; }


@media screen and (max-width:900px) { 

    #topbar-info > div > div > div > p {
        font-size: 162%;
        color: #fff;
        font-weight: bold;
    } 
    #topbar-info {
    top: 18%;
    }
    .alternate-block.img-left .img-wrapper,
    .alternate-block.img-right .img-wrapper,
    .alternate-block.img-left .text-wrapper,
    .alternate-block.img-right .text-wrapper {
    width: 100%;
    }
    .projectgallery li{
        width:100%;
    }
	#topmenu {
	display: none;
	}

	#topbar-info > div > div > div > h1 {
	font-size: 300%;
	line-height: 166%;
    }
	#topbar-info > div > div > div > p {
    font-size: 130%;
	}

}
