/*Expressions from the heart css*/
/*made by Cam Fivattew @cam582m*/


.title{
  margin-left: 50px;
}

.divBorder{
  border: 3px solid;
  border-color: #ffffcc;
  border-radius: 5px;
}

.img{
  height: auto;
  width: 70%;
}
.imgSmall{
  height: auto;
  width: 32%;
}
.imgTiny{
  height: auto;
  width: 16%;
  align-content: center;
}
.imgMedium{
  height: auto;
  width: 40%;
}
.imgModerate{
  height: auto;
  width: 52%;
}


.f1 {
    font-family: 'Josefin Sans', sans-serif;
    /*font-family: 'EB Garamond', serif;*/
    color: #ffffcc;
    letter-spacing: 5px;
    font-size: 50px;
    line-height: 25px;
}
.f1small {
  font-family: 'Josefin Sans', sans-serif;
  /*font-family: 'EB Garamond', serif;*/
  color: #ffffcc;
  letter-spacing: 5px;
}
.f12 {
    font-family: 'Josefin Sans', sans-serif;
    /*font-family: 'EB Garamond', serif;*/
    color: #ffffcc;
    letter-spacing: 3px;
    font-size: 25px;
    line-height: 25px;
}
.f1small2 {
    font-family: 'Josefin Sans', sans-serif;
    /*font-family: 'EB Garamond', serif;*/
    color: #ffffcc;
    letter-spacing: 1px;
    font-size: 13px;
}

.txt {
  text-align: center;
  color: #ffffcc;
  font-family: 'EB Garamond', serif;

}

.f2 {
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-family: 'EB Garamond', serif;
}

.navbar{
  font-family: 'EB Garamond', serif;
  text-align: center;
  color: #ffffcc;
  padding-left:10px;
  padding-right:10px;
  letter-spacing: 2px;
  font-size: 16px;

}
a.boxt:link {
  color: #011291;
}
a.boxt:visited {
  color: #011291;
}

.pImage{

  width: 50%;
  height: 50%;
}

a {
  text-decoration: none;
  color: #ffffcc;
}
a:hover {


}
.donate{
  border-style: outset;
  border-width: thin;
  border-radius: 13px;
  border-color: #8c8028;
  width: 175px;
  height: 25px;
  margin: auto;
  background: linear-gradient(to bottom, #1e5799 0%,#1e5799 14%,#481fc4 62%,#7b9fe5 100%);
  text-align: center;
  font-family: 'Courgette', cursive;
}

.box{
  margin: auto;
  width: 66%;
  background-color: #a9d6b2;
  padding: 10px;
  font-family: 'EB Garamond', serif;

}
.boxSmall{
  width: 40%;
}
.boxtext{
  font-family: 'Cantarell';
  color: #00001a;
  font-size: 16px;
}
pre{
  font-family: 'Cantarell';
  color: #00001a;
  font-size: 16px;
  margin-left: 18%;
}

body {
  background-color: #00001a;
  line-height: 1.5;
}
