body, html
    {
    font-family: 'Roboto Slab', serif;
    background-color: #ffffff;
}
p {
  font-family: 'Roboto Slab', serif;
	color: rgb(0,0,0);
  font-size: 16px;
}
h1 {
  font-family: 'Kadwa', serif;
	color: #92278F;
}
h2 {
font-family: 'Kadwa', serif;
color: #92278F;
}
h3 {
font-family: 'Kadwa', serif;
color: #92278F;
}
h4 {
font-family: 'Kadwa', serif;
color: #92278F;
}
h5 {
font-family: 'Kadwa', serif;
color: #92278F;
}
card-title{
  font-family: 'Kadwa', serif;
  color: #FFCB05;
}
.card-body .card-text{
  color: #ffffff;
}
a {
    color: #92278F;
}
a:visited {
    color: #92278F;
}
a:hover {
    color: #0089CF;
}
a:focus {
    color: #92278F;
}
.footertext{
  color: #ffffff;
}
a.footerlink {
  color: #FFCB05;
}
a.footerlink:hover {
  color: #F15A22;
}
.footer{
	bottom: 0;
	position: relative;
  max-width: 100%;
  min-width: 100%;
  width: auto;
	background-color: #92278F;
}


.topcontainer{
  margin-top:-130px;
}
@media only screen and (max-width: 990px) {
    .topcontainer{
        margin-top: 0px
}

}
.card-deck .card {
    border: 0;
    border-radius: 15px;
}
@media (max-width: 950px) {

    .card-deck-wrapper {margin-right:0;margin-left:0;}
    .card-deck {
        display: block;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        display: block;
        margin-bottom: .75rem;
        vertical-align: top;

    }
  }

.navbar {
    background-color: #0089CF;
}

.navbar-custom .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 600;
}
.navbar-custom .navbar-nav .nav-item.active {
  color: #FFD400;
  font-weight: 600;
}
.navbar-custom .navbar-nav .nav-item:hover {
  color: #FFD400;
  font-weight: 600;
}
.navbar-custom .navbar-nav .nav-item .dropdown-toggle:hover {
  color: #FFD400;
  font-weight: 600;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #FFCB05;
}

/* change the color of active or hovered links */


.parallax1 {
    /* The image used */
    background-image: url("images/halloween.jpg");
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    height: 450px;
}
/* @media only screen and (max-width: 960px) {
    .parallax1 {
        background-image: url("images/halloween.jpg");
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto;
        height: 450px;
    }
}
*/
