.content {
    text-align: center;
}

.topnav {
	overflow: hidden;
  	background-color: #333;
}

.title {
    font-size: 84px;
    margin-top: -20px;
}

.title-sub {
	font-size: 30px;
}

.linktohome{
    text-align: center;
    float: left;
    position: absolute;
    left: 10px;
    top: 10%;
}

.linktohome > a {
    color: #FFFFFF;
    text-decoration: none;
}

.links {
	text-align: center;
	float: right;
	position: absolute;
	right: 10px;
	top: 40%;
}

.links > a {
    color: #FFFFFF;
    margin-right:30px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.register
{
    margin-top: -3px;
    margin-right:40px;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
    font-weight: 600;
    color: white;
    background: #019AD2;
}
.register:hover
{
    background-color: #00b686;
}

.m-b-md {
    margin-bottom: 30px;
}

.full-height {
    height: 15vh;
}

.flex-center {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}

.position-ref {
    position: relative;
}
