.Header{
background-image: url("./images/about-header.jpg");
  
    background-repeat: no-repeat;;
      height: 33em;
    padding: 3rem;
    background-size: cover;
    background-position: 50% 50%;
}
body{
    /*background: url(http://i.imgur.com/i3OA2PJ.jpg) !important;*/
       font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  
    color:white;
    background-color: #232323;
    -webkit-font-smoothing: antialiased;
      font-size: 1.1em;
}
h1{
    font-size:3rem;
  
}
.center{
    text-align: center;
    margin-top: 300px;
}
.description{
        background-color: #2d2c2c61;
    margin: 0 auto;
  font-style: oblique;
}

/* 
TABS


*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}
*/


h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
 
}

section {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #252525;
    border-radius: 5px;
    padding: 30px;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
  margin: 0px 10%;
  background-color:#2d2c2c;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}
