@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,700,700i,900');


* {
  margin: 0;
}

/************
Header
************/

.header {
  background-size: 100%;
  text-align: left;
  background-color: #fff;
  padding: 25px;  
  height: 50px;
  width: 100%;
  position: fixed;
}

.header_links a{
  padding: 10px;
  font-size:20px;
  white-space: nowrap;
}

.header_logo {
  float: left;
  padding-top: 10px;
}

.header_links {
  text-align: right;
  float: right;
  padding-right: 50px;
  padding-top: 25px;
}

.header_links ul li {
  list-style-type: none;
  display: inline;
}

/************
Body
************/

body {
  font: "Muli", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  text-align: -webkit-right; 
  background-color: #4680dc;
  /* background-image: url("../images/wood_texture.jpg"); 
  background-repeat: repeat;
  background-size: cover;*/
  color: white;
  height: 100%;
}

.civillos_logo_tagline {
  width: 100%;
  height: 192px;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}

html {
  height: 100%;
}

.wrapper {
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #4780dc;
}

.align-center_large {
  display: block;
}

/************
Footer
************/

.footer {
  text-align: center;
  background-color: rgba(71, 128, 220, 0.8);
  margin-top: 85px;
  height: 95px;
  margin-bottom: 95px;
  position: relative;
}

.footer_links a{
  padding: 20px;
  color: white;
  font-size: 16px;
}

.footer_links_list {
  padding-top: 20px;
}

ul.footer_links_list li {
  list-style-type: none;
  display: inline;
  padding-top: 20px;
  }

.signature {
  color: white;
  padding-top: 18px;
  padding-bottom: 20px;
  font-size: 12px;
}
.signature a {
  color: white;
}




.civillos_logo {
  width: 85%;
  height: 192px;
  padding-top: 65px;
  text-align: center;
}

.mission_statement {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 150px 30px 100px 30px;
  /*background-color: rgba(0,0,0,0.77);
  border-radius: 10px; */
}

.mission_statement h1 {
    font-size:48px;
    padding-bottom: 50px;
  }

.mission_statement  p {
    font-size: 20px;
    
  }


.profile {
  /* width: 220px;*/ 
  padding: 20px;
  float: left; 
}

.profiles {
  /* padding-left: 35px; */
  text-align: center;
}

.profiles img {
  max-width: 120px;
  max-height: 120px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 12px 0 rgba(0, 0, 0, 0.10);
  border-radius: 15px 2px;
}

.profiles p {
  font-size: 14px;
  line-height: 16px;
}
  .bios {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 1em;
    text-align: left;
    /* background-color: rgba(0,0,0,0.77);
    border-radius: 10px; */
    margin-top: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

.bio_text {
  font-family: 'Muli', sans-serif;
  display: none;
}

#people_pictures {
  float: left;
}

h1 {
font-size: 48px;
text-align:center;
padding: 0 0 50px 0;
letter-spacing: 2px;
}

.transperancy p {
  font-size: 20px;
  line-height: 26px;
}

.transparency {
  width: 85%;
  /* background-color: rgba(0,0,0,0.77);
  border-radius: 10px; */
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  margin-top: 100px;
  color: white;
  text-align: center;
}

.transparency a, .contact a {
  color:#fff;
  border-bottom: 1px #ffffff dotted;
}

.comment_form {
  font-family: 'Muli', sans-serif;
  font-size: 75%;
}



.contact {
  color: white;
  font-size: 100%;
  text-align: center;
  /* background-color: rgba(0,0,0,0.77);
  border-radius: 10px; */
  width: 35%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.contact_civillos {
  font-size: ;
}

.contact a {
  color:#fff;
}








.media {
  width: 75%;
  /* background-color: rgba(0,0,0,0.77);
  border-radius: 10px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  color: white;
  font-family: 'Arimo', sans-serif;
  font-size: 100%;
  text-align: left;
  padding: 30px;
}

.media a {
  font-family: 'Arimo', sans-serif;
  font-size: 100%;
}

.media_date {
  font-size: 150%;
}

.container {
  max-width: 960px;
  margin: auto;
  padding-top:90px;
}


