/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/






html, body {
    margin: 0;
    padding: 0;
    font-family: Calibri, sans-serif;
    background: rgb(243,244,246);
}



/*body {*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;
    cursor: pointer;
    font-family: sans-serif;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: sans-serif;*/
    /*width: 100%;*/ /*MIRO*/
/*}*/

/* 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;*/
}

@font-face {
    font-family: 'DancingScript-Regular';
    src: url('../fonts/DancingScript-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'HafferSQ Light';
    src: url('../fonts/HafferSQ-Light.ttf');
}

@font-face {
    font-family: 'Teodor Light';
    src: url('../fonts/Teodor-Light.ttf');
}