body, html {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

.bg-main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 100%;
    display: block;
    background-image: url('images/background.jpg');
}

.animate-opacity {
    animation: opac 1.5s
}

.position {
    line-height: 1.4em;
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.center {
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	margin-top:5%;
	position:relative;
}

.col {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    align-items: flex-start;
}

.col-person h4 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0em;
}

.col-item {
    align-content: center;
    align-self: center;
    margin: 50px;
    text-align: center;
}

.col-person {
    color: #626470;
    width: 420px;
    align-self: baseline;
}

a:hover {
    color: #fff;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #ccc;
}

.selection-box h2 {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #626470;
}

.selection-box {
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border-style: dotted;
    border-width: 1px;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, 0.01);
    box-shadow: none;
    padding: 20px;
    max-width: 450px;
}

.location-box {
    background: rgba(10, 9, 9, 0.03);
    padding: 60px 0px;
}

.img-round {
    border-radius: 50%;
}

footer {
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: white;
}

.location-item .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    border-radius: 50%;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.person-envelope {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 3rem;
    width: 3rem;
    margin: 0.15rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.person-envelope:hover {
    background-color: #626470;
    color: #626470;
    box-shadow: 0 0 0 2px #626470 inset;
}

.person-envelope i {
    color: #fff;
    z-index: 2;
}

.fadeIn-top {
    top: 20%;
}
