body{
background-color:white;
font-family:calibri;
}

#wrapper{
width:980px;
margin-left:auto;
margin-right:auto;
background-color:white;
}

#wrapper2{
width:100%;
height:auto;
float:left;
border:3px solid #5A295E;
border-radius:10px 10px;
}

header{
float:left;
width:980px;
height:200px;
}

.logo{
height:150px;
width:200px;
margin-top:10px;
}

nav{
float:left;
width:976px;
height:50px;
background-color:#5A295E;
border:2px solid #5A295E;
font-weight:bold;
}

nav ul li{
display:inline-block;
padding-left:15px;
}

.trustees{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.trustees figure{
    margin: 10px;
}

.navlink a:link{
color:white;
font-weight:bold;
text-decoration:none;
padding:15px;
}

.navlink a:hover{
background-color:white;
color:purple;
padding:15px;
}

.navlink a:visited{
background-color:white;
color:pink;
padding:15px;
}

#content{
float:left;
width:748px;
height:600px;
padding:10px;
}

#contentgallery{
float:left;
width:976px;
height:auto;
padding:10px;
}

#mainimg{
position:relative;
left:230px;
margin-bottom:10px;
border:3px solid #5A295E;
}

#contentscroll{
float:left;
width:748px;
height:600px;
padding:10px;
overflow-x:hidden;
}

#content ul li{
color:#9E999D;
font-size:12px;
font-family:calibri;
list-style:black;
}

#contentscroll ul li{
color:#9E999D;
font-size:12px;
font-family:calibri;
list-style:black;
}

sidebar{
float:left;
width:182px;
height:600px;
padding:10px;
border-left:3px solid #5A295E;
}

footer{
float:left;
width:960px;
height:150px;
color:white;
font-weight:bold;
background-color:#5A295E;
padding:10px;
}

footer p:first-child{
color:white; 
font-weight:bold;
position:relative;
}

footer p:nth-child(2){
float:right;
font-size:12px;
color:white;
font-weight:bold;
}

h1, h2, h3, h4, h5{
color:#661E50;
}

p{
color:#9E999D;
font-size:12.5px;
font-family:calibri, times new roman, serif;
}

.galleryborder{
border:2px solid #5A295E;
}

.seventyfivepercent{
width:70%;
display:inline-block;
}   

/* .QRCodeSection {
  display:inline-flex
} */
