/* These are important for directing where to find the preferred font on the server */
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  }
  
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: bold;
}

/* Do not change this info without confirming with Chris Sperling */
* {
    margin:0;
    padding:0;
}
html {
    height:100%;
    width:100%;
}
body {
	font-family: "Poppins", sans-serif; 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px;
}

img {
	width: 100%;
}

.UnderConstruction {
Font-size:100px;
color:red!important;
}


/* =====  Feel free to edit/change any of these below   ====== */




a:link, a:active, a:visited {
	color: blue;
	text-decoration: none;
}
a1:link, a1:active, a1:visited 
	color: white;
	text-decoration: none;
	text-align: center;
{
}
.pageTitle {
	font-size: 1.7em;
	color: #002b51;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
.mainText {
	font-size: 1.0em;
	line-height: 1.3em;
}
.subHead {
	margin-bottom: 10px;
	padding-top: 15px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: normal;
	color: #002b51;
}
.subHead2 {
	margin-bottom: 10px;
	padding-top: 15px;
	font-size: 1.35em;
	font-weight: bold;
	line-height: normal;
	color: #002b51;
}
p {
	padding: 0px;
	margin-bottom: 6px;

}



ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
li {
	margin-bottom: 0px;
	margin-top: 0px;
}
ul.Agenda {
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px!important;
    list-style-type: none;

}

.button {
	margin: 10px auto;
	width: 99%;
	background: red;
	color: white;
	text-align: center;
	font-size: 15px;
	border: 4px;
	border-color:black;
	border-radius:5px;
	padding: 20px;
}	

.imageFL {
	display:block;
	
	
/* CSS for LIVE.html */
}

.join-button {
   background: rgba(252,13,27,1);
    padding: 20px;
    font-size: 24px;
    font-weight: 300;
    border-radius: 5px;
    color: white;
    text-align: center;
}

img {
  object-fit: cover;
  padding-left:0px!important; 

}
  
p3 {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  Color: black;
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p4 {
    display:none;
    }
    
/*    CSS FOR ARRAY BUTTON CONTENT HTML   */

.ButtonImg {
	display: block;
 	margin-left: auto;
 	margin-right: auto;
 	max-height:50%;
	max-width:50%;
     }
.a2:link, .a2:active, .a2:visited {
	color: white!important;
	text-decoration: none;
}
     
li.button2 {
        width: 90%;
        list-style:none;
        overflow: hidden;
        position:relative;
        border-radius: 3px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        font-weight: bold;
        margin: 15px auto 0;
        position: relative;
        text-align: center;
        display:inline-block;
        background: rgba(12,102,181,1);
        color:white!important;
        padding: 15px;
} 

ul.button2 {
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 0;
}
/*a {
	text-decoration: none;
	color: white;
    display:inline-block;
    padding: 15px;
    width: 100%;
	
}
*/