:root {
  --primary-color: black; 
  --secondary-color: WhiteSmoke; 
}

* {
  box-sizing: border-box;
  color: var(--primary-color);
}

.color1, .color1 * {
  fill: var(--primary-color);
}

.color2 {
  fill: var(--secondary-color);
}

@font-face {
  font-family: Scriptina_Pro;
  src: url(Scriptina_Pro.otf);
}

.jumbotron {
  font-family: Scriptina_Pro;
  background-color: inherit;
}

.jumbotron > * {
  text-align: center;
}

.jumbotron > h1 {
  font-size: 7em;
  letter-spacing: .05em;
}

.jumbotron > h2 {
  font-size: 5em;
  line-height: 1.8;
  letter-spacing: .05em;
}

.jumbotron > h3 {
  font-size: 3em;
}

#iran_flag {
  position: absolute;
  top: 0%;
  left: 0%;
  max-width: 3%;
  max-height: 5%;
  object-fit: contain;
}

.menu h1 {
  font-family: Scriptina_Pro;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 1em;
}

img {
  /* width: 10%; */
  max-width: 100%;
  height: auto;
}

#toprow img {
  background-color: inherit;
}

#toprow {
  background-color: var(--secondary-color);
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

.list-group-item p {
  text-transform: capitalize;
}

.parsi {
  text-align: right;
}

.flipped {
  unicode-bidi: bidi-override;
  direction: rtl;
}

svg {
  /* max-height: 6ex; */
}

.parchment, .parchment * {
  color: #374874;
  background-color: #f9f1e5;
}

.skywriting {
	text-shadow: 0ex 0ex .1ex rgba(255,255,255,0.6), 0ex 0ex .3ex rgba(255,255,255,0.4), 0ex 0ex .5ex rgba(255,255,255,0.3), 0ex 0ex 1.8ex rgba(255,255,255,0.3);
	color: rgba(255,255,255,0);
  background-color: #377599;
}

.box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.airbanner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200%;
  height: 20%;
  max-width: 200%;
  max-height: 20%;
  background-color: #6093d4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  animation-name: flying;
  animation-duration: 30s;
  animation-timing-function: cubic-bezier(0,.98,1,.15);
  animation-iteration-count: infinite;
}

#airplane {
  order: 0;
  max-height: 100%;
}

.airbanner #banner {
  order: 1;
  height: 100%;
  max-height: 100%;
  color: yellow;
  fill: yellow;
  border: 1px solid yellow;
  background-color: #6093d4;
}

.airdrop {
  position: absolute;
  height: 15%;
  width: 15%;
  top: 28%;
  left: 50%;
  background-color: #6093d4;
}

.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}

.tumbleweed {
  max-width: 10%;
  max-height: 10%;
  object-fit: none;
  position: absolute;
  top: 60%;
  background-color: transparent;
  animation-name: tumbling;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes tumbling {
     0% { left: -9%;}
   100% {transform: rotate(360deg); left: 99%;}
}

@keyframes flying {
     0% { left: 99%;}
   100% { left:  -99%;}
}

/*	font: 80px 'ChunkFiveRegular';

.row.divide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
*/
