html, body, .container-table, .overlay {
    height: 100%;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
	margin:0 auto;
}

body {
    background-image: url("../img/bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.infobox {
    color: #ffffff;
    font-size: 17px;
    max-width: 60%;
	min-width: 400px;
    padding: 40px 48px;
    background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
}

.socials li {
	font-size: 21px;
	float:left;
}
.socials li:hover > a > i {
	color:#000;
}

.infobox p{
   margin-bottom: 35px;
}

.infobox h1{
    margin-bottom: 35px;
}

.infobox ul{
    list-style: none;
    padding: unset;
}

.infobox ul > li {
	margin-bottom:9px;
}

.infobox i{
    color: #fff;
}

.infobox a{
    color: #fff;
}
.infobox a:hover{
    color: #000;
    text-decoration:none;
}


.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	top: -80px;
}

.center-v {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}


.container {
    height: 100vh;
    display: flex;
    align-items: center;
}
