/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-jul-2018, 14:48:25
    Author     : jellefreke
*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */  

  .intro-home {
    margin-top : 90px;
  }
  
  .nav-container {
    text-align: center !important;
  }
  
  .content-page .logo {
    left: 15% !important;
  }
  
  footer .logo img {
    height: auto;
  }
  
  header .object-fit {
    max-height: 100%;
  }
 
}
/*
@media screen and (max-width: 992px) {  
   IE10+ specific styles go here   
  .object-fit {
    margin-top: 105px;
  }
}*/