@font-face {
font-family: 'Museo 300';
src: url('../fonts/museo300.otf') format('opentype');
}
@font-face {
font-family: 'Museo 500';
src: url('../fonts/museo300.otf') format('opentype');
}
/*
@font-face {
font-family: 'Museo 700';
src: url('fonts/museo700"') format('opentype');
}*/

@font-face {
    font-family: 'Museo 700';
    src:url('../fonts/Museo-700.ttf.woff') format('woff'),
        url('../fonts/Museo-700.ttf.svg#Museo-700') format('svg'),
        url('../Museo-700.ttf.eot'),
        url('../Museo-700.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


@font-face{
	font-family:"Museo-W01-700";
	src: url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/28d74e9b-4ea9-4e3c-b265-c67a72c66856.woff");
	
}

@font-face{
	font-family:"Museo-Slab-W01-100";
	src: url("https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/cacc0862-f146-4746-92b1-60e6114a66c4.woff");
	
}

@font-face{
	font-family:"Helvetica-W01-Light";
	src: url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff');
	
}

@font-face{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url('https://static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/open-source/opensans-regular-webfont.woff');
	
}


#wrapper {
    min-height: 100%;
    width: 980px;
    margin: 0 auto;
    /*padding: 10px;*/
    /*border: 5px solid #dedede;*/ 
}

#navigation{
	width: 100%;
	height: 105px;
	background-color: rgb(208,229,222);
    margin-top: -8px;


}

.nav{
	/*background-color: red;*/
	float: right;
	width: 90%;
	height: 50%;
	margin-top: 45px;
	margin-right: 22.5px;
font-family:Helvetica-W01-Light;
font-size:16px;
	position:relative;
    z-index:1000;
}

.nav ul {
	float: right;
    list-style-type: none;
    margin-right: -18px;
    padding: 1;
    overflow: hidden;
    background-color: rgb(208,229,222);

}

.nav li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: #2A5184;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}

li a:hover:not(.active), .dropdown:hover .dropbtn {
    text-decoration: none;
    color: #3588CC;
}

.active {
	color:#3588CC;

}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
    color:  #2A5184;
}

.dropdown-content .active{
    color:#3588CC;
}

.dropdown-content a:hover {background-color: white;}

.dropdown:hover .dropdown-content {
    display: block;

}


#header{
	width: 100%;
	height:330px;
	margin-bottom: 0px;

    -moz-animation-name: dropHeader;;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.7s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.7s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.7s;
}

#header h2{
    text-align:center;
    font-family:'Museo 700';
    color:rgb(49,181,233)
}

#header p{
    text-align:center;
    font-size: 15px;
    padding-left:12px;
    padding-right: 12px;
    color: rgb(18,77,135);
}

#content_area a,p{
    color:rgb(114,133,140);
}
#header-image{
	width:95%;
	height:95%;
	margin-left:2.5%;
	
	margin-top:-0.5%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
}

#content_area{
	width: 100%;
	height: auto;
	margin-bottom: 13px;

    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.7s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.7s;

    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.7s;
}

@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateX(1200px);
        -moz-opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        -moz-opacity: 1;
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateX(1200px);
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
}
@keyframes dropHeader {
    0% {
        transform: translateX(1200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

#content_area h1,h2{
    font-family: 'Museo 700';
    color: rgb(90,79,58);
}



#footer{
	margin-top:-5px;
	width: 100%;
	height: 55px;
	background-color: rgb(208,229,222);
	
}

#footer p{
	display: block;
	height: 10px;
	/*float: right;*/
	font-size: 15px;
	padding-top: 5px;
	padding-right: 18px;
	font-family:Open Sans;
}

#footer img{
	margin-top: 18px;
	margin-left: 20px;
	height: 20px;
	width: 20px;
}

#c1{
    width:40%;
    float:left;
    !margin-right:1px;   
}

#c2{
    width:60%;
    float:right;
    !margin-left:1px;
}

#c3{
    width:100%;
    !margin-left:1px;   
}

/*form*/

#content_area form {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    /*padding: 22px 0 0;*/
    padding-left: 22px;
    width: 100%;
}
#content_area form input {
    background: none;
    border: 1px solid rgb(113, 125, 126);
    color:rgb(113, 125, 126);
    display: block;
    font-family: 'Museo 300';
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 40px;
    margin: 0 0 5px;
    padding: 0 4px;
    text-align: left;
    
    width: 90%;
}
#content_area form textarea {
    background: none;
    border: 1px solid rgb(113, 125, 126);
    color:rgb(113, 125, 126);
    display: block;
    font-family: 'Museo 300';
    font-size: 13px;
    font-weight: normal;
    height: 140px;
    line-height: 24px;
    margin: 0 0 5px;
    overflow: auto;
    padding: 7px 4px 0;
    resize: none;
    text-align: left;
    
    width: 90%;
}
#content_area form input#submit {
    background: none;
    border: 1px solid rgb(113, 125, 126);
    color:rgb(113, 125, 126);
    cursor: pointer;
    display: block;
    font-family: 'Museo 300';
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    /*margin: 0 auto 16px;*/
    padding: 0;
    text-align: center;
    float:right;
    width: 50px;
	margin-right:50px;
}

#content_area form input#submit:hover {
    background-color: #5D6D7E;
	color:rgb(204, 209, 209);
    border: none;
    height: 35px;
    width: 50px;
	height: 28px;
    line-height: 28px;
}


ul.breadcrumb {
    padding: 8px 16px;
    list-style: none;
    background-color: #eee;
}
ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {color: green;}


/*donate button*/


.button {

	background: #4ce08c;
  background-image: -webkit-linear-gradient(top, #4ce08c, #107811);
  background-image: -moz-linear-gradient(top, #4ce08c, #107811);
  background-image: -ms-linear-gradient(top, #4ce08c, #107811);
  background-image: -o-linear-gradient(top, #4ce08c, #107811);
  background-image: linear-gradient(to bottom, #4ce08c, #107811);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family:'Museo 700';
  color: #ffffff;
  font-size: 18px;
  padding: 8px 40px 10px 40px;
  text-decoration: none;
}

.button:hover {
  background: #1b9e67;
  background-image: -webkit-linear-gradient(top, #1b9e67, #32805e);
  background-image: -moz-linear-gradient(top, #1b9e67, #32805e);
  background-image: -ms-linear-gradient(top, #1b9e67, #32805e);
  background-image: -o-linear-gradient(top, #1b9e67, #32805e);
  background-image: linear-gradient(to bottom, #1b9e67, #32805e);
  text-decoration: none;
}


#menu li { 
padding: 0px; 
}

#menu li a { 
margin: 0px; 
}








