html {
    height: 100%;
}

body {
    height: 100%;
    color: #532fa5;
    font-family: goodlife-serif, sans-serif;
    font-weight: 400;
    font-style: normal;
}

nav {
    z-index: 9;
    position: fixed;
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

/*.brand-logo {
    background-image: url(../img/logo.png);
}*/
.navlinks {
    text-align: center;
}
.navlinks > li {
    display: inline;
    float: none;
}

.navlinks > li > a {
    display: inline-block;
    font-size: 1.2rem;
}

.back {
    background-color: #d5c3ee;
    height: 90%;
}

.welcome {
    font-size: 1.8rem;
}

.sideimg {
    background-image: url(../img/dawn.jpg);
    background-size: cover;
    background-position: center;
    float: right;
}
/*col for text in sec4*/
.sec4 > div:nth-child(2) > div:nth-child(1) {
    color: #532fa5;
    margin-left:10%;
    background-color: #ffffffe6;
    height: 70%;
    font-size:1.3rem ;
}

.page-footer {
    background-color: #532fa5;
    font-family: helvetica;
}
