/* Start of Robot Styles        */

.robot {
    background-color: #010165;
    margin: 0px;
}

.header {
    position: relative;
    display: flex;
    top: 65px;
    background-color: #00ffff;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: 'Work Sans';
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.header img {
    width: 80px;
    padding-right: 15px;
}

.title-row {
    position: relative;
    top: 65px;
    margin-top: 12px;
    margin-bottom: 8px;
    text-align: center;
}

.instructions-title {
    display: inline;
    font-size: 18px;
    color: #00ffff;
    font-family: 'Work Sans';
}

.instructions-row {
    position: relative;
    top: 65px;
    margin: 0 auto;
    width: 600px;
}

.instructions-number {
    padding-right: 20px;
    font-family: 'Work Sans';
    font-size: 36px;
    color: #00ffff;
}

.instructions-text {
    padding: 6px;
    font-family: 'Work Sans';
    font-size: 14px;
    color: #ffffff;
}

.door-row {
    position: relative;
    top: 65px;
    text-align: center;
}

.door-frame {
    cursor: pointer;
    padding: 10px;
}

.start-row {
    position: relative;
    top: 65px;
    display: flex;
    margin: auto;
    width: 120px;
    height: 43px;
    font-family: 'Work Sans';
    background-color: #eb6536;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #010165;
    cursor: pointer;
}


/* End of Robot Styles         */


/* Page Specific Warning Message */

.notice {
    width: 30%;
    color: green;
}


/* End of Warning */


/* Media Queries */

@media(max-width: 700px) {
    .header {
        font-size: 15px;
    }
    .header img {
        width: 60px;
    }
    .instructions-title {
        font-size: 14px;
        line-height: 3;
    }
    .instructions-row {
        top: 50px;
        margin: 0 auto;
        width: 100%;
    }
    .instructions-number {
        padding-right: 10px;
        font-size: 18px;
    }
    .instructions-text {
        padding: 3px;
        font-size: 14px;
        line-height: 1.2;
    }
    .door-row img {
        width: 30%;
    }
}


/* End of Robot Styles         */

@media(max-width: 500px) {}


/* End of Media Queries */