body {
    background-image: url("../images/singapore.jpg");
    background-size: contain;
    color:aliceblue;
    font-family: "trebuchet ms";
}

#myPhoto {
    width:10em;
    height:auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
}

#indexText {
    margin-left: 50px;
    margin-right: 50px;
    margin-top:50px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: white;
    opacity: 0.7;
    padding-left: 20px;
    padding-right: 30px;
}

.listItem {
    color:cadetblue;
}

.inline {
    display: inline-block;
    margin: 1em;
}

.navPane {
    margin-left: 50px;
}

/* unvisited link */
a:link {
    color:aliceblue;
    text-decoration: none;
}

/* visited link */
a:visited {
    color:aliceblue;
}

/* mouse over link */
a:hover {
    color:cadetblue;
}

/* selected link */
a:active {
    color:cornflowerblue;
}

.contact {
    margin-left: 65px;
    padding-top: 10px;
}

.centerDiv {
    text-align: center;
}

.multiColList {
    display: block;
    width: 25%;
    float: left;
}

.bodyText {
    color: cadetblue;
}

.indexText {
    margin-left: 50px;
    margin-right: 50px;
    margin-top:50px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: white;
    opacity: 0.7;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    color: cadetblue;
}

.skillsDiv {
    clear: both;
    padding-top: 10px;
}
