	 /* 
••DISABLE COPY•
*/
$(document).ready(function () {
    $('body').bind('cut copy paste', function (e) {
        e.preventDefault();
    });
   
    $("body").on("contextmenu",function(e){
        return false;
    });
});

	 /* 
••BODY TAGS••
*/
 body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}
 body {font-size:20px;);font-family: Georgia, serif;
 background-color: #FFFF;}
 
 
.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
.w3-half img:hover{opacity:1}

 /* 
••TICKER••
*/

			@keyframes ticker {
				0% { transform: translate3d(0, 0, 0); }
				100% { transform: translate3d(-100%, 0, 0); }
			}
			.tcontainer{
				
				width: 100%;
				overflow: hidden;
			}
			.ticker-wrap {
						
				width: 645px;
				padding-left: 100%;
				background-color: #eee;
			}
			.ticker-move {
				display: inline-block;
				white-space: nowrap;
				padding-right: 100%;
				animation-iteration-count: infinite;
				animation-timing-function: linear;
				animation-name: ticker;
				animation-duration: 50s;

			}
			.ticker-move:hover{
				animation-play-state: paused;
			}
		
.ticker-item{
				display: inline-block;
				padding: 0 2rem;font: italic bold 14px/16px verdana, sans-serif; color:#805500;
			}


	
	
	 /* 
••ANFANG••
*/

.has-dropcap:first-letter {
  font-family: "Georgia", Georgia, serif;
    font-style: italic;
      color: #0c439c;
  float: left;
  font-size: 7rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}

.dropcap {
  font-family: "Georgia", Georgia, serif;
    font-style: italic;
  background: #303030;
  color: #7110e8; 
   /* color: deep-purple;*/
  float: left;
  font-size: 7rem;
  line-height: 1;
  margin: 0.1em 0.1em 0.2em 0;
  padding: 0.1em;
}
.dropcap:before,
.dropcap:after {
  content: "";
  display: block;
}
.dropcap:before {
  margin-top: -0.2em;
}
.dropcap:after {
  margin-bottom: -0.15em;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}   

	 /* 
••TEXTER••
*/

 .sansserif {
  font-family: "Poppins", sans-serif;
     font-size: large;
}
    
     .caption {
  font-family: "Poppins", sans-serif;
     font-size: medium;

}
 
         .whitesans {
  font-family: "Poppins", sans-serif;
     font-size: small;
     color: white;        
}
    
.main_header 
{ 
  background: tomato;
  height: 250px;
  width:100%;
  margin:0 !important;
  padding:0 !important;
  
}   
	 /* 
••LINJER••
*/
 
 
hr.gradientline {
    border: 0; margin-bottom: 1em; margin-top: 1em;
    height: 2px;
       
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));*/
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), white, rgba(0, 0, 0, 0));

	}

hr.doubleline {
    border: 0;
    border-top: 1.7mm double #333;
    margin-bottom: 0em; margin-top: 0em;
   	}
   	
hr.singleline {
    border: 0;
    border-top: 1.7mm  #333;
   	}
   	
	 /* 
••MY BOOKS••
*/
 hr.readmybooks {
    border: 0;
    border-top: 4px double black;
}
hr.readmybooks:after {
    content: 'ANNONS: LÄS EN BOK';
    display: inline-block;
    position: relative;
    top: -15px;
    left: 40px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
}



@media only screen and (max-width: 600px) {
  hr.mobile {
    width:100%;
    border:1px solid black;
  }

    .mobile {
color: #000000;
    text-decoration:none;
      font-family: "Poppins", sans-serif;
     font-size: medium;
  }
  
  .computer {
color: #FFFFFF;
    text-decoration:none;
      font-family: "Poppins", sans-serif;
     font-size: medium;
  }
}


@media only screen and (min-width: 600px) {
  hr.computer {
    width:100%;
    border:1px solid black;
  }

 
   .computer {
color: #000000;
    text-decoration:none;
      font-family: "Poppins", sans-serif;
     font-size: medium;
  }
  
  .mobile {
color: #FFFFFF;
    text-decoration:none;
      font-family: "Poppins", sans-serif;
     font-size: medium;
  }
 
}


img { border: 0; } 
    
    /* unvisited link */
a:link {
  color: #663399;
    text-decoration:none;
}

/* visited link */
a:visited {
  color: green;
    text-decoration:none;
}
    
.center {
  text-align: center;
}   

.responsive {
  max-width: 100%;
  height: auto;
}
    