﻿body {
    background-color: #222;
    color: white;
}

.col-sm-6 {
    position: relative;
}

#contactWrapper {
    display: table;
    margin-left: 0;
    margin-right: 0;
}

#right {
    color: #222;
    background-image: linear-gradient(180deg, hsl(0,0%,66%) 0%, hsl(0,0%,90%) 33%, hsl(0,0%,78%) 66%, hsl(0,0%,40%) 100%);
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    text-align: center;
}

#left {
    /*background-image: url('images/Phone.png');*/
    background-size: 100px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 10%;
}

#contactHeader, #left {
    text-align: center;
}

.btn {
    color: #222;
}

input, textarea {
    color: #222;
}

#location::before {
    content: 'below';
}

@media (min-width : 768px) {

    #location::before {
        content: 'on the right';
    }
}

.nonfield, .errorlist {
    font-weight: bolder;
    color: red;
}

id_message {
    overflow-x: hidden;
}

#thanks {
    position: absolute;
    display: none;
    background-color: aqua;
    height: 150px;
    width: 250px;
}

