
/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */


p.outline-button a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 18px 60px;
  border: 2px solid #000;
  color:#000;
  font-weight: 600;
  display:inline-block;
}

h2.bigh2 {
  font-size: 36px;
  line-height: 45px;
}

.align-middle .row {
  display:table;
  table-layout: fixed;
  width: 100%;  
  margin: auto;
}

.align-middle .row .vc-widget {
  display: table-cell;
  vertical-align: middle;
  float: none;  
}

@media screen and (max-width: 991px) {
  h2.bigh2 {
    font-size: 26px;
    line-height: 40px;
  }  
}
@media screen and (max-width: 767px) {
  
  .align-middle .row {
    margin: 0;
  }

  .align-middle .container {
    padding: 0;
  }
  
  .align-middle .row .vc-widget {
    display: block;
    width: 100%;
  }  
  
  .align-middle .row .vc-widget-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }  
  
}
