﻿html {
  font-size: medium;
}

@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;
}

.margin-top {
  margin-top: 3rem;
}
.div-center{
    justify-content: center;
    align-items: center;
    position: center;
    color: #CCCCCC;
    font-size: medium;
}

.text-center{
    text-align: center;
    margin: 20px;

}   

.navbar-brand{
    opacity: 0.3;
}

.image-home{
    width: 50%;
    height: auto;
    position: center;
    justify-content: center;
}

.footer-link{
    color: #CCCCCC;
    text-decoration: none;
    font-size: small;
}

.footer-link :hover{
    color: #CCCCCC !important;
    text-decoration: underline !important;
}

.navbar {
    border-top: none;
    box-shadow: none;
    border: none !important;
    outline: none !important;
}

.navbar-brand {
    padding-left: 20px;
    padding-right: 20px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 20px;
    padding-top: 20px;
    background-color: #000000;
}








