/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
	text-decoration: none;	
    color: #263248;
    font-weight: 700;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

.nav-links {
	width: 100%;
	position: relative;
}

.previous-wrapper { 
	width: auto;
	float: left;
	text-align: center;
    vertical-align: middle;
    padding: 1em;
    border: 1px dashed #000;   
}

.next-wrapper {
	width: auto;
	float: right;
    text-align: center;
    vertical-align: middle;
    padding: 1em;
    border: 1px dashed #000;
}    

.previous-wrapper:hover { 
	background: hsla(219, 31%, 22%, 0.1);
}

.next-wrapper:hover {
	background: hsla(219, 31%, 22%, 0.1);
}              