* {
  font-family: 'Roboto Condensed', sans-serif; font-style: normal; font-weight: 400; font-size: 14pt; line-height: 20pt; margin:0; padding:0;border:0; outline:0; vertical-align:baseline; background:transparent;text-decoration: none;
}

.header {
  background: linear-gradient(103.28deg, #0134ad, #032880);
  padding: 0 20px;
  min-height: 150px;
  box-sizing: border-box;
  color: white;
}

.header h1 a {
  color: transparent;
  background-image: url('../images/bcr-logo.png');
  background-size: 120px 110px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  width: 150px;
  height: 138px;
  display: block;
  float: left;
}

.headerBlock {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}

nav.menu {
  display: none;
  clear: both;
}

nav.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
}

nav.menu ul li {
  width: 100%;
}

nav.menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 15pt;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 15px 0;
}

.header .menu-btn {
  display: none;
}

.header .menu-icon {
  cursor: pointer;
  display: block;
  float: right;
  padding: 65px 20px 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: white;
  display: block;
  height: 5px;
  position: relative;
  transition: background .2s ease-out;
  width: 60px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 15px;
}

.header .menu-icon .navicon:after {
  top: -15px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header .menu-btn:checked ~ nav.menu {
  display: block;
}

@media all and (min-width: 801px) {
  .header h1 {
    float:left;
  }

  .header .menu-icon {
    display: none;
  }

  nav.menu {
    display: block;
    clear: none;
  }

  .menu-btn {
    display: none;
  }

  nav.menu ul {
    float: right;
    padding-top: 50px;
  }

  nav.menu ul li {
    width: auto;
    display: inline-block;
    padding: 0 0 0 25px;
  }
}

@media all and (min-width: 1045px) {
  .header {
    padding: 0;
  }
}

.mainContent {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px 0;
}

.mainContent h2 {
  font-size: 35pt;
  font-weight: 700;
  line-height: 30pt;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0134ae;
}

.mainPicture {
  background-image: url('../images/bcr-live.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 150px 10px 65% 10px;
}

.mainNoPicture {
  padding-bottom: 100px;
}

.mainContent h1 {
  font-size: 35pt;
  font-weight: 700;
  line-height: 35pt;
  font-family: 'Roboto Condensed', sans-serif;
  color: black;
  text-transform: none;
  display: block;
  padding: 100px 0;
}

.mainPicture h2 {
  font-size: 35pt;
  font-weight: 700;
  line-height: 35pt;
  font-family: 'Roboto Condensed', sans-serif;
  color: black;
  text-transform: none;
}

.secondHeader {
  position: relative;
  top: -150px;
  z-index: -1;
}

@media all and (min-width: 801px) {
  .mainContent {
    padding-bottom: 100px;
  }
  .mainContent h2.motto {
    width: 55%;
  }
  .mainPicture {
    background-size: 60%;
    padding-bottom: 300px;    
  }
}

@media all and (min-width: 1045px) {
  .mainPicture {
    padding: 150px 0 300px 0;
  }
}

.infoBox {
  background-color: #f3f2f2;
  border-top: 5px solid #0134ae;
  border-bottom: 5px solid #0134ae;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 50px 50px 30px 50px;
}

.standardBox {
  margin-bottom: 100px;
  padding-top: 25px;
}

.infoBox h3, .standardBox h3 {
  font-weight: 700;
  padding-bottom: 20px;
}

.infoBox p, .standardBox p {
  padding-bottom: 20px;
}

.infoBox img, .standardBox img, .aboutColumns img {
  width: 100%;
}
.aboutColumns img {
  margin-bottom: 30px;
}

.subTitle {
  color: #777;
  font-style: italic;
}

.button {
  display: block;
  clear: both;
  padding: 10px 20px;
  background-color: #043bbe;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;  
  margin-bottom: 20px;
}

.mainContent b {
  font-weight: 700;
}

.mainContent table {
  width: 100%;
  padding: 20px 0;
}

@media all and (min-width: 801px) {

  .twoColumns {
    display: flex;
    flex-wrap: no-wrap;
    align-content: space-around;
    gap: 0 20px;    
  }

  .twoColumns > div.column {
    flex: 50%;
  }

  .introColumns > div.column {
    flex: 60%;
  }

  .introColumns > div.firstColumn {
    flex: 40%;
  }

  .aboutColumns > div.column {
    flex: 75%;
  }

  .aboutColumns > div.firstColumn {
    flex: 25%;
  }

  .actionBox {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0 20px; 
    margin-bottom: 0;     
  }

  .infoBox, .standardBox {
    margin-bottom: 0;     
  }

  .column .actionBox>div {
    flex: 48%;
  }

  .button {
    display: inline-block;
  }

}

.mainContent ul {
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 25px;
}

.mainContent ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
  color: #0134ae;
  font-weight: bolder;
}




.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    align-items: center;
    padding-top: 50px;
    gap: 50px 15px;
}

.partners > div {
  background-size: 100%;
  background-repeat: no-repeat;
}

.partners > div#Brtek {
  height: 50px;
  width: 187px;
  background-image: url('../images/Brtek.png');
}
.partners > div#FBPetrol {
  height: 50px;
  width: 184px;
  background-image: url('../images/FBPetrol.png');
}
.partners > div#Riviera {
  height: 100px;
  width: 100px;
  background-image: url('../images/riviera.png');
}
.partners > div#MEB {
  height: 123px;
  width: 95px;
  background-image: url('../images/logo_MEB.png');
}
.partners > div#Frydrych {
  height: 90px;
  width: 125px;
  background-image: url('../images/Frydrych.jpg');
}
.partners > div#TipIt {
  height: 49px;
  width: 90px;
  background-image: url('../images/tipit.png');
}
.partners > div#Pojisteni {
  height: 50px;
  width: 216px;
  background-image: url('../images/2001poj.png');
}
.partners > div#Brights {
  height: 40px;
  width: 333px;
  background-image: url('../images/Brights.png');
}
.partners > div#Ricany {
  height: 50px;
  width: 169px;
  background-image: url('../images/ricany.png');
}
.partners > div#Sebarey {
  height: 40px;
  width: 206px;
  background-image: url('../images/sebarey.png');
}
.partners > div#Cryometal {
  height: 40px;
  width: 197px;
  background-image: url('../images/cryometal.jpg');
}


.footerBlock {
  background: #a11518;
  color: white;
}

.footerBlock .mainContent {
  padding: 100px 10px;
}

.footerBlock .contact {
  padding-bottom: 50px;
}

.footerBlock .contact h4 {
  font-weight: 700;
}

.footerBlock .quotation h4 {
  font-weight: 700;
  font-style: italic;
}

.footerBlock .quotation p {
  text-transform: uppercase;
}

@media all and (min-width: 801px) {
  .footerBlock .mainContent {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-around;
    align-content: space-around;
    align-items: top;
    gap: 10px;   
  }

  .footerBlock div.contact{
    width: 25%; 
    padding-bottom: 0;
  }

  .footerBlock div.quotation{
    width: 50%;
    margin-left: 10%; 
  }
}