/* This is a CSS page for Summit Site. */

body {
    background-image: url(images/background_mountains_6.jpg);
    font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 19px;
    line-height: 25px;  
}

#container {
    background-color: white;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

nav ul {
    list-style-type: none;
    text-align: center;
    padding:0;
    margin:0;
}

nav ul li {
    display: inline-block;
    width: 238px;
    border: black;
    background-color: black;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 17px;   
}

nav ul li:hover {background: #555;}

main {
    margin: 18px; 
    border: 2px solid black;
    padding: 10px;
}

main ul li {
    font-size: 18px;
    line-height: 24pt;
}

h1, h4 {
    text-align: center;
    font-family: 'Changa One', cursive;
}

img.floatleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;

}

img.floatright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;

}

.clearfloat {
    clear: both;
}

