/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
body {
    overflow-x: hidden;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.text-muted {
    color: #666;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
	font-size: 15px;
}
p.contact {
	font-size: 15px;
	margin: 30px auto;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h4,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
h5 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #cecece;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 10px 20px 5px 20px;
    border-color: #f1c633;
	border: 0px solid #f1c633;
    border-radius: 10px;
    color: #e2e2e2;
	box-shadow: -15px 30px 7px #c2c2c2;
	border: 1px solid #eee;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}
.btn-xl2 {
	padding: 20px 40px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #999;
	margin-top: 20px;
}
.btn-xl2:hover,
.btn-xl2:focus,
.btn-xl2:active {
	color: #fff;
	background-color: #888;
}



.navbar-default .row {
    display: flex;
    margin-bottom: 30px;
    color:white;
}

.navbar-default .row .col-1 {
    padding:0 10px 0 0;
}

.navbar-default .row .col-1 a {
    color:white;
}
.navbar-default .row .col-1 a:hover,
.navbar-default .row .col-1 a:focus
 {
    color: dodgerblue;
}

.navbar-default .row .col-4 {
    flex-grow:1;
}



.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #1c69a8;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-size:15px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #1c69a8 !important;
}

/* .navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}
.line{
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	height: 1px;
	background: #fff;
	background-image: -webkit-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -moz-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -ms-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -o-linear-gradient(left, #f1c633, #fff, #f1c633);
	opacity: 0.5;
} */


header {
    text-align: center;
    color: #fff;
    /* background-color: #ccc;
    background-attachment: scroll;

    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
}



.selectLanguage ul {
    background-color: #222;
}

/* .selectLanguage {
    height: 50px;
} */

.selectLanguage ul li a:hover {
    background-color:#9ecae7;
    color:white !important;
}


/* .carousel-control.left {
    margin:auto 0;
    width:50px;
    height:100px;
    border-radius:2px;
    background-color: #555;
    z-index: 10;
  } */
  .carousel-control.left,
  .carousel-control.right {
    margin:auto 0;
    width:50px;
    height:100px;
    border-radius:2px;
    background-color: #555;
    background-image:none;
    /* z-index: 10; */
    /* text-align:center; */
    color: white;
    /* padding:0 auto; */
    display: flex;
    justify-content:center;
    align-items:Center;
  }  

  .carousel-control.left:hover,
  .carousel-control.right:hover {
    /* background-color: #555; */
    opacity: 0.7;
  }  

.index-join-btn{
    background-color: cadetblue;
    color:white;
    margin:30px 0;
    border:none;
}


.index-join-btn:hover,
.index-join-btn:focus
{
    background-color: #222;
    color:white;
}

.index-icon a:link {
    text-decoration: none;
    color:#222;
    background-color: #999;
}

.index-icon a:hover,
.index-icon a:focus,
.index-icon a:visited,
.index-icon a:active
 {
    text-decoration: none;
}

.index-icon .fontsize {
    font-weight:normal;
    font-size:20px;
}

.index-icon .fontsizesmall {
    font-weight:normal;
    font-size:18px;
    color:#888;
}

.selectimg {
    background: rgba(101, 101, 101, 0.5);
    opacity: 0;
    /* width:auto;
    height:auto; */
    width:100%;
    height:100%;
    position: absolute;
}


.index-icon a:hover .selectimg
 {
    opacity: 0.8;  
}

/*Retain*/


@keyframes fade-in{  
    0%{ opacity: 0;}
    100%{opacity:1;}
}

    
.navbar-default {
        padding: 10px 0;
        border: 0;
        border-color: transparent;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2.0em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #fff;
    }

    .navbar-default.navbar-shrink {
        padding: 0;
        background-color: #fff;
        color:#222;
        opacity: 0.95;
    }


    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    header .intro-text {
            /* padding-top: 100px;
            padding-bottom: 50px; */
            position: absolute;
            top: 39%;
            width: 100%;
            text-align: center;
            z-index: 999;
            color: white;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 50px;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 65px;
        font-weight: normal;
        line-height: 65px;
        opacity: 0;     
        animation: fade-in 4s ease 0s 1;  
        animation-fill-mode:forwards;

    }
    header .intro-text .intro-heading {
        margin-bottom: 25px;
        font-size: 26px;
        /* font-style: italic; */
        line-height: 26px;
        font-style:oblique;
        opacity: 0;    
        animation: fade-in 4s ease 1s 1;
        animation-fill-mode:forwards;
    }

    .index-icon,
    #indexpicture,
    #aboutpicture,
    #contactlayout {
        display: flex;
        /* flex-direction: row; */
    }

    #contactlayout div {
        margin-right: 10px;
    }

    #contact_intro {
        font-size: 26px;
        /* font-style: italic; */
        line-height: 26px;
    }

    iframe {
        width:100%;
        height: 300px;
    }

    .pc_imgBox {
        margin: 0;
        position: relative;
        zoom: 1;

        width:100%;
        max-width: 100%;
        min-width: 100%;
        overflow: hidden;
    
        /* margin-top:0px;
        display: block;
        width:100%;
        background-size: cover;
        background-position:center,center;
        background-repeat: no-repeat; */

    }

    .pc_imgBox img{
        width: 100%;
        display: block;
    }
    


footer {
    padding: 20px 0;
    text-align: center;
    background-color: #222;
}

footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
footer span.copyright a{
	color: #888;
	border-bottom: 1px dotted;
}
footer span.copyright a:hover {
	color: #555;
	text-decoration: none;
}

/*Retain*/

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #c4c4c4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/* Style for subtitles*/
.section-heading .entry-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 400;
}

.section-heading  .entry-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background:teal;
    /* text-align: center; */
}

.home-page-limestone .section-heading .entry-title {
    padding-bottom: 36px;
    line-height: 1.6;
}

.home-page-limestone .section-heading p {
    font-size: 14px;
    color: #595858;
}

.accordion-wrap .entry-title {
    padding: 12px 38px;
    margin-bottom: 15px;
    border-radius: 30px;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    cursor: pointer;
}


@media only screen and (max-width: 960px) {
    .home-page-events .featured-cause .section-heading {
        margin-top: 80px;
    }
    header .intro-text {
        top: 35%;
    }
    #contact_intro {
        font-size: 20px;
        /* font-style: italic; */
        line-height: 20px;
    }
    /* .pc_imgBox img{
        margin-top: 70px;
    } */
}

@media only screen and (max-width: 768px) {
    .navbar-default {
        background-color: #222;
    }

    /* .navbar-default .navbar-brand {
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #fff;
    } */
    header .intro-text {
        top:37%;
    }
    
    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 39px;
        font-weight: 700;
        line-height: 39px;
    }
    
    header .intro-text .intro-heading {
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px;
        /* font-style: italic; */
        line-height: 20px;
    }

    #contact_intro {
        font-size: 16px;
        /* font-style: italic; */
        line-height: 16px;
    }

    .pc_imgBox img{
        margin-top: 70px;
    }

    .index-icon,
    #indexpicture,
    #aboutpicture,
    #contactlayout {
        display: inline;
        /* flex-direction: row; */
    }
}

@media only screen and (max-width: 568px) {

    header .intro-text {
        top: 39%;
    }
    #contact_intro {
        font-size: 12px;
        /* font-style: italic; */
        line-height: 12px;
    }
    .pc_imgBox img{
        margin-top: 70px;
    }
}
