body {
    background: url("../images/banner3.jpg");
    background-size: 150vw 120vh;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    margin: 0;
    font-family:'libre basckville', serif !important;
    font-weight: 400;
    /* The image used for background */
}

h1, h2, h3, h4, h5, h6 {
   font-family:'libre basckville', serif !important;
    font-weight: 400;
    margin: 10px 0;
}

.golden-base {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:bold;
  -webkit-margin-before: 0.3em; 
  -webkit-margin-after: 0.2em;
}
.golden1 {
  background-image: -webkit-linear-gradient(#F8E775, #775a1b);
  text-shadow: -0.02em -0.03em 0.005em rgba(255, 221, 0, 0.426);
}

.logoR{
    border: 3px solid #202449;
}

.container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w3-theme-l1 {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 2px solid #DCC02D !important;
}

.links-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.links-container a {
    width: 80%;
}

.w3-theme-l1:hover {
    background-color: #000000 !important;
    color: white!important;
}

.margin-top-2 {
    margin-top: 32px;
}

.bottom {
    width: 100%;
    text-align: center;
    width: auto;
    font-weight: bolder;
}

.w3-pink{

    padding: 1px!important;

}

.w3-pink, .w3-hover-pink:hover {
    color: #fff !important;
    background-color: #ffffff00 !important;
}

.bottom span {
    color: white;
}

.bottom svg {
    stroke: #000000;
    fill: #1EA1CB;
}

@media (min-width: 768px) {
    .link {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:1024px) {
	
    body {
        background: url("../images/banner3.jpg");
        background-size: 100vw 150vh;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        margin: 0;
        /* The image used for background */
    }

}