﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
}

h1 {
    text-align: center;
    text-shadow: 2px 2px 5px #888888;
}
/* for the Grideviews on main page to show side by side */
.parent {
    border: 1px solid black;
    margin: 1rem;
    padding: 2rem 2rem;
    text-align: center;
}

.child {
    display: inline-block;
    border: 1px solid red;
    padding: 1rem 1rem;
    vertical-align: middle;
}


/* menu items */
* /*--------------- Header -------------------*/
.header {
    padding:5px;
    margin-top: 20px;
    color: #0033cc;
    background-color: blanchedalmond;
    text-align: center;
    box-shadow: 3px 5px #888888;
}

* {

}

body {
    margin-left: 20px;
    margin-right: 20px;
    background:linear-gradient(aliceblue, blue) no-repeat;
    /*background-image: linear-gradient( rgb(100, 100, 100), rgb(200, 200, 200) );*/
}

#container {
    margin-top: 5px;
    text-align: center;
}

a:link {
    text-decoration: none;
}

.menu {
    list-style: none;
}

    .menu li {
        box-shadow: 3px 5px #888888;
        display: inline-block;
        height: 40px;
        width: 125px;
        background-color: aliceblue;
        line-height: 40px;
        text-align: center;
        border-right: 1px solid #000;
        font-family: 'Francois One', sans-serif;
    }

        .menu li:hover {
            background-color: blanchedalmond;
        }

.child {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}

.child1 {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}



/* -------------------- FOOTER -------------*/
footer {

    color: #0033cc;
    background-color: blanchedalmond;
    text-align: center;
    box-shadow: 3px 5px #888888;
}
/*
