* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

a:active,
a:hover {
  outline-width: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  background: #ffffff;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #212121;
  font-size: 1em;
  line-height: 1.5;
  padding: 0;
  background: #ffffff url("../images/bg_raster_green.png") center center no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.25em;
    background-size: 70%;
  }
}

.text-centre {
  text-align: center;
}

a {
  color: #1B4FA1;
}

a:hover {
  color: #212121;
}

h1, h2, h3 {
  margin: 0;
}

h1 {
  font-size: 2.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

h3 {
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.2rem;
  }
  h2 {
    font-size: 2.6rem;
  }
}

/* LAYOUT */

section {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto;
  padding: 2rem 2rem;
}

.section-content {
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
}

.hero, .features, .action {
  text-align: center;
}



.columns {
  display: flex;
  flex-wrap: wrap;
}

.column {
  padding: 1rem;
  margin: 0.5rem;
  background-color: #ffffff;
  flex: 1 1 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .column {
    flex: 1 1 45%;
  }
}

@media screen and (min-width: 960px) {
  .column {
    flex: 1 1 22%;
  }
}


/*HELLO*/

.hello {
  background-color: #212121;
  color: #ffffff;
  padding: 1rem;
  margin: 0;
  text-align: center;
}

.fblive {
  width: 100px;
  vertical-align: middle;
  display: block;
  margin: .5rem auto;
}

@media screen and (min-width: 768px) {
  .fblive {
    display: inline-block;
    margin: 0 .5rem;
  }
}


.hello a {
  color: #DE3445;
}

.hello a:hover {
  color: #ffffff;
}

/*HERO*/

.hero {
  padding: 0rem 2rem;
}

/* FEATURES */

.feature {
  margin-bottom: 4rem;
}

.feature:last-child {
  margin-bottom: 0;
}

.feature img {
  width: 15rem;
}

.feature h3 {
  margin: 0;
}

/* LOCATIONS */

.location {
  background-color: #f1f3f5;
  padding: 3rem 1rem;
}

.location__town {
  font-size: 2rem;
  color: #1B4FA1;
}

.location__logo {
  
}

.location__name {
  font-weight: bold;
}

.location__address {
  
}

.location__time {
  
}

.location__map {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

/*preview*/

.preview {
  padding: 10rem 2rem;
}


/*izazov*/

.izazov {
  background-color: #77d18f;
  padding: 10rem 2rem;

}

/*ACTION*/

.action {
  padding: 4rem 2rem;

}

.action-button {
  font-size: 2rem;
  font-weight: bold;
  background-color: #1B4FA1;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.2rem;
  box-shadow: 0.4rem 0.4rem 0 #212121;
    display: block;
    max-width: 60rem;
    margin: 0 auto;
}



.action-button:hover {
  box-shadow: none;
  background-color: #1B4FA1;
  color: #ffffff;
}

/*FAQ*/

.faq {
  background-color: #f1f3f5;
}

.faq h1 {
  margin-bottom: 2rem;
}

.faq h3 {
  color: #1B4FA1;
}




