
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	overflow-x: hidden;
	
}

.loader{
	height: 100vh;
	width: 100vw;
	background-color:#fff;
	position: fixed;
	z-index: -1500;
}

.loader img{
	margin-top: 50vh;
	transform: translate(-60%, -50%);
	margin-left: 50vw;
	text-align:center;
}

a, button {
	transition: all 0.3s ease;
	color: #000;
	z-index: 2008;
}

button:focus {
    outline: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	text-decoration: none;
	outline: none;
}

h1 {
	color: #000;
	font-size: 4rem;	
}

p {
	color: #000;	
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 99%;
}


.tm-content {
    z-index: 2001;
}


.tm-social-icons-container {
	margin-top: 50vh;
	padding-top: 90px;
	width: 100vw;
	left: 0;
	text-align:center;
	z-index: 1003;
}

.tm-social-link {
    border-color: #000;
    color: black;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
	z-index: 1003;
}

.fa {
    color: #000;
}

.footer-link {
    margin-bottom: 20px;
	font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: black;
    text-align:center;
    width:100%;
    z-index: 1001;
}

