body {
background-image: url(bring-her-back-header.png);
background-align: top left;
background-repeat: no-repeat;
 background-size: cover;
cursor: default;
background-color:#062527;
}


#container {
margin: 30px;
width: 940px;
text-align: left;
}

.title {
padding:6px; 
text-transform: uppercase;
font-family: Oswald;
letter-spacing: 0px;
font-size: 70px;
 text-indent: 10px;
text-align: justify;
color:#2E5D62;
cursor: default;

}

.content {
padding:4px; 
font-family: PT Sans;
letter-spacing: 0px;
font-size: 20px;
line-height:40px;
text-align: justify;
color: #13565E;
cursor: default;
}

a:link, a:visited, a:active {
font-family:PT Sans;
letter-spacing: 0px;
font-size: 20px;
text-align: justify;
color:#2F727A;
cursor: default;
text-decoration: none;
}

a:hover {
font-family: PT Sans;
letter-spacing: 0px;
font-size: 20px;
text-align: justify;
color:#448790;
cursor: default;

}

i {
color:#1C6B74;
}

b {
color:#1C6B74; 
}

u {
color: #1C6B74; 
}


input, textarea, submit, reset, option, select {
padding: 8px;
font-family: PT Sans;
letter-spacing: 1px;
font-size: 19px;
text-align: justify;
color:  #13565E;
cursor: default;
background-color: transparent;
       text-align: left;
       border-top-width: 1px;
       border-right-width: 1px;
       border-left-width: 1px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color:#1C6B74;
}

*:focus {
outline: none;
outline-width: 0; }