/*!
 * Start Bootstrap - Agency v4.0.0-beta (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 1.75; }

a {
  color: #fed136; }
  a.active, a:active, a:focus, a:hover {
    color: #fec503; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px; }
  
 h3 {
	 color:#fff;
 }

section {
  padding: 40px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 15px; 
	}
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
	  section h4.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 25px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
 
  section {
    padding: 90px 0; }
	 
	 }

::-moz-selection {
  background: #fed136;
  text-shadow: none; }

::selection {
  background: #fed136;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #fed136; }
 
 #tekstimg {
		width: 100%;
	}
#tekstimg2 {
	height: 80px;
}

#mainNav {
  background-image: url(../img/navbarbgs2.jpg);
	background-position: top let;
	background-repeat:no-repeat;
	background-attachment:scroll;
	border-bottom: 1px; 
	border-bottom-style:solid; 
	border-bottom-color:#FFFFFF;
 }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 5px;
    text-transform: uppercase;
    color: white;
    background-color: #fed136;
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	}
  #mainNav .navbar-brand {
    color: #fff;
    font-family:'Muli','Helvetica Neue',Helvetica,Arial,cursive; 
	}
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fec503;
	  font-family:'Muli','Helvetica Neue',Helvetica,Arial,cursive; 
	  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-family:'Muli','Helvetica Neue',Helvetica,Arial,cursive;
    text-transform: uppercase; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #fed136;
	  font-family:'Muli','Helvetica Neue',Helvetica,Arial,cursive; }

@media (min-width: 992px) {
 h2 { padding-bottom: 35px;
  }	
 #tekstimg, #tekstimg2{
		height:auto;
		width: auto;
	}
	
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  background-image: url(../img/navbarbg2.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	background-attachment:scroll;
	
	height: 50px;
	}
	
    #mainNav .navbar-brand {
      font-size: 1.25em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
	  background-image:none;
      background-color: #555555; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0; } }

header.masthead {
  text-align: center;
  color: white;
  background-image: url(../img/header-bg2.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  height: 337px;
  border-bottom: 1px; 
	border-bottom-style:solid; 
	border-bottom-color:#ebcf9f;
  }
  
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      font-family:'Muli','Helvetica Neue',Helvetica,Arial,cursive; }
    header.masthead .intro-text .intro-heading {
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
      font-family: 'muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase; }

@media (min-width: 768px) {

	header.masthead {
		background-image: url("../img/header-bg2.jpg");
		background-position: bottom left;
		background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
		height:843px;
		border-bottom: 1px; 
	border-bottom-style:solid; 
	border-bottom-color:#ebcf9f;
	}
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 75px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 50px;
      font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-transform: uppercase; } }

.service-heading {
  margin: 15px 0;
  text-transform: none; }
 section#about {
	  background-image:url("../img/about/bgbird.png");
	  background-position: 6% 0;
	  background-repeat: no-repeat;
	  background-size: contain; 
	border-bottom: 1px; 
	border-bottom-style:solid; 
	border-bottom-color:#ebcf9f;
  }
  
  
  
section#Illustration { 
	background-color: #eef1ea;
 	border-bottom: 1px; 
	border-bottom-style:solid; 
	border-bottom-color:#ebcf9f;
}
#Illustration .portfolio-item {
  right: 0;
  margin: 0 0 30px; 
  }
  #Illustration .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 267px;
    margin: 0 auto;
    cursor: pointer;
	border: 1px; 
	border-style:solid; 
	border-color:#ebcf9f;
	 }
    #Illustration .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(212, 153, 52, 0.9); }
      #Illustration .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 0.5; }
      #Illustration .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; 
		}
        #Illustration .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #Illustration .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #Illustration .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }


#Illustration * {
  z-index: 2; }
  
 #gallerycontainer {
	 background-color: #FFF;
		border: 1px;
	 border-color: #eacd9b;
	 border-style: solid;
	 margin-top:  0px;
	 width: 100%;
	 padding: 70px 30px 70px;
	 
	 } 
	 
	 illustration#test {
		 margin: 0px;
		 width: 230px;
	 }
	 
	 #Design .portfolio-item {
  right: 0;
  margin: 0 0 35px; }
  #Design .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 267px;
    margin: 0 auto;
    cursor: pointer; 
	border: 1px; 
	border-style:solid; 
	border-color:#ebcf9f;
	}
    #Design .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(212, 153, 52, 0.9); }
      #Design .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 0.5; }
      #Design .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #Design .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #Design .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #Design .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #Design .portfolio-item .portfolio-caption {
    max-width: 267px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: white; }
    #Design .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none; }
    #Design .portfolio-item .portfolio-caption p {
      font-size: 16px;
      font-style: italic;
      margin: 0;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
	  
	  
	  section#Design { 
 background-color: #f7f7f7;
 border-bottom: 1px; 
	border-bottom-style:solid; 
	border-bottom-color:#ebcf9f;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } 
	
		 #gallerycontainer {
	 padding: 110px 50px 90px;
	 } 
}

.portfolio-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px; }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .portfolio-modal .modal-content img {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content button {
    cursor: pointer; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #222222; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #222222; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }


section#Shop {
	background-image:url(../img/shop/bgfox.png);
	background-position: top right;
	background-repeat:no-repeat;
	background-size:contain;
	background-color: #fff;
}


#Shop .shopbutton {
  right: 0;
  margin: 0;
}


  .shopbutton img{
	opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  background: rgba(212, 153, 52, 0.9);
  }
 .shopbutton img:hover{
 opacity: 0.5;
    
 }


 
/*@media (min-width: 992px) {
  .shopbutton {
  margin-bottom: 50px;
  text-align: center;
  padding-left: 30px; }
  .shopbutton img {
	width: 100%;
	transition: .5s ease;
	display:block;
  backface-visibility: hidden;
  opacity:1;
  background: rgba(212, 153, 52, 0.9);
  }
  .shopbutton img:hover{
 opacity: 0.5;
     
 }

 }
	*/  



 	
section#contact {
  background-color: #483f3a;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center; 
  color: #fff;
  }
  section#contact .section-heading {
    color: white; }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 236px; }
  section#contact .form-control:focus {
    border-color: #d49935;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #eeeeee;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact :-moz-placeholder {
    font-weight: 700;
    color: #eeeeee;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #eeeeee;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #eeeeee;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  section#contact .text-danger {
    color: #e74c3c; }

footer {
  padding: 25px 0;
  text-align: center; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
		opacity: 0.5; }

.text-primary {
  color: #fed136 !important; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #fed136;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #b48b01;
    background-color: #fec503; }
  .btn-primary:hover {
    color: white;
    border-color: #f6bf01;
    background-color: #fec503; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #f6bf01;
    background-color: #fec503; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: #b48b01;
      background-color: #dcab01; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #fed136;
    background-color: #fed136; }
  .btn-primary .badge {
    color: #fed136;
    background-color: white; }

.btn-xl {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 3px;
  color: white;
  border-color: #fed136;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .btn-xl.focus, .btn-xl:focus {
    color: white;
    border-color: #b48b01;
    background-color: #fec503; }
  .btn-xl:hover {
    color: white;
    border-color: #f6bf01;
    background-color: #fec503; }
  .btn-xl.active, .btn-xl:active,
  .open > .btn-xl.dropdown-toggle {
    color: white;
    border-color: #f6bf01;
    background-color: #fec503; }
    .btn-xl.active.focus, .btn-xl.active:focus, .btn-xl.active:hover, .btn-xl:active.focus, .btn-xl:active:focus, .btn-xl:active:hover,
    .open > .btn-xl.dropdown-toggle.focus,
    .open > .btn-xl.dropdown-toggle:focus,
    .open > .btn-xl.dropdown-toggle:hover {
      color: white;
      border-color: #b48b01;
      background-color: #dcab01; }
  .btn-xl.active, .btn-xl:active,
  .open > .btn-xl.dropdown-toggle {
    background-image: none; }
  .btn-xl.disabled.focus, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled].focus, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover,
  fieldset[disabled] .btn-xl.focus,
  fieldset[disabled] .btn-xl:focus,
  fieldset[disabled] .btn-xl:hover {
    border-color: #fed136;
    background-color: #fed136; }
  .btn-xl .badge {
    color: #fed136;
    background-color: white; }
