/* Style Settings */

/*@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
:root {
    --font: 'Karla', 'Karla', sans-serif;
}*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
:root {
    --font: 'Montserrat', 'Montserrat', sans-serif;
}

/*

CORES ANTIGAS

- AZUL
rgb(66, 110, 255)

- AMARELO
rgb(255, 255, 0)

- CINZA textos
rgb(99, 99, 99)

- AZULZINHO fundo
rgb(243, 242, 242)

------------------------

Cores logo novo

Marrom - Contorno girapha
#542713
84, 39, 19

Amarelo - girapha
#FFD800
255, 216, 0

fundo claro
#EDDD9B
237, 221, 155

fundo escuro
#E7D391
231, 211, 145

- Fonte
Augor-Regular
Montserrat
*/

body {
    background-color: rgb(237, 228, 197);
}

#userPhoto {
    width: 120px;
    height: 120px;
    display: block;
    margin: 35px auto 20px;
    border-radius: 50%;
    border: solid rgb(84, 39, 19) 1px;
}

#userName {
    color: rgb(84, 39, 19);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.destino {
    color: rgb(84, 39, 19);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#links {
    max-width: 675px;
    width: auto;
    display: block;
    margin: 27px auto;
}

.link {
    display: block;
    background-color: rgb(237, 221, 155);
    color: rgb(84, 39, 19);
    font-family: var(--font);
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    border: solid rgb(84, 39, 19) 2px;
}

.link:hover {
    background-color: rgb(231, 211, 145);
    color: rgb(84, 39, 19);
    border: solid rgb(84, 39, 19) 2px;
}

.link_amarelo {
    display: block;
    background-color: rgb(255, 216, 0);
    color: rgb(84, 39, 19);
    font-family: var(--font);
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    border: solid rgb(84, 39, 19) 2px;
}

.link_amarelo:hover {
    background-color: rgb(231, 211, 145);
    color: rgb(84, 39, 19);
    border: solid rgb(84, 39, 19) 2px;
}

.footer {
    text-align: center;
    font-size: 1.3rem;
}

.footer a {
    text-decoration:none;
}

.circulo {
    background: rgb(237, 221, 155);
    border-radius: 52px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 10px;
    color: rgb(84, 39, 19);
}

.circulo:hover {
    background: rgb(231, 211, 145);
    color: rgb(84, 39, 19);
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.77);
}

.night_mode {
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 10000000;
    color: #585858;
}

.night_mode:hover {
    cursor: pointer;
}


#BannerHurb {
    max-width: 600px;
    width: auto;
    display: block;
    margin: 27px auto;
    text-align: center;
}

.ClubeHUAds {
    display: block;
    text-align: center;
    margin-bottom: 2px;
    padding: 2px;
    text-decoration: none;
}
