@media (max-width: 576px){
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
.footer-bg {
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.33);
    background: 
    linear-gradient(
      rgba(255, 255, 255, 0.03), 
      rgba(255, 255, 255, 0.03)
    ),
    url(https://atoka.pw/static/images/backgrounds/bg2.png);
    height: 180px;
    margin: 0px 0px -30px 0px !important;
    padding: 25px 0px 0px 0px;
    text-align: center;
    flex: 0 0 auto;
    left: 0;
    bottom: 0;
}
.footer-info-block {
    color: #2eb1ee;
    padding-top: 24px;
    float: left;
    font-size: 14px;
    padding-right: 24px;
    text-align: left;
}

.footer-info-block a{
    color: #2eb1ee !important;
}

.footer-logo {
    color: white;
    font-size: 30px;
    padding-top: 24px;
    text-align: right;
    height: 100px;
}

.footer-logo>.subtitle{
    font-size: 18px;
    float: right;
}

.footer-info-block>.footer-title{
    color: white !important; 
    font-size: 20px; 
    font-weight: 600; 
}

ripple.logo {
	padding-top: 4px;
}

.huge.heading {
	background-color: #2e2e2e;
	width: 100%;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.huge.heading.right .ui.container {
	text-align: right;
}
@media (max-width: 700px) {
	.huge.heading {
		height: 100px;
	}
	.huge.heading h1 {
		font-size: 24pt;
		padding-bottom: 10px;
	}
}
@media (min-width: 700px) {
	.huge.heading {
		height: 175px;
	}
	.huge.heading h1 {
		font-size: 40pt;
		padding-bottom: 15px;
	}
}

.huge.heading h1 {
	color: #f9f9f9;
	text-shadow: 0 2px 10px #000;
}

.main.wrapper {
	padding-bottom: 30px;
	background-attachment: fixed;
	background-size: cover;
}

img {
	max-width: 100%;
}

a.inherit {
	color: inherit;
	opacity: 0.9;
}
a.inherit:hover {
	opacity: 1;
}

.autopad {
	margin: 1rem 0;
}
.autopad:first-child {
	margin-top: 0;
}
.autopad:last-child {
	margin-bottom: 0;
}

.margined.container {
	margin: 1rem;
}

.main.wrapper {
	min-height: calc(100vh - 919px);
}

.footer {
	border-top: 1px solid #bbb;
	padding: 25px 20px;
}

.top.right.icon {
	cursor: pointer;
	position: absolute;
	margin: 0;
	top: .78575em;
	right: .5em;
	opacity: .7;
	-webkit-transition: opacity .1s ease;
	transition: opacity .1s ease;
}
.no.top.margin {
	margin-top: 0;
}
.no.bottom.margin {
	margin-bottom: 0;
}

.menu:not(.secondary) > .item.active {
	font-weight: bold;
}

.menu:not(.secondary) > .itemgray.active {
}

.mode-container {
	margin: 1rem 0;
}

.youtube.video.container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.youtube.video.container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.smallpadd {
	margin: 0 .2em !important;
}

.status-head {
  padding:0;
  margin: 0;
  text-align: right; 
  font-size: 35px;
}
.status-footer {
  font-size: 20px;
  text-align: right;
}
.status-icon {
  font-size: 4em!important;
  padding-top: 30px;
}

.white.background {
    background-image: url(https://atoka.pw/static/images/icons/button.svg);
    background-color: #2eb1ee;
    box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.11);
}
body.ds .white.background {
    background-image: url(https://atoka.pw/static/images/icons/button.svg);
    background-color: #2eb1ee;
    box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.11);
}

.user.avatar {
	float: left;
	overflow: auto;
	padding-right: 10px;
	display: block;
	height: 80px;
}

.ui.attached.segment {
	margin: 0 auto !important;
}

.ui.attached.menu, .ui.attached.segment {
	width: 100%;
	max-width: 100%;
}

.table.element {
	display: table-cell;
	vertical-align: middle;
}
.table.element h1, .nopad {
	padding: 0 !important;
	margin: 0 !important;
}
.magic.table {
	overflow: auto;
	display: table;
	width: auto;
	display: inline-table;
	height: 80px;
}
.overflow.auto {
	overflow: auto;
}

.magic.table.floating.right {
	float: right;
}

.subtitle, .about.title {
	color: rgba(255,255,255,.8);
}
.subtitle b {
	color: rgba(255,255,255,.94);
}

/* ds = Dark Site */
body.ds .subtitle, body.ds .about.title {
	color: rgba(255,255,255,.8);
}
body.ds .subtitle b {
	color: rgba(255,255,255,.94);
}

.little.margin.top {
	margin-top: 8px;
}

.two.column.table td {
	width: 50%;
}

.centered {
	text-align: center;
}

.ui.secondary.inverted.main.menu {
	background-color: #1B1C1D;
}

.ui.inverted.input > input {
	background: #444;
	color: #FFF;
}
.ui.inverted.input > input::selection {
	background-color: rgba(255,255,255,.5);
}
.ui.inverted.input {
	color: #FFF;
}
.dropped {
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.21) !important;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.21) !important;
}

.score-table th:not([colspan]):nth-child(2) {
	width: 15%;
}

#userpage-content {
	background: rgba(34,34,34,0.5);
	max-height: 500px;
	overflow: auto;
}

#profile-actions {
	text-align: right;
	padding-top: 2px;
}
#profile-actions button, .smalltext.button {
	font-size: .7rem;
}

.emoji {
	width: 1em;
}

.right.aligned { text-align: right; }
.left.aligned  { text-align: left; }

.clickable { cursor: pointer; }

/* thanks bootstrap */
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #af615a;
	background-color: #1b1d23;
	border-radius: 4px;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.g-recaptcha > div {
	margin: 0 auto;
}

.big.text {
	font-size: 2rem;
}

.about.subtitle {
	margin-top: 10px;
	font-size: 1.35rem;
}

.about.title {
	margin-top: 15px;
	font-size: 1.5rem;
}

.nopadding.segment {
	padding: 0;
}

@media (min-width: 768px) {
	.firetrucking-right-menu {
		margin-left: auto!important;
		display: flex;
		display: -ms-flexbox;
		-ms-flex-align: inherit;
		align-items: inherit;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
	}
}

.firetrucking-right-menu .item {
	margin-left: 0;
}

.firetrucking-right-menu .itemgray {
	margin-left: 0;
}

.score.rank {
	height: 1.2rem;
}

/* quick dirty partially-working menu fixes for mobile */
@media (max-width: 911px) {
	#navbar .item {
		margin: 0 !important;
	}
	#navbar .itemgray {
	 margin: 0 !important;
	}
	#navbar {
		margin-left: 0;
		margin-right: 0;
	}
}

.tiny.container {
	margin: 0 auto;
}
@media (max-width: 720px) {
	.tiny.container {
		width: auto;
	}
}
@media (min-width: 720px) {
	.tiny.container {
		width: 720px;
	}
}

.ui.form .error.message, .ui.form .success.message, .ui.form .warning.message {
	display: block !important;
}

textarea.monospace {
	height: 320px;
	font-family: "Consolas", monospace;
}

.segment[hidden] {
	display: none !important;
}

.compact-container {
	font-size: 0;
    line-height: 0;
}

#userpage-content {
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

/* FUCK INTERNET EXPLORER */
input[type="submit"].ie {
	height: 0;
	width: 0;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* Don't ask. Simply don't. I just tried random display values and this was what worked best */
	display: flex;
}

/* A camouflaged link looks like normal text but it isn't. */
a.camouflaged {
	color: inherit;
}

a.camouflaged:hover {
	text-decoration: underline;
}

.avatar-cell {
	width: 90px;
}
.avatar-cell > img {
	margin: 0 auto;
}

.rainbow {
  
  font-size:30px;
  
  -webkit-animation: rainbow 10s infinite; 
  -ms-animation: rainbow 10s infinite; 
  animation: rainbow 10s infinite; 
}

.gradient {

	font-size: 30px;
	background: -webkit-linear-gradient(0deg, #6a35db 15%, #0bc7ff 40%, #38daff 58%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.lightblue {
  
	font-size:30px;
	color:#41a3d1;
	font-weight: lighter
  }
  .rank1 {
  
	font-size:30px;
	color:#00FFFF;
	font-weight: lighter
  }
  .red {
  
	font-size:30px;
	color:#E53813;
	font-weight: lighter
  }

  .DeepPink {
  
	font-size:30px;
	color:#FF1493;
	font-weight: lighter
  }

  .filipe {
  
	font-size:30px;
	color:#95ff91 ;
	font-weight: lighter
  }

  .BAT {
  
	font-size:30px;
	color:#FFA500;
	font-weight: lighter
  }

/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow{
  0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
  30%{color: CadetBlue;}
	40%{color: yellow;}
  50%{color: coral;}
	60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
	100%{color: orange;}
}

/* Internet Explorer */
@-ms-keyframes rainbow{
  0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
  30%{color: CadetBlue;}
	40%{color: yellow;}
  50%{color: coral;}
	60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
	100%{color: orange;}
}

/* Standard Syntax */
@keyframes rainbow{
  0%{color: orange;}	
  10%{color: purple;}	
	20%{color: red;}
  30%{color: CadetBlue;}
	40%{color: yellow;}
  50%{color: coral;}
	60%{color: green;}
  70%{color: cyan;}
  80%{color: DeepPink;}
  90%{color: DodgerBlue;}
	100%{color: orange;}
    
}

.dev
{
    color: Orange;
    text-shadow:
    -1px -1px 0 #104e8b,
    1px -1px 0 #104e8b,
    -1px 1px 0 #104e8b,
    1px 1px 0 #104e8b;
    
}

/* column in a grid which is both vertically and horizontally centered */
.ui.grid > .row > .full-centered.column {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* SO, of course: https://stackoverflow.com/a/8612047/5328069 */
img.achievement {
	-webkit-filter: drop-shadow(0 5px 5px #777);
	filter: drop-shadow(0 5px 5px #777);
}
img.locked-achievement {
	-webkit-filter: brightness(0) drop-shadow(0 5px 5px #777);
	filter: brightness(0) drop-shadow(0 5px 5px #777);
	-webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -ms-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
img.locked-achievement:hover {
	filter: gray; /* IE6-9 */
	-webkit-filter: brightness(0.5) drop-shadow(0 5px 5px #777);
	filter: brightness(0.5) drop-shadow(0 5px 5px #777);
}

.rotation {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#badgescol {
    float: left;
}
#badges {
    margin: 5px;
}
