/** textbox **/
.textbox {
	display: block;
	background: rgba(23,29,32,1);	
	color: #000000;
	width: 78%;
	height: 75%;
	max-height:75%;
	margin-top:5%;
	margin-left: 11%;
    box-shadow: 10px 10px 8px #000;
}

.textbox h1 {
	width: 100%;
    background: rgba(0,26,56,0.9);  
	color: #eaeaea;
	font-size: 2.5em;
	font-weight: 400;
	margin-top:0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.textbox h2 {
	color: #323232;
	font-size: 1em;
	font-weight: 800;
	margin-bottom: -1em;
}

.textbox p {
    color: #4b8ed1;
	margin-top: 0.5em;
	font-size: 1.5em;
	font-weight: 500;
    margin-bottom: -0.25em;
}
.textbox em {
    font-size: 1em;
    font-style: italic;
}

/** FIN textbox **/

/** abootbox **/
.abootbox {
    display: block;
    position:relative;
    color: #000000;
    width: 100%;
    height: 100%;
    max-height: 100%;
    z-index: +1; 
    border-radius:1em;
}


.abootbox::after {
    content:"";
    background: #171d20 url('../img/bgs-img/bg00.png') no-repeat;
    opacity:0.1;
    background-size:cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
    border-radius:1em;
}


.abootbox h1 {
    width: 100%;
/*    background: rgba(0,0,0,0.9);   */
    color: #eaeaea;
    font-size: 2.5em;
    font-weight: 400;
    margin-top: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.abootbox h2 {
    color: #323232;
    font-size: 1em;
    font-weight: 800;
    margin-bottom: -1em;
}

.abootbox p {
    color: #4b8ed1;
    margin-top: 0.5em;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: -0.25em;
}
.abootbox em {
    font-size: 1em;
    font-style: italic;
}

/** imgbox **/
.imgbox {
	position: relative;
    display: block;
    background: rgba(11,12,16,0.8);  
    color: #000000;
    max-width: 90%;
    height: 80%;
    max-height: 80%;
    margin-top: 2%;
    margin-left: 5%;
    border-radius:1em;
}

.imgbox h1 {
    font-family: 'Lacquer', sans-serif;
    padding-top: 0.5em;
/*    color: #3500D3;*/
    color: #ffffff;
    font-size: 3em;
    font-weight: 600;
}

.imgbox h5 {
    position:absolute;
    bottom:0;
    right:0;
    font-size: 0.9em;
    font-weight: 600;
    padding-right: 1.25em;
    color: #29648A;
}
/** FIN imgbox **/


/** box-about **/
.box-about {
	/** Default box-about to hidden */
	display: block;

	/** Position and style */
    font-family: 'Blinker', sans-serif;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(47,49,51,0.9);
}

.box-about:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide box-about **/
	display: block;
}
/** FIN box-about **/






/** box-dog **/
.box-dog {
    /** Default box-dog to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.box-dog img {
    /** Pad the box-dog image */
    height: 90%;
    width: auto;
    max-height: 80%;
    margin-top: 2%;
}

.box-dog:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide box-dog **/
    display: block;
}
/** FIN box-dog **/

/** box-btc **/
.box-btc {
    /** Default box-btc to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.box-btc img {
    /** Pad the box-btc image */
    height: 42%;
    width: auto;
    max-height: 80%;
    margin-top: 2%;
}

.box-btc:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide box-btc **/
    display: block;
}
/** FIN box-btc **/


/** box-solarch **/
.box-solarch {
	/** Default box-about to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 80%;
	height: 80%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(153,153,153,0.9);
}

.tit-solarch:hover .box-solarch {
	/** Remove default browser outline */
	outline: none;

	/** Unhide box-about **/
	display: block;
}
/** FIN box-solarc **/


.box-close {
    position:absolute;
    top:0.5em;
    right:0.5em;
    width:1.75em;
    height:2.5em;
    width:auto;
    opacity:0.9;
}

.coinbox {
    display:inline-block;
    background: rgba(0,0,0,0.8);
    text-align:center; 
    position:relative;
    margin:0.75em;
    min-width:12em;
}

.coinbox h1 {
    background:transparent;
    width:100%;
    text-align:center; 
    margin-top:0em;
}
.coinbox h3 {
    color:#eaeaea;
    margin-top:-0.5em;
}
.coinqr {
    width:15em;
    max-width:15em;
    margin-bottom:0em;
}
.coinlogo {
    width:1em;
    margin-right:0.25em;
    margin-top:-1em;
}
.coincopy {
    float:right;
    width:1.2em;
    margin-top:-3.25em;
    margin-right:0.75em;
}

.stdthumb {
    max-width:9em;
}


/** box-img **/
.box-img {
    /** Default box-img to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.box-img img {
    /** Pad the box-img image */
    height: 93%;
    width: auto;
    max-height: 93%;
    margin-top: 2%;
}

.box-img:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide box-img **/
    display: block;
}
/** FIN box-img **/

/** disp-img **/
.disp-img {
    position: relative;
    display: block;
    background: rgba(11,12,16,0.8);  
    color: #000000;
    max-width: 90%;
    height: 96%;
    max-height: 96%;
    margin-top: 2%;
    margin-left: 5%;
    border-radius:1em;
}

.disp-img h1 {
    font-family: 'Lacquer', sans-serif;
    padding-top: 0.5em;
/*    color: #3500D3;*/
    color: #ffffff;
    font-size: 3em;
    font-weight: 600;
}

.disp-img h5 {
    position:absolute;
    bottom:0;
    right:0;
    font-size: 0.9em;
    font-weight: 600;
    padding-right: 1.25em;
    color: #29648A;
}
/** FIN disp-img **/



.ico-login {
    position:absolute;
    bottom:0.5em;
    right:0.5em;
    width:1.75em;
    height:auto;
    opacity:0.3;
}



.dogbox h1 {
    font-family: 'Lacquer', sans-serif;
    color: #eaeaea;
    font-size: 3em;
    font-weight: 600;
}

.footnote-00 {
    position:absolute;
    bottom:0;
    right:0;
    font-size: 1.2em;
    padding-right: 1.25em;
    color: #eaeaea;
}

