html, body {
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-color:#fff;
}

/*  ALL-PAGES STYLING  */
nav {
	font-family: 'Emilys Candy', sans-serif;
		color:#8b10a6;
}
nav a:link {
	text-decoration:none;
}
a {
	color:#8b10a6;
}
a:hover, a:click {
	font-weight:bold;
	color:#8b10a6;
}

 h1, h2, h3, h4 {
		color:#8b10a6;
		font-weight:bold;
}
h1 {
	font-size:2em;
	margin:10px auto 6px auto;
}
h2 {
	font-size:1.7em;
	margin:6px auto 4px auto;
}
h3 {
	font-size:1.5em;
	margin:4px auto 2px auto;
}
h4 {
	font-size:1.3em;
	margin:2px auto 0px auto;
}
p {
	font-size:1.1em;
	font-weight:400;
	margin:0px auto 40px auto;
}

nav {
	clear:both;
	width:100%;
	text-align:center;
}

nav ul {
	border-bottom:3px solid #8b10a6;
	text-align:center;
}

nav li {
	display:inline;
	margin:auto 15px;
	font-size:2vw;
	font-weight:700;
	color:#8b10a6;
	text-decoration:none;
}

footer {
	width:auto;
	margin:0px auto 20px auto;
	text-align:center;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.center {
	margin:  auto 0px;
	text-align:center;
	vertical-align:middle;
}
.left {
	text-align:left;
	vertical-align:middle;
}
.right {
	text-align:right;
	vertical-align:middle;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.nodecoration {
		text-decoration:none;
}
.color {
	color:#8b10a6;
	}
.colorbold {
	color:#8b10a6;
	font-weight:bold;
}
#rtl{
    unicode-bidi: bidi-override;
    direction: rtl;
}
.specialfont, .title {
	font-family: 'Emilys Candy', sans-serif;
	font-size:2.2em;
	color:#8b10a6;
}

.smaller {
	font-size: smaller;
}
/*  HOME PAGE STYLES  */

#maincontent {
	margin: 2vh 2vw;
	height: auto;
	width: 92vw;
	padding: 2vw 2vh;
	background-color: #d6faff;
	border-radius: 30px;
}

#profile {
	float:left;
	width:42vw;
	text-align:center;
	margin:2vh 2vw;
}

#headshot {
	background-image: url("assets/SimonaVOCollage.jpg");
	background-position:top left;
	background-size:cover;
	height:450px;
	width:auto;
	border-radius: 20px;
}


/*	AUDIO PLAYER STYLES: ;*/
#reels {
	float:left;
	width:42vw;
	margin: 2vh 2vw;
}

audio {
	width:calc(39vw - 40px);
	margin:0px;
	padding:0px;
}
.download-link {
	vertical-align:top;
	width:20px;
	margin:10px;
	cursor: pointer;
}

/*   COMMERCIAL & ANIMATION GALLERY STYLES   */
#commercial, #animation {
	clear:both;
	max-width:70vw;
	margin:80px auto;
	text-align:center;
}

#animation b, #commercial b {
	font-weight: 700;
}

/*	CLIENT LOGO GALLERY STYLES : COMMERCIAL   */
#commercial ul, #animation ul {
	display:table;
	margin:10px auto;
	list-style-type:none;
}

#commercial li {
	display:inline-block;
	margin:0px auto;
	padding:10px;
	vertical-align:middle;
}

#commercial img {
	max-width:8vw;
	max-height:8vh;
}

/*  CHARACTER GALLERY STYLES : ANIMATION  */
#animation ul {
	padding:0px;
	list-style-type:none;
}

#animation li {
	display:inline-block;
	padding:10px;
	height:auto;
	vertical-align:top;
	font-size:smaller;
}

#animation img {
	height:125px;
	width:auto;
}
#animation .details {
	height:50px;
	padding-bottom: 10px;
}


#news_inset {

}

/*  STUDIO SETUP STYLES  */

#studiosetup {
	width:70vw;
	margin:0px auto 10px auto;
	text-align:left-justify;
}

/*  ABOUT ME STYLES  */
#aboutme {
	width:60vw;
	margin:0px auto 10px auto;
	text-align:left-justify;
}

#aboutmeinset {
	float:right;
	max-width:170px;
	text-align:left;
	font-size:xx-small;
	margin:0px 0px 20px 10px;
}

#aboutme img {
	max-width:170px;
	max-height:250px;
}

/*  NEWS ITEM: GENERAL STYLES  */
#newspage {
	width:50vw;
	margin:0px auto 10px auto;
	text-align:left-justify;
}

.newsitem {
	display: inline-block;
	width:auto;
	height: auto;
	margin: 0px 10% 0px 10%;
	padding-bottom: 20px;
}

.newsitem p {
	text-align: justify;
	width: 95%;
}

.newsitem img {
	padding-top: 10px;
	float: right;
}

.attribution {
	text-align: right;
	color: #8b10a6;
	margin: 0px;
}

.newsitem ul {
	list-style:none;
	margin-left: -10px;
}

.newsiteminset {
	width:  90%;
	height:  420px;
	display: table;
	margin: 0px 5% 0px 5%;
}

.newsiteminset div {
	width: 25%;
	height: auto;
	max-height: 200px;
	vertical-align: middle;
}

.review {
	height: auto;
	background-color: #99f3ff;
	padding: 20px;
	margin: 20px 0px 20px 0px;
}

.review button {
 	float: right;
 	background-color: transparent;
	border: none;
	color: #8b10a6;
	text-decoration: none;
 	display: inline;
 	font-size: inherit;
}

/* News item: expand article */
#more {display: none;}

/* News item: GALLERY STYLES */

.gallerycontainer {
	display: inline-block;
	width: 100%;
	height: auto;
	clear: both;
}

div.gallery {
  margin: 5px;
  border: 0px;
  float: left;
  width: 22.5%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

div.gallery img {
  width: auto;
  max-height: 150px;
}

div.desc {
  padding: 8px;
  text-align: center;
}

/*	ALL VIDEO PLAYER STYLES*/
video, video img {
	width: 39vw;
	height: auto;
	margin: 0px auto 0px auto;
}
.video img {
	width: 40vw;
}
#videos {
	margin: 0px auto;
}
#videos ul {
	list-style-type: none;
}
#videos li {
	background:#fff;
	display:inline-block;
	text-align:center;
	vertical-align:center;
}
#videos p {
	font-size:.6em;
}

