body, html {
    width: 100%;
    height: 100%;
}
.bgsite {
    width: 100%;
    height: 100%;
    background: url("../images/bg_full.jpg") 50% 50%;
    background-size: cover;
    
}

.white {color: white;}
.gray {color: #979797;}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}
h4 {
    font-family: 'Poppins', sans-serif;
}
h1 {font-size: 55px; font-weight: 600; letter-spacing: 5px;}
h3 {font-size: 20px; font-weight: 400; letter-spacing: 3px;}
h4 {font-size: 18px; margin-top: 40px; line-height: 1.5; }

a {color: #d53333; transition: all .1s ease-in-out;}
a:hover {
    opacity: 0.8; color: #d53333; text-decoration: none;
}
a.linkedin {color: #fff; transition: all .1s ease-in-out;}
a.linkedin:hover {
    opacity: 0.8; color: #fff; text-decoration: none;
}
.information-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
}
.information {
    display: table-cell;
    vertical-align: middle;
}
.photome {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 40px 0px;
    margin-left: calc(50% - 75px);
    background: red;
    overflow: hidden;
}
.bottominfo {
    position: absolute;
    bottom: 0px;
    text-align: center;
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
    background: #a72657;
}
.bottominfo h2 {
    font-size: 25px;
    margin-top: 14px;
}