﻿body {
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 12px;
}

a {
    color: #008cba;
    text-decoration: none;
}
a:hover {
    color: #008cba;
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #008cba;
    border-color: #0d6efd;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}

.form-select{
    font-size:0.8rem;
}
.form-control {
    font-size: 0.8rem;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 32px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display:inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

.btn {
    padding: 3px 10px;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none
  }
}

.form-control {
    font-size: 12px;
}
label,
.control-label,
.help-block,
.checkbox,
.radio {
    font-size: 12px;
}
table {
    font-size: 12px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 2px;
}
.carousel-caption {
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
}
.container {
    padding-left: 5px;
    padding-right: 5px;
}
.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
}
.lead {
    font-weight: 400;
}
.navbar-brand {
    padding-left: .8rem;
}
.navbar .dropdown-menu > li > a,
.navbar .dropdown-menu > li > a:focus {
    font-weight: 400;
}
@media (min-width: 768px) {
    .navbar-nav {
        font-size: 14px;
    }
}

    .navbar-right {
        margin-right: 4px;
    }

.card {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.container {
    margin-left: 100px;
}

