/* normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* general styles */

* {box-sizing:border-box;	
	--black: #010203 ;
	--gold:  #D3BC8D;
	--white: #f0f2d7;}
html {font-size:12px;}
body {font-family: 'Tajawal', sans-serif;background:var(--black);color:var(--white);}
#container {margin-bottom:6rem;}
h1,h2,h3,h4 {color:var(--gold);text-transform: uppercase;text-align: center}
h1 {font-size:2.5rem;letter-spacing:2px;}
p {font-size:1.5rem;padding:0 1rem;}
span.state {font-size:1.6rem;font-weight:bold;color:var(--gold);letter-spacing:3px;}
p a {color:var(--gold);text-transform: uppercase}
nav {position:fixed;bottom:0;z-index:9999;background:var(--gold);width:100%;display:flex;justify-content: space-around;padding:1rem 0;}
nav a {color:var(--black);font-weight: 900;letter-spacing: 1px;}
nav a img {display: block;padding-bottom:2px;}
/*div.ng-scope {margin-bottom:5rem;}*/
.previous-wrapper p, .next-wrapper p {font-weight:500;text-align: center}

.bar-single {text-align:center;}
.bar-name {font-weight:900;}



.home-screen img {display: block;margin: 0 auto;}
.home-screen p {text-align:center;letter-spacing:.3rem;font-weight:900;}
.button {background:var(--gold);color:var(--black);width:14rem;padding:1rem 1rem 0.9rem;display: block;margin:2rem auto;text-align: center;font-size:1.5rem;font-weight: 500}

.article {margin:0 auto 2.5rem;}
.article h3 {font-size:2rem;margin:0.3rem;}
.article h3 a {color:var(--gold);}
.article h3 a:visited {color:var(--white);}
.article h4 {font-size: 1.5rem;margin: 0 auto 0.3rem;}
.article p {margin: 0;text-align: justify;}

@media screen and (min-width:700px) {
	html {font-size:15px;}
}

@media screen and (min-width:1200px) {
	html {font-size:17px;}
}