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

.navbar-brand {
	font-size:20px;
}
body {
	padding:0;
	margin:0;
	background:#eee;
	font-family:helvetica;
	font-weight:lighter;
	font-size:20px;
	text-align:center;
}
img {
	background:white;
	padding:.25in;
	margin:5px;
	border-radius:3px;
	box-shadow:1px 2px 3px rgba(0,0,0,.75);
	max-width:70%;
	border:1px solid #ddd;
}
h1 {
	padding-top:20px;
	border-top:20px #e8e8e8 double;
	font-size:50px;
}
h2 {
	padding-top:20px;
	border-top:40px #eee double;
	font-size:40px;
}
h3 {
	padding-top:20px;
	border-top:80px #f8f8f8 double;
	font-size:30px;
}
p {
	font-size:20px;
	line-height:1.5em;
	text-align:left;
}
a {
	color:black;
	text-decoration:none;
}
.a {
	color:black;
	text-decoration:none;
	padding:10px;
	margin:-10px;
}
.a:hover {
	color:white;
	background:black;
	border-radius:1in;
	text-shadow:1px 2px 3px rgba(0,0,0,.75);
	box-shadow:1px 2px 3px rgba(0,0,0,.75);
}
.a:active {
	background:red;
}
.outside {
	width:70%;
	margin:auto;
}
.over {
	width:100%;
	height:256px;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(10%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.cover {
	background:center url(images/cover.jpg);
	width:100%;
	height:256px;
}
.cover:hover {
	background:center url(images/hover.jpg);
	width:100%;
	height:256px;
}
.sites {
	float:left;
	font-size:14px;
	line-height:18px;
	color:white;
	background:#ffa930 center url(web/bg.jpg);
	background-size:cover;
	padding:0 20px;
	margin:50px auto;
	border-radius:15px;
	border:.5in black solid;
	box-shadow:2px 2px 5px rgba(0,0,0,.25);
	text-shadow:1px 1px 3px black;
}
.clear {
	clear:both;
}
.site {
	float:left;
	min-width:140px;
	width:25%;
	height:140px;
	padding:20px 0;
	margin:20px 0;
	color:white;
	cursor: pointer;
}
.site:hover {
	text-shadow:0 0 5px white;
}
.app {
	cursor: pointer;
	padding: 1em;
	margin: 1em;
}
.app:hover {
	background: black;
	color: white;
	border-radius: 1em;
}
.icon {
	width:50%;
	min-width:60px;
	max-width:100px;
	padding:0;
	margin:auto;
	border:none;
	border-radius:15px;
}
.gh {
	border: none!important;
	box-shadow: none!important;
	width: 100px!important;
}
#wrapper {
	padding:80px;
	line-height:2em;
	background:white;
	color:black;
	margin:80px 5% 20px 5%;
	border-radius:3px;
	box-shadow:1px 2px 3px rgba(0,0,0,.75);
}
#showcase, .showcase {
	margin:auto;
	max-width:100%!important;
}
#showcase div {
	margin:auto;
	max-width:100%!important;
}
#showcase div img {
	background-size:cover;
	padding:0;
	border-radius:15px;
	border:.5in black solid;
	box-shadow:2px 2px 5px rgba(0,0,0,.25);
	margin:auto!important;
	max-width:65%!important;
}
#nav {
	width:100%;
	min-width:1000px;
	margin:0;
	padding:20px;
	position:fixed;
	top:0;
	color:black;
	background:white;
	z-index:1;
	box-shadow:1px 2px 3px rgba(0,0,0,.5);
}
#nav a {
	padding-left:20px;
	padding-right:20px;
}
.displaym {
	display:none;
}
.displayw {
	display:inline;
}

.center-text {
	text-align: center;
}

/* bootstrap nav dropdown on hover */

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}