/* $color-text: #dedce5; */
/* mmuttern-vivendi_html.css
 * ===================================================
 * Minimal css theme based on:
 * https://github.com/oxalorg/sakura/
 * https://protesilaos.com/emacs/modus-themes-colors
 * ===================================================
 * SPDX-License-Identifier: GPL-3.0-or-later
 * https://github.com/gongzhitaao/orgcss/blob/master/src/css/org.css
 */



/* paprika-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Paprika';
  font-style: normal;
  font-weight: 400;
  src: url('media/fonts/paprika-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kalam-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('media/fonts/kalam-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* Body */
html {
    font-size: 70%;
    /* 62.5%; */
    
    /* font-family: Paprika; */
    text-align: justify;
    text-justify: inter-word;
    font-family: Kalam;
    
    
	
	/* -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Sarasa Fixed SC", "Sarasa Term SC", sans-serif; */
    /* text-align: center; */
}


.termine {
    /* border: 1px dotted #fff; */
    /* box-shadow: 0px 0px 0px 10px #fff3; */
    /* font-family: $monospace; */
    /* font-size: $code-size; */
    /* padding: 0.1em 0.5em; */
    /* margin: 1em auto; */
    /* margin-left: 10%; */
    /* position: relative; */
    text-align: center;
    /* font-size: 2.5rem; */
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  /* position: fixed; */
  /* top: 50%; */
  /*   left: 50%; */
  /*   transform: translate(-50%, -50%); */
}


p.verse {
    /* border: 1px dotted #fff; */
    box-shadow: 0px 0px 0px 10px #ffffff18;
    /* font-family: $monospace; */
    /* font-size: $code-size; */
    margin-left: 3%;
    /* margin: 1em auto; */
    padding: 0.1em 0.5em;
    position: relative;
    text-align: center;
}

.org-src-container {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #eee;
    font-family: $monospace;
    font-size: $code-size;
    margin: 1em auto;
    padding: 0.1em 0.5em;
    position: relative;
}

body {
    font-size: 1.8rem;
    max-width: 80%;
    margin: 0 auto;
    color: #ffffff;
    /* background-color: #333333; */
    background: url(media/foamd.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 13px;
}

.video-wrapper {
  object-fit: cover;
  height: 100%;
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
z-index: -1;
  
}

@media (min-width: 9001px) {
    /* Its Over 9000!!! */
    body {
	font-size: 9000rem;
	line-height: 1.9;
    }
    img {
	     min-width: 9000px;
    }
}
@media (max-width: 9000px) {
    body {
	font-size: 4rem;
	line-height: 1.5;
    }
      img {
	   max-width: 1000%;
	   min-width: 1000px;
      }
     /*   br.responsive { */
    /* display: none; */
    /* 	} */
}


@media (max-width: 7000px) {
    body {
	font-size: 2rem;
	line-height: 1.5;
    }
      img {
	   max-width: 80%;
	   min-width: 150px;
      }
      /*  br.responsive { */
    /* display: none; */
    /* 	} */
}


@media (max-width: 1800px) {
    body {
	font-size: 1.5rem;
	line-height: 1.5;
    }
      img {
	   max-width: 80%;
	   min-width: 120px;
      }
       /*  br.responsive { */
    /* display: none; */
    /* 	} */
}

@media (max-width: 1000px) {
    body {
	font-size: 1.35rem;
	line-height: 1.5;
    }

      img {
	   max-width: 100%;
	   /* min-width: 120px; */
      }
      /*  br.responsive { */
    /* display: none; */
    /* 	} */
}
@media (max-width: 850px) {
    body {
	font-size: 1.35rem;
	line-height: 1.5;
    }

      img {
	   max-width: 100%;
	   /* min-width: 120px; */
      }
     /*   br.responsive { */
    /* display: inline; */
    /* 	} */
}

@media (max-width: 500px) {
    body {
	font-size: 1.2rem;
	line-height: 1.5;
    }
       img {
	   max-width: 80%;
	   min-width: 120px;
       }
       /*   br.responsive { */
    /* display: inline; */
    /* 	} */

}
@media (max-width: 300px) {
    body {
	font-size: 1rem;
	line-height: 1.7;
    }
       img {
	   max-width: 70%;
	   min-width: 100px;
       }
       /*   br.responsive { */
    /* display: inline; */
    /* 	} */
}


top, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-family: Kalam;
	/* -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Sarasa Fixed SC", "Sarasa Term SC", sans-serif; */
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;

}

top {
    line-height: 2;
    font-size: 2em;
    text-align: center;
}

footer {
    line-height: 1;
    font-size: 1em;
    text-align: center;
}

h1 {
    font-size: 2.35em;
	/* 2.35em; */
}

h2 {
    font-size: 2.35em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.35em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

p {
    margin-top: 0px;
    margin-bottom: 2.5em;
    line-height: 200%;
}

small, sub, sup {
    font-size: 75%;
}

hr {
    border-color: #ffffff;
}

a {
    text-decoration: none;
    color: #00afff;
    
		    
}
a:visited {
    color: ##00afff;
    text-decoration: none;
    /* 
original#0074c4
   */
}
a:hover {
    color: #ffffff;
    /* border-bottom: 2px solid #ffffff; */
    text-decoration: none;
}

todo TODO {
    text-decoration: none;
    color: #ff00ff;		    
}

ul {
    padding-left: 1em;
    margin-top: 0px;
    margin-bottom: 2.5rem;
}

li {
    margin-bottom: 0.4em;
}

blockquote {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-right: 0.8em;
    border-left: 5px solid #989898;
    border-radius:10px;
    margin-bottom: 2.5rem;
    background-color: #1e1e1e;
}

blockquote p {
    margin-bottom: 0;
}

/* video */


/* img:hover { */
/*   opacity: 0.1; */
/* } */


img, audio{
    margin-top: 0px;
    margin-bottom: 2.5rem;
    display: inline-block;
    text-align: center;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}


/* Pre and Code */
pre {
    background-color: #1e1e1e;
    display: block;
    padding: 1em;
    overflow-x: auto;
    margin-top: 0px;
    margin-bottom: 2.5rem;
    font-size: 0.9em;
}

code, kbd, samp {
    font-size: 0.9em;
    padding: 0 0.5em;
    background-color: #1e1e1e;
    white-space: pre-wrap;
}

pre > code {
    padding: 0;
    background-color: transparent;
    white-space: pre;
    font-size: 1em;
}

/* Tables */

table,
table thead,
table thead tr,
table thead tr th,
table colgroup,
table > * {
    text-align: justify;
    text-justify: inter-word;
    border-spacing:0;
    border-style: none;
    border-collapse: collapse;
}

table {
    text-align: left;
    border-collapse: collapse;
}

th {
    text-align: left;
}

th, td {
    padding: 0em 0em;
}


/* Buttons, forms and input */
input, textarea {
    border: 1px solid #ffffff;
}
input:focus, textarea:focus {
    border: 1px solid #ffffff;
}

textarea {
    width: 70%;
}

.button, button, input[type=submit], input[type=reset], input[type=button] {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: #aaaaaa30;
    color: #ffffff;
    border-radius: 1px;
    border: 1px solid #ffffff;
    cursor: pointer;
    box-sizing: border-box;
}
.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled] {
    cursor: default;
    opacity: 0.5;
}
.button:focus:enabled, .button:hover:enabled, button:focus:enabled, button:hover:enabled, input[type=submit]:focus:enabled, input[type=submit]:hover:enabled, input[type=reset]:focus:enabled, input[type=reset]:hover:enabled, input[type=button]:focus:enabled, input[type=button]:hover:enabled {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
    outline: 0;
}

textarea, select, input {
    color: #989898;
    padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
    margin-bottom: 10px;
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
textarea:focus, select:focus, input:focus {
    border: 1px solid #ffffff;
    outline: 0;
}

input[type=checkbox]:focus {
    outline: 1px dotted #ffffff;
}

label, legend, fieldset {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.figure-number, .table-number, .section-number {
    display: none;
}

.ol-org {
  list-style-position: inside;
}
