@charset "UTF-8";

/* CSS rules go below */
@font-face {
    font-family: 'C800';
    src: url('https://funky-themes.netlify.app/assets/css/C800-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('https://funky-themes.netlify.app/assets/css/EurostileRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FT88';
    src: url('https://funky-themes.netlify.app/assets/css/FT88-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apple Chancery';
    src: url('https://funky-themes.netlify.app/assets/css/AppleChancery.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Miskan';
    src: url('https://funky-themes.netlify.app/assets/css/Miskan-Oblique.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#special-button{
    display:block;
	max-width: 50rem;
    font-family: "FT88"!important;
    font-weight: bold;
    font-size:2.5rem;
    padding:1rem;
    box-sizing: border-box;
    margin-top:1rem;
    margin-bottom:1rem;
    line-height:1;
    letter-spacing:-1px;
    color: beige!important;
    background-color: rgb(255, 111, 0)!important;
    border:5px rgb(255, 0, 204)!important;
    border-style: dotted!important;
    align-self: flex-end;
    z-index: 10 !important;
    position: relative !important;
}

body{
	font-family: "Eurostile";
	color:rgb(255, 0, 204);
    background-color: bisque;

}

.page-wrapper{
	padding:1rem;
	display: flex;
	flex-direction: column;
}

header, nav, section, footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top:2.5vw;
	margin-bottom:2.5vw;
	background-color: bisque;
	outline-style: dotted!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 5px;
    outline-offset: 2px;
}

header, nav, footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top:2.5vw;
	margin-bottom:2.5vw;
	background-color:rgb(255, 0, 204);
	background-image:
    linear-gradient(
    	rgb(255, 122, 228), rgb(255, 196, 222)
    );
	outline-style: dotted!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 5px;
    outline-offset: 2px;
}

h1{
	font-size: 3em;
	color: bisque;
	
}

h1, h2{
	text-align: center;
	max-width: 50rem;
	font-family:"FT88";
}

p{
	text-align: center;
	max-width: 30rem;
	font-family:"Eurostile";
}

section.extension-presentation ol{
	text-align: left;

	width:40rem;
	
}

section.extension-presentation ol em, p em{
	color:   rgb(255, 111, 0);
	font-size: smaller;
	
}

.extension-download a{
	font-size:1.5rem;
	padding:1.5rem;
	border-radius: 2rem;
	text-decoration: none;
	border: 1px solid blue;
}

.extension-documentation{
	width:50vw;
}

.extension-reviews-block{
	width:100%;
	max-width: unset;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.extension-review{
	width:25vw;
	padding:1rem;
	margin:1rem;
	border:1px solid black;
	box-sizing: border-box;
}

video, img{
	display: block;

	float:left;
	clear:both;
	width:100%;
	height:auto;
	margin-top:1rem;
	margin-bottom:1rem;
	background-color: black;
}

section.extension-installation ol{
	text-align: left;
}

footer{
	border-top:1px solid black;
}



/* CSS style for mobile devices */

@media (max-width: 780px) {
  	.extension-documentation{
		width:90vw;
	}
	.extension-review{
		width:90vw;
		margin-left:0;
		margin-right:0;
	}
}

/* theme 1 
light pink rgb(254, 129, 189)
bright pink rgb(255, 0, 204)
*/

body.theme-1, body.theme-1 main{
    color: rgb(82, 42, 13)!important;
    background-color:whitesmoke!important;
    font-family: Helvetica;
    outline-style: dotted!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 3px;
    outline-offset: 2px;

}
/*body.class1{
    background-color: rgb(255, 48, 48)!important;
    z-index: 1;
}*/

body.theme-1 p, body.theme-1 h2, body.theme-1 h3, body.theme-1 h4, body.theme-1 h5, body.theme-1 h6{
    font-family: "Eurostile"!important;
    color:  white!important;
    background-color: rgb(35, 62, 215)!important;

}

body.theme-1 h1{
    font-family: 'Apple Chancery'!important;
    background-color:white!important; 
    text-size-adjust: 2em!important;
    color: rgb(35, 62, 215)!important;
    outline-style: dotted!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 3px;
    outline-offset: 2px;
}

body.theme-1 section, body.theme-1 aside{
    background-color:whitesmoke!important;
    color: rgb(255, 0, 204)!important;
    font-family: "Eurostile"!important;
}

body.theme-1 header, body.theme-1 nav, body.theme-1 head, body.theme-1 footer, body.theme-1 link, body.theme-1 ul, body.theme-1 a{
    background-color: rgb(254, 129, 189) !important;
        background-image:
        linear-gradient(
            rgb(254, 129, 189), rgb(255, 106, 0) 
        );
    color: rgb(255, 255, 255)!important;
    font-family: "Eurostile"!important;
}


body.theme-1 img, body.theme-1 svg, body.theme-1 video{
    z-index: 9!important;
    position: relative!important;
    outline-style: dotted!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 3px;;
    outline-offset: 2px;
}

body.theme-1 div > body.theme-1 p {
    background-color: rgb(123, 82, 52)!important;
    color: antiquewhite !important;
    outline-style:inset!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 1px;
    outline-offset: 1px;
    z-index: 5!important;
    position: relative !important;
}

body.theme1 div {
    background-color: bisque!important;
    z-index: 2!important;
    position: relative !important;
}

/* THEME 2 */

body.theme-2, body.theme-2 main{
    color: rgb(248, 107, 7)!important;
    background-color: rgb(113, 222, 255);
        background-image:
        linear-gradient(
            rgb(113, 222, 255),bisque
        );
    font-family: "Helvetica";
    outline-style: dotted!important;
    outline-color: rgb(0, 94, 255)!important;
    outline-width: 12px;
    outline-offset: 2px;
}

body.theme-2 p, body.theme-2 h2, body.theme-2 h3, body.theme-2 h4, 
body.theme-2 h5, body.theme-2 h6, body.theme-2 div, body.theme-2 nav, body.theme-2 header, body.theme-2 head, body.theme-2 footer, body.theme-2 link, body.theme-2 ul, body.theme-2 a{
    font-family: "Eurostile"!important;
    color:  rgb(255, 234, 209)!important;
    background-color: blueviolet !important;
        background-image:
        linear-gradient(
            blueviolet, rgb(255, 55, 0) 
        );
    border-radius: 50px !important;
}

body.theme-2 h1{
    font-family: "C800"!important;
    background-color:rgb(113, 222, 255)!important; 
    color: white!important;
    text-transform: uppercase!important;
    outline-style: dotted!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 5px;
    outline-offset: 2px;
    text-decoration-line: underline !important;
    text-decoration-style: wavy;
    border-radius: 30px !important;
}

 body.theme-2 section, body.theme-2 aside{
    background-color: rgb(113, 222, 255);
        background-image:
        linear-gradient(
            rgb(113, 222, 255),bisque
        );
    color: rgb(255, 0, 204)!important;
    font-family: "Eurostile"!important;

}

body.theme-2 img, body.theme-2 svg, body.theme-2 video{
    z-index: 9 !important;
    position: relative !important;
    outline-style: dotted!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 5px;
    outline-offset: 2px;
}

body.theme-2 div > body.theme-2 p {
    background-color: rgb(123, 82, 52)!important;
    color: antiquewhite !important;
    outline-style:inset!important;
    outline-color: rgb(255, 0, 204)!important;
    outline-width: 1px;
    outline-offset: 1px;
    z-index: 5!important;
    position: relative !important;
}

body.theme2 div {
    background-color: bisque!important;
    z-index: 2!important;
    position: relative !important;
}

/*theme 3*/

body.theme-3, body.theme-3 main{
    color: rgb(97, 59, 38)!important;
    background-color: red;
        background-image:
        linear-gradient(
            red, rgb(232, 159, 49)
        );
    font-family: Helvetica;
    outline-style: dotted!important;
    outline-color: rgb(255, 68, 0)!important;
    outline-width: 20px;
    outline-offset: 2px;
}

body.theme-3 p, body.theme-3 h2, body.theme-3 h3, body.theme-3 h4, body.theme-3 h5, body.theme-3 h6{
    font-family: "Eurostile"!important;
    color:  rgb(97, 59, 38)!important;
    background-color: bisque;
    border-radius: 0px 0px 30px 30px!important;
}

/*Backup font bcs this one doesnt work on so many websites
font-family: "C800";*/
body.theme-3 h1{
    font-family: 'Miskan'!important;
    background-color:rgb(82, 42, 13)!important; 
    color:  beige!important;

    outline-style: dotted!important;
    outline-color: rgb(228, 82, 31)!important;
    outline-width: 10px;
    outline-offset: 2px;
    border-radius: 0px 0px 30px 30px!important;
}

body.theme-3 header, body.theme-3 nav, body.theme-3 section, body.theme-3 footer, body.theme-3 link, body.theme-3 ul, body.theme-3 a, body.theme-3 aside, body.theme-3 head, body.theme-3 div{
    background-color: red;
    background-image:
    linear-gradient(
        red, rgb(232, 159, 49)
    );
    color: beige!important;
    font-family: "Eurostile"!important;

}

body.theme-3 img, body.theme-3 svg, body.theme-3 video{
    z-index: 9!important;
    position: relative!important;
    outline-style: dotted!important;
    outline-color:rgb(255, 207, 135)!important;
    outline-width: 5px;
    outline-offset: 2px;
}

body.theme-3 div > body.theme-3 p {
    background-color: rgb(235, 117, 47)!important;
    color: rgb(235, 224, 215) !important;
    outline-style:inset!important;
    outline-color: rgb(232, 159, 49) !important;
    outline-width: 1px;
    outline-offset: 1px;
    z-index: 5!important;
    position: relative !important;
}








