/* Body CSS */ 
body {
	background-color: #4A2849;
	margin: 0px;

}


#bold{
    font-family: "area-normal", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#italic{
    font-family: "area-normal", sans-serif;
    font-weight: 700;
    font-style: italic;
}


/* Archive Link CSS */ 
ul{
    list-style-type: none;
    padding-inline-start: 0px;
    margin-block-start: 0em;
}

a{
    text-decoration:  none;
}

a:link, a:visited{
    color: #FFF2DC;
}

a:hover {
    color: #F99D52;
}


li{
    margin: auto;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #FFF2DC;
    font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* Images on the Left and Right of the page CSS */ 
#image-left {
	position:  absolute;
	left: 0px;
	width: 15%;
	margin-top: -20px;
}

#image-right{
	position:  absolute;
	right: 0px;
	width: 15%;
	margin-top: -20px;
}

/* Header Text CSS */ 
p#header {
	font-family: "dystopian", sans-serif;
    font-weight: 900;
    font-style: normal;
	margin: auto;
    font-size: 40px;
    line-height: 44px;
    margin-top: 60px;
    padding-bottom: 20px;
    color: #F99D52;
}


p#tableheader {
	font-family: "dystopian", sans-serif;
    font-weight: 900;
    font-style: normal;
	margin: auto;
    font-size: 40px;
    line-height: 44px;
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left:0px;
    color: #FF5B00;
}


/* Session Times CSS */ 
#table1{
    display: none;
}


table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


td{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #1668BC;
    padding-right: 20px;
    font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
}



/* Session Times Separators CSS */ 
 #line {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    margin-top: -30px;
}

#line1 {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;

}


/* Donor Logos CSS */ 
#logo{
    width: 20%;
    margin-bottom:  20px;
}


#logowide{
    width: 60%;
    margin-bottom:  20px;
    margin-top: 20px;
}

#logowide2{
    width: 30%;
    margin-bottom:  20px;
    margin-top: 20px;
}

#logowide3{
    width: 25%;
    margin-bottom:  20px;
    margin-top: 20px;
}


/* Middle Section of the Website CSS */ 
section{
    width:60%;
    margin: auto;
    margin-bottom: 55px;
    display: block;
}


/* Main Title Image CSS */ 
#sketching-title {
  	display: block;
    margin: auto;
    width: 100%;
    height: auto;
}


/* Body Copy Text CSS */ 
p {
    margin: auto;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #FFF2DC;
    font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
}



@media (max-width: 912px){

    section{
    width:90%;
    margin: auto;
    margin-bottom: 10px;
    display: block;
   }
    img#image-right {
    display: none;
    }


img#image-left {
    display: none;
    }}




/* Mobile Adjustments CSS */ 

@media (max-width: 820px){
section{
    width:90%;
    margin: auto;
    margin-bottom: 10px;
    display: block;
   }


#sketching-title{
margin-top: 15px;
 width:100%;
}


p {
    margin: auto;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 0px;
}


p#header {
	font-family: "dystopian", sans-serif;
    font-weight: 900;
    font-style: normal;
	margin: auto;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    color: #F99D52;
}


p#tableheader {
	font-family: "dystopian", sans-serif;
    font-weight: 900;
    font-style: normal;
	margin: auto;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 25px;
    padding-left:0px;
    color: #F99D52;
}


img#image-right {
    display: none;
	}


img#image-left {
    display: none;
	}

td{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #1668BC;
    font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal; 
}




li{
    margin: auto;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #FFF2DC;
    font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
}




/* Donor Logos CSS */ 
#logo{
    width: 20%;
}


#logowide{
    width: 80%;
}


#logowide2{
    width: 40%;
}














}
