body {
    font-family: sans-serif, Arial, ;
    font-size: 14px;
    overflow-y: auto;   /* laat verticale scroll gewoon toe */
    overflow-x: hidden;
    color: black; /* letterkleur */

}

/* geleidelijke scrolling, maar ook bij button onderaan de pagina 

html {
  scroll-behavior: smooth; 
  }
*/
 

p {
    margin-top: 0;    /* Ruimte boven verwijderen */
    margin-bottom: 8px; /* Kleine ruimte onder alinea toevoegen */
  }

em {
  color: #800000; /* vervang door gewenste kleur (hex, rgb, of kleurnaam) */
}


h1 {
  color: #154ffc;
  text-shadow: 2px 2px 3px #444444;
  font-size: 22px;
  font-style: italic;
  margin: 20;
  top: 10px;
  background-color: transparent;
  z-index: 10;
}

h2 {
  color: black;
  text-shadow: 2px 2px 5px #2f5ecf;
  font-size: 16px;
}

h3 { 
  color: #ffffff;
  text-shadow: 1px 1px 5px #800000;
  font-size: 24px;
  font-style: italic;
  margin: 0px;
}


a { 
    transition: all 0.3s ease; 
    text-decoration: none;
}

a {
    color: #0707f5;
}

a:hover {
  color: #f70b0b;
}
ul { padding: 0; }
a:hover { text-decoration: none; }
button:focus { outline: none; }
p { line-height: 1.9; }
.tm-logo { margin-right: 20px; }
.tm-slogan { font-size: 0.8rem; }



/* TEKST CENTREREN  + KAART-MODEL MET SCHADUW*/
.center-text {
  text-align: center;
}

.lyrics {
  white-space: pre-line;
}

.lyrics-card {
  max-width: 500px;
  margin: 20px auto;          /* centreert de kaart */
  padding: 20px 30px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 8px 12px 15px rgba(0,0,0,0.3);  text-align: center;
  font-family: Georgia, serif;
  line-height: 1.6;
}

.lyrics-card p {
  margin: 0;
}

/* IFRAME */

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* 16:9 aspect ratio */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    
}

/* EINDE IFRAME */


/*BLUES SECTIES PAG.7*/
.blues-genres { max-width: 800px; margin: 0 auto; font-family: system-ui, Arial, sans-serif; }
.blues-genres h2 { margin-bottom: 0.5rem; font-size: 1.1rem; }
.blues-genres .cols { list-style: none; padding: 0; margin: 0; display: inline-block; vertical-align: top; width: 48%; }
.blues-genres .cols li { margin: 0.25rem 0; }
.blues-genres a { color: #1b5e9e; text-decoration: none; padding: 0.15rem 0.35rem; border-radius: 4px; }
.blues-genres a:hover { background: rgba(27,94,158,0.08); text-decoration: underline; }
@media (max-width: 560px) {
  .blues-genres .cols { display: block; width: 100%; }
}
nav.blues-genres a,
nav.related-genres a { color: #1b5e9e; text-decoration: none; }
nav.blues-genres a:hover,
nav.related-genres a:hover { text-decoration: underline; }
.related-genres .cols-wrapper { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem 2rem; }
.related-genres .col { list-style: none; margin: 0; padding: 0; }
.related-genres .col li { margin: 0.35rem 0; }
@media (max-width: 560px) {
  .related-genres .cols-wrapper { grid-template-columns: 1fr; }
}

/*EINDE BLUES SECTIES PAG.7*/


/* UITKLAPBARE (COLLAPSIBLE) TEKST*/

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
/* EINDE UITKLAPBARE TEKST*/

/* AFBEELDINGEN */

figure img {
  border-radius: 6px 6px 0 0;
  box-shadow: 0 4px 12px rgba(60, 40, 20, 0.18);
  display: block;
}

figcaption {
  background-color: #1e2369;
  color: white;
  font-style: italic;
  padding: 6px;
  text-align: center;
  margin: 0;
  border-radius: 0 0 6px 6px;
}

/* BASIS IMAGE */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* WRAPPER */
.image {
  display: block;
}

/* FULL WIDTH */
.image--full img {
  width: 100%;
  height: auto;
  display: block;
}

/* CENTERED */
.image--center {
  display: block;
  margin: 2rem auto;
}

.image--center img {
  margin: 0 auto;
}

/* ROUNDED (OPTIONEEL) */
.image--rounded img {
  border-radius: 6px;
}

/* LOGO */
.image--logo {
  text-align: center;
}

.image--logo img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* TEXT + IMAGE (LEFT/INLINE) */
.text-image {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.text-image img {
  width: 40%;
  max-width: 300px;
  height: auto;
  flex-shrink: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .text-image {
    flex-direction: column;
  }
  .text-image img {
    width: 100%;
  }
}

/* CROPPED IMAGE */
.image--crop {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.image--crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* AFBEELDING LINKS EEN AANPASBAAR EN img left */



.img-leftsm {                
    float: left;                
    width: 50px;
    /* Verander de derde waarde (5px) naar een lagere waarde, bijvoorbeeld 0px of 2px */                
    margin: 0 15px 2px 0; /* ruimte [boven] [rechts] [onder] [links] */                
  }










.img-left {                
    float: left;                
    width: 200px;
    /* Verander de derde waarde (5px) naar een lagere waarde, bijvoorbeeld 0px of 2px */                
    margin: 0 15px 2px 0; /* ruimte [boven] [rechts] [onder] [links] */                
  }

.img-left img {
  width: 100%;        /* afbeelding schaalt mee */
  height: auto;
}

.img-right {                
    float: right;                
    width: 200px;
    /* Verander de derde waarde (5px) naar een lagere waarde, bijvoorbeeld 0px of 2px */                
    margin: 0 15px 2px 0; /* ruimte [boven] [rechts] [onder] [links] */                
  }

.img-right img {
  width: 100%;        /* afbeelding schaalt mee */
  height: auto;
}

/* AFBEELDING NAAST ELKAAR */


/* De container zorgt ervoor dat items naast elkaar staan */
  .afbeelding-container {
    display: flex;
    justify-content: space-around; /* Verdeelt de ruimte tussen de afbeeldingen */
    gap: 15px; /* Ruimte tussen de twee afbeeldingen */
  }

  /* Styling voor de individuele figuren */
  .afbeelding-item {
    text-align: center; /* Centreert het onderschrift onder de foto */
    width: 45%; /* Zorgt dat ze ongeveer naast elkaar passen */
  }

  .afbeelding-item img {
    max-width: 100%; /* Zorgt dat de afbeelding niet uit de container schiet */
    height: auto;
  }
/* EINDE AFBEELDING NAAST ELKAAR */


/* EINDE AFBEELDINGEN */

/* ===============================
   VIDEO + BESCHRIJVING (ALGEMEEN)
   =============================== */

/* Container voor video + beschrijving */
.video-container {
  max-width: 800px;       /* maximale breedte */
  margin: 0 auto;         /* centreert de container op de pagina */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Video zelf */
.video-container video {
  width: 100%;            /* schaalt mee met container */
  height: auto;
  border-radius: 8px;     /* optioneel: afgeronde hoeken */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* subtiele schaduw */
}

/* Beschrijving onder de video */
.video-container p[id$="-desc"] {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  margin-top: 5px;
  font-size: 0.95rem;
  color: #007BFF;
  line-height: 1.4;
}
/* ===============================
   EINDE VIDEO + BESCHRIJVING (ALGEMEEN)
   =============================== */

/* VIDEOPLAYER OP PAG. 4 !!!! stijlen, voor  links die video afspelen in een soort iframe */

/* videoPlayer stijlen */
#videoPlayer {
    width: 100%; /* Breedte instellen op 100% */
    height: 270px; /* Specifieke hoogte in pixels */
    border: 4px; /* Verwijder frameborder met CSS */
}

/* Extra styling kan hier worden toegevoegd */
.playVideo {
    display: inline-block;
    margin: 5px; /* Ruimte tussen de links */
    text-decoration: none; /* Verwijder onderstreping */
    color: blue; /* Kleur van de links */
}

/* EINDE VIDEOPLAYER */


/*AUDIO*/


.audio-container {
  max-width: 600px;
  margin: 8px auto;
  border-radius: 0;
  overflow: hidden; /* voorkomt dat afgeronde binnenkant zichtbaar blijft */
}

.audio-container audio {
width: 100%;
display: block;
}

.audio-container figcaption {
background-color: #1e2369;
color: #FFF;
font-size: 0.9rem;
font-style: italic;
padding: 2px;
text-align: center;
margin-top: 0;
margin-bottom: 10px;
border-radius: 16px;

}

/*EINDE AUDIO*/


/* Algemene FREE FIND tabelinstellingen (zoekmachine) */
.ff-container,
.ff-inner {
    border-collapse: collapse;   /* vervangt cellspacing */
    border: none;                /* vervangt border */
}

/* Buitenste container */
.ff-container {
    font-family: Arial, Helvetica, sans-serif;
}

/* Hoofdcel */
.ff-main {
    font-size: 14pt;
}

/* Centreren inner table */
.ff-center {
    text-align: center;
}

/* Inner table breedte */
.ff-inner {
    width: 90%;                  /* vervangt width="90%" */
    margin: 0 auto;
}

/* Advanced search link */
.ff-advanced {
    text-align: left;            /* vervangt align="left" */
    font-size: 10pt;
}

/* Form styling */
.ff-form {
    margin: 4px 0 0 0;
}

/* Footer */
.ff-footer {
    text-align: center;
    font-size: 8pt;
    padding-top: 4px;
}

/* Links */
.ff-footer a {
    text-decoration: none;
    color: #000;
}

.ff-footer a span {
    color: #000;
}

/* ===============================
   EINDE FREE FIND
   =============================== */





/* ===============================
   MOBIELE SCHERMEN
   =============================== */

@media (max-width: 768px) {

    .video-container em {
        font-size: 0.85rem;
    }

    .video-container video {
        max-height: 60vh;      /* niet te hoog op gsm */
        margin-top: 0px;       /* lichte ruimte onder tekst */
    }
}/* EINDE VIDEO */



/* tekstblok */

.tekstblok {
  background-color: #ebe1be; /* Achtergrondkleur */
  padding: 20px; /* Ruimte binnen het blok */
  margin-bottom: 5px; /* Ruimte onder het blok */
  border: 2px solid black; padding: 10px;
}

.tekstblok p {
  color: #000; /* Tekstkleur */
  font-family: Arial, sans-serif; /* Lettertype */
  line-height: 1.5; /* Regelafstand */
}





 /* TABEL (donkerblauw) */

.table-one {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #fcef16; /* geel */
    color: #ffffff; /* Wit tekst */
}

.table-one th,
.table-one td {
    border: 4px solid #fcef16; /* geel rand voor cellen */
    background-color: #031368;
    text-align: left;
    font-weight: normal;
    padding: 12px;
    font-size: 12px; /* Tekstgrootte */
}

.table-one th {
    background-color: #031368; /* Zelfde achtergrondkleur als de tabel */
}
/* specifieke stijl voor links in de tabel */
.table-one a {
    color: #FFFFFF;        /* normale linkkleur in de tabel */
}

.table-one a:hover {
    color: #fbec1c;        /* hoverkleur in de tabel */
}
/* EINDE TABEL (donkerblauw) */


/* TABEL CONCERTEN */

table.concert-tabel {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid black;
    }

    table.concert-tabel td {
      vertical-align: top;
      padding: 10px;
    }

    .concert-tabel tr:nth-child(odd) {
      background-color: black;
      color: white;
    }

    .concert-tabel tr:nth-child(even) {
      background-color: yellow;
      color: black;
    }

    .concert-afbeelding {
      max-width: 100%;
      width: 100%;
      height: auto;
      display: block;
    }

    .cel-links {
      width: 30%;
    }

    .cel-rechts {
      width: 70%px;
    }

/* EINDE FRAMES CONCERTEN */

/* OVERIGE FRAMES */

/* Container voor de tabel */
.tabel-container {
  max-height: 500px;      /* maximale hoogte van de tabel */
  overflow-y: auto;       /* verticale scrollbalk binnen de container */
  overflow-x: hidden;     /* geen horizontale scroll */
  border: 1px solid #ccc; /* optioneel: kader om de tabel */
}

/* Tabel zelf */
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;     /* verdeelt kolommen gelijkmatig */
  word-wrap: break-word;   /* breekt lange woorden af */
}


/* Celopmaak */
table, th, td {
  border: 1px solid black;
}

td {
  padding: 5px;
  overflow-wrap: break-word; /* moderne afbreking */
}

/* Afwisselende rijkleuren */
tr:nth-child(even) {
  background: #e1f2f1;
}
tr:nth-child(odd) {
  background: #e1f2f1;
}

/* EINDE OVERIGE FRAMES */




/* BREEDTE BERICHTENVELD EN RECAPTCHA CONTACTFORMULIER */



/* ---------- CONTACTFORMULIER ---------- */
form#contactForm {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    max-width: 500px;
    margin: 30px auto;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Algemene inputs en textarea */
form#contactForm input[type="text"],
form#contactForm input[type="email"],
form#contactForm textarea,
form#contactForm select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}

/* Focus effect */
form#contactForm input:focus,
form#contactForm textarea:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
    outline: none;
}

/* Knoppen */
form#contactForm button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

form#contactForm button:hover {
    background-color: #0056b3;
}

/* Paragrafen in form */
form#contactForm p {
    margin: 10px 0 5px;
    font-weight: bold;
}

/* Meldingsvak */
#melding {
    font-weight: bold;
    min-height: 1.2em;
    margin-bottom: 15px;
}

/* ---------- Checkboxen & radio buttons ---------- */
.checkbox-groep,
.radio-groep {
    width: 100%;
    margin-bottom: 15px;
}

.checkbox-groep label,
.radio-groep label {
    display: flex;          /* input en tekst naast elkaar */
    align-items: center;    /* verticaal centreren */
    gap: 8px;               /* ruimte tussen input en tekst */
    margin-bottom: 8px;
    cursor: pointer;
    font-weight: normal;
}

.checkbox-groep input[type="checkbox"],
.radio-groep input[type="radio"] {
    margin: 0;              /* verwijdert default margin */
    width: auto;            /* voorkomt dat input te groot wordt */
    height: auto;
    flex-shrink: 0;         /* input niet laten krimpen */
}

/* reCAPTCHA responsief */
.g-recaptcha {
    transform: scale(0.88);  /* pas aan indien nodig */
    transform-origin: 0 0;
    margin-bottom: 15px;
}

/* Responsief voor mobiele apparaten */
@media (max-width: 600px) {
    form#contactForm {
        padding: 20px;
    }

    form#contactForm input,
    form#contactForm textarea,
    form#contactForm select {
        padding: 10px;
        font-size: 14px;
    }

    form#contactForm button {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}/*BUTTONS*/

.button-74 {
  background-color: #152de6;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #666 4px 2px 0 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  padding: 0 18px;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #09b4ed;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}


/* BUTTON POP-UP*/
.btn {
background-color: #2f5ecf;
color: white;
text-align: center;
font-size: 12px;
padding: 20px;
border-radius: 15px;
border: 1px solid blue;
}
.btn:hover {
background-color: #063970;
color: white;
border: 1px solid blue;
}

/* BACK TO TOP BUTTON */

#backtop {
position: fixed;
left:10;right:auto;top:auto;bottom: 0px;
outline: none;
color:#fff;
text-align:center;
background-color:#ec0303;
height:40px;
width:40px;
line-height:40px;
font-size:14px;
border-radius:2px;
cursor:pointer;
transition:all 0.3s linear;
z-index:999999;
opacity:1;
display:none;
}
#backtop:hover {
background-color:#27CFC3;
}
#backtop.mcOut {
opacity:0;
}
  


/* NAVIGATIE HAMBURGERMENU */

.hamburger-menu a {
  text-decoration: none;
  font-size: 24px;
  color: #818181;
  display: block;
  padding: 8px 0 8px 10px;
}
.hamburger-menu a:hover {
  color: #f44336; /* of bijvoorbeeld white, black, etc. */
}

#hamburger-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: white;
  background-color: red;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
 z-index: 5000;
  cursor: pointer;
}

.menu-link {
  padding-left: 40px;
  display: block;
  color: #818181;
  font-size: 24px;
  text-decoration: none;
}

.menu-section-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f1f1f1;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;   /* schuif hier wat verder naar rechts */
  text-align: left;
}
.submenu {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 20px;  /* ruimte onder elk blok */
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.3s;
}
.overlay-content {
  position: relative;
  top: 0;            /* Geen verticale verschuiving meer */
  width: 80%;        /* Of 100% als je het menu over de volledige breedte wilt. Let op javascript op html */
  text-align: left;  /* positie menu-items*/
  margin-top: 20px;  /* Optioneel wat ruimte boven de eerste link */
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 12px;
  color: #74defc;
  display: block;
  transition: 0.3s ease;
}
/* === SLUITKNOP × === */
.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: white;
padding: 10px 14px;

  background-color: red;  /* tijdelijk zichtbaar maken */
  z-index: 10001;
  cursor: pointer;
  display: block;
}


/* === GSM: aangepaste positie en grootte === */
@media screen and (max-width: 768px) {
  .overlay .closebtn {
    top: 15px;
    right: 15px;
    font-size: 16px;
    background-color: red; /* zichtbaar op gsm */
  }
}

/* EINDE NAVIGATIE HAMBURGERMENU */



/* BEGIN SLIDESHOW */

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 500px; /* Pas de hoogte naar wens aan */
    background-color: #f2f2f2; /* Tijdelijke achtergrondkleur */
}

/* Verberg alle slides standaard */
.mySlides {
    display: none;
    width: 100%;
    height: 100%;
}

/* Pas afbeeldingen aan zonder vervorming (gebruik object-fit) */
img {
    width: 100%;
    height: 100%;
    object-fit: contain;  /* Dit zorgt ervoor dat de afbeelding de container vult zonder vervorming */
}

button {
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    cursor: pointer;
    background-color: #152de6;
    color: white;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #09b4ed;
}

/* EINDE SLIDESHOW */


/* PAGINA ACHTERGROND */

.tm-bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;          /* laat meegroeien */
    min-height: 100%;      /* minstens hele viewport */

    display: flex;
    z-index: -1000;
}

.tm-bg-left,
.tm-bg-right {
    position: relative;
    width: 50%;
    height: 100%;
}

.tm-bg-right {
  background-color: rgba(255, 255, 255, 0.90);/*opacity rechts 0.90*/

}

/*<!-- end Diagonal background design -->*/


.tm-container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
}

.tm-row { display: flex; }

.tm-col-left {
    width: 50%;
    height: 100%;
    padding-left: 40px;  
    padding-right: 40px;
}

.tm-col-right {
    width: 50%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.tm-content {
    max-width: 660px;
    margin-top: 0px;
    padding-right: 10px;
}

.tm-about { max-width: 525px; }

  

.tm-content-title 
{ font-size: 1.5rem;
margin-top: 0rem; /* vervangt <br><br> */
}


hr { border-top: 2px dotted blue; }



.btn {
    padding: 10px 25px;
    border-radius: 0;
}

.btn-big {
    padding: 9px 40px;
    font-size: 1.2rem;;
}

.btn-primary {
    background-color: blue;
    color: white;
    border: 0;
}

.btn-primary:hover {
    background-color: #9CC;
    color: black;
}

.tm-site-footer {
    padding: 40px 0 20px;
    max-width: 660px;
    font-size: 0.95rem;
}

.tm-col-footer { padding-left: 0; }
.tm-text-link { color: white; }

.tm-text-link:hover,
.tm-text-link:focus {
    color: #9CC;
}

/* Service */ 
.tm-service-text { max-width: 365px; }
.tm-service-img { margin-right: 25px; }
.tm-service-img-r { margin-left: 25px; }



@media (max-width: 1200px) {
    .nav-item { margin-right: 30px; }

    .tm-page-right {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 992px) {    
    .tm-nav {
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        color: white;
        top: 44px;
        right: 4px;
    }

    .navbar-expand-lg .navbar-nav .tm-nav-link {
        color: white;
        font-size: 1.1rem;
        padding: 13px 20px;
    }

    .nav-item { margin-right: 0; }

    .nav-item.active .tm-nav-link,
    .nav-item:hover .tm-nav-link {
        color: #9CC;
    }

    .tm-content { margin-top: 20px; }
    .tm-site-footer { padding-top: 40px; }
    .tm-col-left { width: 40%; }

    .tm-col-right {
        width: 60%;
        padding-left: 100px;
        padding-right: 30px;
    }
    
    .tm-col-footer { padding-left: 0; }
}

@media (max-width: 768px) {
    .tm-row { flex-direction: column; }

    .tm-col-left,
    .tm-col-right,
    .tm-bg-left,
    .tm-bg-right {
        width: 100%;
    }

    #tm-main-nav {
        position: fixed;
        top: 50px;
        right: 40px;
        padding-bottom: 0;
    }  
    
    .tm-bg { flex-direction: column; }

    .tm-bg-left {
        height: 200px;        
        border-bottom: 50px solid rgba(0,0,0,0.5);
        border-right: 0;
        border-top: 0;
    }

    .tm-bg-right { height: calc(100% - 200px); }

    .tm-bg-controls-wrapper {
        margin-left: 0;
        margin-top: 50px;
    }

    .tm-content {
        max-height: none;
        margin-top: 1.5 rem;
    }

    .tm-col-right {
        padding-top: 40px;
        padding-left: 30px;
    }

    .tm-col-footer {
        padding-left: 10px;
        padding-right: 10px;
    }
.tm-site-footer {
    padding: 40px 0 20px;
    max-width: 660px;
    font-size: 0.95rem;
}

.tm-col-footer { padding-left: 0; }
.tm-text-link { color: white; }

.tm-text-link:hover,
.tm-text-link:focus {
    color: #9CC;
}

@media (max-width: 460px) {
    .tm-logo { margin-right: 15px; }
    .tm-sitename { font-size: 1.8rem; }
    .tm-slogon { font-size: 0.8rem; }
}

@media (max-width: 450px), (min-width: 768px) and (max-width: 830px), (min-width: 992px) and (max-width: 1040px) {
    .tm-service-media { flex-direction: column; }
    .tm-service-media-img-l { flex-direction: column-reverse; }
    .tm-service-text { margin-top: 20px; }
    .tm-service-img { margin-right: 0; }
    .tm-service-img-r { margin-left: 0; }
}


