html {
    font-size:10px;
    font-family: "Trebuchet MS";/*, sans-serif, serif;*/
    /*font-family: 'bitstream_vera_sansroman';*/
}

/*
@font-face {
    font-family: 'bitstream_vera_sansroman';
    src: url('fonts/vera-webfont.woff2') format('woff2'),
         url('fonts/vera-webfont.woff2') format('woff');
}
*/

body {
    background: #d1d1d1;
    height: 100%;
    width: 100%;
    color: #cccccc;
    margin: 0;
}

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 12em;
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
        margin: 0 auto;
    }
}

.center {
    text-align: center;
}
.container {
    background: #07325f;
}
.container li {
    list-style: none;
}
.bg:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    #opacity : 0.2;
    z-index: -1;
}

.youtube:after {
  background: url(images/YouTube-icon-full_color_640.png) center center no-repeat;
}
.ark{
    color: #cccccc;
}
.ark:after {
  background: black url(images/Ark_Black.png) center center no-repeat;
}
.blue {
    color: #4c99ff;
    font-weight: bold;
}
a:link,a:visited {
    color: #cccccc;
    text-decoration: underline;
}
a:hover {
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5) ;
    text-decoration: none;
    font-weight: bold;
}
.info-box {
    margin: 0 auto;
    text-align: center;;
}

.card {
    display: inline-block;
    width: 300px;
    height: 310px;
    margin-bottom: 1.5em;
    vertical-align: middle;
    /*border: 1px solid black;*/
}

.card header {
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
}

.card img {
    margin: 0 auto;
    display: block;
}

.card footer {
    text-align: left;
    font-size: 1.6em;
    line-height: 1.2;
    padding: 1em;
}
.facts {
    width: 55%;
    margin-left:45%;
    /*border: 1px solid black;*/
    display: inline-block;

}
.facts li {
    list-style: circle;
    text-align: left;
}
.facts h4 {
    margin: 0;
}
.stand-out {
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;
    font-weight: bold;
    font-size: larger;
}

.ribbon {
    font-size: 16px !important;
    /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

    width: 70%;

    position: relative;
    background: #0b54ba;
    color: #fff;
    text-align: center;
    padding: 1em 2em; /* Adjust to suit */
    margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #0b4f9f;
    z-index: -1;
}
.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}
.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #073f80 transparent transparent transparent;
    bottom: -1em;
}
.ribbon .ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

.non-semantic-protector { position: relative; z-index: 1; }