body {
    margin: 0;
    padding: 0 1% 40px 1%;
    background: #62d1f7 url('../images/site/en/bg-clouds-and-birds.svg') no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: normal 22px "ruluko", Helvetica, sans-serif;
    color: rgba(21,21,119,1);
    text-shadow: 0 0 5px rgba(255,255,255,1);
}

.printonly{
    display: none;
}

p {
    padding: 10px;
}

#wrapper {
    width: 100%;
    min-width: 1000px;
    max-width: 2000px;
    margin: 0 auto;
}

#header {
    float: left;
    min-height: 75px;
    width: 100%;
}

#header #ytWidget{
    position: absolute;
    top: 20px;
    right: 20px;
}

#navigation {
    float: left;
    height: 40px;
    width: 100%;
    background: #FFCC33;
}

#contentliquid {
    float: left;
    width: 100%;
}

#content {
    width: 100%;
}

#footer {
    height: 40px;
    width: 100%;
    clear: both;
    line-height: 40px;
}

#footer ul{
    margin: 0;
    padding: 0;
}

#footer ul li{
    list-style-type: disc;
    display: inline-block;
    margin: 0 0 0 20px;
}

#footer ul li:first-child{
    margin: 0;
}

#footer ul li:before{
    content:'◦';
    margin-right: 20px;
}

#footer ul li:first-child:before{
    content:'';
    margin-right: 0;
}

#footer ul li a,
#footer ul li a:visited{
    color: rgb(0, 0, 238);
}

.spotify-playlist iframe{
    float: right;
}
/*


body{
    width: 98%;
    height: 100%;
    margin: 0;
    padding: 0 1% 40px 1%;
    background: url('../images/site/en/bg-clouds-and-birds.svg') no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font: normal 22px "ruluko", Helvetica, sans-serif;
    color: rgba(21,21,119,1);
    text-shadow: 0 0 5px rgba(255,255,255,1);
}


footer#footer{
    bottom: 1%;
    left: 1%;
    font-family: monospace;
    font-size: 13px;
    text-align: left;
    clear: both;
}

footer#footer a{
    color: rgba(21,21,119,1);
}

*/

.bg-screen{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

a{
    cursor: pointer;
}

h1.site-name{
    border: none;
    margin-top: 20pt;
    font: normal 79px "aclonica", Helvetica, sans-serif;
    color: rgba(21,21,119,1);
    text-align: center;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 1px;
    word-spacing: 6px;
    text-shadow: 0 0 10px rgba(39,108,219,0.69);
}
h1.site-name a{
    text-decoration: none;
    color: rgba(21,21,119,1);
    text-shadow: 0 0 10px rgba(39,108,219,0.69);
}

p{
    max-width: 1220px;
    margin: 33px 0;
}

h2, h3, h4, h5, h6{
    font: normal 20px "days-one", Helvetica, sans-serif;
    color: rgba(21,21,119,1);
    text-shadow: 0 0 7px rgba(39,108,219,0.69) ;
}

h2 a{
    color: rgba(21,21,119,1);
    text-decoration: none;
}

h2{
    font-size: 30px;
    margin: 0 0 1% 0;	
}

#main-menu li{
    list-style-type: none;
}

blockquote:before{
    content: '“';
    font-size: 129px;
    position: absolute;
    left: -15px;
    top: -42px;
    font-family: sans-serif
}

blockquote{
    position: relative;
    border: solid 3px white;
    border-radius: 22px;
    max-width: 738px;
    padding: 19px 30px;
    background: rgba(255,255,255,0.4);
    font-style: italic;
    font-size: 110%;
}

blockquote footer:before{
    content: '- ';
}

blockquote footer{
    text-align: right;
    font-size: 65%;
    color: #444444;
    font-family: monospace;
    font-style: normal;
    margin: 4px 0 0 3px;
}


.homepage-feature-wrapper{
    top: 21%;
    right: 8%;
}


@media only screen and (min-width : 321px) {
    .homepage-feature-wrapper{
        top: 33%;
    }
    

}

@media only screen and (max-width : 361px) {
    body .food-for-thought-list li{
        text-align: center;
        
    }
    .spotify-playlist{
        text-align: center;
        margin-bottom: 20px;
    }
    .spotify-playlist iframe{
        float: none;
        margin: auto;
    }
    body .food-for-thought-list img{
        margin: auto;
        display: inline-block;
        width: 100%;
        height: auto;
        float: none;
    }
    #wrapper {
        width: 100%;
        min-width: fit-content;
        max-width: 2000px;
        margin: 0 auto;
    }
    body .food-for-thought-list h4{
        float: none;
        text-align: left;
    }
    body .food-for-thought-list p{
        float: none;
        text-align: left;
        margin: 0 20px;
    }
    
}

/*
.content-feature-wrapper{
    position: absolute;
    top: 21%;
    right: 8%;
    line-height: 1.5;
}*/


@media only screen and (min-width : 321px) {
    .homepage-feature-wrapper{
        top: 33%;
    }
    body .food-for-thought-list img{
        width: 136px;
        height: auto;
    }
}

@media only print {
    body{
        width: 90% !important;
        margin: 5% !important;
        #content,
        #contentliquid,
        #wrapper{
            width: 90%;
        }
        .bg-screen{
            width: 90%;
        }
        
    }
} 


.homepage-feature .inspiration{
    text-align: left;
    list-style-type: none;
    clear: left;
    float: left;
}



.food-for-thought-list{
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    cursor: pointer;
    display: block;
    max-width: 765px;
    clear: both;
}

.food-for-thought-list li{
    display: block;
    float: left;
    padding: 0 0% 2% 0%;
    border-bottom: dashed 2px rgba(21,21,119,1);
    margin-bottom: 2%;
    width: 100%;
}

.food-for-thought-list li:first-child{
    border-top: dashed 2px rgba(21,21,119,1);
    padding-top: 2%;
}

.food-for-thought-list div{
    display: block;
    float: left;
}
.food-for-thought-list img{
    float: left;
    display: block;
    margin: 0 0 0 0;
}

.food-for-thought-list h4{
    float: left;
    margin: 0 -1.5% 0 20px;
    display: block;
}
.food-for-thought-list p{
    margin: 33px -1% 0 148px;
    display: block;
    max-width: 598px;
    line-height: 1.3;
}

.food-for-thought-list .no-thumbnail h4,
.food-for-thought-list .no-thumbnail p{
    margin-left: 0;
    padding-left: 0;
    max-width: none;
}



.thought{
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    border: solid 3px rgba(21,21,119,1);
    border-radius: 22px;
    padding: 6% 30px;
    background: rgba(255,255,255,0.4);
    font-style: italic;
    margin: 6% auto;
}

.thought img{
    display: block;
    margin: 6% auto;
    max-width: 100%;
}

.thought .image-attribution{
    font-weight: normal;
    text-align: right;
    font-size: 70%;
    max-width: 900px;
    height: 1%;
    margin: -6% auto 4% auto;
}

.thought .image-attribution a{
    text-decoration: none;
}
    
.thought .image-attribution a:hover{
    text-decoration: underline;
}
    
.remark{
    margin: 8% 0;
}


.share-buttons{
    margin: 4% 0;
}

.hidden-tooltip{
    display: none;
}



.ar-tooltip-content .translation-picker{
    display: inline-block;
    margin: 0;
    padding: 0;
}

.ar-scripture-heading{
    margin: 0 10px;
}
.ar-scripture-passage{
    margin: 10px;
}

.scripturetip-translation{
    display: none;
}
.scripturetip-translation.active{
    display: block;
}

.scripturetip-translation-link{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.scripturetip-translation-link.active a{
    text-decoration: underline;
}


.ar-scripture-passage sup{
    font-size: 75%;
    margin: 0 1px 0 3px;
}
.ui-tooltip {
	max-width: 60%;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
/*	background: grey;
	border: 3px solid red;
	border-radius: 6px;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*/
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
	color: #606d76;
	padding: 30px;
        min-height: 200px;
}

ul.tx3-tag-cloud {
        
}
ul.tx3-tag-cloud li {
    display: block;
    float: left;
    list-style: none;
    margin-right: 4px;
}
ul.tx3-tag-cloud li a {
    display: block;
    text-decoration: none;
    color: #190a81;
    padding: 3px 10px;
}
ul.tx3-tag-cloud li a:hover {
    color: #00abcf;
    text-decoration: underline;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear;
}


