/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 21, 2015, 12:22:12 PM
    Author     : Ann&Ken
*/

body {
  font-family: arial, sans-serif;
  font-size: medium;
}

#website-title {
}

#website-title h1 {
  font-size: 40px;
  margin-top: 0px;
}

#website-title h1 .website-name1 {
  font-family: 'Quattrocento Sans', sans-serif;
}

#website-title h1 .website-name2 {
  font-family: 'Abril Fatface', cursive;
}

#banner {
  padding-top: 10px;
  text-shadow: 3px 3px 2px #000000;  
}

#banner h2 {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 22px;
}

#main-container {
  /*padding-top: 0px;*/
}

.navbar-wrapper {
  
}

.multi-col {
  
}

.content-block {
  padding-left: 10px;
  padding-right: 10px;
}

.content-block-title {
  background-color: #F0F0F0;
  font-family: 'Quattrocento Sans', sans-serif;
  display: block;
  text-align: center;
}

#nav-container {
  margin: auto;
  display: inline-block;
}

.navbar {
  border-radius: 0;
  min-height: 20px;
}

.navbar-nav {
  float: none;
}

.navbar-collapse {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.navbar-nav li {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: large;
}

.navbar-nav li.active {
}

.navbar-nav li a {
  padding: 10px 10px;
}

.image-block {
  padding: 10px;
}
.carousel {
  /*max-width: 855px;*/
}

.carousel-container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.carousel-inner {
  min-height: 40px;
  max-height: 450px;
  text-align: center;
}

.carousel-inner .item {
  margin: auto;
}

.carousel-image-container {
  text-align: center;
  padding: 0x;
}

.carousel-image-container img {
  margin: auto;
}

.carousel-caption {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.33);
  box-shadow: #000 3px 3px 5px;
  width: 33%;
  color: white;
  font-size: large;
  font-weight: bold;
  text-shadow: 0px 0px 12px #000;
  font-family: 'Quattrocento Sans', sans-serif;
}

.carousel-caption p {
  margin: 0px auto 0px auto;
}