@import url('bootstrap-icons.css');
@import url('fontawesome.min.css');
@import url('fonts.css');
@import url('vegas.min.css');
@import url('lightbox.min.css');

:root {
  --bs-primary: #006600;
  --bs-secondary: #ff0000;
  --bs-color: #222222;
  --bs-danger: #ff0000;
}

/* HTML / BODY */
html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--bs-color);
  background-color: #f8f8f8;
  height: 100%;
}


/* TYPOGRAPHY */
h1, .h1 {
  font-family: 'Roboto Slab', 'Roboto', sans-serif;
  margin: 30px 0;
  color: var(--bs-primary);
  letter-spacing: 5px;
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Roboto Slab', 'Roboto', sans-serif;
  margin: 30px 0;
  color: var(--bs-color);
  letter-spacing: 5px;
}

p {
  margin: 30px 0;
  text-align: justify;
  -moz-hyphens: auto; 
  -o-hyphens: auto; 
  -webkit-hyphens: auto; 
  -ms-hyphens: auto; 
  hyphens: auto;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: .25s;
}
a:hover {
  color: var(--primary2);
  text-decoration: none;
}

small {
  display: block;
  font-size: 65%;
  text-transform: none;
  color: var(--secondary);
}
strong,
.fw-bold {
  font-weight: 800;
}

.f-special {
  font-family: 'Mistral';
}


/* IMAGES */
.r-1 {
  transform: rotate(-2.5deg);
  transition: all .25s;
}
.r-2 {
  transform: rotate(2.5deg);
  transition: all .25s;
}
.r-1:hover,
.r-2:hover {
  transform: rotate(0) scale(1.05);
}
.polaroid {
  background-color: var(--bs-white);
  padding: 20px 20px 60px 20px;
  width: 100%;
  box-shadow: 5px 5px 7.5px 0 rgba(22,22,22,0.5);
}


/* BUTTON */
.btn {
  border-radius: 0;
  border: none;
  padding: 15px 20px;
  font-weight: 300;
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

.btn-light {
  background-color: var(--bs-white) !important;
  color: var(--bs-color) !important;
}
.btn-light:hover,
.btn-light:focus {
  background-color: var(--bs-color) !important;
  color: var(--bs-white) !important;
}


/* BACKGROUND */
.bg-primary {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white);
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary p,
.bg-primary a {
  color: var(--bs-white);
}


/* HEADER */
.header {
  min-height: 100%;
  background-image: url('../img/start.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header .container-lg {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header-content {
  font-family: 'Mistral';
  color: var(--bs-white);
  opacity: 0.5;
  font-size: 32px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-info {
  transform: rotate(-5deg);
  padding: 15px;
  text-align: center;
}
.header-info i {
  font-size: 35px;
  display: block;
  vertical-align: middle;
}
.header .header-polaroids {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .polaroid {
  max-width: 250px;
  display: block;
}
.header .polaroid:nth-child(1) {
  margin-left: -30px;
}
.header .polaroid:nth-child(2) {
  margin-top: -120px;
  margin-right: -30px;
}


/* INFOLINE */
.infoline {
  padding: 15px 0;
  text-align: center;
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  font-size: 16px;
}


/* SUBNAV */
.subnav {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 500;
}
.subnav a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  font-size: 22px;
  margin-top: 10px;
  box-shadow: 0 0 5px 0 rgba(22,22,22,0.25);
}
.subnav a:hover {
  background-color: var(--bs-secondary);
}


/* NAV */
.navbar {
  background-color: var(--bs-primary) !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 0 10px 0 rgba(22,22,22,0.75);
}
.navbar .navbar-nav {
  width: 100%;
}
.navbar .navbar-nav .nav-item {
  width: 100%;
  text-align: center;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-family: 'Roboto Slab', 'Roboto', sans-serif;
  color: var(--bs-white);
  font-weight: 600;
  padding: 15px;
  opacity: 1;
  transition: all .25s;
}
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
  opacity: 0.5;
}
.nav-logo {
  width: 420px;
  transition: all .25s;
}
.navbar-brand img {
  width: 100%;
  max-width: 220px;
}
.navbar-toggler {
  border: none;
  color: var(--bs-white) !important;
  font-size: 38px;
  border-radius: 0;
  padding: 0;
  box-shadow: none !important;
}
.navbar.fixed .nav-logo {
  width: 320px;
}


/* SECTION */
.section {
  padding: 60px 0;
}


/* FOOTER */
.footer {
  padding: 100px 0;
  background-color: var(--bs-color);
  color: var(--bs-white);
  background-image: url('../img/footer-bg.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo {
  display: block;
  margin: 0 auto 15px auto;
  width: 100%;
  max-width: 350px;
}
.footer-copyright {
  margin: 0;
  text-align: center;
}
.footer a {
  color: var(--bs-white);
}
.footer a:hover {
  color: var(--bs-white);
  opacity: 0.5;
}


/* PARALLAX */
.parallax {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 15px;
  position: relative;
}
.parallax .btn-primary {
  padding: 15px 30px;
  font-size: 38px;
  background-color: transparent !important;
  line-height: 1;
  font-family: 'Mistral';
  text-shadow: 0 0 7.5px rgba(22,22,22,0.9);
  transition: all .25s;
  position: relative;
  z-index: 2;
}
.parallax .btn-primary:hover {
  background-color: transparent;
  transform: scale(1.15);
}
.parallax .btn-primary i {
  font-size: 55px;
}

.hover::before {
  content: '';
  background-color: rgba(22, 22, 22, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
  transition: all .25s;
}
.hover:hover::before {
  opacity: 1;
}


/* TABLE */
td small {
  line-height: 1.25;
  margin-top: -5px;
}
caption {
  font-size: 16px;
  line-height: 1.25;
}
.table > :not(caption) > * > * {
  padding: 15px;
}


/* FORM */
.form-control,
.form-select {
  border-radius: 0px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}

#category-select {
  padding: 15px;
}


/* CONTACT */
.contact-info {
  text-align: center;
}
.contact-info i {
  font-size: 32px;
}


/* MODAL */
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header .modal-title {
  margin: 0;
}
.modal-header,
.modal-body,
.modal-footer {
  border-radius: 0;
  padding: 30px;
}


/* SPECIAL CONTENT */
.special-content {
  padding: 30px 15px;
  display: block;
  border: 15px solid var(--bs-white);
}


/* LIGHTBOX */
.lb-outerContainer {
  border-radius: 0;
}
.lightbox .lb-image {
  border: none;
  border-radius: 0;
}
.lb-dataContainer {
  padding-top: 15px;
}




/* MOBIL */
@media (max-width: 1399.98px) { 
  /* HEADER */
  .header-content {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) { 
  /* NAV */
  .nav-logo {
    width: 320px;
  }
  .navbar.fixed .nav-logo {
    width: 280px;
  }
  
  /* HEADER */
  .header-content {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) { 
  /* HEADER */
  .header {
    background-position: center;
  }
  .header .container-lg {
    position: static;
    left: auto;
    transform: none;
  }
  .header .header-polaroids {
    position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    align-items: center;
  }
  .header .polaroid {
    max-width: 320px;
  }
  .header .polaroid:nth-child(1) {
    margin-left: -45px;
  }
  .header .polaroid:nth-child(2) {
    margin-right: -45px;
  }
  
  /* NAV */
  .navbar .navbar-nav .nav-item {
    text-align: left;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px;
  }
  
  /* TABLE */
  table thead {
    display: none;
  }
  table tr {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    display: block;
  }
  table td {
    display: block;
    width: 100%;
    text-align: left !important;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    min-width: 120px;
  }
  table td:last-child {
    border: none;
  }
  table td span {
    display: inline-block;
  }
  .table > :not(caption) > * > * {
    padding: 5px 10px;
  }
  .table > :not(:first-child) {
    border-top: none;
  }
}
@media (max-width: 767.98px) { 
  /* HEADER */
  .header .header-polaroids {
    width: 100%;
  }
  .header .polaroid {
    max-width: 280px;
  }
}
@media (max-width: 575.98px) {
  /* HEADER */
  .header .polaroid {
    max-width: 220px;
  }
}




