.background
{
 background: #ecf0f1;
}

#box{
	background: #bdc3c7;
}

#NavBar{
	background: #22313F;
		opacity: 0.9;
}

.QuoteText{
		font-color: #bdc3c7;
		font-style: italic
}


.tilteffect img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilteffect img:hover{
  -webkit-transform: rotate(-15deg);
     -moz-transform: rotate(-15deg);
       -o-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}



#ButtonStyle{
	background: #34495e;
}
#ButtonStyle:hover{
	background: #2c3e50;
}


#footer{
	background: #2c3e50;
}


.footertext{
	color: #ffffff;
}

.footerlink{
	color: #ecf0f1;
}

.footerlink:hover{
	color: #ffffff;
}

#footercopyright{
	background:#1E824C
}


.imageopacity {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.imageopacity:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}