/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

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;
}

h1{
    font-size: 25px;
}

.form-group {
    margin-bottom: 0px;
}

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

select{
    display: block;
    height: 53px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
}

.finalink {
    font-size: 1.25em;
    font-weight: 100;
    margin: 0 auto 20px;
    text-align: center;
}

.finalink2 {
    font-size: 1.25em;
    font-weight: 300;
    margin: 0 auto 20px;
    text-align: center;
}

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;
}

section h2 {
    margin: 0;
    font-size: 3em;
}


footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}