@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);

body {
  padding-top: 60px;
#  font-family: 'Cinzel Decorative', cursive;
  background-image: url("img/bg04.jpg");
  background-size: cover;
  background-clip: border-box;
  background-attachment: fixed;
}

.navbar-default {
  opacity: 0.98;
#  background-color: #222;
}

.panel-default {
#  background-color: #222;
  box-shadow: 0px 10px 15px 0px #000; 
  opacity: 0.98;
}

.caption {
  padding-bottom: 10px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.img-rounded {
  box-shadow: 0px 10px 15px 0px #000;
  margin-bottom: 20px;
}
