/* 
    Created on : Apr 19, 2025, 3:44:38 PM
    Author     : Scott
*/

.myresponsive-img {
  width: 100%;
  height: 20%;
/*  align-content: center;*/
  /*align-items: center;*/
  /*height: auto;*/
}

.mycopyright {
    letter-spacing: 0.2rem;
    font-size: 0.6rem; 
    color: #03c3fc;      /* light blue */
    opacity: 0.55;        /* .75 to .55 opacity Scott 2025/04/22 */
    margin-bottom: 0;	
}

.mycountdown {
    width: 100%;
    height: auto;
    background-color: transparent;
    color: #bbdf07;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
}
.myimgbassline {
  vertical-align: baseline;
}

.myimgtop {
  vertical-align: text-top;
}

.myimgbottom {
  vertical-align: text-bottom;
}

.myimgsub {
  vertical-align: sub;
}

.myimgsuper {
  vertical-align: super;
}

.mysubmitbutton {
	color: #47fc03 !important;
	box-shadow: inset 0 0 0 1px #47fc03 !important;
}

.myexitbutton {
	color: #ff6666 !important;
	box-shadow: inset 0 0 0 1px #ff6666 !important;
}

a.myexitbutton {
	/* apply button base styles */
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 1px #ff6666;
	color: #ff6666 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 300;
	height: 2.75rem;
	letter-spacing: 0.2rem;
	line-height: 2.75rem;
	outline: 0;
	padding: 0 1.25rem 0 1.35rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}        