<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html
{
        overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
.container
{
    margin-left: -30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#lovestoriestext{
    margin-top: 35px;
    text-decoration:inherit;
}

.containeritem
{
    z-index: 1;
    flex-basis: 300px;
    width: 300px;
    height: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    margin-top: 30px;
    margin-left: 30px;
    transition: all 0.2s ease-in-out;
}
.container &gt; .containeritem:last-child
{
    margin-bottom: 5%;
}
.overlay
{

    font-size: 14px;
    width: 100%;
    height: 100%;

    opacity: 0;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.overlay &gt; p
{

    background-color:rgba(0,0,0,0);
    color: rgba(255,255,255,0);
    margin: 0;
    padding-top: 80px;
    height: 40px;
    line-height: 20px;

}

.containeritem:hover &gt; .overlay
{
    transition: all 0.2s ease-in-out;
    background-color:rgb(0,0,0);
    opacity: 0.35;

}
.containeritem:hover &gt; .overlay &gt; p
{
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
   color: white !important;

}
.overlay:hover
{

transition: all 0.2s ease-in-out;
    opacity: 1 !important;
    background-color:rgba(0,0,0,0.35) !important;
    color: white !important;

}
.overlay:hover &gt; p
{
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
   color: white !important;

}


.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.bxslider &gt; a
{
    width: 100% !important;
}
.bxslider
{
    padding-bottom: 30px !important;
}
.audiojs
{
    margin-left: 105px;
    width: 750px !important;
    margin-left: 105px;
    box-shadow: none;
    margin-bottom: 10px;
    margin-top: 30px;
    background: #efefef;

}

.play
{
    background: none !important;
    
}
.play:hover
{
    cursor: pointer;
    
}
.pause
{
    background: none !important;
}
.scrubber
{
    width: 550px !important;
    background: #cfcfcf !important;
    border: none !important;
}
.loading
{
    background: none !important;
}
.loading:hover
{
    cursor: pointer;
    
}
.scrubber:hover
{
    cursor: pointer;
}
.progress
{
    background: #aaaaaa !important;
}
.loaded
{
    background: none !important;
    background-image: none !important;
    background-color: #cfcfcf !important;
}
.played
{
    color: #555555 !important;
    text-shadow: none !important;
}
.time
{
    border-left: none !important;
    color: #555555 !important;
       text-shadow: none !important;
}
.play-pause
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 5px !important;
    padding-left: 15px !important;
    border-right: none !important;
    height: 35px !important;
    line-height: 36px;
    font-size: 16px;
    color: #656565;
}
.icon-play
{
    display: block;
    width: 100% !important;
    height: 100% !important;
}

/*slider*/
.sliderr
{
    margin-top: 40px;
}
.bx-wrapper
{
    margin: 0 !important;
    border: none !important;
    width: 960px;
 
    box-shadow: none !important;
}
.bx-viewport
{
    height: 606px;
}
.sliderimg
{
    width: 960px;
    height: 606px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
.infobar
{
    display: none;
}
.bx-viewport:hover &gt; ul &gt; li &gt; div &gt; .infobar, .infobar:hover
{
    display: block;
    width: 200px;
    height: 80px;
    background-color: black;
    opacity: 0.7;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 263px;
}
.bxslider &gt; a:hover
{
    background-color: black !important;
}
.bxslider &gt; a
{
    z-index: 9999;
}


.infobar &gt; a
{
    display: block;
    opacity: 1;
    color: white;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    width: auto;
    height: auto;
}
.infobar &gt; a:hover
{
    color: white;
    
}

/*ikonki*/
 i:hover  i:before
{
    color: black !important;
}
i:hover:before
{
    color: #989898;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    font-size: 14px;
    color: black;
    background-color: white;
        
}



text{
    text-align: center;
}

/*LOGO*/
header{
    
    
   padding-top: 30px;
    margin-bottom: -20px;
    
    color: white;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    
}


p { word-spacing: 2px; }


/* &lt;love stories&gt; &lt;my creativity&gt; &lt;about me&gt; &lt;contact&gt; on desktop*/
nav ul{
        font-style: none !important;
    text-transform: uppercase;
    color: black;
    padding: 0;
    margin: 0;
    text-align: center;   
}




/* &lt;love stories&gt; &lt;my creativity&gt; &lt;about me&gt; &lt;contact&gt; on desktop ---&gt; estetyka linkow */
nav ul li{
    display: inline-block;
    padding: 20px; 
}



/* &lt;love stories&gt; &lt;my creativity&gt; &lt;about me&gt; &lt;contact&gt; on desktop ---&gt; usuniecie niebieskich linkow  */
a{
    text-decoration: none;
    color: inherit;  
}



.cb
{
    width: 1px;
    height: 1px;
    float: left;
}
/* MENU --&gt; zmiana koloru po umieszczeniu kursora*/
.handle:hover {
    color: darkgrey;
}




/* &lt;love stories&gt; &lt;my creativity&gt; &lt;about me&gt; &lt;contact&gt; on desktop ---&gt; zmiana koloru po umieszczeniu kursora  */
a:hover {
      color: darkgrey;
   }




/* wymiary tekstu, wycentrowane*/
section{
    height: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;  
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #444444;
    text-align: center;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #444444;
   opacity:  1;
   text-align: center;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #444444;
   opacity:  1;
   text-align: center;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #444444;
   text-align: center;
}
label
{
    display:block;
    width: 375px;
    height: 35px;
}
label &gt; label
{
    margin-left: 140px;
}

textarea
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    width: 230px;
    height: 150px;
        background-color: #ececec;
    border: 1px solid #cccccc;
    resize: none;
    float: right;
}

form &gt; hr
{
    size: 1px;
    width: 375px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
}
label &gt; select
{
    margin: 0;
    width: 234px;
    height: 26px;
    border-radius: 2px;
    
    
    float:right;

}
label &gt; select:focus {
    outline: none;
  
}
input
{
    font-family: 'Source Sans Pro', sans-serif!important;

}
select
{
        font-family: 'Source Sans Pro', sans-serif!important;
        color: #8b8ef12;
            background-color: #ececec;
    border: 1px solid #cccccc;
}

.dateselect
{
    width: 78px;
    height: 26px;
    margin-left: 12px;
    float: right;
}
.password &gt; input[type="text"]
{
    width: 170px;
    margin-right: 10px;
    height: 23px;
    padding: 0;
}
.password &gt; input[type="submit"]
{
    border: 1px solid #787878;
}
.password &gt; input[type="password"]
{
    width: 170px;
    margin-right: 10px;
    height: 23px;
    padding: 0;

}
.radioinput
{
    position:relative;
    float:right;
    margin-right: 220px;
}
.standardinput
{
    width: 230px;
    height: 20px;
    float: right;
    background-color: #ececec;
    border: 1px solid #cccccc;
}
.dateinput
{
    width: 62px;
    height: 20px;
    margin-left: 12px;
    float: right;
   background-color: #ececec;
    border: 1px solid #cccccc;
}
.dateinput:last-child
{
    margin-left: 0;
}

.send
{
    display: block;
    width: 100px;
    height: 37px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: white;
    border: 1px solid #787878;
    background-color: #787878;
    margin-top: 140px;
    left: 187px;
    margin-left: auto;
    margin-right: auto;
}

.send:hover
{
        transition: color, background-color, 0.2s ease-in-out;
        color: #787878;
        background-color: white;
        cursor: pointer;
}


.signin
{
    border: 0px;
    width: 57px;
    height: 25px;
    line-height: 23px;
    display: block;
    float: left;
    text-align: center;
    color: white;
    background-color: #787878;
}

.signin:hover
{
        transition: color, background-color, 0.2s ease-in-out;
        color: #787878;
        background-color: white;
        cursor: pointer;
}

.contactform
{
    width: 375px;
        display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    
    border-radius: 2px;
  
    padding-bottom: 20px;
}

.form1
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    display: block;
    min-width: 200px;
    min-height: 100px;
    width: auto;
    height: auto;
    padding: 10px;
    background-color: #cfcfcf;
    
}


/* margines przy skalowaniu na mobile */
.article-sidebar{
    padding: 10px;
}

figure
{
    margin: 0;
    width: 960px;
}

/* pozycjonowanie zdjecia na szerokosci 960px */
.article-sidebar .car img {
    
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;    
}


/* kasowanie marginesu do zdjecia na szerokosc 960px */
.article-sidebar .car {
}

/* MENU --&gt; */
.handle{
        
        text-align: center;
        cursor: pointer; 
}

.hamburger{
    border: 0;
    background: 0;
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    cursor: pointer; 
}


.hamburger:hover{
    color: darkgrey;
}
 

div.nav-menu ul li {
    list-style: none;
    width: auto;
    text-align: center;      
}



.love{
   text-align: center;
   display: none;
   padding: 20px;
    
    
}


.my{
  text-align: center; 
  display: none;
  padding: 20px;
    
}

.client{
     text-align: center; 
  display: none;
  padding: 20px;
    
}


.about{
   text-align: center; 
   display: none;
   padding: 20px;
   
}


.contact{
    text-align: center;
    display: none;
    padding: 10px;
    
}
   
.footer{
    
	text-align: center;
	padding: 0px;
	font-size: 13px;
	color: #787878;
	margin-top: 40px;
	clear: both;
    font-style: normal !important;
    
    word-spacing: 1px;
} 


    
    
.ikony{
    margin-top: 3vh;
    max-width: 960px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;  
}

.f{
  float: left; 
  text-align: right;
  width: 50%;
  margin: 0;
    margin-bottom: 90px
  
  
        
}


.i{
  float: left; 
  text-align: left ;
  margin-bottom: 90px;
  width: 50%;
  margin: 0;
  
}


    
hr{
    margin-top: 30px;
    color: lightgray;
}
section &gt; hr
{
    margin-top: 0px;
}

.lineone{
    margin-bottom: 30px;
    color: lightgray;
}


.kolumny{
    -moz-column-count: 2;
}






#flip{
    text-transform: uppercase;
    display: none;
    cursor: pointer; 
}




#flip:hover{
    color: lightgray;
}





.password{

    width: 430px;
    margin-left:auto;
    margin-right: auto;
}


#input-toggle {
    opacity:0;
    position: absolute;
    top:0;
    left:0;
}

















@media screen and (max-width: 639px){
    
  section
  {
      width: 90%;
  }  
  figure
  {
      width: 100%;
  }  
  .audiojs
  {
      width: 90% !important;
      margin-left: 5%;
  }
  .scrubber
  {
      width: 50% !important;
      margin-left: 2%;
      margin-right: 2%;
  }
  .time
  {
      font-size: 10px;
      width: 25% !important;
      padding: 0 !important;
      margin: 0 !important;
  }  
  .play-pause
  {
      padding: 0 !important;
      width:10% !important;
      padding-left: 3% !important
  }
 .footer
 {
     padding-top: 30px;
 } 
 textarea
 {
     float: left;
 }
 .send
 {
     float: left;
     display: block;
    position: relative;
     margin-top: 0;
     margin-bottom: 0;
     
     margin-right: auto;
     left: 50%;
     margin-left: -50px;
     margin-top: 135px;
     margin-bottom: 0;
     
 } 
.signin
{
    display: block;

    width: 175px!important;

    text-align: center;
    color: white;
    background-color: #787878;
}

.signin:hover
{
        transition: color, background-color, 0.2s ease-in-out;
        color: #787878;
        background-color: white;
        cursor: pointer;
}

 .contactform
{
    margin-left: auto;
    margin-right: auto;
    height: 660px;
    width: 240px;
}
hr
{
    margin: 0;
-webkit-margin-before:0em;
-webkit-margin-after:0em;
}
figure
{
    margin: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    float: left;
    min-width: 100%;
}
figure &gt; img
{
    width: 90%
}
label
{
    width: 240px;
    height: 60px;
    display: block;
    float: left;
    text-align: left;
}
.cb
{
    float: none;
    clear: both;
}
.contactform &gt; label &gt; input
{
    float: left;
    margin: 0;
}
.contactform &gt; label &gt; select
{
    float: left;
    margin-right: 10px;
}

body
{
    height: 100%;
    font-size: 16px;
}
.logo
{
    display: block;
    width:250px;
    height:50px;
    margin-left: auto;
    margin-right: auto;
}   
.contactform &gt; hr
{
    display: none;
}    
nav &gt; ul
{
    display: none;
}    
    
.password{
    text-align: center;
    width: 173px;
    margin-left:auto;
    margin-right: auto;
}    
   
.password &gt; input
{
    width: 170px;
    margin-top: 10px;
    float: left;
}   



#flip{
    display: block;
}

.car
{
    float: left;
    display: block;
    width: 100%;
    height: auto;

}
.article-sidebar
{
    padding: 0;
}
p
{
    padding-left: 5%;
}
figure &gt; img
{
    display: block;
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-bottom: 1vh !important;
}
.lineone
{
width: 100%;
}
section
{
    text-alignn: center;
}

.overlay &gt; p
{
    font-size: 3vw;
    margin: 0;
    padding:0;
    padding-top: 20%;

    height: 20%;

}


.container
{
    flex-basis: 45%;
    margin-left: -5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.containeritem
{
    background-size: 45vw 30vw;
    flex-basis: 45%;
    background-position:50% 50%;  /* Sets reference point to scale from */
    background-repeat: no-repeat;
    margin-top: 5%;
    margin-left: 5%;
    width: 45vw;
    height: 30vw;
    flex-grow: 0;
    flex-shrink: 0;
}
.overlay
{
    font-size: 16px;
    color: white;
    width: 100%;
    height: 100%;
    background-color: black;
    text-align: center;
    
    transition: opacity 0.2s linear;
}

.sliderr
{
    margin-top: 30px;
}

.f
{
    margin-top: 4vh;
    margin-bottom: 2vh;
}
.i
{
    margin-top: 4vh;
    margin-bottom: 2vh;
}

#flip
{
    margin-top: 10px;
    margin-bottom: 5px;
}
.love, .my, .client, .about, .contact
{
    text-transform: uppercase;
}
}



#lovestoriestext{
    margin-top: 35px;
    font-style: italic !important;
}
</pre></body></html>