#timeline {
    min-height: 500px;
    height: 80%;
}

header nav div.container-fluid {
    width: 90%;
}

header nav.navbar {
    background-color: #bf9000;
    border-color: #bf9000;
    color: #000;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-link {
    font-weight: inherit;
}

.bold {
    font-weight: bold;
}

.btn-default {
    color: #fff;
    background-color: #bf9000;
    border-color: #ccc;
    font-weight: bold;
}

.dataTables_scrollHeadInner, .dataTables_scrollFootInner {
    background-color: #DDDDDD;
}

.container {
    max-width: 90%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

input#Comment {
    max-width: 640px;
}

input#Date, input#DateFrom, input#DateTo, input#FromDate, input#TillDate {
    display: inline-block;
    margin-right: 10px;
}

div.login, div.register, div.forgotpassword {
    width: 50%;
    margin: auto;
    padding: 10px;
}

div.login p a:hover, div.login p a:visited, div.login p a:link, div.login p a:active {
    color: blue;
}

div.report-header h3 {
    font-family: "Open Sans",Arial,sans-serif;
}

.navbar-inverse {
    background-color: #BF9000;
    border-color: #BF9000;
    color: black;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.et_pb_fullwidth_header_0 .et_pb_button_one.et_pb_button {
    font-size: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    display: inline-block;
    margin-top: 20px;
}

.et_pb_button {
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.et_pb_more_button {
    display: inline-block;
    margin-top: 20px;
    color: inherit;
    text-shadow: none;
    text-decoration: none;
}

.et_pb_button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: inherit;
}

.jumbotron {
    /*background-image: url("https://www.tamtamconsulting.be/wp-content/uploads/2019/06/architectural-building-bw2048.png");*/
    background-image: url("../images/Cover.png");
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    height: 500px;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    color: #FFFFFF;
    font-family: "Open Sans",Arial,sans-serif;
}

.et_pb_fullwidth_header {
    padding: 50px 0;
    background-position: center center;
    background-size: cover;
}

.headertamtam {
    height: 70vh !important;
    position: relative;
}

.et_pb_fullwidth_header_0 {
    padding-top: 11%;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h2.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h3.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h4.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h5.et_pb_module_header, .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h6.et_pb_module_header {
    font-size: 36px;
    color: #ffffff !important;
}

/*@media all and (min-width:981px)*/
.et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 22.75%;
}
/*@media all and (min-width:981px)*/
.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3%;
}

.reports {
    display: grid;
    width: 80%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.report {
    padding: 5px 2% 5px 2%;
    margin: 0 auto;
    width: 80%;
    max-width: 550px;
    border-color: #bf9000;
}

img.reportlogo {
    width: 60%;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
}

.contact {
    float: left;
}

.et_pb_column {
    position: relative;
    z-index: 2;
    background-position: center;
    background-size: cover;
}

.et_pb_text_2.et_pb_text {
    color: #ffffff !important;
}

.et_pb_text_2 {
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
}

.et_pb_text_6 h5 {
    color: #ffffff !important;
}
/*media all*/
.fa-map-marker-alt::before {
    content: "\f3c5";
}
/*media all*/
.fa-building::before {
    content: "\f1ad";
}
/*media all*/
.fa-phone-volume::before {
    content: "\f2a0";
}
/*media all*/
.fa-envelope::before {
    content: "\f0e0";
}
/*media all*/
.fa-linkedin::before {
    content: "\f08c";
}

.et_pb_section_3.et_pb_section {
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    background-color: #8c8c8c !important;
}
/*@media all and (min-width:981px)*/
.et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 30%;
    min-width: 300px;
    height: 100%;
}

.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et-last-child {
    margin-right: 0%;
}
/*@media all and (min-width:981px)*/
.et_pb_gutters4 .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
    width: 28%;
}
/*@media all and (min-width:981px)*/
.et_pb_gutters4 .et_pb_column, .et_pb_gutters4.et_pb_row .et_pb_column {
    margin-right: 8%;
}

.et_pb_blurb_0.et_pb_blurb {
    border-color: #bf9000;
}

.randtamtam {
    border: 10px solid transparent;
    padding: 5px;
    width: 125px;
    -webkit-border-image: url('/Images/tamtambordergold.png') 22 stretch !important;
    -o-border-image: url('/Images/tamtambordergold.png') 22 stretch !important;
    border-image: url('/Images/tamtambordergold.png') 22 stretch !important;
    color: #BF9000;
    font-weight: bold;
}

.randtamtam2 {
    border: 20px solid transparent;
    padding: 5px;
    height: 100%;
    width: 100%;
    -webkit-border-image: url('/Images/tamtambordergold - full size.png') 30 stretch !important;
    -o-border-image: url('/Images/tamtambordergold - full size.png') 30 stretch !important;
    border-image: url('/Images/tamtambordergold - full size.png') 30 stretch !important;
}

.et_clickable {
    cursor: pointer;
}

.et_pb_with_border {
    position: relative;
}

.et_pb_blurb_content {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.et_pb_module_header {
    font-family: "Gloria Hallelujah",handwriting;
    font-weight: 700;
    font-size: 20px;
    color: #7f7f80 !important;
    text-align: center;
}

.et-last-child {
    float: right;
}

.et_pb_image_0 {
    text-align: right;
    margin-left: 0px;
}

.et_pb_image {
    display: block;
}

.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.et_pb_image img {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}
/*@media only screen and (min-width:981px)*/
.et_pb_row_4, body #page-container .et-db #et-boc .et-l .et_pb_row_4.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_4.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_4.et_pb_row {
    width: 94%;
    max-width: 94%;
    margin: 0 auto;
}

.et_pb_section_3 {
    height: 250px;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
    font-weight: bold;
}

.navbar-inverse .navbar-brand {
    color: black;
    font-weight: bold;
}

img.logo {
    height: 50px;
    width: auto;
    margin: 0px 15px 0px 15px;
    float: left;
}

img#animal {
    width: auto;
    height: 180px;
}