/* Fonts */
@font-face {
    font-family: 'Sladkoeshka';
    src: url('../fonts/Sladkoeshka.ttf');
    /*src: local('Comfortaa Regular'), 
         local('Comfortaa'), 
         url('Comfortaa.ttf') format('truetype'),
         url('Comfortaa.svg#font') format('svg'); */
}

@font-face {
    font-family: 'GoodVibesPro';
    src: url('../fonts/Good_Vibes_Pro.ttf');
    /*src: local('Comfortaa Regular'), 
         local('Comfortaa'), 
         url('Comfortaa.ttf') format('truetype'),
         url('Comfortaa.svg#font') format('svg'); */
}

/* Main */
body {
  /*padding-top: 20px;*/
  background: url('../img/bg1.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";*/
}

.container {
  background-color: #fff;
  background-color: rgba(255,255,255,.80);
  border-left: 1px solid #BC3B18;
  border-right: 1px solid #E9B6C9;
}

.container-narrow > hr {
  margin: 30px 0;
}

.services h2 {
  text-align: center;
  text-decoration: underline;
  font-family: GoodVibesPro;
}

.services ul {
  margin-left: 30px;
  list-style: none;
}

/*prices*/
.prices {
  margin-top: 30px;
}
.prices h1,h2,h3 {
  text-align: center;
}
.prices h1 {
  font-family: GoodVibesPro;
  text-decoration: underline;
  margin-bottom: 50px;
}
.prices table thead th:last-child {
  width: 100px;
}
.prices table > caption {
  color: #222;
}
.prices table tr.sub > td:first-child {
  padding-left: 50px;
}

/*map*/
.map {
  margin: 50px 10px 10px 0px;
}

.map img {
  width: 100%;
  border: 1px solid #FFBCA9;
}

.map h2 {
  font-family: GoodVibesPro;
  text-decoration: underline;
}

.map p {
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  font-family: serif;
}


/*footer*/
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
  font-family: GoodVibesPro;
  text-align: center;
}

/*header*/
.masthead p {
  font-family: GoodVibesPro;
}

.masthead p.line1 {
  font-size: 60px;
  height: 30px;
}

.masthead p.line2 {
  height: 50px;
  font-size: 60px;
  padding-left: 100px;
}

.masthead p.line3 {
  font-size: 70px;
  color: #BC3B18;
  padding-left: 200px;
}

.masthead > div.row {
  min-height: 300px;
}

.masthead > div.row img {
  display: block;
  /*position: relative;
  float: right;*/
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
}


/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  /*padding: 14px 24px;*/
  font-size: 16px;
}


/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: Sladkoeshka;
  font-size: 20px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified a:hover {
  color: #BC3B18;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  /*border-bottom: 0;*/
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Customize container */
  .container {
    max-width: 900px;
  }
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

