/* ----------------------- */
/* Deklaracja fontów */
/* ----------------------- */
@font-face {
    font-family: RedHatDisplay-Black;
    font-display: auto;
    font-weight: normal;
    src: url(fonts/RedHatDisplay-Black.ttf);
  }
@font-face {
    font-family: RedHatDisplay-Bold;
    font-display: auto;
    font-weight: normal;
    src: url(fonts/RedHatDisplay-Bold.ttf);
  }
@font-face {
    font-family: RedHatDisplay-Medium;
    font-display: auto;
    font-weight: normal;
    src: url(fonts/RedHatDisplay-Medium.ttf);
  }
@font-face {
    font-family: RedHatDisplay-Regular;
    font-display: auto;
    font-weight: normal;
    src: url(fonts/RedHatDisplay-Regular.ttf);
  }
/* ----------------------- */
/* Zmienne główne */
/* ----------------------- */
body
{
  margin: 0;
  font-family: RedHatDisplay-Regular;
}
/* ----------------------- */
/* Menu */
/* ----------------------- */
.menu
{
    float: left;
    background-color: #10131a;
    min-width: 100%;
    height: 150px;
}
.menu .bar
{
  margin: 25px auto 0 auto;
  max-width: 1440px;
  height: 100px;
}
.menu .bar .logo
{
  float: left;
  margin-left: 65px;
  height: 100px;
  border-radius: 50px;
}
.menu .bar .linkbar
{
  float: left;
  margin: 25px auto 0 65px;
  height: 40px;
}
.menu .bar .linkbar a
{
  float: left;
  margin: 10px 40px 0 auto;
  font-size: 20px;
  text-decoration: none;
  color: #f7e4c6;
  text-transform: uppercase;
}
.menu .bar .linkbar a:hover
{
  color: #fff;
}
.menu .bar .fb
{
  float: right;
  margin: 35px 35px 0 0 ;
}
.menu .bar .phone
{
  float: right;
  color: #fff;
  font-size: 20px;

  margin-top: 35px;
}
/* ----------------------- */
/* Slider */
/* ----------------------- */
.slider
{
  float: left;
  min-width: 100%;
  position: relative;
}
.slider .background-image
{
  width: 100%;
  height: auto;
}
.slider .textbox
{
  position: absolute;
  right: 12%;
  top: 50px;
  float: right;
  text-align: right;
  font-size: 45px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}
.slider .textbox h1
{
  font-size: 70px;
  color: #ffe29d;
}
.slider .textbox .word
{
  color: #ffe29d;
}
/* ----------------------- */
/* Story */
/* ----------------------- */
.story
{
  float: left;
  min-width: 100%;
  height: 850px;
  position: relative;
}
.story .container
{
  margin: 25px auto 0 auto;
  max-width: 1440px;
}
.story .container .textbox
{
  max-width: 630px;
  padding-top: 50px;
}
.story .container h1
{
  color: #665749;
  font-size: 50px;
  font-family: RedHatDisplay-Bold;
  margin: 0;
}
.story .container h2
{
  color: #56663a;
  font-size: 24px;
  font-family: RedHatDisplay-Medium;
  text-transform: uppercase;
  margin: 0;
}
.story .container .bar
{
  background-color: #ffe29d;
  height: 10px;
  width: 100px;
  margin-top: 10px;
}
.story .container .text
{
  color: #495266;
  font-size: 20px;
  margin: 60px 0 0 30px;
  text-align: justify;
}
.story .background-image
{
  position: absolute;
  right: 0;
  top: 50px;
  width: 40%;
  max-width:740px;
}
/* ----------------------- */
/* Usługi */
/* ----------------------- */
.services
{
  float: left;
  background-color: #10131a;
  min-width: 100%;
  padding: 0 0 30px 0;
}
.services .container
{
  margin: 25px auto 0 auto;
  max-width: 1440px;
  background-image: url("images/motocykl_srodek.png");
  background-repeat: no-repeat;
  background-position: center;
}
.services .container h1
{
  font-size: 30px;
  color: #ffe29d;
  margin: 0;
  text-align: center;
}
.services .container h2
{
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.services .container .service
{
  margin: 45px 0 0 30px;
}
.services .container .service h1
{
  text-align: left;
  font-size: 26px;
  color: #ffe29d;
  margin: 0;
  letter-spacing: 1px;
}
.services .container .service p
{
  margin: 10px 50px;
  font-size: 20px;
  color: #fff;
  text-align: justify;
}
/* ----------------------- */
/* Kontakt */
/* ----------------------- */
.contact
{
  float: left;
  min-width: 100%;
  height: 850px;
  position: relative;
}
.contact .container
{
  margin: 25px auto 0 auto;
  max-width: 1440px;
}
.contact .container .textbox
{
  float: right;
  margin: 50px 50px 0 0;
  max-width: 740px;
}
.contact .container .textbox .info
{
  margin-top: 50px;
  float: right;
  width: 100%;
}
.contact .container .textbox .info .point
{
  float: right;
  margin-top:50px;
  width: 75%;
}
.contact .container .textbox .info .point img
{
  margin-left: 20px;
  float: left;
}
.contact .container .textbox .info .point h3
{
  float: left;
  margin: 0 0 0 20px;
  color: #665749;
}
.contact .container h1
{
  color: #665749;
  text-align: right;
  font-size: 50px;
  font-family: RedHatDisplay-Bold;
  margin: 0;
}
.contact .container h2
{
  color: #56663a;
  font-size: 24px;
  text-align: right;
  font-family: RedHatDisplay-Medium;
  text-transform: uppercase;
  margin: 0;
}
.contact .container .textbox .bar
{
  float: right;
  background-color: #ffe29d;
  height: 10px;
  width: 100px;
  margin: 10px 0;

}
.contact .background-image
{
  position: absolute;
  left: 0;
  top: 50px;
  width: 40%;
  max-width: 750px;
}
/* ----------------------- */
/* Footer */
/* ----------------------- */
.footer
{
  float: left;
  background-color: #10131a;
  min-width: 100%;
  height: 100px;
  text-align: center;
  padding-top: 20px;
}
.footer h1
{
  font-size: 30px;
  color: #ffe29d;
  margin: 0;
}
.footer h2
{
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.footer h3
{
  font-size: 12px;
  color: #fff;
  margin: 0;
  font-family: RedHatDisplay-Regular;
  letter-spacing: 1px;
}