@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    background-color: #f2f2f2;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}

p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

a {
    color: #1abc9c;
    word-wrap: break-word;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
    text-transform: uppercase;
}

.navbar-dark {
    padding-bottom: 40px;
    padding-top: 40px;
    color: white;
}

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
}

.navbar-nav > li > a {
    font-weight: 500;
    font-size: 15px;
}

.navbar-nav > li > a:hover {
    font-weight: 700;
}

.container {
    width: 100%;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.header {
    text-align: center;
    margin-top: 3rem;
}

.header h1 {
    margin: 0;
}

.contact-info {
    text-align: center;
    margin-bottom: 20px;
}

.contact-info a {
    color: #1abc9c;
    text-decoration: none;
}

.section {
    margin-bottom: 20px;
}

.section h2 {
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

.skills ul {
    list-style: none;
    padding: 0;
}

.skills ul li {
    display: inline;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 4px;
}
