
@font-face { font-family: CS; src: url('BlackStars-Regular.ttf'); }
@font-face { font-family: RS; src: url('Rustic.ttf'); }
@font-face { font-family: KG; src: url('KG.ttf'); }


h1 {
    text-align: center;
 color: #0a1628;
 font-family: KG;
}

h2 {
    color: #0a1628;
    font-family: CS;
}

h4 {
    color: #1a3a5c;
}

.container {
    text-align: center;
    padding: 10px;
}

.everythingtop {
    background-color: #ffffff;
    padding: 1%;
    border-bottom: 4px solid #9ca1ac;
    border-left: 4px solid #9ca1ac;
    border-radius: 5px;
    margin-top: 0px;
}




img {
    text-align: center;
  }

.opener {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    height: 50px;
    background-color: #ffffff;
    border: 1px dashed #e6b9b9;
    border-radius: 5px;
    width: 90%;
    text-align: center;

}

.textleft {
    text-align: left;
}

.homebutton {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    height: 50px;
    background-color: #ffffff;
    border: 1px dashed #e6b9b9;
    border-radius: 50px;
    width: 120px;
    
}

.background {
    background-image: url('bg.png');
    background-size: contain;       
    background-position: center;  
    background-repeat: repeat; 
}

.credit {
    font-size:11px;
    text-align: center;
}

.pagetitle h1 {
    color: white;
    font-family: KG;
}
.pagetitle {
    padding: 10px;
}

.thumbnail img {
    border-radius: 7px;
    border: 2px dashed #e6b9b9;
    margin: 10px;
}

.gallery {
    border-radius: 7px;
    border: 2px dashed #e6b9b9;
    padding: 7px;
}

p {
    line-height: 15px;
    font-family: RS;
}

b {
    color: #713d3d;
    font-family: RS;
}

.trivia {
    text-align: left;
}

a p{
    color: #2ebdff;
    text-decoration: underline;
    text-decoration-color: #2ebdff;
}

.email {
    text-align: center;
    padding: 5px;
    background-color: #ffffff;
    border: 2px solid #ff2e5f;
    border-radius: 50px;
    margin-top: 10px;
    
    margin-left: auto;
    margin-right: auto;
}
.email h4 {
    color: #ff2e5f;
    text-decoration: underline;
    text-decoration-color: #ff2e5f;
    font-family: RS;
    font-size: 17px;
}
