:root {
  --cLBlue:   #56bec9;
  --cDBlue:   #293349;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  background: #fff;
  text-align: justify;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  /*opacity: 0;*/
}
a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
}

p {width: 100%;}
nav ul {list-style: none;}
strong {font-weight: bold;}

.clr::after {clear: both;}
.content {width: 100%;}
.contentS {width: calc(100% - 100px);max-width: 1350px;}
/* TOP */
header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 10px var(--cDBlue) solid;
  padding: 20px;
  box-sizing: border-box;
}
header #logotyp {
  padding: 0 30px;
}
header #header_right,{
  display: flex;
  flex-direction: column;
  align-items: center;
}
header #header_socialLinks {width: 100%;}

header #header_socialLinks, #header_contact, #header_social {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
#header_contact {
  padding-right: 10px;
}
#header_contact img {
  margin-right: 20px;
}
#header_social {
  position: relative;
}
#header_social::after {
  content: "";
  left: -1px;
  background: var(--cLBlue);
  width: 1px;
  top: calc(50% - 10px);
  height: 20px;
  position: absolute;
  z-index: 2;
}
#header_social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_socialLinks a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 10px;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 20px;
}
nav a {
  padding: 20px 30px;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
nav a:hover::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 30px;
  right: 30px;
  height: 3px;
  background: var(--cLBlue);
}



/* BODY */
#main_contentImg, #img_slider {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 90vh;
}
#img_slider img{
  min-width: 100%;
  object-fit: cover;
}
#slider_text {
  z-index: 2;
  position: absolute;
  top:0;
  left: 10%;
  right: 40%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--cDBlue);
}
#slider_text_title {
  font-size: 94px;
  line-height: 90px;
  font-weight: 300;
  text-align: left;
  width: 100%;
  font-family: Cinzel;
}
#slider_text_sub {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 40px 0 20px;
}
#slider_text_sub span {
  position: relative;
  padding: 0 10px;
}
#slider_text_sub span::after {
  background: var(--cLBlue);
  height: 8px;
  width: 8px;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  content: "";
}
#slider_text_link {
  width: 100%;
  padding-top: 50px;
  text-align: left;
}
.button_dark{
  padding: 15px 70px 15px 30px;
  background: url(images/Strzalka.svg) no-repeat  210px center var(--cDBlue);
  background-size: 28px 14px;
  border-radius: 26px;
  color: white;
  font-weight: 500;
  font-size: 18px;
}
.button_light{
  padding: 15px 70px 15px 30px;
  background: url(images/Strzalka.svg) no-repeat  210px center var(--cLBlue);
  background-size: 28px 14px;
  border-radius: 26px;
  color: white;
  font-weight: 500;
  font-size: 18px;
}


/************************************************/

#main_motto{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 4;
  background: var(--cDBlue) url("images/bg_zestaw.png") no-repeat right center;
  background-size: auto 100%;
}
#main_motto .contentS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 60px 0;
}
#motto_left {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
}
  #motto_leftTitle {
    width: 100%;
    position: relative;
  }
  #motto_leftTitle::after {
    content: "";
    right: 0;
    width: 300px;
    background: var(--cLBlue);
    top: calc(50% - 1px);
    height: 2px;
    position: absolute;
  }
    #motto_leftTitle span {
      font-size: 48px;
      font-family: Cinzel;
      position: relative;
      z-index: 5;
      padding-right: 30px;
    }
    #motto_leftDesc p {
      font-size: 18px;
      padding-top: 20px;
    }

/************************************************/
#main_kuchnia {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("images/bg_naszaKuchnia.jpg") no-repeat right center;
  background-size: auto 100%;
  border-bottom: 30px var(--cDBlue) solid;
}
  #main_kuchnia .contentS {
    padding: 80px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
    #main_kuchniaTitle{
      max-width: 800px;
      font-size: 72px;
      width: calc(100% - 40px);
    }
    #main_kuchniaTitle h3 {font-family: Cinzel;}
    #main_kuchniaDesc {
      font-size: 18px;
      max-width: 800px;
      width: calc(100% - 40px);
      line-height: 34px;
      padding: 40px 0;
    }
    #main_kuchniaDesc p {padding-bottom: 20px;}

/************************************************/
#main_page {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: url("images/bg_naszaKuchnia.jpg") no-repeat right bottom;
  background-size: auto 400px;
  border-bottom: 30px var(--cDBlue) solid;
  min-height: 50vh;
  border-top: 1px #eee solid;
}
  #main_page .contentS {
    padding: 80px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
    #main_pageTitle{
      font-size: 72px;
      width: calc(100% - 40px);
      text-align: left;
      text-transform: uppercase;
    }
    #main_pageTitle h3, #main_pageTitle h1 {font-family: Cinzel;font-size: 72px;}
    #main_pageDesc {
      font-size: 18px;
      max-width: 800px;
      width: calc(100% - 40px);
      line-height: 34px;
      padding: 40px 0;
    }
    #main_pageDesc p {padding-bottom: 10px;}

#main_pageDesc table {
	margin-bottom: 20px;
}
#main_pageDesc table tr {
	border-bottom: 1px var(--cLBlue) solid;
}
#main_pageDesc table tr td {
	padding: 10px 0;
}
#main_pageDesc table p {
	padding-bottom: 0;
	line-height: 18px;
}

/************************************************/
#main_in {
  padding: 100px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#main_in .contentS {
}
  #main_inTitle {
    font-size: 28px;
    font-family: Cinzel;
    text-transform: uppercase;
    padding-bottom: 50px;
  }
  #main_inImg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
	box-sizing: border-box;
  }
    #main_inImg a {
      border-radius: 15px;
	  width: 100%;
    }
    #main_inImg a img {
      min-width: 100%;
      object-fit: cover;
	  max-width: 100%;
	  width: 100%;
    }
/************************************************/
#main_map {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  background: url("images/ico_lLoc.png") no-repeat center center, url("images/mapa.png") no-repeat center center;
  background-size: auto auto, 100% auto;
  height: 400px;
  width: 100%;
}
#main_map .contentS {
  margin-top: -60px;
}
#main_mapBox {
  display: flex;
  width: 100%;
  padding: 30px 100px;
  box-sizing: border-box;
  background: white;
  border: 1px #eee solid;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
  #main_mapBox::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 35%;
    right: 35%;
    height: 2px;
    background: var(--cLBlue);
  }
  #main_mapBox section {
    font-size: 34px;
    font-family: Cinzel;
    text-transform: uppercase;
  }


/**********************************************/

/* FOOTER */
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 40px 0;
  margin-bottom: -5px;
}

footer .contentS {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

footer #creators {text-align: right;line-height: 24px;}

/*********************************************************/

#mB {display: none !important;}

/*********************************************************/
/* RESPONSIVE SETTINGS */
	@media all and (max-width:1200px) {
		#motto_leftTitle::after {display: none;}
		#main_mapBox::after {display: none;}
		footer nav {flex-direction: column;}
		footer nav a {padding: 10px 20px;}
		header {flex-direction: column;}
		header #header_socialLinks, #header_contact, #header_social {justify-content: center;}
	}
	@media all and (max-width:880px) {
		#main_motto .contentS {flex-direction: column;}
		#motto_left {width: 100%;}
		#motto_right {padding-top: 50px;}
		#slider_text {position: relative;padding: 100px 20px;width: 100%;box-sizing: border-box;left: 0;right: 0;top: 0;bottom: 0;}
		#main_contentImg {width: 100%;max-width: 100vw;}
		#img_slider {width: 100%;}
		#img_slider img {position: absolute;top: 0;right: 0;bottom:0;width: auto;height: calc(100% + 200px);}
		#slider_text_title {font-size: 72px;}
		#slider_text_sub {font-size: 18px;text-shadow: 0px 0px 3px white;}
		#slider_text_link {text-align: center;}
		#main_kuchniaDesc p {text-shadow: 0px 0px 1px white;}
		#main_kuchnia .contentS {padding-bottom: 150x;}
		#main_mapBox {flex-direction: column;}
		#main_map, #main_map section {padding-bottom: 20px; }
	}
	@media all and (max-width:700px) {
		header #header_socialLinks, #header_contact {flex-direction: column;align-items: center;}
		header #header_socialLinks a {padding: 10px;}
		header nav {flex-wrap: wrap;justify-content: center;align-items: center;}
		header nav a {min-width: 100px;text-align: center;}
	}
	@media all and (max-width:560px) {
		#slider_text_title {font-size: 52px;line-height: 60px;text-align: center;}
		
	}
	@media all and (max-width:400px) {
		#main_kuchniaTitle h3 {font-size: 54px;}
		#main_kuchniaDesc {width: 100%;}
		header #logotyp {padding: 30px 20px;}
		header #logotyp img {max-width: 100%;height: auto;}
		#slider_text_title {font-size: 42px;line-height: 50px;}
		#main_inImg a {max-width: 100%;}
		#main_in .contentS {width: 100%;}
		#main_inTitle {padding: 0 20px 20px;box-sizing: border-box;}
		footer .contentS {flex-direction: column;text-align: center;}
		footer #creators {padding-top: 20px;text-align: center;}
	}
	/*
	@media all and (max-width:2200px) {
      header nav a {padding: 0 24px;font-size: 17px;}
  }

	@media all and (max-width:1900px) {
      #main_img #text_box #text_box_name {font-size: 120px;line-height: 110px;}
      #main_img #text_box #text_box_name::first-line {font-size: 100px;}
      #main_img #text_box #text_box_desc{font-size: 25px;}
      header nav a {padding: 0 20px;font-size: 16px;letter-spacing: -1px;}
  }

  @media all and (max-width:1600px) {
      #main_img #text_box #text_box_name {font-size: 80px;line-height: 80px;}
      #main_img #text_box #text_box_name::first-line {font-size: 70px;}
      #main_img #text_box #text_box_desc{font-size: 20px;min-width: 520px;}
      #main_img #text_box {left: 5%;}
      header nav a {padding: 0 20px;font-size: 16px;letter-spacing: -1px;}
      content_page_gallery a {width: 50%;}
      .content_page_gallery a {max-width: calc(50% - 40px);}
  }

	@media all and (max-width:1000px) {
      #main_img #text_box #text_box_name {font-size: 50px;line-height: 50px;}
      #main_img #text_box #text_box_name::first-line {font-size: 40px;}
      #main_img #text_box #text_box_desc{font-size: 18px;}
      #main_img #text_box {left: 5%;top: 20%;}
      header nav a {padding: 0 20px;font-size: 16px;letter-spacing: -1px;}
      content_page_gallery a {flex-grow: 1;}
      #menu a li  {padding: 20px 0 !important;}
  }

	@media all and (max-width:750px) {
    #main_img #text_box {display: none;}
      header {flex-direction: column;}
      header nav {display: none;}
      #content_main, #content_main #content_main_right #content_main_right_top {flex-direction: column;}
      #content_main #content_main_right #content_main_right_top {margin-top: 5px;}
      #content_main #content_main_left, #content_main #content_main_right, #content_main #content_main_right #content_main_right_top a {width: 100%;}
      #invite_box #invite_content p{padding: 0px 5%;}
      footer nav {display: none;}
      footer {flex-direction: column;justify-content: center;text-align: center;}
      footer p {text-align: center;padding: 15px 0 0 10px;}
      .content_page_gallery a {max-width: calc(100% - 40px);}
  }

    @media all and (max-width:450px) {
      header #logotyp {  padding: 50px 5%;}
      header {justify-content: flex-start;align-items: flex-start;}
    }


  @media all and (max-width:400px) {
     #invite_box #invite_content a {font-size: 14px;line-height: 50px;}
  }
*/

  /*@media all and (max-width:940px) {
    .box-search {
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }
  @media all and (max-width:799px) {
    .box-search section:nth-child(2){
      flex-direction: column;
      justify-content: flex-start;
    }
  }*/
/*************** THE END ********************/
