/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.Affirmations {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
  	font-size: 60px;
    font-weight: 100;
    margin: 0 0 25px;
    text-transform: none;
}

.AffirmationsDesc {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
  	font-size: 50px;
    font-weight: 100;
  	line-height: 48px;
    margin: 0 0 25px;
    text-transform: none;
}

.AffirmationsMobile {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
  	font-size: 40px;
    font-weight: 100;
    margin: 0 0 25px;
    text-transform: none;
}

.AffirmationsMobileDesc {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
  	font-size: 30px;
    font-weight: 100;
  	line-height: 48px;
    text-transform: none;
}


.CTADesc {

 	position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
    font-size: 60px;
  	color:#951315;
  	line-height:68px;
   	font-weight: 100;
  
}

.CTADescMobile {

 	position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    text-align: center;
    font-size: 22px;
  	color:#951315;
  	
  	
  
}

.HomeCTA { 
    opacity: 0.3;
  	z-index: -1;
  	
}

.uk-button {
    
    color: #951315;
    border-color: #951315;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.uk-button:hover, .uk-button:focus {
    background-color: #951315;
    box-shadow: 0 0 10px 30px #951315 inset;
    color: #ffffff;
    outline: medium none;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.tm-block-dark {
    background: #951315 none repeat scroll 0 0;
}

.CTADescRed {

 	width: 100%;
    text-align: center;
    font-size: 60px;
  	color:#ffffff;
  	line-height:68px;
   	font-weight: 100;
  	height: 300px;
  	vertical-align: middle;
  
}

.CTADescRedMobile {

 	width: 100%;
    text-align: center;
    font-size: 30px;
  	color:#ffffff;
  	line-height:38px;
   	font-weight: 100;
  	vertical-align: middle;
  
}