body {
  font-size:14px;
  }
  
  .green {
  color:#00cf00;
  }
  
  header {
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 auto;
  padding-top:.75rem;
  padding-bottom:.75rem;
  background-color:#fff;
  color:#333;
  }
  
  header .col:first-child {
  text-align:left;
  }
  
  header .col:last-child {
  text-align:right;
  }
  
  header .col:first-child h1 {
  font-size:1.6rem;
  font-weight:300;
  line-height:1;
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  }
  
  header img {
  width:85px;
  max-width:85px;
  }
  
  main {
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 auto;
  background-color:#eee;
  background-image:url(../img/background-min.jpg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  }
  
  main .overlay {
  width:100%;
  max-width:100%;
  height:100%;
  max-height:100%;
  padding-top:3rem;
  padding-bottom:3rem;
  background-color:rgba(0,0,0,0.55);
  }
  
  main .col-md-6:first-child {
  color:#fff;
  }
  
  main .col-md-6:last-child {
  border:1px solid #f9f9f9;
  border-radius:0;
  background:#fff;
  }
  
  main .col-md-6:first-child h2,main .col-md-6:last-child h2 {
  font-size:1.75rem;
  font-weight:700;
  line-height:1.2;
  margin-top:1.5rem;
  margin-bottom:1.5rem;
  padding-top:0;
  padding-bottom:0;
  }
  
  main .col-md-6:first-child p {
  font-size:1.15rem;
  font-weight:500;
  line-height:1.15;
  margin-top:1rem;
  margin-bottom:1rem;
  padding-top:0;
  padding-bottom:0;
  }
  
  main .col-md-6:first-child ul {
  list-style:none;
  margin-top:1rem;
  margin-bottom:1rem;
  padding-left:1.5rem;
  }
  
  main .col-md-6:first-child ul li::before {
  content:"\f00c";
  color:#00df00;
  font-family:FontAwesome;
  font-weight:700;
  display:inline-block;
  width:1rem;
  margin-left:-1rem;
  margin-right:1rem;
  }
  
  main .col-md-6:first-child li {
  font-size:1.15rem;
  font-weight:500;
  line-height:1.15;
  margin-top:.65rem;
  margin-bottom:.65rem;
  padding-top:0;
  padding-bottom:0;
  }
  
  main .col-md-6:last-child p {
  font-size:.85rem;
  font-weight:300;
  line-height:1.2;
  margin-top:.5rem;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  }
  
  section {
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 auto;
  padding-top:4rem;
  padding-bottom:4rem;
  background-color:#fff;
  color:#333;
  }
  
  section i {
  font-size:3rem;
  font-weight:700;
  line-height:1.5;
  margin-bottom:1rem;
  color:#009f00;
  }
  
  section h3 {
  font-size:1.45rem;
  font-weight:600;
  line-height:1.5;
  margin-top:.5rem;
  margin-bottom:.5rem;
  padding-top:0;
  padding-bottom:0;
  }
  
  section p {
  font-size:1.15rem;
  font-weight:300;
  line-height:1.15;
  margin-top:.5rem;
  margin-bottom:.5rem;
  padding-top:0:;
  padding-bottom:0;
  }
  
  footer {
  width:100%;
  max-width:100%;
  height:auto;
  margin:0 auto;
  padding-top:.5rem;
  padding-bottom:.5rem;
  background-color:#333;
  color:#fff;
  text-align:center;
  }
  
  footer p {
  font-size:.9rem;
  font-weight:300;
  line-height:1.15;
  margin-top:.7rem;
  margin-bottom:.7rem;
  padding-top:0;
  padding-bottom:0;
  }
  
  footer a {
  color:#fff;
  text-decoration:none;
  }
  
  footer a:focus,footer a:hover {
  color:#eee;
  text-decoration:underline;
  }
  
  @media only screen and (max-width: 767px) {
  header .col:first-child {
  text-align:center;
  }
  
  header .col:last-child {
  display:none;
  }
  
  main {
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  background-image:none;
  background-color:#eee;
  }
  
  main .overlay {
  padding-top:0;
  padding-bottom:0;
  background:#eee;
  }
  
  main .col-md-6:first-child {
  display:none;
  }
  
  main .col-md-6:last-child {
  border:0;
  background:#eee;
  }
  
  section {
  padding-top:2.5rem;
  padding-bottom:2.5rem;
  }
  
  section i {
  margin-bottom:.5rem;
  }
  
  section h3 {
  margin-bottom:.5rem;
  }
  
  section .col-md-4 {
  margin-top:1.2rem;
  margin-bottom:1.2rem;
  text-align:center;
  }
  
  footer p {
  font-size:.8rem;
  }
  }