ng-form {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.optionsMenu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
}

.formThing {
    max-width: 80% !important;
    margin: auto;
}

.fade.ng-show {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

pre {
    border: 0;
    background-color: transparent;
}

.info {
    color: #007BFF;
}

.danger {
    color: #DC3545;
}

.warning {
    color: #FFC107;
}

.success {
    color: #28A745;
}

.centerText {
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.g-signin2 {
    width: 100%;
    box-shadow: none !important;
}

    .g-signin2 > div {
        margin: 0 auto;
    }

.scottsDamnShadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25) !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25) !important;
}

.abcRioButton {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.scottsDamnPadding {
    margin-top: 13.5px;
}

.scottsDamnShadow:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3) !important;
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3) !important;
}

@media screen And (min-width: 992px) {
    .verticalSeperator {
        -webkit-box-shadow: inset -6px 0px 0px -4px rgba(61,61,61,0.28);
        -moz-box-shadow: inset -6px 0px 0px -4px rgba(61,61,61,0.28);
        box-shadow: inset -6px 0px 0px -4px rgba(61,61,61,0.28);
    }

    .watermark {
        position: absolute;
        top: 45%;
        left: 25%;
        opacity: 0.1;
        z-index: 99;
        color: grey;
        transform: rotate(-30deg);
        font-size: 5vw;
    }

    .speech-icon {
        margin-top: 25%;
    }
}

@media screen And (max-width: 992px) {
    .verticalSeperator {
        margin-bottom: 30px;
        -webkit-box-shadow: inset 1px -5px 5px -4px rgba(61,61,61,0.28);
        -moz-box-shadow: inset 1px -5px 5px -4px rgba(61,61,61,0.28);
        box-shadow: inset 1px -5px 5px -4px rgba(61,61,61,0.28);
    }

    .watermark {
        position: absolute;
        top: 50%;
        left: 30%;
        opacity: 0.1;
        z-index: 99;
        color: grey;
        transform: rotate(-30deg);
        font-size: 9vw;
    }

    .speech-paragraph {
        color: white;
        line-height: 1;
        font-size: 1em;
        text-align: left;
        padding-left: 20px;
        height: 100% !important;
        width: 100% !important;
    }

    .speech-icon {
        margin-bottom: 20px;
    }
}

.speech-row {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
}

.speech-col {
    padding: 0;
    margin: 0;
}

.speech-exit {
    position: absolute;
    top: .1vw;
    right: .4vh;
    cursor: pointer;
}

.speech-bubble {
    position: relative;
    background: rgb(75, 75, 75);
    border-radius: .4em;
    margin: 0 auto;
    display: table;
    width: 50%;
}

.speech-paragraph {
    color: white;
    line-height: 1;
    font-size: 1em;
    text-align: left;
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0px;
}

.speech-body {
    height: 100%;
    width: 100%;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: rgb(75, 75, 75);
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -20px;
}
