<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*:focus {outline:none !important}

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2 {
    font-family: 'Amatic SC', cursive;
}

.bookImg, .GalleryImage__img--2Epz2 {
    width: 100%; 
    /*height: 75%;*/
    /*max-height: 225px;*/
    -webkit-box-shadow: 0px 0px 10px 0px #808080; 
    box-shadow: 0px 0px 10px 0px #808080;
    object-fit: cover;
    
    height: 200px;
    vertical-align: middle;
    display: inline-block;
}

.illustrations, .collages {
    width: 100%; 
    /*height: 75%;*/
    /*max-height: 225px;*/
    -webkit-box-shadow: 0px 0px 10px 0px #808080; 
    box-shadow: 0px 0px 10px 0px #808080;
    object-fit: cover;
    
    height: 50vh;
    vertical-align: middle;
    display: inline-block;
}

.bookTitle {
    font-size: 16px; 
    padding: 10px 0px;
}

.bookDesc {
    font-size: 12px;
}

.footer a {
    color: #ffffff;
    transition: color .5s;
}

.footer a:hover {
    color: #c0c0c0;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  float: right;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  text-align: center;
  text-decoration: none;
}

/* Change the color of links on hover */
.topnav a:hover {

}

/* Add an active class to highlight the current page */
.topnav a.active {
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    font-size: 22px;
    
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
     .topnav.responsive {
      position: relative; 
      padding-top: 0px;
    }
    
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
    padding: 15px 0px;
    font-size: 22px;
  }
  
  .topnav.responsive a.icon {
    position: fixed;
    right: 25px !important;
    top: 20px !important;
    padding: 0px;
  }
  
  .fa-bars {
      color: #ffffff !important;
  }
  
  #logo {
      margin-top: 4px;
  }
  
  
  .bookImg, .GalleryImage__img--2Epz2 {
        height: auto;
    }
  
}




.row {
	padding: 20px;
}

h1 {

}

h2 {

}

#myTopnav a {
    color: #ffffff;
}

#myTopnav a:hover {
    color: #ffa5ab;
}

#myTopnav a.active {
    color: #ffa5ab;
}

.nf-form-fields-required {
    display: none;
}

#nf-field-1, #nf-field-2, #nf-field-3 {
    padding: 10px;
}

#nf-field-4-wrap {
    text-align: center;
}

#nf-field-4 {
    transition: all .5s ease-out;
    font-family: 'Amatic SC', cursive; 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-image: url('/wp-content/themes/artsyvalhalla/images/bg_button.png'); 
    display: inline-block; 
    padding: 5px 20px 5px 25px;
    font-size: 2rem;
    color: #000000;
    background-size: cover;
    border: 0px;
    min-width: 300px;
    background-color: transparent;
    cursor: pointer;
}

#nf-field-4:hover {
    color: #ffa5ab;
}

.buttonMain {
    transition: all .5s ease-out;
    font-family: 'Amatic SC', cursive; 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-image: url('/wp-content/themes/artsyvalhalla/images/bg_button.png'); 
    display: inline-block; 
    padding: 5px 20px 5px 25px;
    font-size: 1.6rem;
    color: #000000;
    background-size: cover;
}

.buttonMain a {
    color: #000000;
}

.buttonMain:hover {
    color: #ffa5ab; /*1d6062*/
}

a {
    color: #1d6062;
    transition: all .5s ease-out;
}
a:hover {
    color: #dfd3c6;
    text-decoration: none;
}

.darkBox a {
    color: #ffa5ab;
    transition: all .5s ease-out;
}
.darkBox a:hover {
    color: #dfd3c6;
    text-decoration: none;
}

#headerD {
    top: 0px;
    background-attachment: fixed; 
    background-position: center 66px; 
    background-repeat: no-repeat; 
    background-image: url('/wp-content/themes/artsyvalhalla/images/header.jpg'); 
    padding-top: 36.3%; 
    background-size: contain;
}

#headerM {
    display: none;
}

.rbSP {
    margin: 0px;
}

.productButton {
    text-align: left;
}

.productPrice {
    line-height: 2.5;
    text-align: left;
}    

.desktopOnly {
    display: inline-block;   
}
    
.mobileOnly {
    display: none;
}

@media only screen and (max-width: 700px) 
{
    .mainImage {
        margin-bottom: 20px;
        margin-top: -45px;
    }

    .iscj {
        margin: -10px 0px 20px 0px;
    }

    .desktopOnly {
        display: none;   
    }
    
    .mobileOnly {
        display: block;
    }
    
    .productButton {
        text-align: center;
    }
    
    .productPrice {
        line-height: 36px;
        text-align: center;
        font-size: 36px;
        padding-bottom: 15px;
    } 

    .rbSP {
        margin: 0px 0px 25px 0px;
    }

    .buttonMain {
        font-size: 26px;
    }

    #headerD {
        display: none;
    }
    
    #headerM {
        display: block;
        object-fit: contain;
        height: auto;
        width: 100%;
        margin-top: 70px;
    }

	.row {
		padding: 20px 10px;
	}
	
	#img404 {
		width: 95%; 
	}
	
	#headline {
		font-size: 28px; 
		line-height: 30px;
		margin: 5px 0px 20px 0px;
	}
	
	#group1, #group2, #group3, #group4, #group5 {
		display: block; 
	}
	
	.mainBtn, .mainBtn2 {
		float: none;
		display: inline-block;
		font-size: 20px;
	}
	
	#nf-field-4 {
		float: none;
		display: inline-block;
		font-size: 20px;
	}
	
	.btn2 {
		width: 100%;
		text-align: center;
		padding: 20px 0px 0px 0px;
		display: block;
		position: relative;
		margin: 0px;
	}
	
	.mainLogo {
		text-align: center;
		display: inline-block;
	}
	
	#group2headline, #group4headline, #group5headline {
		font-size: 32px; 
	}
	
	#group3headline {
		font-size: 26px; 
	}
	
	#group2text, #group4text, #group5text {
		font-size: 16px; 
		line-height: 22px;
		padding: 10px 0px 20px 0px;
	}
	
	#group3text {
		font-size: 16px; 
		line-height: 22px;
		padding: 10px 0px;
	}
	
	#g3mobile {
		display: inline-block;
	}

	#g3desktop {
		display: none;
	}
	
	.footer {
		font-size: 16px; 
		line-height: 24px;
		text-align: center;
	}
	
	.social {
		font-size: 16px; 
		line-height: 24px;
		text-align: center;
		padding-top: 15px;
	}
	
	#facebook, #envelope, #envelope2 {
		font-size: 26px;	
	}
	
	#envelope {
		padding: 0px 25px;
	}
	
	#envelope2 {
		padding: 0px;
	}
}</pre></body></html>