
body {
	background-color: black;
	width:100%;
	margin:0;
}

ul#mainmenu {
	list-style: none;
	padding:0;
	
}
.wrapper {
	width:100%;
  display: flex;
	flex-direction: column;
	
}
.minwrap {
width:100%;
display: flex;
flex-direction: row;
	
}

a:link {color: lightblue;}  
a:visited {color: lightred}  
a:hover {color: lightgreen}  
a:active {color: lightyellow}  

img.menu:hover, img.social:hover {-webkit-filter: brightness(150%); }
img.menu{width:100%;}
img { 
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

}
.content {
	width: 100%;
	background-color: aliceblue;
}

/**/

#flexcanvas{
  width: 100%;
  
}

.rowParent, .columnParent{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columnParent{
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexChild{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
#flexymenu {
	flex-grow: 2;
	height: 100%;
}
.frame {
  font-family: chicagoflfregular;
  font-size: 1.2vw;
    border-image: url(frame.png) 93 92 87 92 stretch stretch;
    border-image-width: 8vw 8vw 8vw 8vw;
    border-color: #f4be52;
    border-style: inset;
    border-width: 3vw;
  display: block;
  height: auto;
  background-color: #ffe;
  margin: 0 auto;

}
.leftframe, .rightframe{
min-height: 14vw;
}
.leftframe p, .rightframe p{

}
.leftframe p{
	width: auto;
	    
}
.rightframe p{
	width: auto;
	clear:left;
}
ul {
	margin-left: 1.6vw;
}
p, li, ul {
	font-family: chicagoflfregular;
  font-size: 1.6vw;
	color: aliceblue;
}
h2,h3 {
	font-size: 1.5em;
	float: left;
    margin-top: -1.9vw;
	margin-left: -1vw;
	width: 100%;
}
h2::after {
	float:right;
    content: ' ';
    display: inline-block;
    background: url(stickers.png) no-repeat;
    background-size: contain;
        height: 3vw;
    width: 20vw;
    margin-top: -0.8vw;

}
.rightframe{
	margin-right: 1vw;
	margin-left: 1vw;
}
@media all and (max-width: 500px) {
  img.frame { 
    border-width: 0px;
    width: 100%; }
}
.socialwrap {
	margin-left: 20vw;
	margin-right: 20vw;
	margin-bottom:2vw;
	display: flex;
	justify-content: space-between;

}
img.social{
	width: 100%;
	height: 100%;
	 min-width: 0;
	margin-right: 1vw;
}
@font-face {
    font-family: 'chicagoflfregular';
    src: url('sabrinafont-webfont.woff2') format('woff2'),
         url('sabrinafont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.linkz{
	width: 10%;
    margin: auto;
}
h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  font-family: chicagoflfregular;
  font-size: 4.2vw;
  letter-spacing: 0.55rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -4px 4px #ef3550,
               -8px 8px #f48fb1,
               -12px 12px #7e57c2,
               -16px 16px #2196f3,
               -20px 20px #26c6da,
               -24px 24px #43a047,
               -28px 28px #eeff41,
               -32px 32px #f9a825,
               -36px 36px #ff5722;
}

.firstcharacter {
  color: #903;
  float: left;
  font-size: 4em;

    font-size: 400%;
    line-height: 70%;

  padding-top: 0px;
  padding-right: 4px;
  padding-left: 3px;
}
.container{width:95%;align-content: center;
	display: block;
margin-left: auto;
margin-right: auto;}
.designedby{
	color: grey;
	font-size: 1vw;
	transform: skewX(-8deg);
}
.center{
	align-content: center;
	text-align: center;
	display: block;
margin-left: auto;
margin-right: auto;
}



.cloudimage-360 .cloudimage-360-prev, .cloudimage-360 .cloudimage-360-next {
	padding: 8px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 4px;
}
.cloudimage-360 .cloudimage-360-prev:focus, .cloudimage-360 .cloudimage-360-next:focus {
	outline: none;
}
.cloudimage-360 .cloudimage-360-prev {
	display: none;
	position: absolute;
	z-index: 100;
	top: calc(50% - 15px);
	left: 20px;
}
.cloudimage-360 .cloudimage-360-next {
	display: none;
	position: absolute;
	z-index: 100;
	top: calc(50% - 15px);
	right: 20px;
}
.cloudimage-360 .cloudimage-360-prev:before, .cloudimage-360 .cloudimage-360-next:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: 50% 50% / cover no-repeat;
}
.cloudimage-360 .cloudimage-360-prev:before {
	background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg');
}
.cloudimage-360 .cloudimage-360-next:before {
	background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg');
}
.cloudimage-360 .cloudimage-360-prev.not-active, .cloudimage-360 .cloudimage-360-next.not-active {
	opacity: 0.4;
	cursor: default;
}
.norights{
	display: inline;
    margin: 0px;
    padding: 0px;
    vertical-align:middle;
    width:8vw;
}
.inclusivityflag {
    display: inline;
    margin: 0px;
    padding: 0px;
    vertical-align:middle;
    width:28vw;
}
.screenshots {
    display: block;
	align-content: center;
margin-left: auto;
margin-right: auto;
    position: relative;
    height: auto;
    max-width: auto;
    overflow-y: hidden;
    overflow-x:auto;
    word-wrap:normal;
    white-space:nowrap;
}
span{margin: 0px; }