body {
	font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.jumbotron {
	background-image: url('../img/morning-after-1920.jpg');
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
	margin-top: 95px;
	}

@media only screen and (max-width: 475px) {
	.jumbotron {
		margin-top: 95px;
	}
  .display-4 .display-3 {
    font-size: 1em;
    margin-top: 60px;
  }
  .lead {
  	font-size: .9rem;
  }
}

.title{
	color: rgb(255, 243, 205);
}

.dark-mask {
	background: rgb(0, 0, 0);
	opacity: 0.6;
}

.modal-title {
	color: #6c757d;
}

.ms-st-bg {
	background-color: rgb(0, 0, 0);
}

.ms-st-font {
	font-size: .7rem;
	color: rgb(255, 243, 205);
}

.center {
	text-align: center;
}

.center1{
	text-align: center;
}

footer {
	font-size: smaller;
	text-align: center;
}

.sp-110 {
	margin-top: 110px;
}

.mtta {
	color: #4B93C5;

}

/*.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;   50% of your logo width
    display: block;
}*/
