body {
    font-family: arial, sans-serif;
    background-color: #3D6A77;
    height: auto;
}
a:link { color: #3D6A77; }
a:visited { color: #5B9EB2; }
a:active { color: #9DCC68; }

.container {
    width: 750px;
    margin: 0 auto;
}

img {
    max-width: 400px;
    border: 1px solid black;
}

#radblock {
    display: block;
    box-sizing: content-box;
    float: left;
    z-index: auto;
    width: 500px;
    height: auto;
    position: relative;
    top: 90px;
    left:65px;
    cursor: default;
    opacity: 1;
    margin: 20px;
    padding: 35px;
    overflow: hidden;
    border: none;
    border-radius: 0;
    font: normal 16px/1 "open-sans", Helvetica, sans-serif;
    color: #3D6A77;
    text-align: center;
    text-overflow: ellipsis;
    background-color: #FBEFD5;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#backblock {
    display: block;
    float: none;
    z-index: auto;
    width: 750px;
    height: 400px;
    position: static;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: url("1-rara-fuck-the-system.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 750px auto;
}

#rara {
    display: block;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: 750px;
    height: 442px;
    position: static;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    background: url("radical-action-robotic-assistant.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-origin: padding-box;
    background-clip: border-box;
    background-size: 750px 442px;
}

.actionitem {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    float: none;
    z-index: 120;
    width: 340px;
    height: auto;
    min-height: 100px;
    position: relative;
    top: 110px;
    left:305px;
    cursor: default;
    opacity: 1;
    margin: 20px;
    padding: 20px;
    overflow: visible;
    border: none;
    border-radius: 30px;
    font: normal 16px/1 "Lucida Console", Monaco, monospace;
    color: rgba(81,82,86,1);
    text-align: center;
    text-overflow: ellipsis;
    background-color: rgba(210,213,224,1);
    box-shadow: 5px 5px 4px 3px rgba(0,0,0,0.4) ;
    text-shadow: none;
    transition: none;
    transform: none;
    transform-origin: 50% 50% 0;
}

.button {
    display: inline-block;
    box-sizing: content-box;
    float: right;
    z-index: 4 !important;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    margin: 195px 10px;
    padding: 10px 30px;
    overflow: visible;
    border: none;
    border-radius: 25px;
    font: normal 28px/normal Impact, Charcoal, sans-serif;
    color: rgba(255,255,255,0.9);
    text-overflow: clip;
    letter-spacing: 2px;
    background-color: #D4863B;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5) ;
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transform: none;
    transform-origin: 50% 50% 0;
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0 none;
    box-shadow: 0;
    display: inline; 
    text-decoration:none;
}

a img { border: 0 none; }
.image-link { text-decoration: none; }

/* Glyph, by Harry Roberts */
hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background-color: white;
}

#footer {
    display: block;
    box-sizing: border-box; 
    float: none;
    width: 750px;
    height: auto;
    position: static;
    margin: 0;
    padding: 20px;
    overflow: visible;
    border: none;
    border-radius: 0;
    font: normal 20px/1 Tahoma, Geneva, sans-serif;
    color: #3D6A77;
    text-align: center;
    text-overflow: ellipsis;
    background-color: #F7D07E;
}
