/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  border: 2px solid #375c7c;
  color: black;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  margin: 20px;
  min-height: 675px;
}

h1 { 
 font-family: "Train One";
 font-size: 36pt;
 color: #375c7c;
}

h2 {
  font-family: georgia;
  font-size: 20pt;
  color: black;
}

h3 {
  font-family: "space grotesk";
  font-size: 18pt;
  color: #375c7c;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active {
  color: #375c7c;
}

hr {
 background: rgba(0, 0, 0, 0.6);
	border: 0;
	height: 1px;
	display: block;
	width: 1000px;
}

summary {
  font-family: "space grotesk";
  font-size: 13pt;
  font-weight: 500; 
  color: #375c7c;
}
summary::marker {
  font-size: 14pt;
  color: #375c7c;
}

details {
  font-family: "verdana";
  font-size: 13pt;

}

detailscontent {
  padding-left: 15px;
  padding-top: 15px;
}

detailsgallery1 {
   width: 300px;
   display: inline-block;
}

detailsgallery2 {
  width: 600px;
  display: inline-block;
}

pagecontent {
	width: 1300px;
    margin: auto;
    text-align: center;
    padding-bottom: 100px;
}

.centeredpage {
  	width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 100px;
    padding-top: 50px;
    font-size: 16pt;
}

.caption {
  font-family: "gill sans";
  font-size: 10pt;
}



@font-face {
  font-family: "Train One";
  src: url("fonts/Train One/TrainOne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/Space Grotesk/SpaceGrotesk.ttf") format("truetype");
}

#Table1 {
	  width: 1300px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#Table1 .cell0 {
    vertical-align: bottom;
    text-align: right;
    font-family: "Train One";
    font-size: 36pt;
    font-weight: bold;
    color: #375c7c;
    border-right: 2.5px solid #375c7c;
    padding-right: 20px;
    width: 600px;
}

#Table1 .cell1 {
    text-align: left;
    padding-left: 20px;
    font-family: "space grotesk";
    font-weight: 400;
    font-style: normal;
    font-size: 22pt;
	  line-height: 1.1;
    vertical-align: central;
    padding-top: 5px;
    width: 600px;
    color: rgba(0, 0, 0, 0.85);
}

#Table2 {
  width: 1100px;
  font-size: 10pt;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#Table2 .cell0 {
  width: 500px;
  vertical-align: top;
  padding-left: 20px;
  font-family: "diatype variable";
}

#Table2 .cell1 {
  width: 200px;
  padding-top: 30px;
  text-align: right;
}

#Table2 .cell2 {
  width: 500px;
  font-family: georgia;
  font-size: 16pt;
  padding-top: 40px;
  padding-left: 20px;
  vertical-align: top;
}

#Table3 {
	  width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#Table3 .cell0 {
	  text-align: right;
    padding-left: 60px;
    padding-top: 10px;
    font-size: 13pt;
}

#Table3 .cell1 {
	  text-align: left;
    padding-left: 50px;
}

#Table3 .cell2 {
    font-family: "gill sans";
	  font-size: 13pt;
    color: #375c7c;
    font-weight: 600;
    padding-top: 20px;
    text-align: right;
}

#Table3 .cell3 {
	  font-weight: 600;
    text-align: left;
    padding-left: 50px;
    padding-top: 10px;
    font-size: 12pt;
}

/* Project Titles: */
#Table3 .cell4 { 
    font-family: "space grotesk";
	  text-align: left;
    padding-left: 50px;
    font-size: 16pt;
    font-weight: 400;
}

/*Table for project details*/

#Table4 {
  background: transparent;
}

#Table4 .cell40 {
  width: 600px;
  vertical-align: central;
  text-align: left;

}

#Table4 .cell41 {
  width: 200px;
  vertical-align: central;
  padding: 0;
  margin-left: 0;
}

