html {
	height:100%;
}

body {
	font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
	font-size:12pt;
    margin: 0px;
    padding: 0px;
    height: fit-content;
	width:100%;
}

.bodycontainer {
  	display: block;
	margin: 0 auto;
  	width: 80%;
  	height:100%;
}

.header    {
	background: #fff;
    display:block;
    padding:10px 40px;
}

.header_info    {
    float:none;
	text-align:left;
}

.header_info li    {
    display:inline;
	text-align:left;
	padding:0px 25px 20px 0px;
	list-style:none;
	text-transform:uppercase;
	line-height:35px;
}

.welcome	{
	padding:0px 40px 10px 40px;
	text-align:left;
	line-height:18pt;
	font-size:12pt;
}

.instructions {
	padding:0px 40px 40px 40px;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}

.footer    {
	background: #fff;
    display:block;
    padding:10px 40px;
}

.footer_info    {
    float:none;
	text-align:left;
}

#artwork_container {
    margin:10px 30px 30px 30px;
    float:left;
}

.artwork .project	{
    display: block;
    float: left;
    margin: 0px 8px 8px 0px;
    background-color: #fff;
    text-align: left;
    height: 230px;
    font-size:10pt;
}

.artwork	{
    float: left;
}

.artwork_images	{
	padding: 10px 10px 0px 10px;
}

.artwork_images2	{
	padding: 10px 10px 0px 10px;
}

.artwork_image {
    max-height: 200px;
	float:none;
}

.open_image {
    max-width: 709px;
    padding:0px 10px;
}

.artwork_artist	{
	padding:0px 0px 0px 10px;
}

.artwork_artist	a	{
	font-weight:bold;
	text-decoration:none;
	color:blue;
	margin:0px 0px 0px 0px;
}

h1
    {
    font-size:20pt;
    color:#000000;
    margin:0px 0px 0px 0px;
}

h2    {
    font-weight:bold;
    font-size:13pt;
	margin: 8px 0;
}

h2.index    {
    font-weight:bold;
    font-size:16pt;
    margin:20px 0px 0px 0px;
}

h2.footer    {
    padding:0px;
}

h2 a:link, h2 a:visited    {
    color:#000000;
    text-decoration:none;
}

h2 a:hover    {
    color:#000;
}

h3    {
    font-weight:normal;
    font-size:1em;
    margin: 5px 0px 0px 0px;
}

li a {
	font-size: 1em;
}

h3 a:link, h3 a:visited, .instructions a:link, .instructions a:visited     {
    color:#000000;
    text-decoration:none;
}

.menuItems {
	display: flex;
	flex-flow: row;
	width:35%;
	justify-content: space-between;
}

h3.links2020,
h3.links2022S,
h3.links2022F {
	display: block;
}

body.indexPage h3.links2020, body.indexPage h3.links2022S, 
body.spring2022 h3.links2020, body.spring2022 h3.links2022F,
body.spring2020 h3.links2022S, body.spring2020 h3.links2022F,
body.fall2022 h3.links2020, body.fall2022 h3.links2022S {
	display: none;
	text-decoration: none;
}

body.indexPage #menuButton2022F,
body.spring2022 #menuButton2022S,
body.spring2020 #menuButton2020,
body.fall2022 #menuButton2022F {
	text-decoration: underline;
}

.instructions a:link, .instructions a:visited     {
    color:#001aff;
    text-decoration:none;
}

h3 a:hover, .instructions a:hover    {
    background-color:lightgrey;
}

.current {
	background-color:lightgrey;
}

.separator {
	border-bottom: #000 solid 1px;
	margin-top: 10px;
}

.welcome a:link, .welcome a:visited    {
    color:#375d99;
    text-decoration:none;
}

.title	{
	padding:0px 0px 0px 10px;
}

.welcome p	{
	padding-top: 8px;
	margin:0px;
}

.instructions p	{
	padding-bottom: 12px;
	margin:0px;
}

p.intro	{
	padding:10px;
	text-align:justify;
	line-height:18pt;
	font-size:12pt;
	width:709px;
	margin:0px;
}

p.tab {
	margin-left: 40px;
}

body.acknowledgements .welcome	{
	padding:0px 40px 40px 40px;
	text-align:left;
	line-height:18pt;
	font-size:12pt;
	width:900px;
	text-align:justify;
}

body.acknowledgements .open_image {
    max-width: 600px;
    padding:21px 0px 0px 33px;
    float:right;
}

body.acknowledgements .welcome p	{
	padding-top: 12px;
	margin:0px;
	text-align:justify;
}

.airtable_container {
	display:flex;
	flex-direction: row;
	height:100%;
	padding:0 40px 50px 40px;
}

.form {
	width: 30%;
}

.grid {
	width: 70%;
}

.extra_hide	{
	display:none;
}


@media(max-device-width : 667px) { 
	
	body {
		-webkit-text-size-adjust: none;
	}

	h2.index {
		font-size: 3em;
	}

	h2.menuButton {
		font-size: 2.2em;
	}

	.artwork_image {
		max-height: 330px;
		float:none;
	}
	
	.artwork_artist	{
		padding:0px 0px 0px 10px;
		font-size: 1.7em;
	}

	.artwork .project	{
		height: 380px;
	}

	h2 {
		font-size: 1.2em;
	}
	
	body.sectioning h2 {
		font-size: 1.2em;
	}

	li a {
		font-size: 1.8em;
	}

	.menuItems {
		width: 50%;
	}

	.open_image {
    max-width: 98%;
    padding:0px 10px;
	}
	
	.title {
		font-size: 18pt;
	}

	.welcome,
	body.acknowledgements .welcome	{
		line-height: 1.5em;
		font-size: 1.8em;
		text-align: justify;
	}

	.header_info li    {
    	display:inline;
		text-align:left;
		padding:0px 25px 20px 0px;
		list-style:none;
		text-transform:uppercase;
		line-height:50px;
	}
}

/* SECTION CARDS STYLES HERE */

.sections_container {
    display: flex;
    flex-flow: row wrap;
    padding: 10px 30px 50px;
	justify-content: space-between;
	width: 100%;
}

.section {
    background-color: #ececec;
    padding: 20px 20px;
	width: 310px;
	text-align: left;
	margin: 0px 0px 20px;
}

.full	{
	font-size: 1.2em;
	width: 100%;
	color:red;
}

.section_info {
	display: flex;
	flex-flow: column nowrap;
	align-content: space-around;
}

.section_time	{
	font-size:1.3em;
	padding-bottom:20px;
	font-weight:bold;
}

.student_list	{
    font-size:1em;
    line-height:20px;
    padding-bottom:18px;
    font-style:normal;
}

.spots_remaining {
	font-weight: bold;
}


/* FORM STYLES HERE */


.form	{
	width: 100%;
}

.my-form	{
	padding:15px 0px 0px 0px;
}

.my-form div	{
	padding:0px 35px 10px 0px;
}

.my-form div.submit	input	{
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #027ce0;
    border: none;
    width:120px;
    margin:0;
    border-radius: 3px;
    box-shadow: 2px 2px 1px #9da9b3;
    opacity: 0.6;
}

.my-form div.submit	input:hover {background-color: #9602b3}

.my-form div.submit	input:active {
  background-color: #0262b3;
  box-shadow: 1px 1px 1px #9da9b3;
  transform: translateY(2px);
}

.form h2	{
	margin:0px 0px 10px 0px;
	font-size:1.2em;
}

input	{
	border-style:none;
	width: 150px;
	height: 25px;
	margin-left:8px;
}

input.submit	{
	text-align:center;
}

.lot, .hidden	{
	display:none;
}

#submit-message {
    margin:0px 0px 0px 15px;
}

.submit {
    width:100%;
}

@media(max-device-width : 667px) {
	.bodycontainer {
		width:100%;
	}
	.instructions {
		text-align: justify;
		line-height: 1.5em;
		font-size: 1.7em;
		width: 100%;
	}

    body.sectioning .header {
        padding:20px;
    }

    .sections_container {   
		display: flex;
		flex-flow: column nowrap;
		padding: 0px 30px 50px;
		width: 98%;
    }

    .section {
        margin: 10px 0px;
		background-color: #ececec;
		padding: 20px 20px;
		width: 100%;
    }
	
	.section_info {
		font-size:2em;
	}

	input {
		height:40px;
		width:50%;
		font-size: .8em;
	}

	.student_list {
		line-height: 1.5em;
	}

	.my-form div.submit	input {
		width: 30%;
	}
}

/*
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	
	.open_image {
    max-width: 100%;
    padding:0px 10px;
	}
	
	.welcome	{
	padding:10px 40px;
	width:100%;
	text-align:left;
	line-height:20pt;
	font-size:12pt;
	}
	.header_info li    {
    display:block;
	text-align:left;
	padding:0px 25px 20px 0px;
	list-style:none;
	text-transform:uppercase;
	line-height:35px;
	}
}

*/
