/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    background-color: #fff;
    color: #164450;
    text-align: center;
      font-family: 'Open Sans', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Comfortaa', cursive;

    /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/

    padding-top: 50px;
    padding-bottom: 25px;
    margin: auto;
    height: 100%;
}
html{
      height: 100%;
}

a{
  color: #115;
}


h1 {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  margin-bottom: 20px;
}

h3 {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 18px;
  margin: 15px;
}

p {
  font-family: 'Roboto';
  color: #164450;
}


.cover-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.brand{
  margin-bottom: 50px;
}

.navbar {
    background-color: #333;
}


.aosochozi{
      padding-top: 10%;
      text-align: center;
      background: #fff;
      height:100%;
}

.about-section {
    padding-top: 80px;
    text-align: center;
    background: #f0f0f0;
}

.offer-section {
    min-height:100%;
    padding-top: 80px;
    text-align: center;
    background: #fff;
}

.wedding-section {
    min-height:100%;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background: #f0f0f0;
}

.gallery-section {
    padding-top: 80px;
    text-align: center;
    background: #fff;
}

.video-section {
    min-height:100%;
    padding-top: 80px;
    text-align: center;
    background: #f0f0f0;
}

.contact-section {
    min-height:100%;
    padding-top: 80px;
    text-align: center;
    background: #fff;
}

.picture > img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.picture > img:hover {
opacity: 0.8;
transition: 1s;
-webkit-transition: 1s;
}

.row{
  margin-bottom: 25px;
}


.mastfoot {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  text-align: right;
  padding-right: 10px;
  width:100%;
  font-size: 10px;

}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.formfield{
      font-family: 'Roboto', sans-serif;
      font-weight: 100;
      text-align: left;
      width: 500px;
      margin:auto;
}

.center{
  text-align: center;
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 10;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.site-wrapper-inner{
  padding-left: 55px;
  padding-right: 55px;
}

.carousel-inner{
  margin-top: 20px;
}


.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: @accent;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

#phones {
  margin-top: 40px;
}

.video{
  padding-bottom: 20px;
}
@media(min-width:1024px) {
  .cover-container {
    width: 900px;
  }
  .container{
    width: 1024px;
  }
}


@media(min-width:768px) {
    .navbar {
        padding: 15px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

    .cover-container {
        width: 700px;
      }
    }


@media(max-width:768px){
    .formfield{
          width: 100%;
        }

    .cover-container {
          width: 90%;
        }

        h1 {
          font-size: 24px;
        }

        h2 {
          font-size: 22px;
        }

        h3 {
          font-size: 14px;
        }

        .lead {
          font-size: 16px;
         }

      }


@media(max-width:480px){
  .site-wrapper-inner{
    padding: 0;
  }

}

@media(min-width:768px){
    #offer {
       text-align: justify;
     }

    .columns{
       -webkit-column-count: 2; /* Chrome, Safari, Opera */
       -moz-column-count: 2; /* Firefox */
       column-count: 2;

       -webkit-column-gap: 80px; /* Chrome, Safari, Opera */
       -moz-column-gap: 80px; /* Firefox */
       column-gap: 80px;
    }

    .columns > li {
      font-family: Roboto;
    }
}
