@font-face{
    font-family: "Bauhaus 93";
    src: url(BAUHS93.TTF) format('truetype');
    font-weight: normal;
}

nav {
    background-color: rgb(20, 20, 20);
    display: flex;
    justify-content: center;
}

@media (max-width: 1305px) {
    nav, .guildtiles, .themetiles, div.landingbuttons{
        flex-direction: column;
    }

    nav a {
        width: 97%;
        height: 40px;
    }
    main h1{
        font-size: 12vw;
    }
    div.landing{
        margin: 0% 15%;
    }
}
@media (min-width: 1306px) {
    nav, .guildtiles, .themetiles, div.landingbuttons{
        flex-direction: row;
    }

    nav a {
        height: 80px;
    }

    main h1{
        font-size: 60px;
    }
    h1.landing{
        text-align: center;
        margin-bottom: 0px;
        font-size: 120px;
    }
    div.landing{
        margin: 1vh 25% !important;
    }
}
div.landingbuttons{
    display:flex;
    justify-content: center;
    margin-top: 20px;
}
div.landing{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

nav a{
    margin: 0px;
    align-self: center;
    align-content: center;
    font-style:normal;
    text-align: center;
    list-style-type: none;
    text-decoration: none;
    padding: 10px 20px;
    color:rgb(255, 140, 95);
    font-weight: bold;
    font-family: "Bauhaus 93";
    font-size: 175%;
    transition: 0.6s;
}
nav a:hover{
    padding: 10px 40px;
    letter-spacing: 1.5px;
    transition: 0.6s;
    color: white;
}
nav a.logo{
    transition: .6s;
}
nav a.logo:hover{
    scale: 1.2;
}
nav img.logo{
    margin: 5px;
    padding: 0px;
    border-radius: 15px;
}

body{
    background: linear-gradient(to right, #ee9458, #fa6f65);
    margin: 0px 0px 10px 0px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

.guildtiles {
    display:flex;
    flex-wrap: wrap;
    width:auto;
    justify-content: center;
    align-items: center;
}
.guildtile {
    display:inline-grid;
    float:left;
    background-color:rgba(97, 47, 47, 0.505);
    border:solid 3px #00000000;
    margin:4px;
    align-content: center;
    justify-items: center;
    border-radius:15px; 
    width: 500px;
    padding:10px;
    text-align: center;
    transition:.2s;
    height: 400px;
}
.guildtile:hover{
    background-color: rgba(97, 47, 47, 0.233);
    border:solid 3px #00000063;
    margin:7px,4px;
    border-radius:30px;
}


.guildtile h3{
    font-size: 250%;
    margin: 5px;

    color: rgb(255, 255, 255);}

.guildtile p{word-break: break-word;}


.guildtile a{
    font-size: 13px;
    margin: 0px;
}


.themetiles {
    display:flex;
    width:auto;
    justify-content: center;
    align-items: center;
}
.themetile {
    display:inline-grid;
    float:left;
    background-color:rgba(97, 47, 47, 0.505);
    border:solid 3px #00000000;
    margin:4px;
    align-content: center;
    justify-items: center;
    border-radius:15px; 
    width: 500px;
    padding:10px;
    text-align: center;
    transition:.2s;
    height: 250px;
}
.themetile:hover{
    background-color: rgba(97, 47, 47, 0.233);
    border:solid 3px #00000063;
    margin:7px,4px;
    border-radius:30px;
}


.themetile h3{
    font-size: 250%;
    margin: 5px;

    color: rgb(255, 255, 255);}

.themetile p{word-break: break-word;}


.themetile a{
    font-size: 13px;
    margin: 0px;
}

.sectiontiles {
    flex-direction: column;
    display:flex;
    width:auto;
    justify-content: center;
    align-items: center;
}

.sectiontile {
    display:inline-grid;
    float:left;
    background-color:rgba(97, 47, 47, 0.505);
    border:solid 3px #00000000;
    margin:4px;
    align-content: center;
    border-radius:15px; 
    width: 700px;
    padding:10px;
    text-align: center;
    transition:.2s;
    height: auto;
}
.sectiontile:hover{
    background-color: #612f2f3b;
    border:solid 3px #00000063;
    margin:7px,4px;
    border-radius:30px;
}


.sectiontile h3{
    font-size: 250%;
    margin: 5px;

    color: rgb(255, 255, 255);}

.sectiontile p{word-break: break-word;}


.sectiontile a{
    font-size: 13px;
    margin: 0px;
}


main img{
    border: solid black 3px;
    border-radius:15px

}

h1{
    font-family:"Bauhaus 93", Arial, Helvetica, sans-serif; ;
    color:white;
    letter-spacing: normal;
    transition:0.5s;
    font-size: 120px;
}

main h1:hover{
    letter-spacing:0px;
}
main h2{
    font-family: "Bauhaus 93", Arial, Helvetica, sans-serif;
    color:white;
    font-size: 60px;
    letter-spacing: normal;
    transition:1s;

}
main h2:hover{
    letter-spacing:2px;
}
main h3{
    font-family: "Bauhaus 93", Arial, Helvetica, sans-serif;
    color:white;
    font-size: 50px;
    letter-spacing: normal;
    transition:1s;

}

main p{
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size:30px;
}
main a{
    text-decoration: none;
    color:white;
    font-size: 30px;
    letter-spacing: 0px;
    transition:1s;
}
main a:hover{
    color:white;
}

main .section{
    margin-left:10px;
    transition:.6s;
}
main .section:hover{
    margin-left:15px;
}
.section li{
    color:white;
    padding-left:0px;
    transition:.7s;
    font-size:25px;
    font-family: Arial, Helvetica, sans-serif;
  }
.section li:hover{
    padding-left:5px;
    letter-spacing: .3px;
}
.button {
    background-color: #432121;
    font-family: "Bauhaus 93", Arial, Helvetica, sans-serif;
    color: white;
    font-size: 30px !important;
    margin: 10px 5px;
    padding: 10px 20px;
    transition: 0.3s;
    border-radius: 15px;
    border: 3px solid #612f2f;
    cursor: pointer;

  }
.button:hover {
    background-color: #fffffff6;
    color:#612f2f;
    padding: 10px 50px;
  }

section {
  margin-top: 1.5em;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
.entry-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.entry-row label {
  flex: 1;
  margin-right: 0.5em;
}
.text-input {
  flex: 2;
  padding: 4px 6px;
}

label {
    color: white;
    font-family: 'Bauhaus 93';
    letter-spacing: 0.7px;
}
.save-button {
  margin-top: 1em;
}

.flash-container {
  margin-bottom: 1em;
}

.flash-message {
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Success = green */
.flash-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* Error = red */
.flash-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}