@font-face {
    font-family: Crusades;
    src: url(font/Crusades.ttf);
}
@font-face {
    font-family: Cardinal;
    src: url(font/Cardinal.ttf);
}
h1{
    font-size: 70px;
    font-family: Crusades;
    color: #e09f26;
    float: right; 
    padding-right: 750px;   
}
h2{
    font-size: 55px;
    font-family: Crusades;
    color: #e09f26;
    text-align: center;
}
p {
    font-size: 30px;
    font-family: Cardinal;
    color: #e09f26;
    text-align: center;
}
body {
    background-image: url(images/background.gif);
}
a{
    font-size: 30px;
    text-align: center;
    padding: 30px;
}
div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
div.gallery-item1 {
  margin: 5px;
  width: 180px;
}

div.gallery-item1 img {
  width: 100%;
  height: auto;
}

div.gallery-item1 div.desc {
  padding: 15px;
  text-align: center;
  color: #1786bd;
  background-color: #492078;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
section{
  background: #c71818;
background: radial-gradient(circle, rgba(199, 24, 24, 0.68) 0%, rgba(253, 212, 29, 0.62) 50%, rgba(69, 124, 252, 0.61) 100%);
}
.darkblue{
  color: #10162b;
  font-size: 30px;
}
.darkbluehead{
  color: #10162b;
  font-size: 40px ;
}
.box {
        border-style: solid;
        border-color: #78270e;
        border-width: 1pt;
        border-radius: 10%
    }
    .photo {
        border: solid #78270e 2pt;
        width: 300px;
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin: auto;
        display: block;
    }



