html, body {
    height:100%;
    min-height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:'Open Sans', sans-serif;
    color:#000;
    font-size:16px;
    line-height:1.6;
}

.container {
    width:1200px;
    max-width:100%;
    margin:0 auto;
}

.row-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo {
    width:250px;
    margin-right:30px;
    float:right;
}

.text-right {
    text-align:right;
}

.border-left {
    border-left:1px solid #ddd;
    padding-left:35px;
}

h1 {
    font-family:'Roboto Slab', sans-serif;
    font-size:60px;
    color:#33BBF5;
    font-weight:800;
    margin-top:0;
    margin-bottom:30px;
}

h2  {
    font-family:'Roboto Slab', sans-serif;
    color:#000;
    margin-top:0;
    margin-bottom:20px;
}