/*
Theme Name: Get Praut
Theme URI: https://getpraut.nl/
Description: Get Praut - Thema
Author: Get Praut
Author URI: https://getpraut.nl/
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone{margin:0}
.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}
.alignright{float:right;margin:0 0 15px 15px}
.alignleft{float:left;margin:0 15px 15px 0}
.aligncenter{display:block;margin:5px auto 5px auto}
a img.alignright{float:right;margin:0 0 15px 15px}
a img.alignnone{margin:0}
a img.alignleft{float:left;margin:0 15px 15px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption.alignnone{margin:0}
.wp-caption.alignleft{margin:0 15px 15px 0}
.wp-caption.alignright{margin:0 0 15px 15px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* Custom CSS
-------------------------------------------------------------- */

.bg-zwart {
 background-color: #000000;
}

.nav-link {
 color: #ffffff!important;
 font-size: 25px;
}

.nav-link:hover {
 background-color: #333333;
 color: #cccccc!important;
}

.nav-link {
 padding: .1rem 1rem;
}

.bg-header {
 background-image: url(img/header.png);
 min-height: 200px;
}

@font-face {
    font-family: 'Agency FB';
    src: url('fonts/AgencyFB-Reg.woff2') format('woff2'),
        url('fonts/AgencyFB-Reg.woff') format('woff');
}

body {
 font-family: 'Agency FB';
}

.showreelBackground {
 min-width: 100%;
 min-height: 100%;
}

.bg-pagina {
 background-image: url(img/backgrounddicksengers.jpg);
 background-size: cover;
}

h1 {
 font-size: 40px;
}

.animatie {
 background-image: url(img/animatieButton.png);
}

.animatie:hover {
 background-image: url(img/animatieButtonhover.png);
 transform: scale(1.05);
}

.videobewerking {
 background-image: url(img/videoBewerkingButton.png);
}

.videobewerking:hover {
 background-image: url(img/videoBewerkingButtonhover.png);
 transform: scale(1.05);
}

.vormgeving {
 background-image: url(img/vormgevingButton.png);
}

.vormgeving:hover {
 background-image: url(img/vormgevingButtonhover.png);
 transform: scale(1.05);
}

.portfoliobuttons {
 background-repeat: no-repeat;
 background-size: cover;
 border-radius: 50%;
 opacity: 0.85;
 text-align: center;
 text-decoration: none;
 text-indent: -99999999px;
 min-height: 315px;
 display: block;
}

@media screen and (min-width: 992px) {
.navbar-brand {
  position: absolute;
  z-index: 9;
  top: 100px;
  left: -10%;
  width: 150px;
  height: 150px;
  background-image: url(img/Logo.png);
}
}

.navbar-brand:hover {
 background-image: url(img/Logometcirkel.png);
 background-size: cover;
 width: 150px;
 height: 150px;
}

.homevideo {
 width: 100%;
 height: 1000px;
}

.cv {
 border-radius: 10px;
}

@media screen and (max-width: 768px) {
	iframe {
		width: 100%;
		}
}

.groter:hover {
 opacity: 80%;
 transform: scale(1.05);
}

.hoogte {
 min-height: 300px;
 display: block;
}

#homevideo {
 right: 0;
 bottom: 0;
 max-width: 100%;
 min-height: 100%;
}

.content {
 position: fixed;
 width: 100%;
 padding: 20px;
}

.minmargin {
 padding-left: 0px;
 padding-right: 0px;
}

header {
  position: relative;
  background-color: black;
  /*height: 100vh;
  min-height: 25rem;*/
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.bg-header h2 {
 font-size: 60px;
 color: #000000;
}

@media screen and (min-width: 768px){
.hghonderd{
  height:100vh;
}
}
	
.hghonderdcontact{
  height:100vh;
}

@media screen and (max-width: 575px) {
 .bg-header h2 {
 font-size: 50px;
}
	}
	
.navbar {
 padding: .2rem 1rem;
}
