/* pursuitoftruth.com 20260115a*/

/* STYLES FOR SM LINKS */

div.sm {
    width:30px;
    height:30px;
    border-style:solid; 
    /*solid; none; hidden;*/
    border-color:red;
    border-width:0px;
    margin:5px 20px 5px 20px;
    background-repeat:no-repeat;
    float: left;
}
div.sm_container {
    max-width:140px; /* 4(20+30+20)=280  */
    margin:auto;
}

/*
div.bottom {
    border:0px;
    padding:5px;
    margin:0px;
    background-color:black;
}
*/

div.inst {
    background-image:url('images/sm/Instagram_Glyph_White.svg');
}
div.fb {
    background-image:url('images/sm/FB-white3.svg');
}
div.x {
    background-image:url('images/sm/x-logo2.svg');
}
div.youtube {
    background-image:url('images/sm/YouTube.svg');
}

/*
.center {
    max-width:280px;
    margin:auto;
}
*/

.border {
    border-style:none; /*none or solid */
    border-width:1px;
    border-color:red;
}

/*
div.clear {
    clear-both;
}
*/

/*
p.clear {
  clear: left;
  border: 0px solid red;
  color: white;
  width: 50%;
}
*/

/* Allows element containing floats to actually contain them without them trespassing their borders */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/* END STYLES FOR SM LINKS */




.image_block {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* The next 2 classes are for embedding responsive YouTube vids */
.vid_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio for most YouTube vids */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.column {
    width:96%;
    padding:2%;
    margin:0%;
    border:0%;
}


/*Bible Gateway-customized styles*/
a.bibleref {
    text-decoration: none;
}
a:visited.bibleref {
    color: blue;
}
a:link.bibleref {
    color: blue;
}
a:hover.bibleref {
    color: blue;
}


/*https://www.abeautifulsite.net/css-drop-caps*/
p.drop-cap:first-letter {
    font-size: 4.5em;
    float: left;
    margin-top: .15em;
    font-family: Perpetua, Lucida Bright, serif;
    color: #000066;
    text-indent: 0;
}
p.poem {
    text-indent: 0em;
    text-align: center;
    font-size: small;
}

span.nobreak { 
    white-space: nowrap;
}

body {
    margin: 0px;
    background-color: #223;
    /* Garamond, , Trebuchet MS */
    font-family: Arial, sans-serif;
    font-size: medium;
    line-height: 1.6;
/* USE THIS BLOCK FOR A FIXED BACKGROUND IMAGE
    background-image: url('images/bg.jpg');
    background-size:50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-position: center top; 
*/
}
body.fixed_bg {
    background-image: url('images/bg.jpg');
    background-size:50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-position: center top; 
}
    

.insertion {
    font-size:small;
    text-indent:0em;
    background-color: #ccc;
    padding:.5em;
}

.img-credit {
    font-size:x-small;
    /*line-height:1;                THIS VALUE SEEMS TO BE IGNORED (FIREFOX), AT LEAST ON THE HOME PAGE, UNLESS LARGER THAN THE BODY LINE-HEIGHT VALUE  */
}

.image_box {
    float:right; 
    width:44%; 
    text-align:center; 
    font-size:small;
    color: black; 
    background-color: #eee; 
    padding: 2%;
    margin: 1%;
    line-height:1.3;
}
.image_box img{
    width:100%;
}
.feature_box {
    width:200px; 
    text-align:center; 
    font-size:small;
    color: black; 
    background-color: #eee; 
    padding: 2%;
    margin: 3%;
    line-height:1.3;
    margin-left:auto;
    margin-right:auto;
}
.feature_box img{
    width:100%;
}
.feature_box h1{
    font-size:small;
}
.feature_box a:link {
    text-decoration:none;
}
.feature_box a:visited {
    text-decoration:none;
}

.banner-credit {
    font-size:x-small;
}

p {
    padding: 0em;
    margin: 0em 0em 0em 0em;
    text-indent: 1em; /*defaults to first line indent*/
    /*border: 1px solid black;*/
}

h1,h2,h3,h4,h5,h6 {
    margin: 1em 0em 0em 0em;
}

h1 {
    font-size: x-large;
}

h2 {
    font-size: large;
}

.linklist {
    margin-left: auto;
	margin-right: auto;
    text-decoration: none;
}
.linklist a:link {
    text-decoration: none;
}

.linklist a:visited {
    text-decoration: none;
}
/*
.linklist a:hover {
    color: #cccccc;
}
.linklist a:active {
    color: #6666ff;
}
.linklist ul {
    list-style-type: square;
}
*/


.right {
    float:right;
}
.left {
    float:left;
}


ul { 
	padding-left: 1.2em; 
}

.linespace li {
	margin-bottom: 1em;
}
.id {
}
.center-image {
	margin-left: auto;
	margin-right: auto;
}
img.flipped {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
blockquote.pull {
    /*background-color: #bbbbff;*/
    background-color: transparent;
	background-image: none;    
	width: 40%;
	margin: 2%;
    padding: 2%;
    font-family: times new roman;
    font-size: x-large;
    color: #00c;
    hanging-punctuation: first;
    /*text-transform: uppercase;*/
}
blockquote {
	background-color: #cccccc;
	background-image: url("images/quotes.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 70%;
	padding: 5%;
    line-height: 1.2;
	border-radius: 5px;
	margin: auto;
    margin-bottom: 10px;
    /*border-left: 3px solid #999;*/
}
blockquote.left, blockquote.right {
    width: 40%;
    margin: 5px;
}
.flippedanswer {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg); 
	-o-transform:rotate(-180deg); 
	transform:rotate(-180deg);
	ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	font-size: xx-small;
	color: #999999;
}
#container {
	margin-left: auto;
	margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
	background-color: white;
}
.cubicle {
	background: rgba(255,255,255,.8);
	width:92%;
	border-radius: 10px;
	margin: 2%;
	padding: 2%;
}
.clearcubicle {
	background: transparent;
	width:94%;
	border-radius: 10px;
	margin: 2%;
	padding: 1%;
}
	
#header {
	text-align: center;
	background: rgba(255,255,255,.8);
	border-radius: 10px;
	margin: 2%;
	padding: 1%;
}
#leftcol {
	background: rgba(255,255,255,.8);
	padding: 1%;
}
#rightcol {
	padding: 1%;
	background: rgba(255,255,255,.8);
}
#onecol {
	padding-left: 1%;
        padding-right: 1%;
        padding-top: 0%;
        padding-bottom: 0%;
        margin: 0%;
	background: white;
}
#footer {
	padding: 1%;
	background-color: #000;
	color: #666;
}
.copyright {
	text-align: center;
    color: #666;
}


/*************************************/
/* NAVIGATION BAR                    */
/*************************************/
/* Show horizantal navigation bar for larger screens */
#panel {
	display: block; /* block (or none) */
}
/* No horizantal navigation bar for larger screens */
#panel.none_larger_screens {
    display: none;
}

#menu_button {
	display: none; /* Don't display menu button for larger screens */
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

ul.topnav li {
	float: left;
}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #333;}

ul.topnav li a.active {background-color: #000;}

ul.topnav li.right {float: right;}

/*************************************/



@media screen and (max-width: 500px) {

    #container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .flex-container {
    width: 94%;
    min-height: 300px;
    border: 0px;
    }

    .flex-container div.item1, div.item2 {
    background: #fff;
    border: 0px;
    padding: 3%;
    }

    .item1 {
    width: 100%;
    }

    .item2 {
    width: 100%;
    }

    .flex-container div.rightcolumn, div.leftcolumn {
    background: #fff;
    border: 0px;
    padding: 3%;
    }

    .rightcolumn {
    width: 100%;
    }

    .leftcolumn {
    width: 100%;
    }
    
    blockquote.pull {
        font-size: large;
    }

    #container {
        width: 100%;
    }

    #header {
        display: none;
        width: 94%;
        height: 135px;
        clear: both;
    }
    #leftcol {
        width: 98%;
        float: none;
    }
    #rightcol {
        width: 98%;
        float: none;
    }
    #footer {
        clear: both;
    }
    .pic420 {
        width: 100%;
    }
    .vid420_315 {
        width: 330px;
        height: 248px;
    }
    .linklist {
        /*font-size: 1.5em;*/
        font-size: large;
    }
    }

@media screen and (max-width: 999px) and (min-width: 501px) {
    #container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .flex-container {
    width: 100%;
    min-height: 300px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap;

    display: flex; /* Standard syntax */
    flex-wrap: wrap;
    border: 0px;
    }

    .flex-container div.item1, div.item2 {
    background: #ffffff;
    border: 0px;
    padding: 3%;
    }

    .item1 {
    -webkit-flex: 2; /* Safari */
    -ms-flex: 2; /* IE 10 */
    flex: 2;
    }

    .item2 {
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    }

    blockquote.pull {
        font-size: large;
    }

    #container {
        width: 100%;
    }
    #header {
        display: block;
        width: 94%;
        clear: both;
        background-size: 100%;
    }
    .header {
        width: 100%;
    }
    #leftcol {
        float: left;
        width: 61%;
    }
    #rightcol {
        float: left;
        width: 27%;
    }
    #footer {
        clear: both; 
    }
    .pic420 {
        width: 420px;
    }
    .vid420_315 {
        width: 420px;
        height: 315px;
    }
    .linklist {
        font-size: 1.0em;
    }
}

@media screen and (min-width: 1000px) {
    .flex-container {
    width: 100%;
    min-height: 300px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap;

    display: flex; /* Standard syntax */
    flex-wrap: wrap;
    border: 0px;
    }

    .flex-container div.item1, div.item2, div.rightcolumn, div.leftcolumn {
    background: #ffffff;
    border: 0px;
    padding: 3%;
    }

    .item1 {
    -webkit-flex: 2; /* Safari */
    -ms-flex: 2; /* IE 10 */
    flex: 2;
    }

    .item2 {
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    }

    #leftcolumn {
        float: left;
        width: 67%;
        margin: 0%;
        padding: 0%;
        /*background-color: red;*/
    }
    #rightcolumn {
        float: right;
        width: 33%;
        margin: 0px;
        padding: 0%;
    }

    #container {
    /*	width: 766px;*/
        width: 1000px;
    }
    #header {
        display: block;
        width: 94%;
        clear: both;
    }
    .header {
        width: 100%;
    }
    #leftcol {
        float: left;
        width: 61%;
    }
    #rightcol {
        float: left;
        width: 27%; 
    }
    #footer {
        clear: both;
    }
    .pic420 {
        width: 420px;
    }
    .vid420_315 {
        width: 420px;
        height: 315px;
    }
    .linklist {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 500px) {
    
    
/*************************************/
/* NAVIGATION BAR                    */
/*************************************/

/* Show menu button for smaller screens */
#menu_button {
    display: block; /*block; OR none*/
    position: absolute;
    right: 10px;
    top: 10px;
}

/* Don't show expanded menu until script is activated (for smaller screens) */
#panel {
    display: none;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.2);
}
    
ul.topnav li a {
    padding: 16px 16px;
}

ul.topnav {
    border: 1px solid #999;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}

ul.topnav li {
	float: left;
	border-bottom: 1px solid #999;
}

ul.topnav li:last-child {
	border-bottom: none;
}

ul.topnav li.right, ul.topnav li {
	float: none;
}

/*************************************/

}
