/*@font-face { font-family: Josefin Sans; src: url('../font/JosefinSans-Regular_1.ttf'); }
@font-face { font-family: Josefin Sans; font-weight: bold; src: url('../font/JosefinSans-Bold_1.ttf'); }
@font-face { font-family: Josefin Sans; font-weight: 100; src: url('../font/JosefinSans-Thin_4.ttf'); }
@font-face { font-family: Josefin Sans; font-weight: thin; src: url('../font/JosefinSans-Light_1.ttf'); }*/


a{
	text-decoration: none;
	color: #007bff;
}
a:hover{
	color:#0056b3;
}
body{
	font-family: 'Segoe UI';
	font-size: 110%;
	background: oldlace;
	transition: 0.5s ease;
}
ul {
	text-decoration: none;
}

/*Dark mode*/
body.dark{
	color: white;
	background: #181818;
}
.dark a{
	color: lightblue;
}
.dark a:hover{
	color: lightcyan;
}
/*Dark mode end*/

.column{
	display: inline-block;
	margin: 0rem;
	vertical-align: top;
}

.center{
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto; display: inline-block;
}
.col{
	display: inline-block;
	vertical-align: top;
}
.col.title h4{
	margin: 0.3rem 0.3rem;
}

.contact>div{
	margin: 0.2rem;
}
#emailclipboard{
	text-decoration: none;
	border: none;
    font-size: 1rem;
    font-family: 'Segoe UI';
    /*font-weight: 500;*/
}

hr {
	border-top: 1px dashed #8c8b8b;
	border-bottom:none;
}

.fa
{
	opacity:0.6;
}

#copied
{
	
}