body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #eeecec;
    border-color: #444444;
    accent-color: #888888;
    background-image : url("imgs/Carlitos_signature.png");
    background-repeat: repeat;
    text-align: justify;
    
}

.logo{
    max-height: 60px;
}

a.link-to-websites{
 color : blue;
}

a.link-to-websites:visited{
 color : #282878;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 0;
  top: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
}

title{
    text-align: center;
}

nav {
    background-color: #2f2f2f;
    margin-bottom: 2%;   
}
header{
    margin-bottom: 1%;
}
.newsletter{
    padding-top: 40px;
    border-bottom: none;
}

.text-secondary{
    color: #B0B0B0;
}


main{
    font-size: 1.5rem;
}

h1, h2, h3 {
    font-weight: bold;
    padding-bottom: 2%;
}

.image-description{
    font-family: Arial, sans-serif;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    border : 1px solid #ccc;
    color: #121212;
    background-color: #eeecec;
    padding-top: 10px;
    padding-bottom: 10px;
}

section {
    padding-top :1px;
    padding-bottom : 10px;
    border-bottom: 1px solid #ccc;
}

#gallery img, #sponsors img {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

footer {
    background-color: #222;
    color: white;
}

.high-contrast h1 {
    font-size: 2.2em !important; 
}
.high-contrast h2 {
    font-size: 1.8em !important; 
    }
.high-contrast *{
    color: rgb(255, 255, 255);
    background-color: rgba(0,0,0,0.4);
    font-size: 1.2em !important;
    
}


