* {color:white;}
body {
    background:#191919;
    color:white;
    font-family:sans-serif;
    font-weight:300;
    font-size:20px;
}
#top_bar {
    width:1200px;
    height:178px;
    padding:0;
    margin:0;
    margin-right:auto;
    margin-left:auto;
    background: transparent url('img/top_bar3.png') top left no-repeat;
}
#sliderthingy {
    position:relative;
    top:-18px;
    width:1200px;
    height:550px;
    padding:0;
    margin:0;
    margin-right:auto;
    margin-left:auto;
}
#details {
    position:relative;
    top:-18px;
    width:1200px;
    height:178px;
    padding:0;
    margin:0;
    margin-right:auto;
    margin-left:auto;
    background: transparent url('img/footer.jpg') top left no-repeat;
}
#contact {
    width:1200px;
    padding:20px;
    margin:0;
    margin-top:0px;
    margin-right:auto;
    margin-left:auto;
    background: #1c1c1c;
}
tr, td, th {
    border:0px !important;
}
th {
    font-weight:300;
}
textarea, input {
    border-radius:0px !important;
    border:0px !important;
    background-color:rgba(255,255,255,0.1) !important;
    color:turquoise !important;
}
textarea {
    width:auto;
    min-height:300px;
    min-width:370px;
}
input:focus {
    border-color:#006680 !important;
}
.halfWidth {
    width:50% !important;
    margin-left:auto;margin-right:auto !important;
}
.fullWidth {
    width:100% !important;
}
input.btn-dark:hover {
    background-color:black !important;
    color:white !important;
}
small {
    font-size:12px !important;
    font-style:italic;
    margin:0 !important;
    padding:0 !important;
}