html
{
  font-size: 3px;
  font-family: 'Baloo Chettan', cursive;
  color: #3B5998;
}

body
{
  padding: 0;
  margin: 0;
  background-color: #DDD;
}

.header
{
  height: 29rem;
  position: relative;
}

.title
{
  float: left;
  height: 6.5rem;
  width: calc(100% - 15% - 50rem);
  text-align: center;
  margin-left: 14%;
  margin-top: 0.5rem;
}

.title span:first-of-type
{
  line-height: 4rem;
  font-size: 3.2rem;
  height: 4rem;
}

.title span
{
  line-height: 2.5rem;
  font-size: 2.2rem;
  height: 2.5rem;
}

.menu
{
  float: right;
  height: 4rem;
  width: 50rem;
  line-height: 4rem;
}

.menu ul
{
  margin: 0;
  padding: 0;
  width: 100%;
  float: right;
  list-style-type: none;
}

.menu ul a
{
  text-decoration: none;
  color: #3B5998;
}

.menu ul li
{
  float: left;
  height: 3.8rem;
  width: calc((100% - 9rem) / 4);
  padding: 0 1rem;
  line-height: 3.8rem;
  text-align: center;
  font-size: 1.8rem;
  border-left: 0.2rem solid #3B5998;
  border-bottom: 0.2rem solid #3B5998;
  transition: 0.3s;
}

.menu ul li:hover
{
  background-color: #3B5998;
  cursor: pointer;
  color: white;
}

.menu ul .first
{
  border-bottom-left-radius: 4rem;
}

.content
{
  min-height: 50rem;
  margin-top: 4rem;
  position: relative;
}

#top_btn
{
  position: fixed;
  bottom: 6rem;
  right: 6rem;
  background-color: #3B5998;
  color: white;
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 1rem;
  line-height: 4rem;
  text-align: center;
  display: none;
  transition: 0.3s;
}

#top_btn:hover
{
  background-color: #2A4887;
  cursor: pointer;
}

.container
{
  padding: 0 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.img
{
  height: 24.7rem;
  width: 100%;
  background: url("../img/tlo.jpg");
  background-size: 100%;
  border-bottom: 0.3rem solid #3B5998;
}

.logo
{
  height: 15rem;
  width: 15rem;
  border: 0.2rem solid white;
  border-radius: 7.5rem;
  position: absolute;
  top: 15rem;
  left: 10rem;
  /*background: url("../img/logo.jpg");*/
  background-position: 0 1px;
  background-repeat: no-repeat;
  /*background-color: white;*/
  background-color: #3B5998;
  display: none;
}

.break
{
  margin-top: 4.5rem;
  border: 0;
  height: 0.2rem;
  width: 80%;
  background-image: linear-gradient(to right, #ddd, #3B5998, #ddd);
}

.about
{
  font-size: 1.5rem;
  margin-bottom: 4rem;
  text-align: center;
}

.about span
{
  display: block;
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.offer span
{
  display: block;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.gallery img
{
  width: 20rem;
  height: 20rem;
}

.gallery span
{
  display: block;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.contact span
{
  display: block;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

.offer table,
.offer table tr,
.offer table tr td
{
  border: 0.1rem solid #3B5998;
  border-collapse: collapse;
  padding: 0.5rem 1rem;
}

.offer table tr td
{
  width: 30rem;
  font-size: 1.3rem;
}

.offer table tr .label
{
  width: 30rem;
  font-size: 1.6rem;
  text-align: center;
}

.offer table
{
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.offer p
{
  text-align: center;
  font-size: 1.3rem;
}

.photos_row
{
  width: 100.6rem;
  margin-left: auto;
  margin-right: auto;
}

.photos_row img
{
  margin: 2rem;
  border: 0.3rem solid white;
  width: 20.4rem;
  height: 20.4rem;
  transition: 0.3s;
}

.photos_row img:hover
{
  cursor: pointer;
  opacity: 0.65;
}

.contact
{
  margin-bottom: 5rem;
}

.contact .info
{
  margin-top: 4rem;
  line-height: 2rem;
  height: 6rem;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
}

.contact .info b
{
  font-size: 1.7rem;
}

.map
{
  margin-top: 4rem;
  line-height: 2rem;
  font-size: 1.7rem;
  text-align: center;
  width: 100%;
  height: 55rem;
}

.map img
{
  width: 50rem;
  height: 50rem;
  border: 0.3rem solid white;
}


.modal
{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content
{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 70rem;
  max-height: 60rem;
  width: auto;
  height: auto;
  padding: 0.5rem;
  background-color: #f2f2f2;
}

.close
{
  position: absolute;
  top: 0;
  right: 3rem;
  color: #f1f1f1;
  font-size: 7rem;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus
{
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 500px)
{
  html
  {
    font-size: 4px;
  }

  .modal-content
  {
    max-width: 65rem;
    max-height: 50rem;
  }
}

@media (min-width: 650px)
{
  html
  {
    font-size: 5px;
  }
  .modal-content
  {
    max-width: 65rem;
    max-height: 50rem;
  }
}

@media (min-width: 750px)
{
  html
  {
    font-size: 6px;
  }
  .modal-content
  {
    max-width: 65rem;
    max-height: 50rem;
  }
}

@media (min-width: 880px)
{
  html
  {
    font-size: 7px;
  }
  .modal-content
  {
    max-width: 65rem;
    max-height: 50rem;
  }
}

@media (min-width: 1000px)
{
  html
  {
    font-size: 8px;
  }
  .modal-content
  {
    max-width: 65rem;
    max-height: 50rem;
  }
}

@media (min-width: 1125px)
{
  html
  {
    font-size: 9px;
  }
  .modal-content
  {
    max-width: 65rem;
    max-height: 50rem;
  }
}

@media (min-width: 1250px)
{
  html
  {
    font-size: 10px;
  }
  .modal-content
  {
    max-width: 65rem;
    max-height: 50rem;
  }
}

@media (min-width: 1375px)
{
  html
  {
    font-size: 10px;
  }
  .modal-content
  {
    max-width: 70rem;
    max-height: 60rem;
  }
}
