/* stylesheet designed for 
http://rumiroaming.subversivepress.org and http://rumiroaming.net 
by gita hashemi

toggle menu - code by satish kumar
https://codepen.io/satishkumar458/pen/xgBXmb 
modified by gita hashemi */


/* BASIC */

@font-face {
    font-family: Noto Sans;
    src: url(../fonts/NotoSans-unhinted)
}

@font-face {
    font-family: Noto Sans Arabic;
    src: url(../fonts/NotoSansArabic-unhinted)
}


html {
		box-sizing: border-box;
}

*, *:before, *:after {
		box-sizing: inherit;
	}

body, html {
    width: 100%;
    height: 100%;
    line-height: 1;
	-webkit-text-size-adjust: none;
}

legend, label, input, ul, li{
    margin: 0; 
    padding: 0;
}

html, body, div, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-family: Noto Sans, Helvetica, verdana, arial, sans-serif;
	vertical-align: baseline;
    color: inherit;
}

em, span, sup, b {
    background: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


ol, ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
	quotes: none;
    margin: 25px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 500;
    color: #583c23;
    
}

blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
}

.rightalign {
    text-align: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* ==== SPLASH */

#news {
 /*   display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
        position: absolute; 
        background: rgba(110, 76, 44, .5);*/
    
    display: block;
    position: fixed; 
    top: 0;
    left: 0;
    background: rgba(100, 100, 100, .3);
    width: auto;
    height: auto;
    border-bottom-right-radius: 50px;
}

#news p {
    font-size:100%;
    color: lightgoldenrodyellow;
    font-weight: 100;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
        padding-bottom: 10px;
    padding left right: 30px;
    width:auto; 
    text-align: center;
    line-height: 1.5em;
    border-bottom-right-radius: 50px;
}

#news b {
    font-weight: 400;
    letter-spacing: 2px;
}

#news a {
    color: lightgoldenrodyellow;
    font-weight: 900;
    letter-spacing: 2px;
}

#news a:hover {
     color: white;
        font-weight: 900;
}

.internal a  {
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
}

.internal a:hover  {
    font-weight: 900;
    letter-spacing: 3px;
}

#top {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: static; 
    margin: 0px;
    /*background: rgba(0, 0, 0, 0.1);*/
    border-radius: 5px;
    font-size:100%;
    display:block;
    padding:0px;
    width:auto;
}

#logoimg {
    width: 100%;
	height: auto;
    margin-left:auto;
    margin-right: auto;  
}

#logo {
    margin-left:auto;
    margin-right: auto;  
    position:normal;
    bottom: 0;
    top: 0px;
    position: -webkit-sticky; /* Safari */
    z-index: 10;
}

#splash {
    width: 100%;
	height: auto;
    margin-left:auto;
    margin-right: auto;
    z-index: -1;
}

#action-call {
    position: fixed;
    top: 60px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto; 
    background: rgba(50, 50, 50, .6);
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
    font-weight:900;
    letter-spacing: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    z-index: 10;
}

#action-call a {
    color: gold;
    font-family: inherit;
}

#action-call a:hover {
    color: #ffffff;
    /*color: #ff9927;*/
}

#events {
    position: fixed;
    top: 20%;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto; 
    background: rgba(50, 50, 50, .6);
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
    font-weight:900;
    letter-spacing: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    z-index: 10;
}

#events a {
    color: gold;
    font-family: inherit;
}

#events a:hover {
    color: #ffffff;
    /*color: #ff9927;*/
}

#promovideo {   
    position: fixed;
    margin-top: 30%;
    margin-left:  auto;
    margin-right:  auto;
    background-color: #fff;
    clear: both;
    align-content: center;
    display: block;
    width: 720px;
}

#tag{
    font-size: small;
    left: 10px;
}

/*==EVENT==*/

#event-call {
    position: absolute;
    top: 30%;
    left: 30%;
   /*== background: rgba(212,241,249,0.9);==*/
    background: rgba(204,225,244,0.9);
    color: #6e4c2c;
    padding: 20px;
    font-size: 18px;
    font-weight:900;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
}

#event-call a {
    color: #6e4c2c;
}

#event-call a:hover {
    color: #b08900;
    /*color: #ff9927;*/
}


#tag{
    font-size: small;
    left: 10px;
}



/*===TOGGLE MENU==*/

#stick-menu {
    position:sticky;
}

*{box-sizing: border-box;}

.input-toggler{ 
    display: none;
}

.menu-toggler{
    position: fixed; 
    right: 0px; 
    top: 0px; 
    bottom: 10;
    width:100px; 
    height: 60px; 
        /*height: 90px; */
    background-color: rgba(100,100,100,.5); 
    z-index: 100; 
    display: flex; 
    justify-content:center; 
    align-items:center; 
    flex-direction:column; 
    cursor: pointer;
    border-bottom-left-radius: 20px;
    
}

.menu-toggler-line{
    width: 60%; 
    height:3px; 
    background:#ffcf27; 
    margin: 0 0 5px 0px; 
    position: relative; 
    transition: all .40s ease-out;
}

.input-toggler:checked ~ .menu-toggler .menu-toggler-line {
    top: 5px; 
    transform:rotate(45deg); 
    translateY:(100px);
}

.input-toggler:checked ~ .menu-toggler .menu-toggler-line:nth-child(2) {
    top: -5px;
    transform:rotate(135deg);
    translateY:(10px);
}

.nav{ 
    width: 100%; 
    height: 100%; 
    right: 0;
    bottom: 0;
}

.nav ul{ 
    width: 100%;
        right: 0;
}

.nav ul li{ 
    width: auto; 
    text-align: right;
}

.nav ul li a{
    display: inline-block; 
    font-size: 12vw; 
    color: #fff; 
    text-transform: uppercase;
}

.sidebar {
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto; 
    top: 90px;
    width: auto;
    display: flex;
    justify-content: right;
    text-align: right;
    transform: translateX(100%);
    transition: all .40s ease-out;
    z-index: 20; 
    background-color: rgba(100,100,100,.5); 
}

.menu-link {
    color: #ffffff; 
    font-size: 24px;
    font-weight: 900;
    line-height: 48px; 
    -webkit-transition: all .25s ease-out; 
    transition: all .25s ease-out;
    background-color: rgba(100,100,100,.5); 
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

/*.menu-link {
    color: #d4f1f9; 
    font-size: 12vmin; 
    line-height: 12vmin; 
    -webkit-transition: all .25s ease-out; 
    transition: all .25s ease-out;
}*/

.menu-link:hover, .menu-link:focus, .menu-link:active {
    color: Gold;
}

.input-toggler:checked ~ .sidebar {
    transform: translateX(0%); 
    background:transparent;
    opacity: .8;
}

/*====*/

#menu a {
    background-color: #000;
    padding-right: 10px;
    color: #d62828;
    cursor: pointer;
    text-align: right;
    border-radius: 1px;
}

#menu a:hover {
    background-color: #fff;
}

#menu {
    margin: 20px auto;
    float: right;
}


/*=====*/

#wrapper {
 width: 100%;
 margin: 0px auto auto auto;
 background-color: #ffffff;
 padding: 0px;
 clear: both;
}

/*=====*/

#video {
 margin: 100px auto auto auto;
 background-color: #fff;
 padding: 0px;
 clear: both;
align-content: center;
}

#videoviewer {
    align-content: center;
}

/*====SUBMISSIONS*/

#call-en {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #ffffea;
    font-family: Noto Sans, helvetica, verdana, sans-serif;  
    padding: 50px;
    color: #583c23;
    font-size: large;
}

#call-fr {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #ffffea;
    font-family: Noto Sans, helvetica,verdana,sans-serif;  
    padding: 50px;
    color: #583c23;
    font-size: large;
}

#call-fa {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #ffffea;
    font-family: Noto Sans, Helvetica, verdana, sans-serif, arial;  
    padding: 50px;
    color: #583c23;
    font-size: large;
    text-align: right;
}

.farsi {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.call {
    color: #233f58;
    text-decoration: underline;
}

.call a:hover {
    color: #583c23;
    text-decoration: underline;
}



/*====ABOUT*/

#abouttext {
    display: block;
    width: 95%;
    background-color: inherit;
    font-family: Noto Sans, helvetica,verdana,sans-serif;  
    padding: 0px 50px 50px 100px;
    color: #583c23;
    font-size: large;
    margin-left: auto;
    margin-right: auto;
}

#abouttext a {
    color: #233f58;
    cursor: pointer;
    font-weight: 400;
    text-decoration: underline;
}

#abouttext a:hover {
    color: #dd9900;
}

#abouttext ul{
    left: 20;
    background-color: inherit;
    padding: 10px 10px 10px 50px;
}

#abouttext li{
    color: #583c23;
    margin-left: inherit;
    background-color: inherit;
    font-size: large;
    line-height: 1.5;
    font-weight:100;
}


/*======ARTIST*/

#artist {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #4f361f;
    font-family: Noto Sans, helvetica,verdana,sans-serif;  
    padding: 50px;
    color: #583c23;
    font-size: large;
}

#artist a {
    color: #233f58;
    cursor: pointer;
    font-weight: 400;
        text-decoration: underline;
}

#artist a:hover {
    color: #eeee33;
}

.artimg {
    float: right;
}


/* === other ===*/

#list {
    font-size: 120%;
    line-height: 2;
    letter-spacing: 1px;
    letter-spacing: 1px;
}


p {
    color: inherit;
    margin-left: inherit;
    padding: 10px;
    background-color: inherit;
    font: inherit;
    line-height: 1.25;
    font-weight:100;
}

a {
    color: #233f58;
		text-decoration: none;
		-moz-transition: color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out;
    font: inherit;
    background-color: transparent;
	}

a:hover {
    color: #dd9900;
		}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: inherit;
    background-color: inherit;
    letter-spacing: .1em;
    line-height: 150%;
    font-family: Arial;
    padding-bottom: 10px;
}

h1 {
    font-size: 125%;
}

h2 {
    font-size: 115%;
}

h6 {
    font-size: 80%;
    text-transform: uppercase;
    padding:10px;
}

strong, b {
		font-size: inherit;
    color: #472b12;
		font-weight: 600;
    letter-spacing: 1px;
	}

b.quote {
    color: inherit;
    font-weight: 600;
    letter-spacing: normal;
}

.italbold {
    font-style: italic;
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: 600;
}

i {
    font-style: italic;
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: normal;
}


header p {
	font: 100 15px/1.5 Noto Sans, Helvetica, Verdana, sans-serif;
	text-align: center;
}


@media screen and (min-width: 601px) {
  header h1 {
    margin: 0em 0em 0em 0em;
    text-align: left;
	font: 100 150% Noto Sans, Helvetica, Verdana, sans-serif;
    color: white;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }

header h3 {
    margin: 0em 0em 0em 0em;
    text-align: left;
	font: 100 110% Noto Sans, Helvetica, Verdana, sans-serif;
    color: #472b12;
    letter-spacing: 2px;
    padding-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
  header h1 {
     margin: 0em 0em 0em 0em;
      text-align: left;
	font: 100 150% Noto Sans, Helvetica, Verdana, sans-serif;
    color: white;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
    header h3 {
    margin: 0em 0em 0em 0em;
    text-align: left;
	font: 100 110% Noto Sans, Helvetica, Verdana, sans-serif;
    color: #472b12;
    letter-spacing: 2px;
    padding-bottom: 20px;
    }
}

/* === FOOTER === */

#footer {
/*    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative; 
     width: 80%;
    overflow: hidden;*/
    margin: 0px auto auto auto;
    max-width: auto;
    display:block;
    /*background-color: #3B2817;*/
    background: #ffffff;
    line-height: 1;
}

#icon {
    margin: 0px 10px auto auto;
width: 20px;
    display:block;
    /*background-color: #3B2817;*/
    background: #ffffff;
    text-align: right;
    line-height: 1;
}


footer ul {
	font: 100 90% Noto Sans, Helvetica, Verdana, sans-serif;
    line-height: 2;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
   }

footer li {
	font: 100 90% Noto Sans, Helvetica, Verdana, sans-serif;
    line-height: 2;
    color:#af7f4f;
    background-color: #ffffff;
   }

footer a {
    color: #bf8f5f;
}

footer img {
    width: inherit;
}