@charset "utf-8";
/* CSS Document */


/* General */
      
body {
    font-family: PT Sans, sans serif;
    font-size: 16px;
    line-height: 1.5;
    color: #777;
  }

p {
color: #000;
font-size: 17px;    
}

h2 {
	font-family:  'Roboto Slab', serif;
	font-weight: 700;
	font-size: 24px;
	color: #947b63;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    line-height: normal;
	}


      
h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 1px;      
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }      
      

.form-control {
    border-radius: 0;
  }
.shadow {
    text-shadow: 5px 3px 3px #000;
    }  
      
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    } 
  
.center {
    margin: auto;
    } 

.btn .btn-send:hover {
    background-color: #525252;
    opacity: 0.9;
}
    
.container .text-center  {
   padding: 0;   
} 

#apDiv2 {
    position: absolute;
    width: 120px;
    height: 40px;
    text-align: right;
    border: 1px none #000;
    z-index: 1;
    right: 31px;
    top: 33px;
    left: 310px;
    }

@media (max-width: 767px) {
    #apDiv2 {
        left: 260px;
        top: 30px;
    }
    
.container.center  {
   width: 100%;   
} 
    
footer p {
    font-size: 12px!important;
    letter-spacing: 1px!important;
    }    
    }

.headline p {
    display: inline;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: normal;  
}      


 /* Footer */
      
  footer {
    background-color: #2d2d30;
    color: #f5f5f5;
  }
