

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}



body {

}

.about {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5646f+0,ff2a3f+100 */
background: #d5646f; /* Old browsers */
background: -moz-linear-gradient(top,  #d5646f 0%, #ff2a3f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d5646f 0%,#ff2a3f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d5646f 0%,#ff2a3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5646f', endColorstr='#ff2a3f',GradientType=0 ); /* IE6-9 */


}




.footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5646f+0,ff2a3f+100 */
  background: #d5646f; /* Old browsers */
  background: -moz-linear-gradient(top,  #d5646f 0%, #ff2a3f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #d5646f 0%,#ff2a3f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #d5646f 0%,#ff2a3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5646f', endColorstr='#ff2a3f',GradientType=0 ); /* IE6-9 */
  
  
  }