
#outer {
    height: 100%;
    display: flex;
    flex-direction: column; }

#buttons {
    flex: 0;
    padding: 10px;
    align-self: center;
    text-align: center;
}

#flash, #cameraButton {
    /*border-radius: 0.2em;*/
    margin: 5px;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*padding: 1em 1.5em;*/
    /*font-size: 20px;*/
    color: white; }

#cameraButton:focus, #flash:focus {
    border: 4px solid #ff9953;
    /* Border */
    margin: 1px; }

#messages {
    flex: 0;
    padding: 10px;
    align-self: center;
    text-align: center; }

.message-body {
    padding: 20px;
    background-color: red;
    color: white; }

#noCamDelete {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s; }

#noCamDelete:hover {
    color: black; }

#outputMessage {
    text-align: center; }

#canvas {
    width: 100%; }

.grow {
    flex: 1; }

footer {
    background-color: #F66600; }

#footerDiv {
    text-align: center;
    color: white;
    margin: 0;
    font-size: 22px;
    padding-top: 1em;
    padding-bottom: 2em; }
#footerDiv a {
    color: white;
    text-decoration: none; }
#footerDiv a:hover {
    text-decoration: underline; }
