p {
  font-size: 1.5em;
}
body {
  background-image: url("../../images/body_background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}

header img {
  width: 100%;
  box-shadow: 0 130px 125px 0 hsl(32, 100%, 50%),
    0 10px 90px 0 hsl(32, 100%, 50%);
  text-align: center;
  border-top: #ff8800 solid 3px;
  border-bottom: #ff8800 solid 3px;
}

.navbar-nav {
  padding-right: 10px;
}

.navbar-toggler-icon {
  background-image: url("../../images/hamburgeris.svg");
  width: 60px;
  height: 60px;
}

.btn_show_hide {
  display: none;
}
li {
  margin: 15px 0 15px 0;
}

.language {
  display: flex;
  padding-left: 1vw;
  max-width: fit-content;
}
.lang_a {
  min-width: 48px;
  min-height: 48px;
  padding: 15px 0 5px 0;
  text-align: center;
}
.language .lang_a a {
  color: #003300;
  font-weight: 800;
  font-size: 100%;
}

section {
  background-color: #ff880099;
  box-shadow: 0 10px 25px 0 hsl(0, 0%, 0%), 0 10px 30px 0 hsl(0, 0%, 0%);
  color: #000000;
  border: #720000 solid 5px;
  border-radius: 130px;
  border-style: ridge;
}

.puga {
  width: 60vw;
  max-width: 389px;
  border-radius: 50%;
  border: #007c1f solid 5px;
  border-style: ridge;
  box-shadow: 0 0px 50px 0 hsl(54, 100%, 50%), 0 0px 50px 0 hsl(51, 100%, 50%);
  margin: 0;
}

/* galerija */
#photo_left img,
#photo_right img,
.litters {
  border-radius: 10px;
  box-shadow: 0 0px 11px 0 hsl(54, 100%, 50%), 0 0px 17px 0 hsl(51, 100%, 50%);
}
.btn_f_v {
  display: flex;
  min-height: 150px;
}
.btn_photos, .btn_video {
  margin: auto;
  width: 100%;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.email_color {
  color: #ff8800;
  font-size: 1.5em;
  font-weight: 600;
  text-shadow: 0px 0px 7px #000000;
  text-decoration: none;
}

.btn_soc_ico {
  box-shadow: 0 0px 11px 0 hsl(0, 0%, 0%), 0 0px 17px 0 hsl(0, 0%, 0%);
  border-radius: 15%;
}
#soc .col {
  min-height: 120px;
}
/* /////////////////////////////////////////////////////////////////////// */
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

footer {
  text-align: center;
  font-size: 0.5em;
  background-color: #003300;
  color: #4ac558;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}

#iframe_video, #iframe_video1, #iframe_video2, #iframe_video3 {
  width: 100%;
  height: 40vh;
}

/* /////////////////////////////////////////////////////////////////////// */
@media (max-width: 575.98px) {
  .nav-link {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  
}
@media (max-width: 991.98px) {
  .navbar-nav {
    margin: 0;
    padding: 0;
    border-radius: 20px;
  }
  .nav-item {
    box-shadow: 0 0px 0px 0 #ff8800,
      0 0px 55px 0 #ff8800;
    background-color: #163f16de;
    border-radius: 20px;
  }
  .btn_kaulas {
    width: 25%;
    height: 100%;
  }

  .btn_photo {
    width: 95%;
  }

  .btn_home {
    width: 70%;
  }

  .language {
    display: flex;
    margin: auto;
  }
}
@media (max-width: 1199.98px) {
  .btn_soc_ico {
    width: 9vw;
  }
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  
  .nav-item, .navbar-brand  {
    min-height: 135px;
  }

  .btn_kaulas,
  .btn_home {
    width: 100%;
    padding: 0 10px 0 10px;
    margin: 0 8px 0 8px;
    transition: width 0.1s;
  }
  .btn_kaulas:hover,
  .btn_home:hover {
    width: 105%;
  }
  .btn_photo {
    width: 30%;
    transition: width 0.1s;
  }
  .btn_photo:hover {
    width: 33%;
  }
  .btn_soc_ico {
    width: 5vw;
    transition: width 0.1s;
  }
  .btn_soc_ico:hover {
    width: 5.5vw;
  }
}

@media (min-width: 1200px) {
  
  .btn_soc_ico {
    width: 4vw;
    transition: width 0.1s;
  }
  .btn_soc_ico:hover {
    width: 4.5vw;
  }
  .btn_kaulas,
  .btn_home {
    width: 100%;
    padding: 0 30px 0 30px;
    margin: 0 8px 0 8px;
  }
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
.btn_home:focus,
.btn_home:active {
  outline: none;
  box-shadow: none;
}
.btn_kaulas:focus,
.btn_kaulas:active {
  outline: none;
  box-shadow: none;
}
section div input:focus,
section div input:active {
  outline: none;
  box-shadow: none;
}

.h4,
h4 {
  font-size: 1.2rem;
}
