/*
@import url("bootstrap.min.css");
@import url("bootstrap-theme.css");
*/

.jumbotron{
	margin-top: -20px;
	background-image: url("../img/matthew18-12-l.jpg");
	background-size: 100% 100%; 
        color: #FFFFFF; 
}

.jumbotron h1{
	text-shadow: 0px 0px 5px #888888;
}

.well {
    overflow: hidden;
}

.page-header {
    margin-top: 0px;
}

h2 {
  /*font-size: 40px;*/
  font-weight: 600;
  background-image: linear-gradient(to left, #553c9a, #b393d3);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
/*
mark {
	background-color: yellow;
}
*/
.highlight-red {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(255, 20, 0, 0.2),
    rgba(255, 20, 0, 0.7) 95%,
    rgba(255, 20, 0, 0.1)
  );
}
.highlight-yellow {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(255, 224, 0, 0.2),
    rgba(255, 224, 0, 0.7) 95%,
    rgba(255, 224, 0, 0.1)
  );
}


figure img {
	width: 30%;
	float: left;
}
figure figcaption {
	width: 70%;
	float: left;
}
figure {
	margin-top: 10px;
	margin-bottom: 10px;
}
.first {
	clear: left;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}
