.navlink {
  margin: 0 10px 0 0;
  font-size: 23px;
}

#logoimage {
  width: 50px;
}

#backgroundimage {
  height: 550px;
  background-image: url('/background.png');
  background-size: cover;
}

#logotitle {
  font-family: 'Cinzel';
  color: rgb(230,216,196);
}

.navbar {
  background-color: rgb(0,0,0);
  background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #e6d8c4;
}

.footertext {
  color: #e6d8c4;
}

.footer {
  background: #000000;
  /* fallback for old browsers */background: -webkit-linear-gradient(to right, #434343, #000000);
  /* Chrome 10-25, Safari 5.1-6 */background: linear-gradient(to right, #434343, #000000);
}

.uparrow {
  font-size: 25px;
  color: #e6d8c4;
}

.footericon {
  margin: 10px;
  font-size: 30px;
}

.aproposdiv {
  background-color: black;
  color: #e6d8c4;
  text-align: center;
  background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
  font-family: 'Cinzel';
}

#apropostitle {
  text-align: center;
  font-family: 'Cinzel';
  padding-top: 65px;
  padding-bottom: 20px;
}

.titlecontainer {
  background-color: black;
  color: #e6d8c4;
  text-align: center;
  font-family: 'Cinzel';
  background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
  height: 65px;
}

#subtitle {
  margin: 0;
  font-family: 'Cinzel Decorative';
}

.menubutton {
  background-color: #e6d8c4;
  border-radius: 20%;
  border: 3px solid black;
  font-size: 23px;
}

div {
}

@media (min-width: 768px) {
  .centerproducts {
    border-left: 2px solid lightgrey;
    border-right: 2px solid lightgrey;
  }
}

@media (min-width: 768px) {
  .bottomproducts {
    border-top: 2px solid lightgrey;
  }
}

.productholder {
  text-align: center;
}

@media (min-width: 300px) {
  .productimage {
    width: 170px;
    filter: grayscale(100%);
  }
}

.productimage:hover {
}

#imagelogo {
  filter: grayscale(100%) opacity(30%);
  width: 100px;
  margin-top: 12px;
}

@media (min-width: 768px) {
  #topimage {
    width: 150px;
    filter: grayscale(100%) opacity(85%);
  }
}

.topdiv {
  background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
  text-align: center;
  padding-top: 25px;
}

.buttonsend {
}

button {
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

#apropostext {
  text-align: justify;
  margin-top: 40px;
  padding-bottom: 20px;
}

a {
  color: white;
}

.sectiontitle {
  font-family: 'Cinzel';
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 65px;
}

.contact-clean {
  background: #000000;
  padding: 0 0;
  background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
  padding-top: 20px;
}

@media (max-width:767px) {
  .contact-clean {
    padding: 20px 0;
  }
}

.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  text-align: center;
}

@media (max-width:767px) {
  .contact-clean form {
    padding: 30px;
    background: #000000;
    background: -webkit-linear-gradient(to right, #434343, #000000);
    background: linear-gradient(to right, #434343, #000000);
  }
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

.contact-clean form .btn:hover {
  opacity: 1;
}

.contact-clean form .btn:active {
  transform: translateY(1px);
}

.contact-clean form .btn-primary {
  background-color: #e6d8c4 !important;
  margin-top: 15px;
  color: #000000;
}

.informationholder {
  background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
  color: #e6d8c4;
  text-align: center;
  font-family: 'Cinzel';
}

#infotrmationtitle {
}

#infoicon {
  font-size: 45px;
  margin-top: 30px;
}

@media (max-width: 400px) {
  #topimage {
    width: 50px;
    filter: grayscale(100%) opacity(85%);
  }
}

@media (max-width: 768px) {
  #topimage {
    width: 80px;
    filter: grayscale(100%) opacity(85%);
  }
}

@media (min-width: 768px) {
  #imagelogo {
    margin-top: 90px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  #imagelogo {
    margin-top: 43px;
    width: 200px;
  }
}

.producttitle {
  font-family: 'Cinzel';
}

@media (max-width: 767px) {
  #imagelogo {
    margin-top: 12px;
    display: none;
  }
}

.modal {
  font-family: 'Cinzel';
  top: 25%;
  right: 0px;
  bottom: 0;
  left: 0;
  z-index: 10040;
  overflow-x: auto;
  overflow-y: auto;
}

.instaimg img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  transform: scale(1.1);
}

.instaimg img {
  margin-bottom: 0px;
  width: 250px;
  height: 250px;
  margin-top: 85px;
  border: 4px solid black;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 1s;
}

@media (max-width: 576px) {
  .instaimg img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .instaimg img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 992px) {
  .instaimg img {
    width: 150px;
    height: 150px;
  }
}

#instacontainer {
  background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.modaldescription {
  overflow-y: scroll;
  height: 160px;
  width: 275px;
}

a:hover {
  color: #505e6c;
  text-decoration: blink;
}

