@import url('https://fonts.googleapis.com/css?family=Kalam:400,700');
body {
    background-color: aliceblue;
    background-image: url(bground.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
}

html {
    height: 100%;
}

nav li.active, nav li.active:before {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

li {
    display: inline-block;
    position: relative;
}

nav li {
    padding: 0 35px;
    text-align: center;
}

nav li a {
    color: grey;
    text-decoration: none;
    font-family: inherit;
}
#header {
    width: 63%;
    height: 110px;
    margin: 50px auto 20px;
    padding: 0 0 0;
    z-index: 2;
    position: relative;
    background-color: rgba(240, 248, 255, 0.8);
}

a:hover {
    text-decoration: none;
}

p, nav li a, footer, details {
    font-family: 'Kalam', cursive;
    font-size: 20px;
    font-weight: bold;
}

h1 p {
    font-family: 'Kalam', cursive;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-size: 30px;
    margin-top: 20px;
    padding: 10px;
}

p,summary {
    margin: 20px;
    color: rgb(105, 126, 184);
}

p, h1 p {
    text-align: center;
}

nav div img {
    display: block;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: bottom;
}

footer {
    width: 960px;
    margin: 20px auto 20px;
    padding: 5px;
    z-index: 2;
    position: relative;
    text-align: center;
    color: rgb(107, 111, 117);
}

hr {
    color: grey;
    border: 0 none;
    background-color: grey;
    height: 10px;
    width: 63%;
}

p a {
    color: rgb(62, 167, 199);
    text-decoration: none;
}

p a:hover {
    text-decoration-line: none;
    text-decoration-color: rgb(62, 64, 199);
}

.textholder, #textholder {
    background-color: rgba(240, 248, 255, 0.8);
    height: auto;
    width: 1000px;
    margin: auto;
}

.hover {
    color: white;
}

.hover:hover {
    text-decoration-line: none;
    color: white;
}

.changebtn {
    color: #585f63;
}

button.changebtn {
    font-family: "Kalam", cursive;
    font-size: 20px;
    background-color: #585f63;
    border-color: #585f63;
}

button.changebtn:hover {
    background-color: rgba(88, 95, 99, 0.9);
    border-color: (88, 95, 99, 0.9);
}

div.textholder{
    text-align: center;
}

div.gallery {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ccc;
    width: 180px;
    height: auto;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 75%;
    height: 75%;
}

div.desc {
    padding: 15px;
    text-align: center;
}

b{
    margin-top: 10px;
    padding-right: 900px;
    float: left;
    margin-left: 25px;
    color: rgb(87, 104, 151);
}

div a.links {
    font-family: "Kalam", cursive;
    font-size: 20px;
    font-weight: 700;
    color: rgb(105, 126, 184);
}

div a.links:hover {
    text-decoration-line: none;
    text-decoration-color: rgb(62, 64, 199);
}