/* 
     RRRRRR    EEEEEEE  BBBBBB   EEEEEEE   CCCCCC,       AA                    CCCCCC,
     RR   RR   EE       BB   BB  EE       CCC   C       AAAA                  CCC   C
     RR  RR    EE       BB  BB   EE      CC            AA  AA       WITH     CC
     RRRRRR    EEEE     BBBBBB   EEEE    CC           AAAAAAAA               CC
     RR  RR    EE       BB  BB   EE      CC          AA      AA      ONE     CC
     RR   RR   EE       BB   BB  EE       CCC   C,  AA        AA              CCC   C,
     RR    RR  EEEEEEE  BBBBB    EEEEEEE   CCCCCC  AA          AA              CCCCCC

      ^'^
                    ^'^                                        ^'^
                                                 ^'^                                      ^'^
      //`                                                                    /          
     ///``      /      //`         /                    ``                 ///```         
    //////``   //``  /////``      ///`    //`        ////```     //`     /////```    /`  
 ///////////`/////``///////``   //////`` ///``    //////////```  ////`   ///////```` //``  /
////////////``/////``///////``/////////`///////``///////////````//////``/////////````///````/
/////////////````///////////```/////////`////````////////////````////````/////////````///````
////////////////``````////`````````/////`////`````/////````````````/``````/////////````////``
=============================================================================================
~~~~~~~~~~~~~~ * ~~~~~~~~~~~~~~~~~ * ***** *** ~~~~~~~~ * ~~~~~~~~~~~~~~~~ *** ~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~ * ~~~~~ ********** ~~~~ * ~~ * ~~~~~~~~~~~ * ~~~ WEB ~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~***************** ~~~~~~~~~~~~~~~~~~~~~~~~ PAGE ~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~************ **** ~~~~~~~~~~~~~~~~~~~~~ & ~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~ * ~~~~~~ ** **************** ** ~~~~~ * * ~~~~~~~~~ SEA ~~ * ~~~~~~~
~~~~~~~~~~~~~~~~~~~ * ~~~~~~~~ *************************** ~~~~~~~~~~ * * ~~~~~~~ CREATED ~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ ************************ ** * ~~~~~~~~~~~~~~~~ BY ~~~~~~~~
~~~~~~~~~~~~~~ * ~~~~~~~ ************************************** ~~~~~~~~~~~~~~~~~ REBECA ~~~~
~~~~~~~~~~~~~~~~~~~********** ******************** ******************** ~~~~~~~~~~~~~~~~~~~~~
*/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
head {
	display: none;
}
body {
	background-color: black;
	width: 100vw;
}
header {
	display: block;
	position: fixed;
	top: 0;
	background-color: #000000BF;
	height: 100px;
	padding-top: 20px;	
}
a {
	display: inline-block;
	padding-left: 30px;
	text-decoration: none;
	color: #B10F2E;
	text-align: left;
	
	font-family: interstate-mono, monospace;
  	font-weight: 300;
  	font-style: normal;
  	font-size: 24pt;
 	justify-content: space-around;
}
main {
	margin: 76px auto 0px auto;
}
section {
}
h3 {
	min-width: 511px;
	height: 100px;
	font-size: 75pt;
	color: #427250;

	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}
article {
	margin-top: 0px;
}
h4 {
	font-size:55pt;
	color: #e6a80e;

	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}
figure {
	background-color: #FEF3E1;
	margin: 10px auto 10px auto;
	padding: 10px;
	width: 1023px;
}
figcaption {
	margin: 10px auto 10px auto;
	color: #B10F2E;
	font-family: interstate-mono, monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 11pt;
}
p {
	width: 540px;
    margin: 20px auto 100px auto;
    color: white;
    font-family: interstate-mono, monospace;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
}
footer {
    position: fixed;
    background-color: #B10F2E;
    top: 960px;
    left: 0px;
    bottom: 0px;
}
h6{
	height: 100px;
	color: black;
	font-family: interstate-mono, monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 16pt;
    padding-top: 30px;

}
img{
	max-width: 100%;
}
/*

InterstateMono Light

font-family: interstate-mono, monospace;

font-weight: 300;

font-style: normal;


InterstateMono Regular

font-family: interstate-mono, monospace;

font-weight: 400;

font-style: normal;


InterstateMono Bold

font-family: interstate-mono, monospace;

font-weight: 700;

font-style: normal;


InterstateMono Black

font-family: interstate-mono, monospace;

font-weight: 800;

font-style: normal;


ITC Avant Garde Gothic Pro Bold

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 700;

font-style: normal;


ITC Avant Garde Gothic Pro Book

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 300;

font-style: normal;


ITC Avant Garde Gothic Pro Medium

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 500;

font-style: normal;
*/
