html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@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;
}

body {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: myFont2;
}

:root {
    --dark-color: #19283f;
}

@font-face {
    font-family: 'myFont';
    src: url('../fonts/ge_ss_two_bold.otf') format('opentype');
}

@font-face {
    font-family: 'myFont2';
    font-size: 10px;
    src: url('../fonts/droidkufi-regular.ttf') format('truetype');
}

p {
    font-size: 20px;
    font-family: Tahoma;
}

span {
    font-size: 20px;
}

.navbar-default {
    background-color: #0c5c82;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
    color: #e7e7e7;
    font-family: myFont2;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.Sidenavbar {
    float: right;
    width: 200px;
    height: 250px;
    background-color: darkgoldenrod;
}

.navbar > li {
    position: relative;
    float: right;
    display: block;
    height: 90px;
    padding-top: 1px;
}

.logo-size {
    width: 50px;
    height: 45px;
    margin-top: -15px;
    margin-bottom: -20px;
}

.img-size {
    font-size: 90px;
}

li {
    float: right;
}


.myfooter {
    background-color: cornflowerblue;
    padding-top: 10px;
    font-family: myFont;
    text-align: justify;
}

.subfooter {
    background-color: cornflowerblue;
    font-family: myFont2;
    color: white;
    padding: 20px;
    text-align: right;
}

.myfooter a {
    color: azure;
}

.myfooter p {
    color: azure;
}

.myfooter h3, ul, p {
    margin-bottom: 20px;
    font-family: myFont2;
    list-style-type: none;
}

.isDisabled {
    opacity: 0.5;
    pointer-events: none;
}