@charset "utf-8";
/*simplify width and height calculations*/
html{
	box-sizing: border-box;
}

*,*:before,
*:after {
	box-sizing: inherit;
}
#pagecontent {
    padding-top: 100px;
    float: none;
    clear: none;
    max-width: 1000px;
}



body {
    margin: 0;
    color: #4B4B4B;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    background-color: #EFF5F8;
    max-width: 1000px;
}

#pagewrap {
    width: 100%;
    margin: auto;
    max-width: 1000px;
    
}



h1, h2 {
    color: #1E1E1E;
    font-style: normal;
    font-weight: 200;
}

figure {
    width: 400px;
    max-width: 92%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
figure img {
    max-width: 100%;
}


main figure figcaption {
    margin-top: 0.5em;
    font-size: 0.75em;
    text-transform: uppercase;
}
#lefticon {
    width: 15%;
    clear: left;
    float: left;
    padding-top: 10px;
    background-color: #EFF5F8;
}
#lefticon {
}
#headwrap {
    max-width: 1000px;
    background-color: #EFF5F8;
}




h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 14px;
    font-size: large;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    font-style: normal;
    font-family: source-sans-pro;
    width: 70%;
    clear: right;
    float: left;
    height: 100%;
}
#pagecontent div p {
    width: 80%;
    clear: left;
    margin-left: 20%;
    margin-right: 10px;
    text-align: left;
}
#pagecontent div h1 {
    text-align: left;
    margin-left: 10%;
}

div ul li {
    margin-left: 30%;
}


#righticon {
    width: 15%;
    padding-top: 10px;
    background-color: #EFF5F8;
}
h2 {
    margin-top: 0.5px;
    font-size: 2.25em;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: #2A1E1E;
}
a:link {
    color: #4D3E3C;
}
a:visited {
    color: #FF944C;
}
a:hover , a:active, a:focus{
    color: #FF944C;
}
#menulink {
    margin: 0;
    background-color: #323030;
    text-align: center;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 200;
    width: 100%;
}
#navlinks li {
}

#menulink a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding-top: 0.1px;
    float: left;
    background-color: #393737;
    font-size: medium;
}
    

#menulink p {
    color: #FB0F12;
    font-weight: bolder;
}



#navlinks {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    background-color: #000000;
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    max-width: 1000px;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus, #navlinks a.thispage {
    color: #F68979;
}

#navlinks.collapsed {
    opacity: 0;
    top: -12em;
    width: 100%;
}

#navlinks.start {
    display: none;
}

#navlinks.displayed {
    opacity: 1;
    top: 180px;
    visibility: visible;
    z-index: 1;
}

 #navlinks a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
#backimage {
    max-width: 400px;
    opacity: 0.5;
    margin-left: 20%;
}






main, aside {
    margin-left: 4%;
    margin-right: 4%;
    font-family: source-sans-pro;
    font-style: normal;
    font-weight: 400;
}
.grayscale {
    -webkit-filter: grayscale
:100%;
    filter: 100%;
    -webkit-filter: grayscale(100%);
}
.grayscale:hover {
    -webkit-filter: grayscale
:100%;
    filter: 0%;
    -webkit-filter: grayscale(0%);
}

	
	footer {padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1E1E1E;
	color: white;
	font-size: 0.8em;
	text-align: center;
	}	
#menulink #pagedesc {
    width: 70%;
    float: left;
}
#strapline {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: large;
}
#versionid {
    text-align: center;
    font-size: small;
}

#headwrap h1 {
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
}




	
	


@media (min-width: 700px){
#menulink a  {
    display: none;
    max-width: 200px;
    
}
#navlinks {
    max-width: 1000px;
    position: static;
    background-color: #000000;
}
#navlinks a {
    width: 12%;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 200px;
    float: left;
    color: #1E1E1E;
    margin-left: 2%;
    margin-right: 2%;
}
#navlinks.collapsed {
    opacity: 1;
}
#hero p {
    width: 36%;
    padding-top: 20px;
    padding-left: 25px;
    position: absolute;
    top: 90px;
    color: #F9F9F9;
    border: 5px solid #FBF7F7;
    left: auto;
    right: 51px;
}
#hero {
    position: relative;
}
main {
    width: 60%;
}
aside {
    width: 28%;
    margin-left: 0px;
}
main, aside {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0.875em;
    float: left;
}
footer {
    clear: left;
}










}

@media (min-width:900px){
.floatright {
    margin-right: 0px;
    margin-left: 10px;
    float: right;
}

}
#backimage {
    width: 70%;
    max-width: 400px;
}
#strapline {
}
