* {
	margin: 0px;
	padding: 0px;
}

html {
    height: 100%;
}

body {
    background-color: #ffffff;
	color: #000000;
    height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
    font: 400 11px 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
}

*:focus {
    outline: none;
}

img, form, input[type="text"], input[type="submit"], button {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input[type="text"],
input[type="submit"],
textarea {
    font: 400 11px 'Open Sans', sans-serif;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
}

*.unselectable {
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/OpenSans-Semibold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/OpenSans-Bold.ttf");
}

#superglobal {
    position: relative;
    min-height: 100%;
}

#global {
    padding-top: 50px;
    position: relative;
    min-height: 100%;
}

#donation-wrapper {
	background-color: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	height: 100px;
	margin-top: 20px;
	width: 310px;
}

#patreon {
	background-color: #374047;
	background-image: url(../images/patreon.png);
	background-size: 310px 100px;
	border-radius: 5px;
	display: block;
	height: 100px;
	margin-top: 20px;
	transition: all 0.2s ease-out;
	width: 310px;
}

#patreon:hover {
	background-color: #1f2529;
}
