body {
    font-family: "Trebuchet MS", Arial, sans-serif !important;
    background: url('/img/background.jpg') no-repeat 50% 0;
    background-size: cover;
}
#main {
//    background-color: rgba(255, 255, 255, 0.7);
}
.iframe-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.iframe-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.bg-primary {
  background-color: #0070af !important;
}
.bg-danger {
 background-color: #ee3424 !important;
}
.bg-warning {
 background-color: #ffd827 !important;
}
.bg-success {
 background-color: #57aa27 !important;
}
.border {
    border-width: 3px;
}
.border-primary {
    border-color: #0070af !important;
}
.border-danger {
    border-color: #ee3424 !important;
}
.border-warning {
    border-color: #ffd827 !important;
}
.border-success {
    border-color: #57aa27 !important;
}
.text-primary {
    color: #0070af !important;
}
.text-danger {
    color: #ee3424 !important;
}
.text-warning {
    color: #ffd827 !important;
}
.text-success {
    color: #57aa27 !important;
}