body {
  padding-top: 50px;
  background-color: #ffa;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.starter-template > h1 {
  font-family: cursive, fantasy, Times;
}
.starter-template > p {
  font-family: fantasy, Times;
}
p {
  font-family: Arial;
  font-size: 2em;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: white;
  background-color: orange;
}

.carousel-inner > .item > img {
  margin-left: auto;
  margin-right: auto;
  max-height: 400px;
  min-height: 300px;
  min-width: auto;
}

.ca-container{
  height:400px;
}

.carousel {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 60%;
  background-color: black;
}

.img-responsive{
  display:block;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  color:grey;
}

.jumbotron {
  border: 10px;
  border-style: dashed;
  color:red;
}


.error {
  font-size: 3em;
  color:black;
  background-color: #faa
}

#name,#email{
  font-size:2em;
}

#content{
  height:10em;
  width:30em;
  font-size:2em
}


h1 { color: purple; }

h3 { color: navy; }

.displayMessage1{
  background-color: #eee;
  border: 2px solid black;
}

.displayMessage2{
  background-color: pink;
  border: 2px dashed yellow;
}

.displayMessage3{
  background-color: orange;
  border: 2px solid green;
}

.info{
  border:1px solid #000;
  font-size:2em;
}

.red{
  background-color: red;
}

.blue{
  background-color: blue;
}

.girl{
  height:336px;
  width:278px;
  position:fixed; right:10px; bottom:120px;
  z-index: 99999;
}
#kika{
  cursor:pointer;
}
#forBalloon{
  visibility: hidden;
}
