@charset "UTF-8";
/* CSS Document */

h1{
    color:#F9F6EA;
    font-family: 'Vidaloka', serif;
}
h2 {
    font-size: 24px;
    color:#F9F6EA;
    font-family: 'Vidaloka', serif;
}

h3 {
    font-size: 22px;
    color:#FFF;
font-family: 'Vidaloka', serif;}

.white {
    color:#fff;
}
body {
   
}
.subBackground {
    background-color: #A4A8BE;
}
.homebackground {
    background-color: #B36D47;
}
.center {
  margin: auto;
  width: 50%;
}
.textpage {
    background-color: #fff;
    padding:20px;
}

 ul.no-bullets {
  list-style-type: none; /* Remove bullets */
 
}
.homeLink a {
    color:#F9F6EA;
}