@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline; }

img a {
  border: none; }

a {
  text-decoration: none;
  color: black; }
  a:hover, a:active {
    color: #929292; }
    
p.big {
	font-size: 21px;
}

html {
  width: 100%;
  height: 100%;
  background-color: #dbdbdb; }
  
html.long {
  width: inherit;
  height: inherit; }

@media screen and (max-width: 767px) {
  body {
    height: 100%; }
  html {
    height: inherit; } 
}

body {
  font-family: "Crimson Text", Cochin, "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  width: 100%;
  /*height: 100%;*/
  background: transparent;
  position: relative;
  padding-bottom: 100px; }

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(60%, white), to(#dbdbdb));
  background: linear-gradient(to bottom, white 0%, white 60%, #dbdbdb 100%); }

main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 8vh; }

#logo {
  margin-bottom: 41px; }

#manifesto, #contact, #direction, #jobs {
  width: 300px;
  margin: 0 auto;
  font-size: 18px; }
  #manifesto p, #contact p, #direction p, #jobs p {
    margin-bottom: 20px; }
  #manifesto h2, #contact h2, #direction h2, #jobs h2 {
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 10px; }

#jobs ul {
  width: 250px;
  margin: 0 auto;
  margin-top: 20px;
  list-style-position: inside;
  list-style-type: none; }
  #jobs ul li {
    margin-bottom: 15px; }

#contact p:nth-child(2) {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px; }

nav {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 40px;
  display: block; }
  nav #apps {
  	margin-bottom: 30px;
  }
  nav #apps a {
  	background-color: #ffffff;
  	border: 1px solid #e7e7e7;
  	border-radius: 10px;
  	padding: 10px 22px;
  	margin-right: 10px;
  }
  nav #apps a:hover {
  	background-color: #ecf1f4;
  	color: black;
  }
  nav #apps a img {
  	margin-left: -13px;
  	margin-right: 7px;
  	margin-bottom: -6px;
  }
  nav ul {
    list-style-type: none; }
    nav ul li {
      margin-top: 20px; }
      
      nav ul li a:hover {
        color: gray; 
	  }
#apps {
	width: 280px;
	margin: 0 auto;
}
#apps a {
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
	background: #f5f5f5;
	padding: 15px;
	border-radius: 10px;
}
#apps a img {
	width: 60px;
	float: left;
	margin-right: 10px;
}
#apps a p {
	font-size: 17px;
	text-align: left;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#apps a p em {
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
}
#direction p {
	font-size: 19px;
}
