
@font-face {
  font-family: FiraSans-Regular;
  src: url(../fonts/FiraSans-Regular.eot);
  src: url(../fonts/FiraSans-Regular.ttf);
  src: url(../fonts/FiraSans-Regular.woff);
}
@font-face {
  font-family: FiraSans-Bold;
  src: url(../fonts/FiraSans-Bold.eot);
  src: url(../fonts/FiraSans-Bold.ttf);
  src: url(../fonts/FiraSans-Bold.woff);
}
@font-face {
  font-family: UbuntuTitling-BoldCZ;
  src: url(../fonts/UbuntuTitling-BoldCZ.eot);
  src: url(../fonts/UbuntuTitling-BoldCZ.ttf);
  src: url(../fonts/UbuntuTitling-BoldCZ.woff);
}
@font-face {
  font-family: ShadowsIntoLight;
  src: url(../fonts/ShadowsIntoLight.eot);
  src: url(../fonts/ShadowsIntoLight.ttf);
  src: url(../fonts/ShadowsIntoLight.woff);
}
@font-face {
  font-family: TypeWritersSubstitute-Black;
  src: url(../fonts/TypeWritersSubstitute-Black.eot);
  src: url(../fonts/TypeWritersSubstitute-Black.ttf);
  src: url(../fonts/TypeWritersSubstitute-Black.woff);
}


/* -------- Overall formatting -------- */
body {

  margin: 0;
  padding: 0;
  background-color: #f2eadf;
  font-family: 'FiraSans-Regular';
}

.fw {
  width: 100%;
}

.center {
  float: none;
  margin: 0 auto;
}

h1 {
  font-family: 'UbuntuTitling-BoldCZ';
}

h2 {
  font-family: 'UbuntuTitling-BoldCZ';
}

h4 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: 'ShadowsIntoLight';
  font-size: 26px;
}

p {
  font-size: 16px;
}

.bold {
  font-family: 'FiraSans-Bold';
}

section div div img {
  max-width: 180px;
}


/* ------------------------------------ */

/* -------- Header formatting -------- */


/* ------ */

header {
  position: relative;
}

.bg-img {
  width: 100%;
}

.logo {
  max-width: 120px;
  max-height: 120px;
  width: 100% \9;
}

.custom-navbar {
  height: 150px;
  background: transparent;
  border: none;
}

.custom-navbar-right-margin {
  margin-top: 50px;
}
.custom-navbar-right ul {
  margin-right: 200px;
  font-size: 24px;
}
.custom-navbar-right ul li a {
  color: #363639;
  font-family: 'UbuntuTitling-BoldCZ';
}
.custom-navbar-right ul li a:hover {
  color: #506a37;
}
.custom-navbar-right ul li a:active {
  color: #506a37;
}

.header-text {
  position: absolute;
  top: 35em;
  left: 6em;
  z-index: 20;
}
.header-text h2 {
  font-family: 'TypeWritersSubstitute-Black';
  font-size: 36px;
  width: 11em;
  padding: 10px;
  background-color: #506a37;
  color: #FFF;
}


/* changing mobile appearance */
@media (max-width: 768px) {
  .collapse {
    background-color: #f2eadf;
  }
  .logo {
    width: 90px;
    height: 90px;
  }
}

/* ----------------------------------- */

/* ------- Section1 formatting ------- */

.section1 {
  width: 100%;
  background-color: #363639;
  text-align: center;
  color: #FFF;
}
.section1 h1 {
  font-size: 28px;
  padding: 15px 0;
}

.sec1-format {
  margin: 60px 20px;
}
.sec1-format p {
  padding: 30px 70px;
  margin-left: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .sec1-format p {
    padding: 30px 20px;
  }
}


/* ----------------------------------- */

/* ------- Section2 formatting ------- */

.section2 h2 {
    padding: 80px 0;
    text-align: center;
}

/*
@media (min-width: 768px) {
  #bad_cat {
    padding-top: 20px;
  }
}*/

.sec2-text-panel {
  padding: 0 40px;
  margin-left: 10px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sec2-text-panel {
    margin-left: 20px;
  }
}


/* ----------------------------------- */

/* ------- Section3 formatting ------- */

.section3 {
  background-color: #363639;
  width: 100%;
}

.container_2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

/* ----------------------------------- */

/* ------- Section4 formatting ------- */

.section4 h2 {
  padding: 40px 0;
}
.sec4-row {
  padding: 40px 0;
}

.sec4-text-panel {
  padding: 0 50px;
  margin: 40px 0 20px 20px;
}

.written {
  text-align: left;
  padding: 0 70px;
  margin-bottom: 30px;
  font-family: 'ShadowsIntoLight';
  font-size: 18px;
}

@media (max-width: 768px) {
  .sec4-text-panel {
    text-align: center;
    margin-left: 10px;
  }
  .written {
    text-align: center;
  }
}

/* ----------------------------------- */

/* ------- Section5 formatting ------- */

.section5 {
  width: 100%;
  color: #FFF;
  background-color: #363639;
}

.section5 div h2 {
  margin-top: 40px;
  padding: 40px 0;
}

.section5 div h3 {
  padding: 40px 0;
  font-family: 'ShadowsIntoLight';
  font-size: 22px;
}

.sec5-text-panel {
  width: 1000px;
  text-align: center;
  margin: 10px auto 10px auto;
}

.adopce {
  column-count: 7;
  column-width: 200px;
  text-align: center;
}


@media (max-width: 768px) {
  .sec5-text-panel {
    text-align: center;
  }
}

/* ----------------------------------- */

/* -------- Footer formatting -------- */

.footer {
  padding: 0 auto;
}

#map_canvas {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.maps iframe {
  pointer-events: none;
}

.footer {
  background-color: #363639;
  color: #FFF;
}
.footer h2 {
  text-align: center;
}

.footer a {
  color:#FFF ;
  text-decoration: none;
}

.footer a:hover {
  color: #506a37;
}

.green-bg {
  width: 8em;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #506a37;
  font-family: 'FiraSans-Bold';
}

.footer-text {
  text-align: center;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 17px;
  font-family: 'FiraSans-Regular';
}

.footer-info {
  padding: 15px 20px;
}
.footer-info a {
  font-size: 17px;
  margin-left: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer-info a:hover {
  text-decoration: none;
}

.reservation img {
  position: relative;
  top: -10px;
  left: 14em;
}
.arrow {
  position: relative;
  top: -10px;
  left: 14em;
}

@media (max-width: 768px) {
  .reservation img {
    position: relative;
    top: -20px;
  }
}

@media (max-width: 768px) {
  .footer-text {
    text-align: center;
  }
  .footer-info {
    margin: 0;
    padding: 0;
  }
  .footer-box {
    margin: 60px auto;
  }
  .footer-box h2 {
    margin: 20px auto;
  }
}

.footer-input {
  text-align: center;
  margin: 0 auto;
}

.input-field {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 18px;
  border: 2px solid #506a37;
  height: 50px;
  background-color: #363639;
}

.login-btn {
  border: none;
  background-color: #363639;
  font-size: 18px;
}


#footer-right a {
  color: #FFF;
}
#footer-right a:hover {
  color: #506a37;
}

#footer-middle a {
  color: #506a37;
}
#footer-middle a:hover {
  color: #FFF;
}

.u-line:hover {
  text-decoration: underline;
}
#mapMarker {
  margin-left: 0px;
}
#emailSet {
  margin-left: -10px;
}

.phone-num-footer {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
}

.inflexity a {
  color: #FFF;
}

.h-tag {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .green-bg {
    margin: 0;
  }
  .footer-text {
    padding: 20px;
  }
}

/* ************************************************ */
/*                                                  */
/*                STYLY PRO ADOPCI                  */
/*                                                  */
/* ************************************************ */
