/* CSS Document */


.ribbon {
  position: absolute;
  right: 9px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}


body{
margin-top:4px;
}

#photo{
border:2px #CC9966 solid;
height:180px;
width:175px;
}

#photop{
border:2px #CC9966 solid;
height:200px;
width:400px;
}

.carousel-inner{
  width:100%;
  height: 350px !important;
}




#middle{
background-color:#CFE7FA;
border-bottom: 2px solid #CCCCCC;
border-top: 2px solid #CCCCCC;
height:600px;

}




.navbar{
background-color:#003366;
border-color:#003366;
}




