.flexLayoutGroup {
    display: flex;
    display: -webkit-flex; /* For support in a series of Webkit browsers */
    display: -ms-flex; /* For support in IE 10 */

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;

}
.fa{
    color:#00FE00;
}
iframe{
    border: 0px;
}

.caseStudyBox {

    border: 1px solid #00FE00;
    margin: 2rem;
    padding: 1rem;
    text-align: center;
}

.flexLayoutItem {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    width: 50%;

}
.reflectionsText{
    margin: auto;
}
.reflectionsText p{
    margin-bottom: 3rem;
}
#jubileeProcess {
    max-width: 20rem;
    height: auto;
    margin: 0 0 1rem 0;
}
#jubileePoster {
    border:1px solid #F5F5F5;
    height: auto;
    margin: auto;
}

iframe {
    padding-top: 1rem;
}

footer a:hover {
    text-shadow:
        3px 0px 3px #00FE00,
        -3px 0px 3px #00FE00,
        6px 0px 6px #00FE00,
        -6px 0px 6px #00FE00;
    padding: 0.1rem;
}
img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: mr-eaves-modern, sans-serif;
    font-style: normal;
    font-weight: 100;
    margin: 5%;
}

h1, h2 {
    font-size: 2em;
}
h2{
    font-weight: 400;
}
h1 {
    font-size: 4em;
    font-weight: 400;
}
h3{
    font-weight: 300;
}

p {
    color: #616244;
    line-height: 2rem;
}

ul {
    padding-left: 0px;
    list-style: none;
}
li{
    color: #616244;
    margin-bottom: 5px;
}

a {
    color: black;
    text-decoration: none;
}

nav a.right {
    float: right;
}

nav a:hover {
    font-weight: bold;
}
nav{
    margin-bottom: 3rem;
}

a:hover .limify {
    color: #00FE00;
}
hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #00FF00;
    margin: 1em 0;
    padding: 0;
}

.processText{
    background-color: #F8F9F9;
    padding:1rem;
}
figcaption { opacity: 0; }

.styleGuideGrid {
    min-height: 1rem;
    margin-bottom: 0;
    background: #00FF00;
    margin:1%;
}
.styleGuideSection{
    background-color: #fcfcfc;
    margin-bottom:3%;
    padding:1%;
}

