@font-face {
    font-family: 'Dosis Book';
    src: url(./Dosis-Book.ttf);
}

html {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fafafa;
    font-family: Dosis Book, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #315c44;
}

.background {
    position: fixed;
    left: 0;
    top: 0;
}

.background-image {
    background-image: url("mountain.jpg");
    background-position: center;
    background-size: cover;
    filter: blur(10px);
    width: 110%;
    height: 110%;
    margin: -5%;
    z-index: 10;
}

.background-shadow {
    background-color: rgba(30, 30, 30, 0.4);
    width: 100%;
    height: 100%;
    z-index: 20;
}

.content {
    position: relative;
    width: 250px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 30;
    text-align: center;
    min-height: 400px;
}

.content-header {
    position: relative;
    display: block;
    width: 100%;
}

.photo {
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 200px;
}

.photo-background {
    /*background-color: #fafafa;*/
    /*padding: 2px;*/
    /*background-color: rgba(240, 240, 240, 0.9);*/
    /*box-shadow: 0 0 5px 1px #fafafa;*/
}

.photo-photo {
    background-image: url('./photo.jpeg');
    background-position: center;
    background-size: 100%;
    /*box-shadow: inset 0 0 5px 1px #fafafa;*/
}

.title {
    margin-bottom: 0;
}

.title-job {
    color: #ccc;
}

.line {
    width: 100%;
    height: 1px;
    margin: 10px 0 10px 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(240, 240, 240, 0.3);
}

.contact {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
}

.social {
    display: block;
    color: #fafafa;
    text-decoration: none;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}

a.social:hover {
    opacity: 0.7;
}

.social > small {
    color: #ccc;
}

.social > p {
    margin: 0;
}