html, body {
    font-family: 'Dosis', sans-serif;
}
html {
    background: url("../images/bg/bg02.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    background: none;
    padding: 20px;
    max-width: 1200px;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}
h2 {
    font-size: 28px;
}
h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}
ul {
    margin-bottom: 40px;
}
ul li {
    margin: 2px;
    font-size: 2rem;
    margin-left: 20px;
}
ul li ul {
    display: inline-block;
    margin: 0;
}
ul li ul li {
    display: inline-block;
    margin: 1px;
}
.fb-like {
    margin-left: 10px;
}

.btn {
    font-weight: bold;
    font-size: 16px;
}




.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #647caf;
    border-color: #647caf;
}

.btn-facebook:focus, .btn-facebook.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:active, .btn-facebook.active,
.show > .btn-facebook.dropdown-toggle {
    background-color: #647caf;
    background-image: none;
    border-color: #647caf;
}


.btn-linkedin {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5;
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #3f98c6;
    border-color: #3f98c6;
}

.btn-linkedin:focus, .btn-linkedin.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-linkedin.disabled, .btn-linkedin:disabled {
    background-color: #0077b5;
    border-color: #0077b5;
}

.btn-linkedin:active, .btn-linkedin.active,
.show > .btn-linkedin.dropdown-toggle {
    background-color: #3f98c6;
    background-image: none;
    border-color: #3f98c6;
}



.btn-web {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-web:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-web:focus, .btn-web.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-web.disabled, .btn-web:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-web:active, .btn-web.active,
.show > .btn-web.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130;
}


.btn-instagram {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-instagram:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-instagram:focus, .btn-instagram.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-instagram:active, .btn-instagram.active,
.show > .btn-instagram.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00;
}