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%;
}

.bg {
    background-image: linear-gradient(#e8e8e8, #ffffff);
}

.geiriadur_footer {
    background-color: #f8f9fa;
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
}

.geiriadur_footer p {
    font-size: 15px;
    color: #000000;
    margin-top: 0px;
}

.welsh_text {
    font-style: normal;
    font-weight: bold;
}

.english_text {
    font-style: italic;
    font-weight: normal;
}

.width_20 {
    width: 20%;
}

.width_24 {
    width: 24%;
}

.width_25 {
    width: 25%;
}

.width_30 {
    width: 30%;
}

.width_32 {
    width: 32%;
}

.width_33 {
    width: 33%;
}

.width_34 {
    width: 34%;
}

.width_36 {
    width: 36%;
}

.width_50 {
    width: 50%;
}

.bg-info {
    background-color: #047b94 !important;
}

a {
    color: #0c68f0 !important;
}