* {
    text-align: center;
    font-family: 'Oxygen', sans-serif;
}
:root{
    --green: #879E45;
    --red: #EE0000;
    --off-white: #EBF2DF;
    --off-black: #232323;
}
html {
    background-color: var(--green);
}

body {
    margin: 0;
    border-top: solid 5px var(--green);
    background: var(--off-white) url("background-binary.png");
}

h2 {
    padding-top: 4rem;
}

p {
    padding-left: 5px;
    padding-right: 5px;
}

p a:hover{
    color:red;
}

.stripe {
    padding: 2rem 5px;
    margin: 2rem auto;
    max-width: 900px;
    border-radius: 1rem;
    box-shadow: 0 0 3px black;
}
@media (max-width: 910px) {
    .stripe {
        border-radius: 0;
    }
}

.stripe h2{
    padding-top:0;
}

.white {
    background-color: rgba(255, 255, 255, .5);
}

.black {
    background-color: var(--off-black);
}
#terminal{
    background-color: var(--off-black);
}
#result-pass img, #result-fail img{
    margin-top:-60px;
    animation: subtle-pulse 3s alternate infinite;
}
@keyframes subtle-pulse {
    0% { transform: scale(0.9); }
    100% { transform: scale(1); }
}

footer {
    padding: 5rem 0;
    background-color: rgb(80, 108, 3);
    color: white;
}
footer a {
    color: white;
}
footer a:hover {
    color: yellow;
}

#checkssl-logo {
    width: 85%;
    max-width: 450px;
    margin: 0 auto;
}

.title {
    padding-top: 50px;
}
.description{
    color:#232323;
    font-size:1.7rem;
    letter-spacing: -1px;
    margin:0 1rem;
}
.fade-white-clear{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.installbox {
    background-color: white;
    border-radius: 15px;
    max-width: 700px;
    width: 95%;
    margin: 25px auto;
    padding: 0.7rem 0.7rem 2rem 180px;
    box-shadow: rgba(0, 0, 0, .15) 0 0 20px;
    background-position: -20px 20px;
    background-repeat: no-repeat;
    background-size: contain;
    border:solid 1px rgba(0,0,0,.2);
}
@media(min-width: 600px) {
    .install-docker {
        background-image: url("icon-docker.svg");
    }

    .install-bash {
        background-image: url("icon-bash.svg");
        background-position: -2px 20px;
    }

    .install-mac {
        background-image: url("icon-apple.svg");
    }

    .install-windows {
        background-image: url("icon-windows.svg");
        background-position: -25px 20px;
    }
}
@media (max-width: 600px) {
    .installbox {
        box-shadow: none;
        border-radius: 0;
        padding:0.7rem;
    }
}

.installbox .ostitle {
    font-size: .8rem;
    text-align: left;
    padding: 0;
    margin: 10px 2px 5px 2px;
}

.installbox .code {
    background-color: #444;
    color: white;
    text-align: left;
    font-family: monospace;
    font-size:110%;
    overflow: hidden;
    margin: 0 -11px;
    padding: 1rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    line-break: anywhere;
}
@media (max-width: 600px) {
    .installbox {
        box-shadow: none;
        border-radius: 0;
    }
}

.lambda-output {
    display: inline-block;
    margin: 0 auto;
    color: var(--off-white);
    text-align: left;
    padding: 0;
    line-height: 1.3em;
    font-family: 'Ubuntu Mono', monospace;
    overflow: auto;
    max-width: 98%;
    min-height: 8em;
}

.linkbubble a {
    display: inline-block;
    padding: 4px 7px;
    margin: 0 2px;
    border-radius: 3px;
    background-color: var(--green);
    text-decoration: none;
    color: white;
}
.linkbubble a:hover {
    color: white;
    background-color: rgb(80, 108, 3);
}
footer .linkbubble a {
    background-color:rgba(0,0,0,.15);
}
footer .linkbubble a:hover {
    background-color:rgba(0,0,0,.35);
}

a img {
    opacity: .8;
    transition-duration: 0.3s;
    transition-property: transform;
}

a:hover img {
    opacity: 1;
    transform: scale(1.1);
}

#checkssl-logo:hover #closed{
    transition: fill-opacity .2s ease-in-out;
}
#checkssl-logo:hover #closed{
    fill-opacity: .2;
}

.separator{
    height: 4rem;
}

#form-lambda {
    color: var(--green);
    font-size: 1.5rem;
    margin-top: 5em;
    line-height: 1.2em;
}
#url-input {
    border: solid 2px var(--green);
    padding: 1rem;
    width: 70%;
    max-width: 500px;
    border-radius: 2px;
    font-size: 1.5rem;
    display: inline-block;
}
#url-submit {
    padding: 1rem;
    background-color: #92a952;
    border: solid 2px #879E45;
    color: white;
    font-size: 1.5rem;
    border-radius: 2px;
    display: inline-block;
    margin-left:-8px;
}
#url-submit:hover{
    background-color: #525f26;
    border-color: #525f26;
}
#url-try-your-own{
    margin-bottom: 9px;
}

.jenkins {
    text-align: left;
    background-color: #f9f9f9;
    border: solid 1px #dadada;
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem;
}

.jenkins-header {
    text-align: left;
    font-size: 1.2rem;
    margin: 1rem 0;
    border-bottom: solid 1px #dadada;
}

.jenkins-box {
    border-left: solid 4px #dadada;
    padding: 0 4px;
    text-align: left;
}

.jenkins-shell-box {
    background-color: #f3f3f3;
    border: solid 1px #dadada;
    padding: 4px;
}

.jenkins-shell-box textarea {
    height: 10em;
    text-align: left;
    flex-grow: 1;
    margin-left: 8px;
    border: solid 1px #dadada;
}

.jenkins button {
    background-color: white;
    border: solid 1px #dadada;
    padding: 4px 10px;
    margin: 4px 0;
}

.flex {
    display: flex;
}

.right {
    text-align: right;
}

.wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    height: 13rem;
    margin: 2rem 0;
    padding-top: 2.2rem;
    background: #232323;
}

.spinner {
    display: none;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--green);
    border-radius: 50%;
    animation: pulse 1s ease-in-out infinite;
    transform: translate(-50%, -50%) scale(0);
}

.sendtweet{
    background-color: rgb(29, 161, 242);
    color: white;
    font-weight: bold;
    border-radius: 1rem;
    text-decoration: none;
    line-height: 31px;
    padding: 1rem 2rem;
    display:inline-block;
    font-size:1.3rem;
    margin:2rem;
}
.sendtweet:hover{
    background-color: rgb(26,145,218);
}
.sendtweet span{
    background: url("twitter-logo.svg") center center no-repeat;
    color: white;
    fill: white;
    width: 30px;
    height: 21px;
    margin-right: 8px;
    display: inline-block;
}
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.0);
        opacity: 0;
    }
}