/*
Stylesheet for the Last Week of Christ Page copyleft
*/

body {
    font-family: arial, helvetica;
}

@font-face {
    font-family: 'Trajan Pro 3';
    src: local('Trajan Pro 3 Regular'), local('Trajan-Pro-3-Regular'),
        url('TrajanPro3Regular.woff2') format('woff2'),
        url('TrajanPro3Regular.woff') format('woff'),
        url('TrajanPro3Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.tableBox {
    margin: 4em;
    padding: 1em;
    width: 95%;
    border: 1px solid black;
    background: #f4e5d1; /*#f5f2e0;  #e0c8b0;  was tan */
}

h1 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

ul {
    padding-left: 30px;
    padding-right: 30px;
}

.contentBox {
    padding: 30px;
    text-align: center;
    width: 100%;
}

.innerBox {
    margin: auto;
    width: 80%;
    height: 80%;
}

.dayBox {
    font-size: 2em;
    border-bottom: 1px solid black;
    margin: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.paraBox {
    font-size: 2.5em;
    padding-bottom: 20px;
    padding-top: 20px;
}

.noteBox {
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
}

.dayname {
    color: green;
    font-weight: bold;
}

@media (max-width: 480px) {
    .float-image {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
    }
}

@media (min-width: 481px) and (max-width: 780px) {
    .float-image {
        float: right;
        width: 90%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
    }
}

@media (min-width: 781px) and (max-width: 900px) {
    .float-image {
        float: right;
        width: 80%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
    }
}

/*iframe {
    width: 100%;
    height: 100%;
}*/

.videoHolder {
    
}

.videoHolder.captionHolder {
    font-size: 0.5em;
    font-style: italic;
    padding: 10px;
    color: #ffffff;
    background: #151b17;
    text-align: center;
    font-weight: bold;
}



.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	/*top: -16.84%;*/
	top: 0;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.footerBox {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    padding-bottom: 20px;
    padding-top: 20px;
}

.copy-left {
    display: inline-block;
    text-align: right;
    margin: 0px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: “FlipH”;
}

.flip {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
}

.images {
    display: inline-block;
    margin-right: 30px;
}

figure .image {
    width: 100%;
}

figure {
    text-align: center;
    display: table;
    max-width: 30%;
    margin: 10px auto;
    font-size: 0.5em;
}

.scripture-label {
    font-size: 0.75em;
    font-style: italic;
}
