/* VersesThatSave.css */

.jesus-says
{
    color: crimson;
}

body
{
    background-image: linear-gradient( to bottom, #0094FF, Darkblue);
    color: white;
    font-family: Tahoma, sans-serif;
    margin: 0;
}

#sacred-heart
{
	display: none;
}

#header
{
    padding-top: 2em;
}

#header h1
{
    font-family: "Trebuchet MS";
    font-size: 3em;
    text-align: center;
    text-shadow: 2px 2px black;
}

#header h1 a
{
    color: white;
    text-decoration: none;
}

#header img, #commandments img, #lords-prayer img
{
	object-fit: contain;
    width: 100%;
}

#commandments img, #lords-prayer img
{
    border-radius: 2em;
}

#menu
{
    background-color: #0094FF;
	padding-bottom: 1em;
	padding-top: 1em;
    position: sticky;
    top:0;
}

#menu ul li
{
    border-radius: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#menu ul, #menu li
{
    margin: 0;
    padding: 0;
}

#menu li 
{
    background-color: white;
    border: 2px solid black;
    border-radius: .25em;
    color: #0094FF;
    font-family: "Trebuchet MS";
    font-weight: bold;
    list-style: none;
    margin-bottom: .5em;
    padding: .25em;
    text-align: center;
}

#menu a
{
    color: #0094FF;
    text-decoration: none;
}


#content
{
    padding: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

#content h2
{
    text-shadow: 2px 2px black;
}

#content h2, #content h3
{
    font-family: "Trebuchet MS";
    text-shadow: 2px 2px black;    
}

#content a
{
    color: white;
}

#content a:hover
{
    text-decoration:none;
}

#copyIcon
{
	background-color: white;
	border: 1px solid black;
	border-radius: .5em;
	height: 1.5em;
	margin: 0 .5em;
	width: 1.5em;
	display: inline;
}

.verses 
{
    background-color: white;
    border-radius: 1em;
    box-shadow: 5px 5px 5px black;
    color: black;
    margin-bottom: 1em;
    padding: 1em;

}

.verses h3, #verses h3
{
    text-shadow: none;
}

.description
{

}

.copy-button
{
	background-color: white;
	border: 1px solid grey;
	border-radius: .5em;
	cursor: copy; 
	float: right;
}

.copy-button img
{
	height: 2em;
	width: 2em;
}

.copy-button span
{
		color: black;
		display:none;
}

.copy-button:hover span
{
	clear: both;
	display: block;
	padding: .5em;
	z-index: 2;
}

.description
{
    color: #0094FF;
    font-weight: bold;
    text-align: right;
}

#footer
{
    background-color: white;
    color: Darkblue;
    padding-bottom: .25em;
    padding-top: .25em;
    text-align: center;
}

#footer a
{
	color: Darkblue;
}

#footer a:hover
{
    text-decoration: none;
}

/*****************************************/
/*  Desktop Only Code Here               */
/*****************************************/

@media screen and (min-width: 1080px)
{
	#content
	{
		width: 40%;
	}
	
	#sacred-heart
	{
		display: block;
		height: 7em;
		margin-left: 1em;
		margin-top: 1em;
		position: absolute;
		width: 7em;
	}
}
