.home {
    background-color: red;
}

.background {
    background-image: url("/images/background.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    background-size: cover;
    border: 3px solid #f1f1f1;
}

.kudos-logo {
    background-repeat: no-repeat;
    background-image: url("/images/kudos.png");
    background-position: center;
    height: 50%;
    background-size: auto;
}

.logo_holder {
    color: white;
    text-shadow: 2px 2px 5px lightgrey;
}

.centered {
    text-align: center;
}

.header-text {
    font-size: 4rem;
}

.header-images {
    padding: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color:lightgrey;
}

.header-image {
    width: 100%;
    height: 100%;
}

.header-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.3rem;
    font-style: none;
    z-index: 2;
    color: #f1f1f1;
    height: 100%;
    width: 100%;
}

body {
    font-family: studio_gothic_alternateXLt;
}

.p-font {
    font-size: 2rem;
    color: white;
}

.header-images:hover {
    transform: scale(1.1) perspective(1px);
    transition: all .5s ease-in-out;
    z-index: 3;
    border: 3px solid #f1f1f1;
}

.no-link-style {
    text-decoration: inherit;
    color: inherit;
}

.no-link-style:hover {
    text-decoration: inherit;
    color: white;
}

.no-link-style:visited {
    text-decoration: inherit;
    color: lightgrey;
}
