/* virtual gala widget */
.galaButtons {
	margin-top: 10px;
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
}
.galaButton, .loginButton {
    width: 250px;
	height: 100px;
	background-color: #0a2c4f;
	color: #ececec;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 16px;
	border-radius: 6px;
	text-decoration: none;
	border: 0;
	/*width: 100%;*/
	display: inline-block;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #000;	
	margin-bottom: 20px;
	cursor: pointer;
}
.galaButton:first-child {
	margin-right: 30px;
}

.loginButton {
	font-size: 18px;
	line-height: 1.0em;
	margin-bottom: 12px;
	height: auto;
}

#thermometer {
	margin-left: 30px;
	width: 250px;	
	margin-bottom: 20px;
}

a.vgala-button {
    background-color: #006;; /* customize based on color scheme - nav color */
    color: #fff;
	text-decoration: none;
	font-size: 16px;
    border: 0;
    padding: 10px;
    margin: 0 0 0 0.25em;
	width: auto;
}

#marquee {
	background-color: #000;
	padding: 10px;
}

#marqueetext {
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

/* Modal CSS */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background: #ADD8E6;  
    /*margin: 5% auto; /* 15% from the top and centered */
	margin: 1% 0px;
    padding: 20px;
    border: 3px solid #000;
    width: 50%; /* Could be more or less, depending on screen size */
	font-size: 14px;
	line-height: 18px;
	max-height: 80%;
	overflow: auto; /* Enable scroll if needed */
}

.donate-modal {
	width: 30%;	
}

/* The Close Button */
.programClose, .donateClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.programClose:hover, 
.programClose:focus,
.donateClose:hover, 
.donateClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 1065px) {
  .donate-modal {
	width: 60%;	
  } 
}

@media screen and (max-width: 841px) {
.break {
  flex-basis: 100%;
  height: 0;
}
.galaButton {
	font-size: 22px;
	height: 90px;
}
.galaButton:first-child {
	margin-right: 0px;
}

#thermometer {
	margin-left: 0px;	
}

}

@media screen and (max-width: 601px) {
.modal {
    top: 85px;
}

.modal-content {
    padding: 10px;
    width: 90%; /* Could be more or less, depending on screen size */
	font-size: 13px;
}
.donate-modal {
  width: 90%;	
}

}



/*sponsorlist widget*/
.category {
	margin-bottom: 18px;
	text-align: center;
}
.catLevel {
	font-size: 22px;
	line-height: 30px;
}
.catList {

}
.aname {
	display: inline-block;
	margin-right: 9px;
}
.aname::after {
  content: " \2022 ";
}
.aname:last-child::after {
  content: "";
}

@media screen and (max-width: 361px) {
.catLevel {
	text-align: center;
}
.aname {
	display: block;
	text-align: center;
	margin-right: 0px;
}
.aname::after {
  content: "";
}

