/* global elements */
body {
  margin: 0;
}

#text {
  margin: 10px;
  margin-left: 200px;
  padding: 0px 10px;
}

#logoMobile {
    display: block;
    padding: 2px;
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}

a:hover {
  color: #1c8000;
  text-decoration:underline;
}

p {
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}

.subhead {
  font-family: Courier, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-top: 8px;
  margin-bottom: 10px;
}

h1 {
  font-family: Courier, serif;
  font-weight: bold;
  font-weight: 600;
  font-size: 46px;
}

.censorshipContainer {
  margin-left: 10px;
  margin-right: 10px;
}

.ecosystemContainer {
  margin: 0 auto;
  text-align: center;
}

#ecosystem {
  width: 75%;
}

.sublist{
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}
/* top navbar elements */
#navigation {
  background-color: white;
  width: 100%;
  box-shadow: 0 4px 2px -2px gray;
  padding-bottom: 10px;
}

#navigation ul {
  font-family: Avenir, Arial, sans-serif;
  color: #00843D;
  text-decoration: none;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}

.navContainer {
  line-height: 45px;
}

#navigation a {
  color: #00843D;
  text-decoration: none;
  font-family: Courier, Arial, sans-serif;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* contact page elements  */
.contact {
  text-align: center;
}

.img-circle {
    border-radius: 50%;
    text-align:center;
}

.photo {
  text-align: center;
}

.photoContainer {
  font-family: Courier, serif;
  font-weight: bold;
  font-size: 42px;
  color: black;
  float: left;
  width: 190px;
  position: relative;
}

.photoContainer img {
  float:left;
}

.photoContainer div {
  color: black;
  float: right;
  width: 100%;
  text-align: right;
  position: absolute;               /* 2 */
  top: 50%;                         /* 3 */
  transform: translate(0, -50%) }   /* 4 */
}

.bio {
  width: 60%;
  text-align: left;
  font-family: Avenir, Helvetica, sans-serif;
  font-size: 24px;
  margin: 0 auto;
}

.info {
  text-align: center;
  padding-left: 0;
  font-family: Avenir, Arial, sans-serif;
}

.container {
  text-align: center;
}

ul {
  list-style-type: none;
  font-weight:bold;
}

/* Dev and Journo page navbar */
.nav{
  list-style-type: square;
  padding: 0;
  display: block;
  background-color: #63666A;
  justify-content: center;
  width: 100%;
}

.nav h3 {
  text-align:center;
  color: white;
  padding-bottom:0;
}

.nav li {
  display: block;
  list-style-type: square;
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav h3{
  text-align:center;
  color: white;
  padding-bottom:0;
}

.nav ul a{
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}

.nav ul a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.nav ul {
  list-style-type: none;
  text-align: center;
  padding-bottom: 3px;
  padding-left: 0;
}

/* Dev/journo page sidebar menu */

.sidenav {
  list-style-type: square;
  padding: 0;
  display: block;
  background-color: #63666A;
  justify-content: center;
  width: 100%;
}

.sidenav h3 {
  text-align:center;
  color: white;
  padding-bottom:0;
}

.sidenav li {
  display: block;
  list-style-type: square;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidenav h3{
  text-align:center;
  color: white;
  padding-bottom:0;
}

.sidenav ul a{
  font-family: Courier, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
}

.sidenav ul a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.sidenav ul {
  list-style-type: none;
  text-align: left;
  padding-bottom: 3px;
  padding-left: 0;
}

.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 200px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: auto; /* Stay at the top */
    left: auto;
		bottom: auto;
    background-color: #00843D; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
		overflow-y: scroll;
		float: none;
    padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
		font-family: Courier, Arial, sans-serif;
		padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #ffffff;
		text-decoration: underline;
}

/* footer elements */
.footer {
		position: static;
		left: 0;
		right: 0;
		bottom: 0;
		border-top: 4px solid grey;
}

.footer p {
	text-align: center;
	color: grey;
}

.footer ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
}

.footer li{
  font-family: Avenir, Arial, sans-serif;
  font-size: 16px;
}


/* Homepage style goes here */
.homepageimg {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

.homepageimg img {
  max-width: 100%;
  height:auto;
}

.homepage_statement {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

#testimonial {
  text-align: center;
}

.person {
  text-align:center;
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.person img {
  width: auto;
  height: 100%;
}

.info {
  text-align: center;
}

.quote {
  margin-left: 1em;
  margin-right: 1em;
  text-align: left;
}

.wrapper{
  width:100%;
  position: relative;
  text-align:center;
  z-index: 0 !important;
}
.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
}

@media screen and (max-width: 345px) {
  #navigation ul{
    flex-flow: column;
    text-align: center;
  }
  #navigation ul li{
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 800px) {

  #navigaton {
    width: 100%;
  }

  #navigation ul {
    flex-flow: row wrap;
    justify-content: flex-end;
  }

  #navigation li {
    padding: 10px 10px;
  }

  #logoMobile {
    float: left;
    margin-top: 0;
    margin-left: 5px;
  }

}

@media screen and (min-width: 1250px) {

  .all {
    width: 80%;
    margin: 0 auto;
  }

  #navigation {
    margin: auto;
  }

}
