/* ul#index{

    padding-left: 0;
    list-style-type: none; 
} */

a {

    color: red !important; 
    
}


.masthead {
  height: 100vh;
  min-height: 200px;
  background-image: url("http://enthuse.feedbackmonitor.com/images/enthuse_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1 {
    color: white !important; 

}

.lead {

    color: white !important; 
}

#message {
    height: 10em; 
}


@font-face {
        font-family: TitilliumText-Regular;
        src: url('fonts/TitilliumText-Regular.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
	font-weight: normal; 
	font-style: normal;
    }
    
@font-face {
        font-family: TitilliumText-Bold;
        src: url('fonts/TitilliumText-Bold.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
	font-weight: normal; 
	font-style: normal;
    }

@font-face {
        font-family: TitilliumText-Italic;
        src: url('fonts/TitilliumText-Italic.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
	font-weight: normal; 
	font-style: normal;
        }
    
body {
    font-family: TitilliumText-Regular;
}                       
           
.article {
    margin-bottom: 20px;

}
