@charset "UTF-8";
/* CSS Document */

#cookie-bar {
    background:#1f4f93;
}

html {
	background:url("../home/background.jpg") no-repeat center center fixed;
	background-size:cover;
}

body {

	font-family:'Open Sans', sans-serif;
	font-weight:400;
	margin-right:0px;
	margin-left:0px;
	margin-left:0px;
    margin:0;
    padding:0;
    height:100%;
    min-width:320px;
}

textarea, input, button {
	outline:none; 
}

a:link {
    color:inherit;
}

a:visited {
    color:inherit;
}

a:hover {
    color:inherit;
}

a:active {
    color:inherit;
}

a:link {
    text-decoration:none;
}

.wrapper {
	min-height:100%;
	position:relative;
	display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.header {
	width:670px;
	height:159px;
	margin-top:70px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	background-color:rgba(255, 255, 255, 0.10);
	border-style:solid;
    border-width:1px;
    border-color:#FFFFFF;
    border-radius:3px;
}

.header-desktop-br br {
	display:inline;
}

.header-small-br br {
	display:none;
}

.header-smallest-br br {
	display:none;
}


.header-logo {
	width:28px;
    margin-left:auto;
    margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.header-claim {
	text-align:center;
	font-size:26px;
	line-height: 140%;
	font-weight:300;
	color:#FFFFFF;
}

.header-symbol-separator {
	text-align:center;
	font-size:30px;
	font-weight:400;
	color:#FFFFFF;
	margin-top:50px;
	margin-bottom:50px;
}

.app-vertical-separator {
	width:670px;
	height:40px;
	margin-top:0px;
	margin-bottom:0px;	
}

.app-container {
	width:670px;
	height:183px;
	margin-top:0px;
	margin-bottom:0px;
	display:inline;
	background-color:rgba(255, 255, 255, 0.10);
	border-style:solid;
    border-width:1px;
    border-color:#FFFFFF;
    border-radius:3px;
}

.app-icon {
	margin-top:32px;
	margin-left:53px;
	width:119px;
	height:119px;
	float:left;
}

.app-right-container {
	width:495px;
	height:183px;
	float:left;
}

.app-title {
	margin-top:30px;
	margin-left:30px;
	font-size:26px;
	font-weight:500;
	color:#FFFFFF;
	float:left;
	clear:left;
}

.app-description {
	margin-top:10px;
	margin-left:30px;
	font-size:18px;
	font-weight:500;
	color:#FFFFFF;
	float:left;
	clear:left;
}

.app-button {
	margin-top:27px;
	margin-left:30px;
	width:200px;
	height:48px;
	float:left;
	clear:left;
}

.app-button.mac {
	margin-left:30px;
}

.footer-symbol-separator {
	text-align:center;
	font-size:30px;
	font-weight:400;
	color:#FFFFFF;
	margin-top:50px;
	margin-bottom:50px;
}

.footer-symbol-separator.about {
	margin-top:100px;
}

.footer-line {
	height:2px;
	width:800px;
	background-color:rgba(255, 255, 255, 0.10);
}

.footer-container {
	height:52px;
	width:800px;
}

.footer-info {
	margin-top:9px;
	text-align:center;
	font-size:13px;
	font-weight:300px;
	color:#FFFFFF;
}

.footer-info a:link {
    text-decoration:underline;
}

.footer-copyright {
	margin-top:7px;
	text-align:center;
	font-size:13px;
	font-weight:300px;
	color:#FFFFFF;
}

.about-people-container {
	display:inline;
	width:700px;
	height:276px;
}

.about-person-container {
	float:left;
	width:200px;
	height:276px;
}

.about-person-image {
	width:200px;
	height:200px;
}

.about-person-contact {
	margin-top:30px;
	width:200px;
	height:46px;
	text-align:center;
	color:#FFFFFF;
}

.about-person-name {
	font-size:18px;
	font-weight:600;
}

.about-person-twitter {
	margin-top:7px;
	font-size:16px;
	font-weight:400;
}

.about-person-container.right {
	float:right;
}



@media only screen and (max-width:800px) {

.about-people-container {
	display:inline;
	width:600px;
	height:276px;
}

.footer-line {
	width:768px;
}

.footer-container {
	width:674px;
}

.footer-line {
	width:674px;
}

} /* AT MEDIA END */

@media only screen and (max-width:680px) {

.header {
	width:336px;
	height:178px;
	margin-top:76px;
}

.header-desktop-br br {
	display:none;
}

.header-small-br br {
	display:inline;
}

.header-smallest-br br {
	display:none;
}

.header-claim {
	font-size:22px;
}

.header-symbol-separator {
	margin-top:30px;
	margin-bottom:30px;
}

.app-vertical-separator {
	width:336px;
	height:30px;
}

.app-container {
	width:336px;
	height:177px;
	margin-top:0px;
	margin-bottom:0px;
}

.app-icon {
	margin-top:20px;
	margin-left:20px;
	width:85px;
	height:85px;
}

.app-icon img {
    width:85px;
    height:auto;
}

.app-right-container {
	width:228px;
	height:177px;
}

.app-title {
	margin-top:30px;
	margin-left:20px;
	font-size:21px;
}

.app-description {
	margin-top:8px;
	margin-left:20px;
	font-size:14px;
}

.app-button {
	margin-top:35px;
	margin-left:10px;
	height:32px;
}

.app-button.mac {
	margin-left:10px;
}

.app-button img {
    width:auto;
    height:32px;
}

.footer-symbol-separator {
	margin-top:30px;
	margin-bottom:30px;
}

.footer-symbol-separator.about {
	margin-top:30px;
}

.footer-line {
	width:89%;
}

.footer-container {
	width:89%;
}

.footer-copyright {
	font-size:10px;
}

.about-people-container {
	width:284px;
	height:188px;
}

.about-person-container {
	width:120px;
	height:188px;
}

.about-person-image {
	width:120px;
	height:120px;
}

.about-person-image img {
    width:auto;
    height:120px;
}

.about-person-contact {
	width:120px;
	height:38px;
}

.about-person-name {
	font-size:14px;
	font-weight:600;
}

.about-person-twitter {
	margin-top:7px;
	font-size:14px;
}


} /* AT MEDIA END */

@media only screen and (max-width:350px) {


.header {
	width:290px;
	height:178px;
}

.header-claim {
	font-size:20px;
}

.app-container {
	width:290px;
	height:160px;
}

.app-vertical-separator {
	width:290px;
}

.app-icon {
	margin-top:10px;
	margin-left:10px;
	width:65px;
	height:65px;
}

.app-icon img {
    width:65px;
    height:auto;
}

.app-right-container {
	width:210px;
	height:160px;
}

.app-title {
	margin-top:18px;
	margin-left:20px;
	font-size:18px;
}

.app-description {
	font-size:12px;
}

.app-button {
	margin-top:35px;
	margin-left:6px;
}

.app-button.mac {
	margin-left:6px;
}

.footer-symbol-separator {
	margin-top:30px;
	margin-bottom:30px;
}

.footer-line {
	width:89%;
}

.footer-container {
	width:89%;
}

.footer-copyright {
	font-size:9px;
}

} /* AT MEDIA END */


@media
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and ( min-resolution:192dpi) {

html {
	background:url("../home/background.jpg") no-repeat center center fixed;
	background-size:cover;
}

} /* AT MEDIA END */
