html, body { margin: 0;padding: 0; font-family:sans-serif; }
    a:link              { color:rgb(0,97,153); text-decoration:none; }
    a:visited           { color:rgb(0,97,153); text-decoration:underline; }
    a:hover             { color:rgb(0,97,153); text-decoration:underline; }
    a:active            { color:red; text-decoration:underline; }

h1 { font-family:sans-serif; color:rgb(0,97,153); margin-top:4.5%; margin-bottom:1%;}
h2 { font-family:sans-serif; color:rgb(0,97,153); margin-top:6.5%; margin-bottom:1%;}
h3 { font-family:sans-serif; }
th { font-family:sans-serif; }

@keyframes handpointer {
	0%	{color:rgb(0,97,153,128);}
	75%	{color:rgb(0,97,153,0.5);}
}

.handpointer {
	animation-name: handpointer;
	animation-duration: 4s;
}

#grad1 {
    height: 100%;
    background: rgba(0,97,153,1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(40,110,160,1), rgba(0,97,153,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(40,110,160,1), rgba(0,97,153,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(40,110,160,1), rgba(0,97,153,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(40,110,160,1), rgba(0,97,153,1)); /* Standard syntax (must be last) */
}

.buzzwords
{
	text-shadow:5px 5px 10px rgba(0,0,0,0.25);
}

.annotation
{
	font-size:85%;
}

.subconsciousboost
{
	text-shadow:2.5px 2.5px 5px rgba(0,0,0,0.5);
	color:rgba(255,245,230,0.725);
}

.button
{
    background-color: rgba(20,120,170,0.9);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
    border: none;
    padding: 1px 4px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    text-shadow:5px 5px 10px rgba(0,0,0,0.5);
	font-stretch:normal;
    display: inline-block;
    margin: 1px 8px;
    cursor: pointer;
}

.dropdown-button
{
    color:rgb(140,180,200);
    background-color: rgba(20,120,170,0.9);
		text-shadow:5px 5px 10px rgba(0,0,0,0.35);
    border: none;
    padding: 2px 8px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px; 
    cursor: pointer;
    text-transform:none;
    font-size:125%;
    width:90%;
}

.dropdown-button a {
	color:rgb(140,180,200);
}

.iconspanner {
padding: 0px 10px 0px 10px;
width:95%;
color:rgb(140,180,200);
}

.iconcard {
height:90px;
width:calc(70vw/7);
float:left;
border-radius:10px;
box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
text-align:center;
margin:5px;
padding:0px 10px 10px 10px;
color:rgb(140,180,200);
}

.iconcardlight {
height:90px;
width:calc(70vw/7.5);
float:left;
border-radius:10px;
/*box-shadow: 0px 0px 25px rgba(0,0,0,0.05); */
text-align:center;
margin:0px 15px 0px 15px;
padding:0px 7.5px 7.5px 7.5px;
color:rgb(140,180,200);
font-size:75%;
}

.references {
font-size:62.5%;
color:rgb(140,180,200);

}
.hang {
  text-indent: -15px;
	padding-left: 15px;
margin-top:0;
margin-bottom:0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  color:rgb(140,180,200);
  background-color: #f9f9f9;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
