/**
* Background: #E4E4E4
* Sections: #F7F7F7
* Divs and things: #333333
* Highlight: #444444
* Text in div: #828282
* Iconic "blue": #9BF1D0
* General width: 66%
* Nav bar: #545454
* Nav border: #6BE4B8
* Header/nav text: #C1C1C1
* Section titles: #5F6F6A
*/

*
{
  margin: 0px;
  padding: 0px;
}

body
{
  background-color: #E4E4E4;
  overflow-x: hidden;
}

h1
{
  font-size: 1.5em;
}

h2
{
  font-size: 1.2em;
}

h1, h2
{
  font-weight: 200;
}

.header_text
{
  font-family: "Raleway", "Verdana";
  font-weight: 200;
}

.section_title_text
{
  font-family: "Biryani", "Verdana";
  font-weight: 400;
  color: #5F6F6A;
}

.section_text
{
  font-family: "Raleway", "Verdana";
  font-weight: 400;
}

#header
{
  background-color: #444444;
  padding: 20px;
  color: #9BF1D0;
}

#nav
{
  width: 100%;
  background-color: #545454;
  border-bottom: 4px solid #6BE4B8;
}

.nav_selected
{
  background-color: #4C4C4C;
}

.main_nav, #header
{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.shadow_nav
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#header #wrapper
{
  list-style-type: none;
  width: 66%;
  margin: auto;
}

#header #wrapper li
{
  display: inline-block;
  vertical-align: middle;
}

#header h1
{
  color: #C1C1C1;
}

#header h1, #header h2
{
  margin: auto;
  text-align: left;
}

#nav #wrapper
{
  list-style-type: none;
  width: 66%;
  margin: auto;
  white-space: nowrap;
}

#nav #wrapper li
{
  display: inline-block;
  text-align: center;
  width: 33.33%;
  color: #C1C1C1;
  font-weight: 400;
}

#nav #wrapper p
{
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

#nav #wrapper a
{
  text-decoration: none;
  color: inherit;
}

#nav #wrapper a:hover
{
  cursor: pointer;
  color: #9BF1D0;
}

#nav #wrapper a:hover p
{
  background-color: #444444;
}

#main
{
  width: 90%;
  margin: auto;
  padding-bottom: 80px;
  background-color: #F7F7F7;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.regular_main
{
  max-width: 1250px;
  padding-top: 40px;
}

#section
{
  text-align: center;
  font-family: "Changa";
  padding-bottom: 50px;
  padding-top: 20px;
  background-color: white;
  box-shadow: 0px 0px 4px lightgray;
  min-width: 600px;
  max-width: 600px;
  position: relative;
}

#section #wrapper
{
  height: 280px;
  line-height: 280px;
}

#star
{
  width: 10%;
  max-width: 64px;
  min-width: 32px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}

#section h1
{
  border-bottom: 1px solid lightgray;
  font-weight: 700;
  font-size: 2.5em;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#section h2
{
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.33em;
}

.section_img
{
  max-height: 80%;
  width: auto;
  vertical-align: middle;
}

.section_text p
{
  padding: 10px;
}

#section .section_text p
{
  padding-left: 40px;
  padding-right: 40px;
}

#section table
{
  border: 1px solid lightgray;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 600px;
  white-space: nowrap;
}

.project table
{
  margin-bottom: 20px;
}

#section td
{
  padding: 5px;
  font-size: 11pt;
  vertical-align: top;
  text-align: left;
}

:not(.project) tr:first-child td
{
  text-align: center;
}

.project tr:first-child td
{
  text-align: left;
}

.project td:first-child
{
  background-color: lightgray;
  border-radius: 2px;
  font-weight: bold;
}

.project
{
  display: inline-block;
  margin: 20px;
  margin-top: 0px;
  vertical-align: top;
  max-width: 675px;
}

.regular
{
  margin: auto;
  margin-bottom: 50px;
  max-width: 800px;
}

.show_more
{
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid gray;
  color: gray;
  padding: 5px;
  display: inline-block;
  width: 100px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.show_more:hover
{
  color: black;
  border: 1px solid black;
}

.show_more a
{
  text-decoration: none;
  color: inherit;
}

.show_more a:visited
{
  color: inherit;
}

a, a:visited
{
  color: #4F9881;
}

#filters ul
{
  display: inline-block;
}

#filters ul li 
{
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  border: 1px solid white;
  width: 120px;
  border-radius: 2px;
}

#filters ul li:hover
{
  cursor: pointer;
  color: gray;
}

#filters ul .selected
{
  border: 1px solid gray;
}

#filters 
{
  padding: 10px;
  background-color: white;
  margin-bottom: 30px;
  font-family: "Raleway";
  padding-bottom: 0px;
  box-shadow: 1px 0px 4px lightgray;
}

.section_more
{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -khtml-transition: visibility 0s, opacity 0.5s linear;
  -moz-transition: visibility 0s, opacity 0.5s linear;
  -ms-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

.project_info_title
{
  font-size: 3em;
  border-bottom: 1px solid lightgray;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  padding-left: 10px;
}

.project_header_img
{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.project_info_main
{
  max-width: 1280px;
}

.project_info_text
{
  width: 90%;
  margin: auto;
  text-align: left;
  max-width: 900px;
}

.project_info_text ul
{
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 0 0 2em;
}

.slideshow
{
  margin-top: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
  background-color: #545454;
}

.project_slideshow
{
  width: 75%;
  margin: auto;
  max-width: 512px;
}

.project_slideshow img
{
  width: 100%;
}

.slick-dots li.slick-active button:before
{
  color: white; 
}

.slick-dots li button:before
{
  color: lightgray;
}

@media only screen and (max-width: 712px)
{  
  	#section
  	{
      min-width: 100%;
  	}
  
  	#nav #wrapper, #header #wrapper
  	{
      width: 80%;
  	}
  
  	#header h1
  	{
      font-size: 12pt;
  	}
  
  	#header h2
  	{
      display: none;
  	}
  
    #section table td
  	{
      font-size: 10pt;
  	}
  
  	.project
	{
      margin-left: 0px;
      margin-right: 0px;
  	}
  
  	#main
  	{
      width: 100%;
  	}
  
  	#section #wrapper
  	{
      height: 180px;
      line-height: 180px;
  	}
  
  	#section h1
  	{
      padding-top: 0px;
      font-size: 18pt;
  	}
  
  	#section h2
  	{
      font-size: 16pt;
  	}
  
    .project_info_title
    {
      font-size: 2em;
    }
}
