html{
    -ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #335;
}
body{margin:0;}
header,section{display:block}
a{background-color:transparent}
a:active,a:hover{outline:0}
img{border:0}
.row{margin-left:-1.25em}
.col{background-clip:content-box;box-sizing:border-box;display:inline-block;margin-right:-.25em;min-height:1px;padding-left:1.25em;position:relative;vertical-align:top}
.c6{width:50%;max-width: 25em;}
@media (max-width:30em){.col{width:100%;margin-bottom:1.25em}
}
section {margin:1em;}
header {
    padding: 1em;
    background: #2d76c5;
    color: #fff;
}
header h1, header h2 {margin:0}
h2 small {font-weight:normal;}
.btn {
    background-color: #5393da;
    border: 0;
    border-radius: .25em;
    cursor: pointer;
    display: inline-block;
    padding: .5em 1.5em;
    outline: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.card {
    position: relative;
    overflow: hidden;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card, .btn{
    transition: box-shadow .25s;
}
.card:hover, .btn:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
}
.card .card-image {
    position: relative;
}
.card .card-image img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .card-image .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.card .card-title {
    font-size: 200%;
    font-weight: bold;
    background: rgba(255,255,255,.7);
    width: 100%;
    border-bottom: 2px solid #ddd;
}
.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}
*, *:before, *:after {
    box-sizing: inherit;
}