/* FONTS */
@font-face {
    font-family: 'Sanseriffic';
    src: url('../fonts/Sanseriffic.otf');
}

@font-face {
    font-family: 'Aller';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Aller_Rg.ttf');
}

/* #teamDOGE */
.teamdoge {
    font-size: 50px;
    text-align: center;
    font-family: 'Sanseriffic';
}

.teamdoge-hello {    
    margin-top: -185px;
}

.doge-teamdoge {
    font-size: 550px;
    text-align: center;
}

/* DIFFERENT STUFF */
.button {
    background-color: #262626;
    border: none;
    font-size: 30px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 18px -4px black;
    transition: all .3s;
    cursor: pointer;
    color: aqua;
	height: 30px;
}

.button:hover {
    box-shadow: 0 5px 21px -1px black;
}

.button:hover span {
    display: inline-block;
}

.download {
    font-size: 25px;
}

.screenshot {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #262626;
	border-radius: 10px;
	box-shadow: 0 5px 18px -4px black;
	transition: box-shadow .3s ease-in-out;
}

.screenshot:hover {
    box-shadow: 0 5px 21px -1px black;
}

.hello {
    font-size: 150px;
    text-align: center;
    font-family: 'Sanseriffic';
}

.hello-small {
    font-size: 50px;
    text-align: center;
    font-family: 'Sanseriffic';
}

.welcome {
    font-family: Sanseriffic;
    color: aqua;
    text-align: center;
}

.socials {
    font-size: 80px;
    word-spacing: 60px;
}

/* NAVIGATION BAR */
.topbar {
    font-family: Sanseriffic;
    font-size: 90px;
    text-align: center;
    background-color: #1a1a1a;
    padding: 10px;
    transition: box-shadow .3s ease-in-out;
    box-shadow: 0 5px 18px -4px black;
    position: fixed;
    width: 100%;
    margin-top: -8px;
    margin-left: -8px;
}

.topbar-links {
    font-size: 50px;
	
}

.topbar:hover {
    box-shadow: 0 5px 21px -1px black;
}

/* CONTENT */
.content {
    width: 85%;
    background-color: #1a1a1a;
    margin: 175px auto;
    padding: 30px;
    transition: box-shadow .3s ease-in-out;
    box-shadow: 0 5px 18px -4px black;
}

.content:hover {
    box-shadow: 0 5px 21px -1px black;
}

/* tables */
table {
	text-align: center;
	table-layout: fixed;
	border-spacing: 0;
	border: 1px solid #004646;
	box-shadow: 0 0 30px 2px black;
	-webkit-box-shadow: 0 0 30px 2px black;
}

td {
	border-bottom: 1px solid #009999;
	padding: 5px;
	background-color: #2A2A2A;
}

col {
	width: 120px
}

th {
	font-family: 'Sanseriffic';
	font-size: 30px;
	font-weight: normal;
	background-color: #1A1A1A;
}

.table-header {
	background-color: #212121;
}

/* EVERYTHING ELSE */
body {
    background-color: #262626;
    color: #009999;
    font-size: 20px;
    font-family: 'Aller';
    font-style: normal;
    font-weight: normal;
}

a, a:visited, a:focus {
    color: aqua;
    text-decoration: none;
    transition: text-shadow .3s ease-in-out;
}

a:hover {
    text-shadow: 0px 0px 15px aqua;
}

h1 {
    font-family: 'Sanseriffic';
    font-size: 60px;
    border-bottom: 1px solid #009999;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    font-family: 'Sanseriffic';
    font-weight: normal;
}

h3 {
	font-size: 40px;
	font-family: 'Sanseriffic';
	font-weight: normal;
}

p {
    padding: 30px
}

code {
    background-color: #262626;
    border-radius: 5px;
    padding: 2px;
}

q {
    font-style: italic;
}
footer {
    text-align: center;
    margin-top: -100px;
}

.stuff {
    font-size: 50px;
}

.wip {
    font-size: 60px;
    text-align: center;
    font-family: 'Sanseriffic';
    color: yellow;
}

.donate {
    font-size: 45px;
}

.desc {

	
}

.yt {
	font-size: 40px;
}

.center {
	text-align: center
}