/*======================================
Theme Name: Sigma 1
Theme URI: https://sigma1.com
Description: This child theme is created for websites designed by Sigma 1
Version: 1.0
Author: Sigma1
Author URI: https://sigma1.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.my-auto {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


.overlay:before {
content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:linear-gradient(rgba(3,3,3,0.86),rgba(18,18,18,0.77));
}


.cta-button {
    border: 1px solid #4380ed;
    border-radius: 30px;
    background: #4380ed;
   /* box-shadow: 0px 0px 12px 3px #4A76A0; */
    transition: all .3s 0s;
	margin-bottom: 15px;
}

.cta-button a {
    padding: 18px !important;
    color: white !important;
}

.cta-button:hover {
    transform: scale(1.1);
    transition: all .2s 0s;
	background: #4380ed;
	color: #ffffff;
	border: 1px solid #4380ed;
	box-shadow: 0 12px 24px -6px #4380ed;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: 
    #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
    display: none;
}


h1, .h1 {
    font-size: 3.14285714em;
    line-height: 1.31818182em;
}

h2, .h2 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
}

.lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
}

