html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

p{
    font-family: Papyrus, fantasy;
    font-size: 20px;
}

#phone{
    font-size: 30px;
}

a, h2, h3, li{
    font-family: Papyrus, fantasy;
}

.under{
    text-shadow: 2px 2px 2px #000;
}

li, h3{
    font-size: 18px;
}



br{
    line-height: 50px;
}

#me_section br, #berkley br, #sterling br{
    line-height: 20px;
}

#grief{
    color: white;
    font-size: 25px;
}

footer{
    text-align: center;
    font-family: Papyrus, fantasy;
}

footer p{
    font-size: 10px;
}

.navbar-inverse .navbar-nav>li>a{
    color: white;
}

.navbar-inverse:hover .navbar-nav>li>a:hover{
    color: #efe1b1;
}

#headerwrap {
    background: url(../static/header_image_sue.jpg) no-repeat center top;
    margin-top: -50px;
    padding-top: 160px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    color:#ffffff;
    margin-top: 90px;
    padding-bottom: 30px;
    letter-spacing: 8px;
    font-family: Papyrus, fantasy;
    font-size: 90px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

#headerwrap h2{
    color:#ffffff;
    font-family: Papyrus, fantasy;
    font-size: 35px;
}

#headerwrap p {
    color:#ffffff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;
    margin-left: 15px;
    text-shadow: 1px 1px 1px #000;
}

#centeredid {
    text-align: center;
    margin-top: 20px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 50px;
    font-family: Papyrus, fantasy;
    text-shadow: 2px 2px 2px #000;
}
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url(../static/divider1_sue.jpg)
}

.divider2 {
    background-image: url(../static/divider2_sue.jpg)
}

.divider3 {
    background-image: url(../static/divider3_sue.jpg)
}

/*footer*/

#footer {
    background: #2b2b2b;
    margin-top: 45px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: white;
}

