/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #0856C4;
}
a.underline {
  text-decoration:underline;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #0856C4;
  border: .05rem solid #fff;
}

.btn-secondary:hover {
  color: #fff;
  text-decoration:underline;
  background-color:#064294;
}

.btn-sm {
  padding:0.6em 1em;
}


/*
 * Base structure
 */

html,
body {
  font-family: "Lato", sans-serif;
  height: 100%;
  background-color: #fff;
  color:#333;
}

body {
  max-width:900px;
  margin:0 auto;
}

.jumbotron {
  background-color:#fff;
  padding: 3rem 2rem 2rem 2rem;
}

h1 {
  font-size:2.3rem;
  font-weight:bold;
  font-weight:600;
  margin:1.5rem 0;
  color:#000;
}
h2 {
  font-size:1.5rem;
  font-weight:500;
  margin:1.5rem 0 0.5rem 0;
  color:#000;
}
h5 {
  font-size:1.0rem;
  line-height: 1.6rem;
  font-weight:200;
  margin:1.0rem 0;
}
h1.error-title {
  font-size:3.5rem;
  font-weight:bold;
  font-weight:600;
  margin:1.5rem 0;
  background: -webkit-linear-gradient(#012146, #6390b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo {
  margin-bottom:4rem;
}

.cover-container-2 .logo {
  margin-top:3rem;
}

p {
  font-weight:300;
}

.grey {
  color:#898989;
}
.blue {
  color:#0856C4;
}
.blue-dark {
  color:#064294;
}
.green {
	color: #2CAF2B;
}
.red {
	color: #CF0C26;
}
.marin {
	color: #43a6ac;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.no-margin {
  margin-left:0;
  padding-left:0;
  padding-right:20px;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
  background-color: #064294;
  width:100%;
  margin:0 auto;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #8c8c8c;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #444;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.check-lg {
  transform: scale(1.2);
  margin-top:8px;
}

.site {
  text-align:left;
  position:relative;
}

.test_question label {
	display: inline !important;
}

.timer {
  float:right;
  padding:10px 20px;
  border-radius: 5px;
  background-color:#b6d3fc;
  text-align:center;
  margin:1rem 0 1rem 1rem;
}
.timer span {
  font-size:1.5rem;
}

.punkty {
	font-size:20px;
	font-weight:bold;
}
.big {
	font-size:30px;
}

.lead-smaller {
	font-size: 1.15rem;
    font-weight: 300;
}

/*
 * Footer
 */
.mastfoot {
  color: #bfbfbf;
}
.mastfoot .inner {
  border:0;
  text-shadow: none;
  }
