

body  {
background-color: #fff;
background-repeat: no-repeat;
background-attachment: fixed;
}

.dropshadowing
    { width:200px;
    box-shadow: 5px 5px 5px #999; }

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #ffebf6;
  font-family: Nunito;
}

.nav.navbar-nav li a{
    color:black;
}

.nav.navbar-nav li a:hover{
    color:gray;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #ffebf6 ;
  padding: 15px;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    min-height:200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
  .carousel-caption {
    display: none;
  }
}

.well {
  background-color: #ffebf6
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.bott5 { margin-bottom:5px; }
.bott7 { margin-bottom:7px; }
.bott10 { margin-bottom:10px; }
.bott15 { margin-bottom:15px; }
.bott17 { margin-bottom:17px; }
.bott30 { margin-bottom:30px; }

.right5 { margin-right:5px; }
.right7 { margin-right:7px; }
.right10 { margin-right:10px; }
