/* Cool colors blue greens torqoise turmaline #c0d3eb #95f5fb 51%) */

.mybox1 {
    border: #eeeeee thin solid; 
     height: 5px;
    margin: 40px;
    width: 600px;
    margin: auto;
    display: block;
}

.red-emphasis {
    font-size: 20px;
    color: #e83737;
}

 .rtBibleRef, .BigEmphasis {
            font-size: 18px;
            font-weight: 600;
            color: #4A639E;
        }

        div.sayingsofjesus p i {
            margin: 12px;
            color: #4262b9;
        }


        .magnify::after {
            content: url('pics/magnifying-glass.png');
            /* with class .magnify ??*/
            padding: 12px 4px 0 7px;

        }

div.hiddentext1, div.hiddentext2 {
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:auto;
/*    overflow-x:hidden;*/
    
/*
            position: fixed;
            top:0;
*/
            left:0px;
            padding: 24px;
            width: 100%;
            border: 3px solid #000000;
        background-color: #fff;
        color: #000;
        font-size: 18px;
            display: none;
            z-index: 91999;
                    }
                    
                    body, html {
   /* This is so the secretbutton divs will be 100% capable */
/*                        height: 100%;*/
}
   
        div.secretbutton1, div.secretbutton2 {
        	position:fixed;
            bottom: 0;
            height: 40px;            
        	
        }
        div.secretbutton1 {
           left: 0;
          
            width:40px;
/*            background-color:#ccc;*/
            z-index: 9999999;
            }
        
        div.secretbutton2 {
             right: 0;
            width:40px;
/*            background-color:yellow;*/
            z-index: 9999999;
             }

div.veganlions {
/*    display: none;*/
}
div#veganlogo1 {
    position:absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url(../../pics/animal-vegan-icons/vegan-logo.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 70px;
    z-index: 200;
    cursor: pointer;
    
}

div#veganlogo2 {
    position:absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    z-index: 200;
}



.roundMe {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}


.roundMeSmall {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.glow:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    cursor: pointer;
}

.glow:hover,
.greenGlow {

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    box-shadow: 0px 0px 30px 0px rgba(0, 255, 0, 0.67);
    -webkit-opacity: 0.12;
    -moz-opacity: 0.12;
    opacity: 0.12;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;

}

.glowRed,
glowBlue:hover {

    -webkit-box-shadow: 0px 0px 30px 0px rgb(255, 164, 164, 0.67);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 164, 164, 0.67);
    box-shadow: 0px 0px 30px 0px rgba(255, 164, 164, 0.67);
}

.glowBlue,
glowBlue:hover {

    -webkit-box-shadow: 0px 0px 30px 0px rgb(0, 92, 185, 0.67);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 92, 185, 0.67);
    box-shadow: 0px 0px 30px 0px rgba(0, 92, 185, 0.67);
}

.glyphicon {
    display: inline;
    /*            margin: 0;*/
}

.fire-spinning {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.spinme {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 7s linear infinite;
    -moz-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*     Youtube Style Below */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.yellowUnderline {
    border-bottom: 3px solid #f8cd4ac0;
    display: inline;
}

.yellow {
    background-color: #fff999;
    font-size: 22px;
}

.emphatic {
    font-size: 24px;
    line-height: 1.1em font-weight: 700;
}

.drop {
    float: left;
    font-family: Old English, Georgia, serif;
    font-size: 300%;
    line-height: 0.85em;
    margin-right: 0.03em;
    margin-bottom: -0.25em;
}

hr {
    width: 40%;

}

p#bigText {
    text-align: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*        Youtube Embed Responsively*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


p.bluegreen1 {

    background: #eff7e1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eff7e1 0%, #fafcf4 35%, #c7d7e2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff7e1), color-stop(35%, #fafcf4), color-stop(100%, #c7d7e2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eff7e1 0%, #fafcf4 35%, #c7d7e2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eff7e1 0%, #fafcf4 35%, #c7d7e2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eff7e1 0%, #fafcf4 35%, #c7d7e2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eff7e1 0%, #fafcf4 35%, #c7d7e2 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7e1', endColorstr='#c7d7e2', GradientType=0);
    /* IE6-9 */
}

p.gradient1 {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.49) 48%, rgba(255, 255, 255, 0.47) 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(48%, rgba(255, 255, 255, 0.49)), color-stop(50%, rgba(255, 255, 255, 0.47)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.49) 48%, rgba(255, 255, 255, 0.47) 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.49) 48%, rgba(255, 255, 255, 0.47) 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.49) 48%, rgba(255, 255, 255, 0.47) 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.49) 48%, rgba(255, 255, 255, 0.47) 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#78ffffff', GradientType=0);
    /* IE6-9 */
}

.opacity8 {
    padding: 12px 12px 12px 20px;
    background-image: url(opacity-png/white_opacity_93.png);
}

.grunge {
    width: 100%;
    max-width: 700px;
    min-width: 200px;
    padding: 0px 12px 12px 12px;
    color: #4B4B4B;
    margin: 0 auto;
    background: url(grunge-backgrounds/little-alien-egg-grunge-v4-opacity.png) repeat fixed;
}
