@font-face {
    font-family: 'baskervilleclassico';
    src: url('../fonts/baskervilleclassico-webfont.woff2') format('woff2'),
         url('../fonts/baskervilleclassico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.34;
	color: var(--maincolor);

}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3 {
    font-family: 'baskervilleclassico';

}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.45rem;
}

b {
	font-weight: 800;
}

h1 {
    font-size: 2.4em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 9px;
    margin: 0% 0% 2% 0%;
			
}

h2 {
    font-size: 1.14em;
    padding: 20px 0px;
    text-align: center;
    color: var(--subcolor);
    text-transform: uppercase;
    letter-spacing: 8px;
}

h3 {
    font-size: 1.2em;
		color: var(--subcolor);
    text-transform: uppercase;

}


h4 {
    font-size: 18px;
}
a.custombutton {
				font-family: 'Baskervville', serif;
 
}
p.ingress {
				font-family: 'Baskervville', serif;
    font-size: 1.55em;
    text-align: center;
				line-height: 1.25em;
}

.albums h2 {
  	font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-weight: 800;
    letter-spacing: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1em;
}
.albums p {
    line-height: normal;
    margin-bottom: 0px;
    font-size: 0.85em;
}

.page-title {
  padding: 30px 0px;
  
}

.product h1, .product h2, .product h3 {
	font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;

}
.productTable {
  font-size: 14px;
}

/* Font Awesome */

.fa, .fab, .fad, .fal, .far, .fas {
	color: var(--subcolor);
}

/* Quotes */

blockquote {
	display: block;
    padding: 14px 20px;
    margin: 35px 0px;
    position: relative;
    font-size: 24px;
    text-align: left !important;
    border-left: 1px solid #00c962;

}

blockquote p {
    display: block;
    margin: 15px 0px;
    position: relative;
    text-align: left;
}


@media screen and ( max-width: 1024px ) and ( max-height: 1024px )
{
.swiper-slide h1 {
    width: 100%;
}
h1 {
    font-size: 24px;
}

.swiper-slide h2 {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 10px 0px;
    font-weight: 300;
    text-transform: none;
}

.custombutton {
    padding: 2px 15px;
    font-size: 12px;

}
}

@media screen and (max-width: 520px) {
	h1 {
  font-size: 1.4em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 9px;
  margin: 0% 0% 2% 0%;
  line-height: normal;
}
	p {
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1.7rem;
}

p.ingress {
    font-family: 'Baskervville', serif;
    font-size: 1.35em;
    text-align: center;
    line-height: 1.25em;
}

.swiper-slide h1 {
    width: 100%;
}
   
h2 {
    font-size: 18px;
    text-align: center;
    padding: 30px 0px;
    /* font-weight: 800; */
    letter-spacing: 5px;
}

.toprubrik h2 {
    font-size: 12px;
    text-align: center;
    padding: 30px 0px;
    /* font-weight: 800; */
    letter-spacing: 5px;
}
.slider-swiper .swiper-slide h2 {
    font-size: 32px;
    text-align: left;
    padding: 30px 0px;
    font-weight: 800;
    width: 100%;
}

.pop h2 {
    font-size: 23px;
    text-align: center;
    padding: 30px 0px;
}

.swiper-slide h2 {
    width: 100%;
    font-size: 18px;
    text-align: left;
    padding: 30px 0px;
}

footer p.quote {
    text-align: center !important;
    font-size: 24px;
    line-height: 28px;
    padding: 30px 0px;
}

footer p.quoter {
    text-align: center !important;
    font-size: 10px !important;
}



h3 {
    font-size: 16px;

}

}