/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

.title{
    backdrop-filter: blur(10px);
    padding: 2%;
    border-radius: 25px;
}

h2.lead, p.lead
{
    color: #a1a1a1;
  

}
p.lead{
    font-size: 16px;
}
.media p
{
    color: #e8e8e8;

    font-style: italic;

}

.media h4
{
    font-size: 20px;
}

.map

{
    margin-top: 5rem;
    min-height: 40rem;
    min-width:  30rem;


}



.my-show-hide-animation h1, h3, h2
{
    color: #689F38;

}

.emailReplace
{
    width: 50%;

}

.mapKey
{
    margin-top: .5rem;
    background-color: rgba(253, 255, 255, 0.84);
    /*width: 43%;*/

}

.red
{
    color: red;

}
.green
{
    color: green;


}


/*ANIMATIONS*/

.my-show-hide-animation.ng-hide-add
{
    -webkit-transition:0.5s linear all;
    transition:0.5s linear all;

    /* remember to add this */
    display:block!important;
    opacity:1;

}
.my-show-hide-animation.ng-hide-remove {
    -webkit-transition:0.5s linear all;
    transition:0.5s linear all;
    transition-delay: 1s;
    /* remember to add this */
    display:block!important;
    opacity:1;

}
.my-show-hide-animation.ng-hide {
    opacity:0;
}

