/* Connnect 9 font */ 

@font-face {
    font-family: 'connect_9regular';
    src: url('connect9-regular-webfont.woff2') format('woff2'),
         url('connect9-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'connect_9regular';
    src: url('connect9-regular-webfont.woff2') format('woff2'),
         url('connect9-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}

/* Archive Link CSS */ 
ul{
     list-style-type: none;
}

a{
    text-decoration:  none;
}

a:link, a:visited{
    color: #55774D;
}

a:hover {
    color: #ffffff;
}


li{
    margin: auto;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #55774D;
    font-family: aktiv-grotesk, sans-serif;
}


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

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

/* Header Text CSS */ 
p#header {
	font-family: connect_9regular;
	margin: auto;
    font-size: 40px;
    line-height: 44px;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #55774D;
}


p#tableheader {
	font-family: connect_9regular;
	margin: auto;
    font-size: 40px;
    line-height: 44px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left:20px;
    color: #55774D;
}


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


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


td{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #55774D;
    padding-right: 30px;
    font-family: aktiv-grotesk, sans-serif; 
}



/* 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;
}


/* 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: #55774D;
    font-family: aktiv-grotesk, sans-serif;
}







/* Mobile Adjustments CSS */ 

@media (max-width: 815px){
section{
    width:90%;
    margin: auto;
    margin-bottom: 55px;
    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: connect_9regular;
	margin: auto;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    color: #55774D;
}


p#tableheader {
	font-family: connect_9regular;
	margin: auto;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 25px;
    padding-left:10px;
    color: #55774D;
}


img#image-right {
    display: none;
	}


img#image-left {
    display: none;
	}

td{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #55774D;
    font-family: aktiv-grotesk, sans-serif; 
}


li{
    margin: auto;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #55774D;
    font-family: aktiv-grotesk, sans-serif;
}




}
