﻿iframe{
    margin: 0 auto;
    display: block;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
ol > li{
    font-size:20px;
}
.norm > li{
    font-size:20px;
}
.faqQ > p{
    color: #C47A00;
}
.resourceLinks > ol > li{
    margin-bottom: 2rem;
}
section.success a:link{
    color: maroon; 
    border-bottom: 1px white solid;
    border-bottom-style: dotted;
}
section.success a:visited{
    color: maroon;
    border-bottom: 1px maroon solid;
    border-bottom-style: dotted;
}
section.success a:hover{
    text-decoration: none;
    color: lightgreen;
    border-bottom: 1px lightgreen solid;
    border-bottom-style: solid;
}
section.success a:focus{
    text-decoration: none;
    color: white;
    border-bottom-style: solid;
}
#color2{
    color: #18bc9c;
}
p.skills{
    max-width: 730px;
    margin: 0 auto;
}
.audiospacer{padding-left:25px;}


/* a.dotted:link{
    color: white;
    border-bottom: 1px white solid;
    border-bottom-style: dotted;
}
a.dotted:visited{
    color: darkgreen;
    border-bottom: 1px white solid;
    border-bottom-style: dotted;
}
a.dotted:hover{
    text-decoration: none;
    color: lightgreen;
    border-bottom: 1px lightgreen solid;
    border-bottom-style: solid;
}
a.dotted:focus{
    text-decoration: none;
    color: white;
    border-bottom-style: solid;
} */

/* NEW */
section p {
    margin-bottom: 2rem;
}
section.success {
    color: black;
}
.ourchurch{
    color: maroon;
}
.ourchurch{
    margin-left: 2rem;
}
@media (min-width: 800px){
    .ourchurch{
        margin-left: 4rem;
    }
}
.video2{
    margin-top: 4rem;
}
@media (min-width: 1200px){
    .video2{
        margin-top: 0;
    }
}
/* .success a:link{
    color: maroon;
    border-bottom: 1px maroon solid;
    border-bottom-style: dotted;
}
.success a:visited{
    color: maroon;
    border-bottom: 1px maroon solid;
    border-bottom-style: dotted;
}
.success a:hover{
    text-decoration: none;
    color: lightgreen;
    border-bottom: 1px lightgreen solid;
    border-bottom-style: solid;
} */
.findChurchBtn{
    border-width: 1px;
    border-radius: 5px;
    padding: .5rem 2rem;
}
.findChurchBtn:hover{
    filter: brightness(95%);
}
.findChurchBtn:active{
    filter: none;
    color: #18bc9c;
}
.resultCard{
    background-color: #ecf0f1;
    border: 1px #ecf0f1 solid;
    
    padding: 1rem 2rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 4px 5px 16px 2px rgb(57 118 148 / 15%);
    transition: all .2s ease;
}
.resultCard:hover{
    
    /* transform: scale(1.02); */
    filter: brightness(105%);
}
.resultCardTop{
    font-size: 2rem;
    margin-bottom: .5rem;
}
.resultCardBottom{
    display: flex;
}
.resultCardBottom_left{
    margin-right: 80px;
    min-width: 80px;
}
a .resultCardTop{
    color: maroon;
}
a .resultCardBottom{
    color: black;
}
