/* Plucky Games custom classes */


.space {
    height:20%;
    margin-top: 5em;
    margin-bottom:5em;
}

blockquote {
    font-style:italic;
    color:#333;
}

/* Common text effects */

.litesh {
    text-shadow:1px 1px 0 #555;
}

.shadow {
    text-shadow:1px 1px 0 #000;
}

.glow {
    text-shadow:1px 1px 2px #fff;
}

.bigshadow {
    text-shadow:2px 2px 0 #000;
}

.bigglow {
    text-shadow:2px 2px 4px #fff;
}

/* Box shadow and glow effects */

.boxs {
    box-shadow: 2px 2px 0 #000;
}

.boxg {
    box-shadow: 2px 2px 4px #fff;
}

/* Accents and icons, mostly for text */

.bold, .hover-bold:hover { /* control it with a class on various elements */
    font-weight:bold;
}

.accent-text {
    font-weight:bold;
    color:#535353;
}

.faq-text {
    width:90%;    
    font-weight:bold;
    color: #000000;
    font-size:18px;
    border-bottom:1px dashed #9ce7e4;
    border-radius:6px;
    padding:10px;

    margin-bottom:10px;
}

.arrow-accent::before {
    font-family: 'FontAwesome';
    content: " \f35a";
    color: #535353;
}

.filldrip-accent::before {
    font-family: 'FontAwesome';
    content: " \f576";
    color: #f37e21;
}

.jump::before { 
    font-family: 'FontAwesome';
    content: " \f064";
    color: #535353;
}

.jumplevel::before { 
    font-family: 'FontAwesome';
    content: " \f122";
    color: #535353;
}

.handpoint-accent::before {
    font-family: 'FontAwesome';
    content: " \f0a4";
    color: #535353;
}

.totop::before {
    font-family: 'FontAwesome';
    content: " \f35b";
    color: #ff0000;  
}

.toptext {
    font-variant:small-caps;
}

.list::before {
    content: "♦ ";
    color: #A50200;
    margin-left: 10px;
}

.free::before {
    font-family: 'FontAwesome';
    content: " \f4d3\ ";
    color: #66CC33;
    text-decoration:none;
}

.drumroll::before {
    font-family: 'FontAwesome';
    content: " \f569\ (drumroll) ";
    color: #909497;  
}

.wink::after {
    font-family: 'FontAwesome';
    content: " \f4da\ ";
    color: #333333;  
}

/* FONT AWESOME */
/* Icon for external links */

a[target="_blank"]:after {
    font-family: 'FontAwesome';
    content: " \f360";
    text-decoration:none;
}

/* Little boxes made of... */

.ticky {
    background-color:#000;
}

.tacky {
    background-color:#000;
}