* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Source Sans Pro", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center;
    color: #414f57;
    background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
footer {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 17.5px;
    color: white;
    line-height: 75px;
    position: absolute;
    bottom: 0;
}
footer a{
	color: white;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;	
	line-height: 20px;
}
footer a:hover{
	color: white;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    margin: 0 35px;	
}
div.main {
    width: 450px;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 15px;
    display: inline-block;
    height: 620px;
    margin-top: calc(((100vh - 700px) / 2));
}
div.main section.photo {
    height: 210px;
}
div.main section.photo img {
    height: 200px;
    /*border-radius: 50%;*/
}
div.main section.info {
    height: 60px;
}
div.main section.info2 {
    height: 100px;
}
div.main section.info h1 {
    font-size: 28px;
    /*font-weight: 400;*/
    line-height: 33px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.main section.info h2 {
    font-size: 15px;
	padding-top: 40px;
    /*font-weight: 300;*/
    line-height: 24px;
}
div.main section.info2 h2 {
    font-size: 14px;
	padding-top: 50px;
    /*font-weight: 300;*/
    line-height: 22px;
}
div.main section.links {
    height: 100px;
    padding-top: 35px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
div.main section.links2 {
    height: 100px;
    padding-top: 40px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
div.main section.links a,div.main section.links2 a {
    height: 50px;
    text-decoration: none;
    display: inline-block;
    margin: 0 14px;
}
div.main section.links a svg,div.main section.links2 a svg {
    height: 50px;
    width: auto;
}
div.main section.links a svg path,div.main section.links2 a svg path {
    fill: #c8cccf;
    transition: fill 0.25s ease;
}
div.main section.links a:hover svg path,div.main section.links2 a:hover svg path {
    fill: #414f57;
}

@media only screen and (max-width: 444.44px) {
    div.main {
        width: 90%;
    }
}
@media only screen and (max-height: 653.88px) and (max-width: 444.44px) {
    div.main {
        margin: 5vw 0;
        margin-bottom: 0;
    }
    footer {
        position: relative;
    }
}