body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  color: #300018;
  padding-top: 20px;
}

header {
  background-color: #300018;
  padding-bottom: 15px;
}

.jumbotron {
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.modal-header, .jumbotron{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+100 */
background: #cedce7; /* Old browsers */
background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */

 color: white;
}

#contactus p{
  text-align: justify;
}

.input-group, textarea{
  margin-bottom: 5px;
}
