h1 {font-family: Trebuchet MS; font-size: 1.8em;}
h2 {font-family: Trebuchet MS; font-size: 1.5em; margin-top: 0.3em; margin-bottom: 0.6em;}
h3 {font-family: Trebuchet MS;}
h4 {font-family: Trebuchet MS; margin: 0.2em}
h5 {font-family: Trebuchet MS;} 
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
    max-width: 1030px;
}
.logo {
    margin: 0 0 12px 0;
    padding-top: 20px;
}
.footer-menu {
    max-width: 1030px;
    margin: 0 0 0 0;
    display: flex;
    justify-content: space-between;
}
.grupa {
    width: 220px;
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
    margin-top: 10px;;
}
.hrulis {
    margin: 0 0 20px 0;
    height: 4px;
    border-width: 0;
    color: #3c6575;
    background-color: #3c6575;
    opacity: 0.65;
}
.nav-link {
    color: #3c6575;
}
.nav .nav-link:hover {
    color: #2e58a6;
}
.nav-link.active {
    color: #e3ac00;
}
.navbar .nav-link {
    color: #3c6575;
}   
.navbar .nav-link:hover {
    color: #2e58a6;
}
.navbar .nav-link.active {
    color: #e3ac00;
}
fieldset, legend {
    font-size: 1em;
}
.ord-block {
    border: 1px solid;
    border-radius: 12px;
    padding: 20px;
    max-width: 490px;
    min-height: 490px;
    max-height: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background-color: #f6f9f2;
    color: #3c6575;
}
.row {
    color: #363636;
}
.sq-reg {
    width: 50%;
    height: 245px;
    border: 0;
    font-size: 34px;
    color: white;
    font-family: Trebuchet MS;
    text-shadow: 1px 1px 10px black;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#kurzeme:hover {
    background-image: url(../img/serv/kurzeme-245.jpg); 
    transition-duration: 0.3s;
}
#vidzeme:hover {
    background-image: url(../img/serv/vidzeme-245.jpg);
    transition-duration: 0.3s;
}
#latgale:hover {
    background-image: url(../img/serv/latgale-245.jpg);
    transition-duration: 0.3s;
}
#zemgale:hover {
    background-image: url(../img/serv/zemgale-245.jpg);
    transition-duration: 0.3s;
}
#zemgale {background-image: url(../img/serv/zemgale-245-pale.webp);}
#kurzeme {background-image: url(../img/serv/kurzeme-245-pale.webp);}
#latgale {background-image: url(../img/serv/latgale-245-pale.webp);}
#vidzeme {background-image: url(../img/serv/vidzeme-245-pale.webp);}
.article {
    max-width:  490px;
    text-align: justify;
    margin: 20px 0 10px 0;
}
.article-header {
    text-align: center;
}
.offer {
    background-color: #f6f9f2;
    border-radius: 12px;
    border: 1px solid;
    /* min-width: 490px;
    max-width: 490px; */
    padding: 15px;
    margin-bottom: 20px;
    color: #3c6575;
}
.thankyou {
    display: flex;
    margin: 30px auto 50px;
    text-align: center;
    border-color: red;
    color: #3c6575;
}
.contact-block {
    border: 1px solid;
    border-radius: 12px;
    padding: 20px;
    max-width: 490px;
    max-height: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background-color: #f6f9f2;
    color: #3c6575;
}
ol.int {
    list-style-type: lower-alpha;
    padding-left: 55px;
    margin-bottom: 10px;
}
li.ext {
    margin-bottom: 10px;
}
small {
    color: gray;
}
/* Always hide spinner buttons by default */
.spinner-btn {
  display: none !important;
}
/* Show buttons only on touch devices */
@media (hover: none) and (pointer: coarse) {
  .spinner-btn {
    display: inline-block !important;
  }
  .spinner-btn:first-of-type {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .spinner-btn:last-of-type {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .spinner input {
    border-radius: 0.375rem !important;
  }
}
/* Desktop: rounded input field */
@media (hover: hover) and (pointer: fine) {
  .spinner input {
    border-radius: 0 !important;
  }
}
.notranslate {
  translate: no;
}


/* Fona krāsa, kas aizstāj bildi */
.banner-bg {
    background-color: #0f2f37;
    height: 490px;            /* tas pats augstums, kas blakus karuselim */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Caption krāsa un pozicionēšana */
.carousel-caption {
    position: static !important; /* atceļ Bootstrap absolute */
    color: #e3ac00 !important;   /* atgriež tavu zeltaino krāsu */
    text-align: center;
}

#banner_carousel .carousel-indicators [data-bs-target] {
    background-color: #e3ac00 !important; /* neaktīvie punkti */
    opacity: 0.4 !important;
}

#banner_carousel .carousel-indicators .active {
    background-color: #e3ac00 !important; /* aktīvais punkts */
    opacity: 1 !important;
}

.cube-boat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    max-width: 490px;
    min-width: 245px;
    height: 490px;
    border-radius: 12px;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}
#boat-cubeHeading {
    color: white;
    font-size: 42px;
    text-shadow: 0px 0px 5px black;
    text-align: center;
    justify-content: center;
    flex-basis: 50%;
    display: flex;
}