/* ------------- Page Loader Styles ------------- */
#pageloader {
  background-color: #FFF;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loader-item {
  background: none repeat scroll 0 0 #FFF;
  border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
  border-left: 3px solid;
  border-radius: 100px;
  border-right: 3px solid;
  border-top: 3px solid;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.loader-item h2 {
  color: #CCCCCC;
  font-size: 40px;
  margin: 0 auto;
}
.colored-border {
  border-color: #49a624;
}
body {
  background-color: #fff;
  color: #003;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
}
header {
  margin-bottom: 10vh;
  position: fixed;
  display: block;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.content {
  padding-bottom: 12vh;
  padding-top: 180px;
}
.content h3 {
  font-size: 4.5rem;
  text-align: right;
}
@media (max-width: 768px) {
  .content h3 {
    font-size: 2.5rem;
    text-align: left;
  }
}
#doswiadczenie, #o_mnie, #jak_pracuje, #czym_jest {
  padding-top: 100px;
}
#header {
  /*  background-color: rgb(255, 203, 0);
      background: linear-gradient(90deg, rgb(255, 203, 0) 0%, rgb(255, 120, 0) 100%) */
}

.o_mnie {
  padding-top: 10vh;
  /*  border-top: 1px solid rgb(255, 167, 0); */
}
.o_mnie .row {
  padding-bottom: 20px;
}
.contact {
  background-color: #171f21;
 /* background: linear-gradient(90deg, rgb(1 121 0) 0%, rgba(16, 121, 9, 1) 35%, rgb(65 125 0) 100%); */
  padding: 140px 0 150px;
}
.contact .icon_phone {
  height: 60px;
  float: left;
  margin-right: 20px;
}
.contact svg {
  height: 100%;
}
.contact hr {
  height: 1px;
  background-color: #fff;
  border: 0;
}
.contact p {
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
}
footer {
  background-color: #212126;
  background-size: cover;
  height: 100px;
  padding: 20px 0;
}
footer .copy, footer .author {
  font-size: 0.6rem;
  color: #9B9B9B;
}
footer .author {
  text-align: right;
}
/* --- text --- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  margin: 0.4rem auto;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 0.8;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6{
  color: #000;
}
#header h1 {
font-size: 5em;
}
#header h2 {
line-height: 1em;
}


#dla_kogo h1, #dla_kogo h2, #dla_kogo h3, #dla_kogo h4, #dla_kogo h5, #dla_kogo h6{
  color: #000;
}
.o_mnie h1, .o_mnie h2, .o_mnie h3, .o_mnie h4, .o_mnie h5, .o_mnie h6{
    color: #000;
}



h1, .h1 {
  font-size: 3.6rem;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
  }
    h2, .h2 {
  font-size: 1.5rem;

}
    ol, ul {
  font-size: 0.9em;
}
    
    #menu {
  display: block;
  font-size: 0.8em;
  padding: 5px 20px;
  position: relative;
  z-index: 1000;
}
    
    
}
h4, .h4 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
h5, .h5 {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.5;
}
h6, .h6 {
  font-size: 1rem;
  letter-spacing: 0;
}
p {
  margin-bottom: 1em;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6 {
  color: #FFF;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.7);
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.text_right {
  text-align: right;
}
/* header */
@media (max-width: 768px) {
  #logo {
    max-width: 40vw !important;
  }
}
#logo img {
  width: 100px;
  padding: 20px 10px 10px;
}
#logo a {
  color: #342F53
}
#logo p {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.3rem;
  margin-left: -10px;
  padding-top: 22px;
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 0.05em;
}
.portrait {
  float: left;
  padding: 0 15px 20px 0;
  width: 100%;
}
.space_h_7vh {
  margin-top: 3.5vh;
  margin-bottom: 3.5vh;
}
/* ---- MAP  ---*/
.map {
  min-height: 400px;
  height: 80vh;
  background-color: #BFDCDF;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
  -webkit-filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
  -moz-filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
  -o-filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
  -ms-filter: grayscale(0.3) brightness(0.8) invert(0) contrast(1.7);
}
.map iframe {
  height: 100%;
  width: 100%;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}