body {
    background-color: #d9d9d9;
}

#intro{
    font-family: "Arimo";
	font-weight: 400;
    line-height: 130%;
    font-size: 175%;
    text-shadow: 4px 4px 4px #aaa;

}

.contactInfo{
    font-family: "Arimo";
    font-size: .9em;
    line-height:100%;
    margin-top:10px;
}

.PageContentStyle {
    margin-top: -30px;
}
.Controls {
    font-family: 'Arimo', sans-serif;
    font-size: 100%;
    border-radius: 5px;
}
.Headline {
    font-family: "Arimo";
		font-weight: 400;
    line-height: 130%;
    font-size: 175%;
    text-shadow: 4px 4px 4px #aaa;
    color: #555555;
    text-align: center;
		page-break-before: always;
		-webkit-animation: HeadlineDropDown 0.5s ease-in-out 0.7s backwards;
    -moz-animation: HeadlineDropDown 0.5s ease-in-out 0.7s backwards;
    animation: HeadlineDropDown 0.5s ease-in-out 0.7s backwards;
}
.Copy {
    font-family: "Arimo";
		font-size: 100%;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    color: #555555;
}
.CopyCentered {
	  font-family: "Arimo";
		font-size: 100%;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    color: #555555;
}
.MainImage {
    width: 100%;
		max-height: 210px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px silver;
}
.MainImageFrame {
    width: 300px;
		height: 210px;
    margin-right: auto;
    margin-left: auto;
}

.MainImageFrameWithFadeIn {
    width: 300px;
		height: 210px;
    margin-right: auto;
    margin-left: auto;
		-webkit-animation: FadeIn 0.9s ease-in-out 0s backwards;
    -moz-animation: FadeIn 0.9s ease-in-out 0s backwards;
    animation: FadeIn 0.9s ease-in-out 0s backwards;
}

@-webkit-keyframes FadeIn {
    0%  {
        opacity: 0.0;
        filter: alpha(opacity=0);
    }
    100%  {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
}

.MainImageProvider {
    width: 200px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px gray;
}
.MainImageProviderFrame {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
.InTextImageRight {
	float: right; width: 25vw; max-width: 200px;border-radius: 5px; box-shadow: 3px 3px 3px gray;
}
/* unvisited link */
a:link {
    text-decoration: none;
    color: Navy;
}
/* visited link */
a:visited {
    color: Navy;
    text-decoration: none;
}
/* mouse over link */
a:hover {
    color: blue;
    transition: 0.2s;
		text-decoration: underline;
}
/* selected link */
a:active {
    color: DeepSkyBlue;
}

.Header {
    position: relative;
    width: 95%;
    min-height: 30px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 10px 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px silver;
    background-color: #5c6e80;
    color: white;
    font-family: "Arimo";
    font-size: 175%;
    text-align: center;
		letter-spacing: 1px;
}
.SiteHeader {
	z-index: 3;
	max-width: 75vw;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: SlideInFromRight 0.5s ease-in-out 0.2s backwards;
	-moz-animation: SlideInFromRight 0.5s ease-in-out 0.2s backwards;
	animation: SlideInFromRight 0.5s ease-in-out 0.2s backwards;
}

.SiteHeader a:link {
    text-decoration: none;
    color: white;
}
.SiteHeader a:visited {
    color: white;
    text-decoration: none;
}
.SiteHeader a:hover {
    color: whitesmoke;
    transition: 0.2s;
}
.SiteHeader a:active {
    color: whitesmoke;
}

.Footer {
		display: none;
    position: relative;
    bottom: 8px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    border-radius: 5px;
    background-color: #f1f1f1;
    border: 1px solid;
    border-color: silver gray gray silver;
		box-shadow: 4px 4px 4px silver;
    min-width: 200px;
		padding: 10px;
		z-index: 3;
		width: 290px;
}
.LeftPanel {
    position: relative;
    min-height: 85vh;
    margin-top: 10px;
    padding: 8px 15px 10px 15px;
    border-radius: 5px;
    font-family: "Arimo";
		font-weight: 400;
    display: block;
    z-index: 2;
}
.MenuButton {
    color: whitesmoke;
    float: left;
    margin: -45px 2px 0 1px;
		padding: 1px 1px 1px 1px;
    line-height: 20%;
    font-size: 200%;
		z-index: 3;
		text-align: left;
}
.MenuButton:hover {
    color: white;
    background-color: #6d859c;
    transition: 0.8s;
    border: 1px solid;
    border-color: silver gray gray silver;
    border-radius: 5px;
    padding: 2px;
}
.MenuButton a:link {
    text-decoration: none;
    color: white;
}
.MenuButton a:visited {
    color: white;
    text-decoration: none;
}
.MenuButton a:hover {
    color: whitesmoke;
    transition: 0.2s;
}
.MenuButton a:active {
    color: whitesmoke;
}
.MenuPanel {
    font-family: 'Arimo', sans-serif;
    position: absolute;
    margin: 5px 6px 1px 12px;
    font-size: 120%;
    line-height: 175%;
    color: white;
    background-color: #5c6e80;
    min-height: 50px;
    min-width: 50px;
    border: 1px solid;
    border-color: silver gray gray silver;
    border-radius: 5px;
    padding: 9px;
    box-shadow: 3px 3px 3px silver;
    display: none;
    z-index: 300;
}
.MenuPanel a:link {
    text-decoration: none;
    color: white;
}
.MenuPanel a:visited {
    color: white;
    text-decoration: none;
}
.MenuPanel a:hover {
    color: whitesmoke;
    transition: 0.2s;
}
.MenuPanel a:active {
    color: whitesmoke;
}
.SmallImage {
	width: 90px; 
	border-radius: 5px; 
	box-shadow: 3px 3px 3px silver;
	margin: 1px 1px 3px 3px;
}
@-webkit-keyframes MenuSlideInLeft {
    from {
        opacity: 0.0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20rem) scale3d(0.1, 1.1, 3.1) rotate(-35deg);
        -moz-transform: translateY(20rem) scale3d(0.1, 1.1, 3.1) rotate(-35deg);
        transform: translateY(20rem) scale3d(0.1, 1.1, 3.1) rotate(-35deg);
    }
    to {
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
    }
}
@-webkit-keyframes MenuSlideUp {
    0%  {
        opacity: 0.0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(8rem);
        -moz-transform: translateY(8rem);
        transform: translateY(8em);
    }
    100%  {
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
    }
}
@-webkit-keyframes HeadlineDropDown {
    0%  {
        opacity: 0.0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-3rem);
        -moz-transform: translateY(-3rem);
        transform: translateY(-3em);
    }
    100%  {
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
    }
}
@-webkit-keyframes SlideInFromRight {
    0%  {
        opacity: 0.0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(9rem);
        -moz-transform: translateX(9rem);
        transform: translateX(9em);
    }
    100%  {
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
    }
}
.RoundedBox {
    background-color: #f1f1f1;
    width: 90%;
    max-width: 90vw;
    transition: 0.2s;
    border: 1px solid;
    border-color: silver gray gray silver;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 4px 4px 4px silver;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: OpenBox 0.5s ease-in-out 0.1s backwards;
    -moz-animation: OpenBox 0.5s ease-in-out 0.1s backwards;
    animation: OpenBox 0.5s ease-in-out 0.1s backwards;
}
@-webkit-keyframes OpenBox {
    0% {
        opacity: 0.0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
    70% {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}
@media only screen and (max-width: 900px),
only screen and (max-device-width: 900px) {
    .Container {
        font-family: 'Arimo', sans-serif;
			  font-size: 100%;
        padding: 8px;
        width: 98vw;
        max-width: 900px;
        background-color: #f1f1f1;
        margin-left: auto;
        margin-right: auto;
        margin: -13px;
        box-shadow: 5px 5px 5px silver;
        border-radius: 5px;
        min-height: 84vh;
        z-index: 1;
    }
    .Copy {
        font-size: 100%;
    }
    .RightPanel {
        display: none;
    }
    .LeftPanel {
      width: 94%;
			font-size: 120%;
    }
    .SmallerScreens {
        display: block;
    }
    .BiggerScreens {
        display: none;
    }
    .MenuPanel {
        -webkit-animation: MenuSlideUp 0.5s ease-in-out 0.0s backwards;
        -moz-animation: MenuSlideUp 0.5s ease-in-out 0.0s backwards;
        animation: MenuSlideUp 0.5s ease-in-out 0.0s backwards;
    }
}
@media only screen and (min-width: 920px),
only screen and (min-device-width: 920px) {
    .Container {
        font-family: 'Arimo', sans-serif;
				font-size: 100%;
        padding: 10px;
        max-width: 920px;
        width: 920px;
        background-color: #f1f1f1;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 5px 5px 5px silver;
        border-radius: 5px;
        min-height: 85vh;
        z-index: 1;
    }
    .Copy {
        font-size: 100%;
    }
    .RightPanel {
        position: relative;
        float: right;
        width: 33%;
        min-height: 85vh;
        margin-top: 10px;
        margin-right: 8px;
        padding: 4px;
        border-radius: 5px;
        font-family: "Arimo";
				font-weight: 400;
				font-size: 100%;
        z-index: 2;
    }
    .LeftPanel {
        width: 60%;
        margin-left: 9px;
    }
    .BiggerScreens {
        display: block;
    }
    .SmallerScreens {
        display: none;
    }
    .MenuPanel {
        -webkit-animation: MenuSlideInLeft 0.3s ease-in-out 0.1s backwards;
        -moz-animation: MenuSlideInLeft 0.3s ease-in-out 0.1s backwards;
        animation: MenuSlideInLeft 0.3s ease-in-out 0.1s backwards;
    }
}