*,::after,::before{
  content:" ";
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,html {
  font-family: 'VT323', monospace;
  min-height: 100%;
  margin: 0;
}



.navbar {
  background-color: rgba(100,100,100,0.8);
  width: 100%;
  height: 58px;
  line-height: 60px;
  font-size: 18px;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.navbar a {
  text-decoration: none;
  color: #e7751f;
}
.navbar a.navbar-brand {
  float: left;
  height: inherit;
  line-height: inherit;
  padding: 0 30px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.navbar a.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
}
.navbar ul {
  float: right;
  list-style: none;
  height: inherit;
  line-height: inherit;
  padding: 0 50px;
  font-size: 40px;
}
.navbar ul li {
  display: inline-block;
}
.navbar ul li a {
  display: block;
  text-align: center;
  min-width: 120px;
  padding: 0 30px;
}
.navbar ul li a:hover {
  background-color: rgba(255,255,255,0.15);
  height: 57px;
}
.navbar .navbar-toggler {
  display: none;
}

.sticky.navbar {
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  width: 100%;
  height: 58px;
  line-height: 60px;
  font-size: 18px;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.sticky.navbar a {
  text-decoration: none;
  color: #e7751f;
}
.sticky.navbar a.navbar-brand {
  float: left;
  height: inherit;
  line-height: inherit;
  padding: 0 30px;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
.sticky.navbar a.navbar-brand span {
  font-size: 50px;
  font-weight: 700;
}
.sticky.navbar ul {
  float: right;
  list-style: none;
  height: inherit;
  line-height: inherit;
  padding: 0 50px;
}
.sticky.navbar ul li {
  display: inline-block;
}
.sticky.navbar ul li a {
  display: block;
  text-align: center;
  min-width: 120px;
  padding: 0 30px;
}
.sticky.navbar ul li a:hover {
  background-color: rgba(255,255,255,0.15);
  height: 57px;
}
.sticky.navbar .navbar-toggler {
  display: none;
}


.home {
  max-width: 1140px;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}


#about {
  width: 100%;
  height: 100vh;
  max-width: 1140px;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

#qoutes{
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;

}
#qoutes h1 {
  font-size: 70px;
  text-align: center;
}

#project{
    width: 100%;
    height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
}
.gridp {
  font-size: 0;
  padding: 60px 0;
  width: 100%;
  }

#contact {
  width: 100%;
  height: 100vh;
  max-width: 1140px;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}
.grid-volq{
  vertical-align: top;
  font-size: initial;
  width: 100%;
  display: inline-block;
}
.gridq {
  font-size: 0;
  padding: 60px 0;
  width: 100%;
  font-size: initial;
}
#footer{
  background-color: grey;
  padding: 50px 50px 10px 50px;
}
#backgroundh {
background-image: url(../img/landscape.jpg); no repeat;
width: 100%;
height: 100%;
}
#backgroundp {
background-color: red;
width: 100%;
height: 100%;
}
#backgroundq {
background-color: white;
width: 100%;
height: 100%;
}
#backgrounda {
background-color: yellow;
width: 100%;
height: 100%;
}
#backgroundc {
background-color: green;
width: 100%;
height: 100%;
}
.grid {
  font-size: 0;
  padding: 35px 0;
  width: 100%;
}
.grid-vol {
  vertical-align: top;
  padding: 0 15px;
  font-size: initial;
  width: 100%;
  display: inline-block;
}
.grid-half {
  vertical-align: top;
  padding: 0 1px;
  font-size: initial;
  width: 50%;
  display: inline-block;
  }
.grid-half img{
  width: 350px;
  height: 200px;
}
.grid-derde {
  vertical-align: top;
  padding: 0 15px;
  display: inline-block;
  width: 33.33%;
  font-size: initial;

}

.col-md-4 img{
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.page{
  width: 60%;
  margin: 5em auto;
  padding: 10px 0;
  border-top: 1px solid #e7751f;
  border-bottom:1px solid #e7751f;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
.page span,p{
  opacity:0;
  text-transform: uppercase;
  -webkit-transition: all 100ms ease-in-out;
   transition: all 100ms ease-in-out;
}
.page span{
	font-size: 4.2rem;
  padding-bottom: 8px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .5);
  margin-right: 7px;
}
.page span:nth-child(1){
  -webkit-animation: introText 3s 1;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
	animation: introText 2s 1;
	animation-delay: 1s;
	animation-fill-mode: forwards;

}
.page p{
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0;
  -webkit-animation: introText 1s 1;
	-webkit-animation-delay: 4s;
	-webkit-animation-fill-mode: forwards;
	animation: introText 1s 1;
	animation-delay: 2.5s;
	animation-fill-mode: forwards;
}


@-webkit-keyframes introText{
  0% {opacity: 0;}
  100% {opacity: 1;}
}@keyframes introText{
  0% {opacity: 0;}
  100% {opacity: 1;}
}


@import url(http://fonts.hosni.netdna-cdn.com/fonts/cdn/file_font/?font=JF_Flat_Regular);

/* Slideshow container */
.slideshow-container {
 position: relative;
 background: #f1f1f1f1;
 margin-top: 100px;


}

/* Slides */
.mySlides {
 display: none;
 padding: 80px;
 text-align: center;
 font-size: 30px;
}

/* Next & previous buttons */
.prev, .next {
 cursor: pointer;
 position: absolute;
 top: 50%;
 width: auto;
 margin-top: -30px;
 padding: 16px;
 color: #888;
 font-weight: bold;
 font-size: 20px;
 border-radius: 0 3px 3px 0;
 user-select: none;
}

/* Position the "next button" to the right */
.next {
 position: absolute;
 right: 0;
 border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
 background-color: rgba(0,0,0,0.8);
 color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
   text-align: center;
   padding: 20px;
   background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
 cursor: pointer;
 height: 15px;
 width: 15px;
 margin: 0 2px;
 background-color: #bbb;
 border-radius: 50%;
 display: inline-block;
 transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
 background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

.mySlides h4{
  color: cornflowerblue;
  position: static;
  text-decoration: none;
  padding-top: 20px;
}


.section-box-eleven{
        height: 100%;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
        border-radius: 20px;

    }
    .section-box-eleven figure {
        position: absolute;
        padding: 10px 15px;
        width: 100%;
        bottom: -32%;
        transition: ease-in-out .5s;
        background: rgba(0, 0, 0, 0.71);
        border-top: 0px solid #fff;
    }
    .section-box-eleven:hover figure {
        bottom: 0;
    }
    .section-box-eleven img{
        height: 100%;
    }
    figure {
      margin: 0 0 0rem; inportant!
      border-radius: 20px;
      text-decoration: none;
    }
    .btn{
    text-decoration: none;
    margin-left:40%;
    margin-right: 40%;
    color: white;
    }
a.btn.pull-right{
  float: right;
}
a.btn{
  text-decoration: none;
}
