html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    margin-bottom: 50px !important;
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}


.table>tbody>tr>td {
    vertical-align: middle;
}


header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
}

header .container {
    padding-top: 20px;
    padding-bottom: 35px;
}

header .skills {
    font-size: 3.25em;
    font-weight: 300;
}

section {
    padding: 35px 0;
}

footer {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #2c3e50;
}


.checklist{
    margin-left: 8px;
    width: 100%;
}

.checklist input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-left: -30px;
    -ms-transform: scale(1.5); 
    -moz-transform: scale(1.5); 
    -o-transform: scale(1.5);
}

.checklist label{
    font-size: large;
}

