html {
  /*ffont-family: 'Open Sans', sans-serif;*/
  font-family: 'Josefin Sans',  "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  /*-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;*/
}

body {
  text-align:center;
  color: #C0C0C0;

}

h1 {
  font-size: 1.5em;
  margin:0;
  /*padding-bottom: 1em;*/
  color:  #963435;
}


h2 {
  font-size: 1.2em;
  font-weight: 400;
  margin:0;
  padding-bottom: 2.1rem;
  padding-top: 1.5em;
  color: #303030;
}


h3 {
  font-size: 1em;
  font-weight: 300;
  margin:0;
  padding: 1rem;
  line-height:1.5;
  
}


h4 {
font-weight: 400;
font-size: .85rem;
letter-spacing: .05em;
line-height:1.5;

}

a {
  color: #963435;
  text-decoration: none;
}

a:hover {
  color: #FBC96D;
  transition: 0.3s;
}

p.contact {
  line-height: 1.5;
}

.header_contact_about {
  margin-bottom: 3em;
}


.header_contact_about a {
 padding: 0 .7em .5em 0;
 font-size: 1em;
 color: #C0C0C0;

}


.komiks {
  /*line-height: 1.5em;
  font-size: 1rem;
  font-weight: 300;*/
  max-width: 70rem; /* to było w default.css */
  margin: 0 auto; /* to było w default.css */
}


.about {
  max-width: 80rem; 
  margin: 0 auto; 
}

hr.grey {
  height: 1px;
  background-color: #C0C0C0;
  border: none;
  margin: 35px 20px 35px 20px;
  /*padding: 2rem, 0, 2rem, 0;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 30px;*/
}

hr.red {
  height: 3px;
  background-color: #ff8c69;
  border: none;
  margin: 35px 20px 35px 20px;

}


.comicPageImg {
  position: relative;
  max-width: 45rem; 
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}


.constructionImg {
  position: relative;
  max-width: 30rem; 
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
}

.caboutImg {
  position: relative;
  max-width: 80rem; 
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;

}

.contactImg {
  position: relative;
  max-width: 60rem; 
  margin: 0 auto;
  padding: 10px 0 20 0;
  width: 100%;

}

p.about {
  color: #303030;
  text-align:left;
  padding: 10px 20px;
  max-width: 35rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

p.pitch {
  color:#303030;
  text-align:left;
  max-width:33rem;
  padding: 10px 20px;
  margin:0 auto;
  line-height: 1.5;
  margin-bottom: 20px;
 
}

p.description {
  text-align:left;
  color:#303030;
  max-width:30rem;
  margin:0 auto;
  padding: 20px;
  line-height: 1.5;
}


.footer {
  
  margin: 0 auto;
  padding: 20px 0;
  margin-bottom: 2rem;
}

/*
padding: 2rem, 0, 2rem, 0;
height: 1px;
margin: auto;
border-color: #FBC96D;
background: #ff8c69;
margin-top: 35px;
margin-bottom: 30px;*.






/*
.logo {
  background-image: url(../main-logo-aj.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 300px;
  height: 252px;
  margin: em auto 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
*/



.under-construction {
  background: url(main-logo-aj.png) no-repeat center top;
  background-size: auto;
  background-size: 300px 252px;
  padding-top: 16em;
  margin-top: 7em;
  margin:0,auto;
}


/* ---------- IMAGE GALLERY ------------ */

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.comics-container {
  position: relative;
  max-width: 45rem; 
  margin: 0 auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  padding: 20px 0;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 14px;
  padding: 30px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
  padding: 2px;
}

.active,
.demo:hover {
  opacity: 1;
}