@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i');
html,body{
  margin:0;
  height:120%;
  font-family: 'Josefin Sans', sans-serif;
  
}
a{
  text-decoration:none
}
.header{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height:50vw;
  min-height:400px;
  max-height:550px;
  min-width:300px;
  color:#eee;
}
.header:after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  bottom:0;
  left:0;
  z-index:-1;
 background: linear-gradient(to bottom, rgba(0,0,0,0.12) 40%,rgba(27,32,48,1) 100%);
}
.header:before{
  content:"";
  width:100%;
  height:200%;
  position:absolute;
  top:0;
  left:0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); backface-visibility: hidden;
  scale: (1.0, 1.0);
    transform: translateZ(0);
  background:#1B2030 url(header.svg) 50% 0 no-repeat;
  background-size:100%;
  background-attachment:fixed;
  animation: grow 360s  linear 10ms infinite;
  transition:all 0.4s ease-in-out;
  z-index:-2
}
.header a{
  color:#eee
}
.menu{
  display:block;
  width:40px;
  height:30px;
  border:2px solid #fff;
  border-radius:3px;
  position:absolute;
  right:20px;
  top:20px;
  text-decoration:none
}
.menu:after{
  content:"";
  display:block;
  width:20px;
  height:3px;
  background:#fff;
  position:absolute;
  margin:0 auto;
  top:5px;
  left:0;
  right:0;
  box-shadow:0 8px, 0 16px
}

.sides, .info{
  flex: 0 0 auto;
  width:50%
}
.info{
  width:100%;
  padding:15% 10% 0 10%;
  text-align:center;
  text-shadow:0 2px 3px rgba(0,0,0,0.2)
}

.info h4, .meta{
  font-size:0.7em
}
.meta{
  font-style:italic;
}
@keyframes grow{
  0% { transform: scale(1) translateY(0px)}
  50% { transform: scale(1.2) translateY(-400px)}
}
.content{  
  padding:5% 10%;
  text-align:left;
  
  
}
.btn{
  color:#333;
  border:2px solid;
  border-radius:3px;
  text-decoration:none;
  display:inline-block;
  padding:5px 10px;
  font-weight:600
}

.twtr{
  margin-top:100px
}.btn.twtr:after{content:"\1F426";padding-left:5px}

.form {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    width: 18rem;
    line-height: 2.0rem;
    padding: 0 1rem;
    text-align: center;
}

.button {
    border: solid 1px;
    color: rgb(0, 0, 0);
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 2.95rem;
    width: 11rem;
    line-height: 2.0rem;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-radius: 3.5rem;
}

.button:hover {
    background: Gainsboro;
}

input[type="color"] {
    width: 5rem;
    height: 2.5rem;
    border: none;
    border-radius: 3.5rem;
    background: none;
}

input[type="number"] {
    background-color: transparent;
    border: solid 1px;
    color: rgb(0, 0, 0);
    display: inline-flex;
    outline: 0;
    padding: 0 1.25rem;
    font-weight: 400;
    height: 2rem;
    width: 3rem;
    line-height: 3.0rem;
    padding: 0 1rem;
    font-size: 0.9rem;
    border-radius: 3.5rem;
    text-align: center;
}

input[type="text"] {
    background-color: transparent;
    border: none;
    border: solid 1px;
    color: rgb(0, 0, 0);
    display: inline-flex;
    outline: 0;
    padding: 0 1.25rem;
    font-weight: 400;
    height: 2rem;
    width: 3rem;
    line-height: 3.0rem;
    padding: 0 1rem;
    font-size: 0.9rem;
    border-radius: 3.5rem;
    text-align: center;
}

input[type="text2"] {
    background-color: transparent;
    border: none;
    border: solid 1px;
    color: rgb(0, 0, 0);
    display: inline-flex;
    outline: 0;
    padding: 0 1.25rem;
    font-weight: 400;
    height: 2rem;
    width: 15.5rem;
    line-height: 3.0rem;
    padding: 0 1rem;
    font-size: 0.9rem;
    border-radius: 3.5rem;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.some-page-wrapper {
    
    padding:5% 10%;
  }
  
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }
  
  .orange-column {

    height: auto;
  }
  
  .blue-column {

    height: auto;
  }
  
  .green-column {

    height: auto;
  }
  
  .double-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }
  
  @media screen and (min-width: 800px) {
    .column {
      flex: 1
    }
  
    .double-column {
      flex: 2
    }
  }

  .content2{   
    text-align:justify
  }

  img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.testshit {
    max-width: 600px;
    justify-content: center;
    display: block;
    margin: auto;
}