html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-silver {
    background: linear-gradient(90deg, #f5f5f5, #e0e0e0);
}


.font-oswald-100 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.font-oswald-200 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.font-oswald-300 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.font-oswald-400 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.terminal-log {
		font-family: 'Consolas', 'Courier New', monospace;
		white-space: pre-wrap;
	}

	.terminal-log::-webkit-scrollbar {
		width: 8px;
	}

	.terminal-log::-webkit-scrollbar-track {
		background: #343a40;
	}

	.terminal-log::-webkit-scrollbar-thumb {
		background: #6c757d;
		border-radius: 4px;
	}

	.terminal-log::-webkit-scrollbar-thumb:hover {
		background: #adb5bd;
	}