/* 
 * landing2025.css 
 * last updated: 04/03/2026

    	.grabBag img  {
    		margin-left: -35px;
    	}
        iframe { 
            border: none; 
        }
    	#gif {
    		margin: 20px;
    		margin-left: 40px;
    	}
        ul#mypages li {
            margin-left: -25px;
        }
    	.box {
    		border: 1px solid gray;
    		background-color: #d3d3d3;
    	}
    	.note {
    		font-size: .8em;
    		font-style: italic;
    		color: gray;
    		font-family: Arial, "Lucida Console", sans-serif;
    	}
		.verybig {
			font-size: 5em;
		}
		.getAttention {
			font-size: 1.3em;
    		color: maroon;
		}

	.letterofalphabet {
		margin-left: -40px;
		font-size: 4em;
		color: navy;
		list-style-type: none;
	}

	.imagetitle {
		margin-bottom: 5px;
		font-size: .7em;
		color: maroon;
		list-style-type: none;
	}

	.outlined {
		border: 3px solid navy;
		padding-left: 20px;
		padding-right: 20px;
	}

	.topic {
		font-size: 1.5em;
		font-weight: bold;
		color: maroon;
	}
    .selection {
    		background-color: lightblue;
    		color: whitesmoke;
        }
    .btn-default {
        	color: navy;
        	background-color: lightblue;
        	border-color: navy;
        }
    .tblhdr {
        background-color: navy;
        color: white;
    }
    .rowgone {
        background-color: lightgray;
        color: black;
    }

    .rowhdr {
        background-color: lightblue;
        color: navy;
    }

    .rowhdrnu {
        background-color: lightblue;
        color: maroon;
    }
 */
h1 {
    		margin: 30px;
    		padding: 30px;
    		border: 3px solid navy;
    		border-radius: 7px;
    		background-color: lightblue;
    		color: navy;
    	}
img {
    		max-inline-size: 100%;
    	}

li {
    		list-style:none;
    	}
div {
	margin: auto;
}
#selections {
  width: 95%;
  border: 2px dotted rgb(0, 0, 128);
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
#political {
    text-align: center;
}
#political button {
    color: navy;
    font-weight: bold;
}
/* REMOVED FROM VISITOR ON 20260909:
	    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;

*/
#visitor {
    color: yellow;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.caution {
	color:darkgreen; 
	font-size: 1.3em; 
	font-weight: bold;
}
.highlight {
	background-color: yellow;
}
.jumbotron {
    		background: url('../images/pexels-pixabay-248280.jpg') no-repeat center center;
    		height: 550px;
    		color: whitesmoke;
    		text-shadow: #444 0 1px 1px;
		}
.jumbotron a {
    		color: whitesmoke;
    		background-color: maroon;
		}
.jumbotron a:hover {
			font-size: 1.3em;
			font-weight: bold;
		}
.lead {
			font-size: 5em;
			font-weight: bold;
    		color: whitesmoke;
    		padding-bottom: 10px;
		}
.lastupdated {
	text-align: center;
	color: lightgray;
}
.announcement {
	background-color: yellow;
	border: 2px dotted black;
	margin: 10px;
	padding: 15px;
}
