@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700,800|Kalam:300,400,700|Roboto+Slab:100,300,400,700');

h2{
    font-family: "Amatic SC",cursive,"google";
font-size: 36px;
font-weight: bold;
font-style: normal;
line-height: 45pxem;
text-align: left;
text-transform: none;
color: #670000;
}

.agriewepar{
      margin-bottom: 0;
}
.main{
    background-image: url("../img/background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: auto;
    text-align: center;
    padding: 0 5%;
}


.content{
    max-width: 960px;
    background-color: white;
    margin: 0 auto;
    text-align: left;
    font-family: 'Amatic SC', cursive;

}

.main-logo{
    padding: 10%;
    width: 100%;
    max-width: 960px;
}

.navbar-collapse.collapse{
    padding: 0;
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.navbar{
    border-radius: 0;
    background-color: #9b0000;
    border: none;
}


.main-heading{
    font-size: 60px;
    font-weight: 800;
    color: #670000;
    /*margin-top: 60px;*/
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .main-heading{

        font-size: 40px;
    }
}



.content-area{
    padding: 30px;
}

.contact-area{
    background-color: #8d0303;
    padding: 30px;
}

.contact-area h2{
    font-family: "Kalam",sans-serif,"google";
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: none;
    color: #f7b264;
    padding-bottom: 10px;
    margin-top: 0;
}

.contact-area p{
    color: #fcfcfc;
font-family: "Roboto Slab",serif,"google";
font-size: 16px;
padding-top: 10px;
}

.contact-area a{
    color: #fff3ca
}

.content-area p{
    font-size: 18px;
    color: #202320;
    font-family: "Kalam",sans-serif,"google";
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover {
    color: #9b0000;
background-color: #f7b264;
}

.navbar-default .navbar-nav li a{
    font-family: "Kalam",sans-serif,"google";
font-size: 18px;
font-weight: bold;
color: #000;
}

.info{
    padding-top: 30px;
}

.info p{

    margin: 0;
}

hr{
    border-style: solid;
border-width: 0;
border-bottom-width: 2px;
border-color: #ceb592;
}

.social-icon{
    padding-top: 20px;
}


.product-links a{
    display: block;
    font-family: "Kalam",sans-serif,"google";
    font-size: 18px;
    color: #9b0000;
}
/*gallery*/
.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
  text-align: center;
}

.demo-gallery > ul > li {
  /*margin-bottom: 10px;*/
  height: 200px;;
  /*width: auto;*/
  display: inline-block;
  /*margin-right: 10px;*/
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  /*border: 3px solid #FFF;*/
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 100%;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  object-fit: contain;
  height: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.vid{
    min-width: 100%;
    height: 32vw;
}

footer{
    padding: 60px;
}

footer img{
    height: 60px;
}

@media screen and (min-width: 768px){
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }
}

span.fa-stack {
    font-size: 30px;
    margin-right: -1px;
}

.content input,.content textarea{
  width: 100%;
  border: 1px solid black;
  border-radius: 3px;
  background-color: #f3f3f3;
  font-size: 23px;
  padding: 10px
}
.content input:hover,.content textarea:hover{
  border: 1px solid red;
}

.content label{
    color: #202320;
    font-family: "Kalam",sans-serif,"google";
    font-size: 18px;
    font-weight: 400;
}
.content input{
  height: 57px;
  margin-bottom: 15px;
}
.content textarea{
  height: 200px;
}
.kontakbutton{
    text-align: center;
  background-color: #9b0000;
  color: white;
  border: 1px solid #9b0000;
  border-radius:4px;
  padding: 10px;
  font-weight: bolder;
  font-size: 23px;
  margin-top: 30px;
}
.content .note{
  padding-top: 20px;
}

sup{
    color:red;font-weight: bold;
}

.dropdown-menu{
    background-color: #990000;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu li:hover a{
    background-color: #f7b264;
}

.menu-cat{
    border: 2px solid #000;
    margin-bottom: 30px;
}

.menu-cat h3{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}

table{
    width: 100%;
}

td{
    padding: 10px;
    font-size: 18Spx;
    font-weight: 700;
    font-family: "Kalam",sans-serif,"google";
}


tr:not(:last-child){
    border-bottom: 2px solid #000;

}

 .social-icon a{
    color: #000;
}

.social-icon a span i:last-child{
    transition: all 0.2s linear;

}

.social-icon a:hover span i:last-child{
    transform: scale(1.2);
}

.koekie-table-header{
    border: 2px solid #000;
    border-left: none;
}

.navbar-toggle{
        margin-right: 26px;
}

@media (max-width:768px) {
    .carousel{
        display: none;
    }

    .navbar-nav{
        margin: 7.5px 25px;
    }
}
.dropdown-menu .active a{
  background-color: #f7b264;
}
.agpar2{
  line-height: 50%;
}
.indentag{
  padding-left: 30px;
}
@media (max-width:991px) {
    
    .agpar2{
      line-height:100%;
    }
    .indentag{
      padding-left: 16px;
    }
  }