.navbar-default {
    position: absolute;
    width: 100%;
    border-radius: 0px;
}

div.large-header.home {
    background: url('office-plant.jpg') no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}

div.large-header.reviews {
    background: url('business-meeting.jpg') no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}

div.large-header.ccor {
    background: url('red-carpet.jpg') no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}

div.large-header > div.row {
    min-height: 100vh;
    padding-top: 40vh;
}

div.large-header h1, div.large-header h2, #form h2 {
    color: #000;
    text-shadow: 2px 2px 3px #343434;
}

div.large-header.ccor h1, div.large-header.ccor h2 {
    color: #FFF;
}

#example, #form {
    margin-top: 75px;
}

#form.reviews {
    background: url('conference-table.jpg') no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}

#form.ccor {
    background: url('conference-table-2.jpg') no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
}

#form div.row {
    height: 100vh;
}

#form div.row > div.col-lg-6 {
    margin-top: 50px;
}

[contentEditable=true]:empty:not(:focus):before{
    content: attr(data-placeholder);
}

#editor {
    max-height: 350px;
    height: 350px;
    width: 100%;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px; border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; border-top-left-radius: 3px;
    overflow-y: scroll;
    outline: none;
    color: #232323;
}

#editor.error {
    background-color: #ffc0bf;
}

label.error {
    color: #a94442;
    font-weight: bold;
}

.modal-dialog {
    width:90%;
    height: 85%;
}

.sweet-alert .icon.success .fix, 
.sweet-alert , 
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
    background-color: #343434;
}