@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap');

head {background-color: #FFFFFF;  
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;}

body {background-color: #FFF;
  margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
   
h1 {
    font-family: Carlito;
    font-size: 40px;
    color: #ff914d;
}
.Atitle1Black {
    font-family: Carlito;
    font-size: 40px;
    color: #000;
}
.Atitle2Black {
    font-family: Carlito;
    font-size: 22px;
    color: #000;
	font-weight:bolder;
}
h2 {
    font-family: Carlito;
    font-size: 30px;
    color: #fff;
	font-weight: 200;
}
h3 {
    font-family: Carlito;
    font-size: 26px;
    color: #ff914d;
}
h4 {
    font-family: Carlito;
    font-size: 22px;
    color: #fff;
	font-weight: 200;
	margin: 0;
	padding:0;
	

}
h5 {
    font-family: Carlito;
    font-size: 18px;
    color: #ff914d;
}
p {font-family: Carlito;
    font-size: 20px;
    color: #000;
	margin-bottom: 10;
}

.bodyBackground{
	background-image: url("Assets/Page Elements/BackgroundImage.jpg");
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size: 99.1%;

	
	
	
}
.headerBackground{
	background-image: url("Assets/Page Elements/HeaderBackground.jpg");
	background-repeat:no-repeat;5

	background-position: center top;

    
}

.Sponsor{
	position: absolute;
	float:left;
	top:10px;
	right:5px;
	width: 10%;
    height: auto;
	display: block;

}

.Welcome{
	font-family: carlito;
	color: #000000;
	text-align: left;
	font-size: 1vw;
	position: absolute;
	top:30%;
	left:60%;
	
}
.Welcome2{
	font-family: carlito;
	color: #000000;
	text-align: left;
	font-size: 0.5vw;
	position: absolute;

	
}

a { color: inherit; }

.BioImageMaxWidth{
	max-width: 250px;
	
}

@media screen and (max-width: 900px){
	
	.Sponsor{
	position: absolute;
	float:left;
	left:78%;
	width: 15%;
  height: auto;
	display: block;
	
	
	
}
}
