/*fonts
grixel_acme_7_wide_xtnd, "Courier New", Verdana, Arial;
"Courier New", Verdana, Arial; line-height:32px font-size:16px

palette -
'text': '#352F44',
'background': '#FAF0E6',
'primary': '#aa5ee0',
'secondary': '#c5c5d8',
'accent': '#5b5470',
*/

body {
    background-color: #1A1A1A;
    padding: 0;
    margin: 0;
      
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


.column {
    float:left;
    width:33%;
}

#title {
    color:#FFFFFF;
    text-align:center;
    font-size: 32px;
    font-family:'Courier New', Verdana, Arial;
}

.image {
    display: block;
    width: 400px;
    height: 250px;
    border-radius:15px;
    margin-left:30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.container {
    float:left;
    position: relative;
    width: 33%;
}

.overlay {
    margin-left:30px;
    border-radius:15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #16161a;
    opacity:90%;
    overflow: hidden;
    width: 400px;
    height: 0;
    transition: .5s ease;
  }

.container:hover .overlay {
    height: 100%;
}

.text {
    color: #fef6e4;
    font-size: 16px;
    font-family:'Courier New', Verdana, Arial;
    float:left;
    margin-left:15px;
}

.rating {
    color:#E74C3C;
    font-size: 32px;
    font-family:'Courier New', Verdana, Arial;
}

#slogan {
    text-align: center;
    font-size: 32px;
    font-family:'Courier New', Verdana, Arial;
    color:#E74C3C;
    padding-bottom:15px;
}

.label{
    font-size: 32px;
    font-family:'Courier New', Verdana, Arial;
    text-align:center;
    margin-top:100px;
    color:#FFFFFF;
}

.backgroundCircle {
    background-color:#3498DB;
    border-radius:100px;
    width:60px;
    height:60px;

}

.buttons {
    vertical-align: bottom;
    position:relative;
    left:40%;
    width:300px;
    margin-top:50px;

}

.buttonColumn {
    float:left;
    width:25%;
    margin-left:15px;
}

.backgroundCircle.hover {
    background-color:#2cb67d;
}

.button {
    color:#2C3E50;
}

.button:hover {
    color:#fef6e4;
}

.link {
    position:relative;
    top:35%;
    left:25%;
}

#heading {
    background-color:#141414;
    height:100%;
    width:100%;
    padding-top:15px;
    text-align:center;
}