
@font-face {
        font-family: 'Butler';
        src: url('abrilfatface-regular-webfont.ttf') format('truetype');
    src: url('https://www.prynd.com/wp-content/themes/flatsome-child/fonts/butler_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.prynd.com/wp-content/themes/flatsome-child/fonts/butler_regular-webfont.woff2') format('woff2'),
         url('https://www.prynd.com/wp-content/themes/flatsome-child/fonts/butler_regular-webfont.woff') format('woff'),
         url('https://www.prynd.com/wp-content/themes/flatsome-child/fonts/butler_regular-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
    font-family: 'Bodoni';
    src: url('https://www.prynd.com/wp-content/themes/flatsome-child/fonts/bodoni-11-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.prynd.com/wp-content/themes/flatsome-child/fonts/bodoni-11-medium-webfont.woff2') format('woff2'),
         url('https://www.prynd.com/wp-content/themes/flatsome-child/fonts/bodoni-11-medium-webfont.woff') format('woff'),
         url('https://www.prynd.com/wp-content/themes/flatsome-child/fonts/bodoni-11-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





.s50x70{
	font-size:1em;
}
.s30x40{
	font-size:0.625em;
}
.s61x91{
	font-size:1.4em;
}

.s50x70.horizontal{
	font-size:0.8em;
}
.s30x40.horizontal{
	font-size:0.5em;
}
.s61x91.horizontal{
	font-size:0.95em;
}

.titletext.s50x70.horizontal{
	font-size:1.8em;
}
.titletext.s30x40.horizontal{
	font-size: 1.2em;
}
.titletext.s61x91.horizontal{
	font-size:2.5em;
}
.titletext.s50x70.vertical{
	font-size:1.8em;
}
.titletext.s30x40.vertical{
	font-size: 1.2em;
}
.titletext.s61x91.vertical{
	font-size:2.5em;
}


.coordmaintext{
	padding-top: 15em
}
.coordmaintext.horizontal{
	padding-top: 15em
}
/*
.coordsubtext.vertical{
	padding-top: 30em
}
.coordsubtext.horizontal{
	padding-top: 25em
}

.coordsubtext.vertical.s30x40{
	padding-top: 25em;
}

.coordsubtext.horizontal.s30x40{
	padding-top: 13em;
}*/

.coordcanvas{
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;x
	height: 100%;
}

.innerborder{
	left: 0em;
	top: 0em;
	right: 0em;
	bottom: 0em;
	border: 0.25em solid #000;
	position: absolute;
	z-index: 98;
}


#border {
	left: 0em;
	top: 0em;
	right: 0em;
	bottom: 0em;
	border: 0.4em solid #000;
	position: absolute;
	z-index: 98;
}

.titletext{
	white-space: pre-wrap;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-family: Avenir;
	text-align: center;
	font-weight: 300;
	
}

#titletext{
	width: max-content;
	max-height:1.5em;
	
    margin: 0 auto;
	/*    width: 300px;
    height: 200px;
    overflow: hidden;
    font-size: 3em;*/
}

#titlewrap{
	font-size: 250%;
	text-transform: uppercase;
	width:100%;
	overflow:hidden;
	max-height:1.5em;
		margin-top: 0.2em;
}
/*
#subtitletext{
	font-size: 150%;
}*/

   
#coordtext{
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-family: Butler, sans-serif;
	text-align: center;
}

#coorddesign{
	position:absolute;
}

.line1{
	font-size: 8em;
	line-height: 1em;
}
.line2{
	font-size: 8em;
	line-height: 1em;
}
.line3{
	font-size: 11.5em;
	line-height: 1em;

}
.line4{
	font-size: 15em;
	line-height: 0.9em;
}


#line{
	margin:auto;
    border-bottom: 0.15em solid;
}


.coordsubtext.white, .horizontal.white, .vertical.white{
	color:#000;
}
.viewer.white{
	background: #fff;
}

.innerborder.white{
	border-color: #000 !important;
}


.coordsubtext.red, .horizontal.red, .vertical.red{
	color:#ffffff;
}
.viewer.red{
	background: #000;
}

.innerborder.red{
	border-color: #fff !important;
}

.coordsubtext.navy, .horizontal.navy, .vertical.navy{
	color:#fff;
}
.viewer.navy{
	background: #8F8F8F;
}

.innerborder.navy{
	border-color: #878788!important;
}


.coordsubtext.dark, .horizontal.dark, .vertical.dark{
	color:#b2970e;
}
.viewer.dark{
	background: #fff;
}


.viewer.grey{
	background: #fff;
}

.coordsubtext.grey, .horizontal.grey, .vertical.grey{
	color:#8F8F8F;
}


 