/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*Fonts*/


body {
font-family: "area-inktrap", sans-serif !important;
font-style: normal;
}

p {
font-size: 14px;
line-height: 100%;
font-weight: 200;
}

h1 {
font-family: "area-inktrap-extended", sans-serif !important;
font-weight: 600;
font-size: 48px;
line-height: 120%;
letter-spacing: 0.19em;
}
.is-h1-smaller {
font-size: 24px;	
vertical-align: top;
}

h3 {
font-family: "area-inktrap-extended", sans-serif !important;
font-weight: 600;
font-size: 22px;
line-height: 120%;
letter-spacing: 0.19em;
margin:0;
}

.is-pink-font * {
color: #FBD5CA;
}

@media (max-width: 1224px) {
h1 {
font-size: 36px;	
}
.is-h1-smaller  {
font-size: 18px; 		
}
h3 {
font-size: 18px;		
}
	
p {
font-size: 12px;
}
	
.fl-button span{
font-size: 14px;
}
}


@media (max-width: 661px) {
h1 {
font-size: 28px;	
}
.is-h1-smaller  {
font-size: 14px; 		
}
h3 {
font-size: 14px;		
}
	
p {
font-size: 12px;
}
	
.fl-button span{
font-size: 12px;
}
}
/*buttons*/

.fl-button {
background-color: #FBD5CA !important;
border: 1px solid #FBD5CA !important;
padding: 14px 29px !important;
border-radius: 0 !important;
}

.fl-button span{
color: #223832 !important;
font-family: "area-inktrap-extended", sans-serif !important;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0;
text-align: center;
text-transform: uppercase;
}

@media (max-width: 1224px) {

}
/*layout homepage*/

.main-container {

}

.top-box {
  margin-top: auto;
  margin-bottom: auto; 
}

.bottom-box {
}

@media (max-width: 661px) {
.bottom-box {
  margin-bottom: 40px;
}
}

@media (max-width: 500px) {
.bottom-box {
  margin-bottom: 72px;
}
}