/*@media screen and (min-width:769px) {
  .mypic {float:right}; 
}
.mypic {text-align: center;}
*/
body {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 20px;
    color: #555;
    background: #ffffff;
    background: #313943;
    background: #303336;
}

h1 {
    color: #333;
    color: #30231d;
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: -0.015em;
    margin-bottom: 48px;
}

h1:after {
    background: #6fd7f1;
    content: '';
    display: block;
    height: 3px;
    margin: 15px 0;
    width: 50px;
    color: #1fcfcb;
}

h2, h3 {
    color: #cef;
}

p, li {
    color: #555;
    color: #50413c;
    color: #bbc8d8;
    color: #c8d5e5;
    font-size: 20px;
    font-weight: 400;
}

p {
    line-height: 28px;
    /*margin-top: 0.75em;*/
    margin-bottom: 0.8em;
    /*text-indent: 36px;*/
}

p.redirection {
    text-indent: 0;
    /*text-align: center;*/
    margin: 30px 0 40px 0;
}

a {
    color: #6fd7f1;
    color: #cc3914;
    color: #1fcfcb;
    /*border-bottom: 1px solid #6fd7f1;*/
    text-decoration: none;
}

a:hover {
    /*border-bottom: 1px solid #ddd;*/
    color: #555;
    color: #50413c;
    color: #fff;
    text-decoration: none;
}

blockquote {
    /* background: #f9f9f9; */
    background: #404547;
    border-left: 3px solid #1fcfcb;
    border-left: 3px solid #cecb3d;
    /* font-size: 18px; */
    /* font-style: italic; */
    /* margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019"; */
}

.bg-1 { 
    background-color: #1abc9c; /* Green */
    color: #ffffff;
}
.bg-2 { 
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
}
.bg-3 { 
    background-color: #ffffff; /* White */
    color: #555555;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px; /* or 950px */
    /*padding-top: 70px;*/
    padding-bottom: 70px;
}
.photo_section {
  text-align: center;
}
.photo img {
    margin: 30px auto;
}

#games img {
    border: 3px #666 solid;
    margin-top: 20px;
}

#games p {
    margin-bottom: 6px;
}

#games div.genre_info {
    color: #667;
    font-size: 16px;
    font-weight: bold;
}


#games div.row {
    margin-bottom: 30px;
}

#games .genre_tag {
    margin-left: 10px;
}

#game img {
    border: 3px #666 solid;
    margin-top: 20px;
    max-width: 100%;
}

#game h2 {
    margin-top: 40px;
}

#game h2:after {
    background: #6fd7f1;
    content: '';
    display: block;
    height: 1px;
    margin: 5px 0;
    width: 200px;
    color: #1fcfcb;
}

img.pixelated {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}

