.reveal section img {
    max-width: 95%;
    max-height: 95%;
    margin: 15px 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

.reveal .animations {
    position: relative;
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index: -399;
    width: 100%;
    height: auto;
    margin: 0 0;
    top: 0;
}

.reveal section img {
    margin-top: 5%;
    max-height: 80%; 
}

.reveal .marquee,.marquee {
    /*Generic for whole marquee*/
    font-size: 57px;
    overflow: hidden;
	height: 60px;
}



.reveal .marquee a:link, .reveal .marquee a:visited, .reveal .marquee span {
    /*Overrides for links, visited links and spans in the marquee*/
    color: #b8b4b4;
    text-decoration: none;
}

.reveal .marquee.hidden a:link, .reveal .marquee.hidden a:visited, .reveal .marquee.hidden span {
    color: rgba(0, 0, 0, 0);
}

@keyframes fadeText {
    from {
        color: rgba(142,138,138,2);
    }
    to {
        color: rgba(142,138,138,2);
    }
}

@-webkit-keyframes fadeText {
    from {
        color: rgba(142,138,138,2);
    }
    to {
        color: rgba(142,138,138,.4);
    }
}


.reveal .marquee a.clicked {

    pointer-events: none; /*not in IE*/
    cursor: default; /* for IE + event handler in JS*/
    /*-webkit-animation: fadeText  2s 1 forwards;*/
    /*animation: fadeText  2s 1 forwards;*/
	color: rgba(142,138,138,.2);
}

.reveal .animated-background {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    z-index: 100;
    pointer-events: none;
}

.reveal h7 {
    margin: 0 0 20px 0;
    color: #b62147;
    font-family: "Conv_CALIBRI";
    font-size: 26px;
    line-height: 0.9em;
    text-shadow: none;
}

.reveal h7b {
    margin: 0 0 20px 0;
    color: #b62147;
    font-family: "Conv_CALIBRI";
    font-size: 22px;
    line-height: 0.9em;
    text-shadow: none;
}

.reveal h8 {
    margin: 0 0 20px 0;
    color: #333333;
    font-family: "Conv_CALIBRI";
    font-size: 22px;
    line-height: 0.9em;
    text-shadow: none;
}

.reveal h8b {
    margin: 0 0 20px 0;
    color: #4a99b7;
    font-family: "Conv_CALIBRI";
    font-size: 26px;
    line-height: 0.9em;
    text-shadow: none;
}

.reveal h9 {
    margin: 0 0 18px 0;
    color: #333333;
    font-family: "Conv_CALIBRI";
    font-size: 22px;
    line-height: 0.9em;
    text-shadow: none;
}

.reveal h9b {
    margin: 0 0 20px 0;
    color: #4a99b7;
    font-family: "Conv_CALIBRI";
    font-size: 22px;
    line-height: 0.9em;
    text-shadow: none;
}

