/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 5, 2019, 11:39:39 AM
    Author     : oranyelab
*/
section.cta {
  padding-top: 96px;
  padding-bottom: 96px;
  background: url(../image/cta-background.png);
  background-size: cover;
  background-position: center;
  color: white;
  position: relative; }
  section.cta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #1c92ea99;
    z-index: 0; }
  section.cta h3 {
    letter-spacing: 1px; }
  section.cta p {
    margin-bottom: 1.5em;
    line-height: 1.8em;
    font-style: italic; }
  section.cta .cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 3px;
    background-color: #FFC01D;
    box-shadow: 0 5px 30px 0 #176CAC;
    cursor: pointer;
    text-decoration: none;
    margin-top: 15px;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 22px;
    text-align: center; }

@media only screen and (max-width: 1024px) {
  section.cta p {
    font-size: 18px; } }
@media only screen and (max-width: 768px) {
  section.cta h3 {
    font-size: 27px; }
  section.cta .cta-button {
    padding: 10px 30px;
    font-size: 12px; } }
@media only screen and (max-width: 575px) {
  section.cta {
    text-align: center; }
    section.cta .box-image img {
      max-width: 200px;
      margin-bottom: 2em; } }

/*# sourceMappingURL=section-cta.css.map */
