
/* struktura strony */



.title-lp {  
/* 
display: inline;
  margin-bottom: 100px;
 */  
display: inline-block;
  margin-bottom: 16px;
/*  padding-bottom: 20px; */ 
  
  
  font-family: "Oswald", MuseoSlab300, "Open Sans", "lucida sans unicode", "lucida grande", "Trebuchet MS", verdana, arial, helvetica, helve, sans-serif;
  font-weight: 200;
  font-size: 1.7rem;
  line-height: 1.95rem;
}

.subtitle-lp {
  margin: 2px 0 14px 0;
  padding-left: 0px;
  font-family: "Arial";
    font-size: 1.3rem;
  font-weight: 100;
  font-style: italic;
}

.edit-art-title {
width: 100%;
font-family: "Oswald", MuseoSlab300, "Open Sans", "lucida sans unicode", "lucida grande", "Trebuchet MS", verdana, arial, helvetica, helve, sans-serif;
  font-weight: 200;
  font-size: 1.55rem;
  line-height: 1.95rem;
}

.edit-art-subtitle {
width: 80%;
font-family: Arial;

 font-weight: 300;
  font-size: 1.12rem;
  line-height: 1.5rem; 
}

.amainImg {
   margin-bottom: 20px;
}

.contentlp {
margin-top: 0px;
padding: 8px;
font-family: Arial;

 font-weight: 300;
  font-size: 1.15rem;
 /* line-height: 1.8rem;  */
  column-count: 2;
   column-gap: 5%;
  column-rule: 1px solid #b2b2b2;
 /* column-rule-width: 30%; */
  
  text-indent: 30px;
}


.author {
   margin-top: 20px;
   font-style: italic;
   text-align: right;
   padding-right: 10px;
}



.form-control {
       margin-top: 3px; width: 100%; border: 1px solid #c7c7c7;

}










