@font-face {
	font-family: 'monofonto';
	src: url('https://donutteam.com/assets/css/fonts/mf/monofonto-webfont.eot');
	src: url('https://donutteam.com/assets/css/fonts/mf/monofonto-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://donutteam.com/assets/css/fonts/mf/monofonto-webfont.woff2') format('woff2'),
		 url('https://donutteam.com/assets/css/fonts/mf/monofonto-webfont.woff') format('woff'),
		 url('https://donutteam.com/assets/css/fonts/mf/monofonto-webfont.ttf') format('truetype'),
		 url('https://donutteam.com/assets/css/fonts/mf/monofonto-webfont.svg#monofontoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.proof {
	font-weight: bold;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: red;
	margin-bottom: 20px;
}


.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flexbox-container > div, .flexbox-container > a {
	width: 50%;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #000;
	color: #000;
	padding: 50px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}

.flexbox-container > a:hover {
	background: #ececec;
}

.flexbox-container > div:first-child, .flexbox-container > a:first-child {
	margin-right: 20px;
}

.question {
	margin: 10px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
}
.question > .new {
	width: 26px;
	height: 9px;
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	background-image: url(/images/new.gif);
}
.question > strong {
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	background: #f9f9f9;
	cursor: pointer;
}
.question > p,.question > div {
	display: none;
}
.question.show > p,.question.show > div {
	padding: 10px;
	display: block;
}

.navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin:-5px -2px 0px -2px;
	cursor:default;
}
.navigation ul li
{
	display:inline-block;
	margin:5px 2px 5px 2px;
	font-size:1.1em;
}
.navigation ul li a
{
	color:black;
	display:block;
	padding:8px;
	background-color: white;
	border: 1px solid #000;
}
.navigation ul li a:hover, .navigation ul li.current a
{
	background-color: yellow;
}
.navigation ul li a, .navigation ul li a:hover
{
	text-decoration: none;
}

@keyframes flash {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
}

.lol {
	animation-name: flash;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: normal; /* not "linear" */
	animation-fill-mode:forwards;
    animation-timing-function:steps(3, end);
	cursor: default;
}

.embed-container { position: relative; padding-bottom: 56.25% !important; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
