body{
  font:15px/1.5 Helvetica,Helvetica,sans-serif;
  padding:0;
  margin:0;
  padding-top:0px;
  background-color: white;/*:#ffffff;*/
color: black;
}
/*Global */
.container{
  width: 80%;
  margin:auto;
  overflow:hidden;
}

p{
	color: black;
}
 /*Header*/
 header{
   background:black;
   color:#ffffff;
   padding-top:0;
   width:100%;
   min-height: 50px;
   border-bottom: #f6b302 3px solid;
   z-index:1;
   overflow:visible;
   position:fixed;
 }

 header a{
   color:#ffffff;
   text-decoration:none;
   /*text-transform:uppercase;*/
   fontsize:16px;
   z-index:1;
   overflow:visible;
 }

 header ul #mainmenu{
   float:right;
   display:inline; /*makes menu horizontal?*/
   padding:0 0 0 0; /*top right bottom left*/
   z-index:1;
   overflow:visible;
 }
 header #branding{
   float:left;
   z-index:1;
 }
 header #branding h1{
   margin:0;
   z-index:1;
 }

 header .highlight, header .current a{
   color: #f6b302;
   font-weight:bold;
   z-index:1;
 }
 header a:hover{
   color:#ffffff;
   font-weight:bold;
   z-index:1;
   overflow:visible;
 }

 /*Showcase*/
#showcase{
  min-width:100%;
  min-height:750px;
  background:url('../images/grace_deviantart.jpg');
  background-size:cover;
  z-index:10;
border-bottom: #f6b302 3px solid;

}

#sidebar{
  float:right;
  background:url('../images/aboutah.png');
  min-width:300px;
  min-height:400px;
  background-size:cover;
  margin-top:100px;
}

#sidebar2{
  float:right;
  background:url('../images/about.png');
  min-width:300px;
  min-height:400px;
  background-size:cover;
  margin-top:75px;
  margin-bottom:75px;
}

#main-aside{
  background-color: white;
  float:left;
  width:700px;
  margin-top:40px;
  margin-bottom:40px;
}

.floated_img
{
  float:left;
  padding:0px;
  width:50%;
  color:#ffffff;
  height:600px;
  width:300px;
  background-color:#000000;
  margin:auto;
}
/*img{
  margin-top:50px;
  float:center;
  width:300px;
  padding:10px;
}*/

.desc{
  font:15px/1.5 Arial,Helvetica,sans-serif;
  text-align:center;
  color: white;
}

.container2{ /*for the clothing pictures*/
  width: 100%;
  margin: 0 auto 0 auto;
  display: inline-block;
  background-color:#000000;
}

.ktype{
  font-weight:bold;
  font-size:12px;
  background-color:#000000;
  padding-left:0px;
  padding-top:0px;
  width:100%;
  text-align:center;
  margin-right:-1em;
}

nav{
  width:100%;
  height:auto;
  margin-top:0px auto;
  display:inline-block;
  text-align:center;
  text-transform:uppercase;
  margin-bottom:0px;
  position:relative;
}

nav ul li{
  list-style:none;
  width:225px;
  padding:10px;
  height:auto;
  position:relative;
  background-color:black;
  text-align:right;
  float:right;
  text-transform:uppercase;

}

[ulc]:hover {
	font-weight: normal;
}

nav ul li ul{
  position:absolute;
  margin-right:10px;
   right: 0.5em;
}
nav ul li:hover{
  font-weight: bold;
}
nav ul li ul li{
display:none;
}
nav ul li:hover ul li{
  font-weight:lighter;
  display:block;
  right: -1.5em;
}

#clickable{
  list-style:none;
  width:200px;
  padding:0px;
  height:auto;
  position:relative;
  background-color:black;
  text-align:left;
  float:left;
  text-transform:uppercase;
}
.ctype{
  font-weight:bold;
  font-size:10px;
  background-color:#000000;
  padding-left:0px;
  padding-top:0px;
  padding-bottom:0px;
  width:100%;
  text-align:center;
  min-height:40px;
}

footer p{
  text-align:center;
  color:#ffffff;
  background-color:black;
  width:100%;

}

footer{
  border-top: #f6b302 3px solid;
padding-top: 6px;
padding-bottom: 6px;
  background-color:black;
box-shadow: 0 50vh 0 50vh #000;
  /*position: absolute;*/
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

#pay_consult{
  float:center;
  text-align:left;
  display:inline-block;
  border-color:#ffffff;
  font-size:16px;
  font-weight:bold;
  width:200px;
  position:relative;
  -webkit-transform: translate(150%, 10%);

}
#pay_consult a{
  text-align:center;
  display:inline-block;
  font-size:16px;
  -webkit-transform: translate(40%, 0)
}

#donate{
  margin-top:50px;
  text-align:center;
  display:inline-block;
  border-color:#ffffff;
  font-size:16px;
  font-weight:bold;
  width:60%;
  position:relative;
  overflow:visible;
}

#donatepic{
  float:right;
  background:url('../images/merriam_amani_small.jpg');
  min-width:350px;
  min-height:380px;
  background-size:cover;
  margin-top:20px;
}

a {
	color:#be6200;
	/*color: #482010;*/
}

.boxhead a {
    color: #FFFFFF;
    text-decoration: none !important;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none !important;
}

#donate a{
  text-align:center;
  text-decoration:none;
  font-size: 24px;
  border-color:#ffffff;
}

#donatebox{
  margin-top:50px;
  text-align:center;
  background-color:#f6b302;
  width:120px;
  text-transform:uppercase;
  border-radius:10px;
  display:inline-block;
}

.videowrapper{
  min-width: 1000px;
  position:center;
  height: auto;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

