body{
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.staticannotations,.annotationviewport{
/* 	margin-top:15px; */
	/* 
overflow:scroll;
	height:300px;
	transition: 2s linear;
 */
/*  transition: all 2s  linear; */
}
.syncedannotations{
	overflow:scroll;
	height:225px;
/* 	transition: all 2s  linear; */
}
.syncedannotations-sidebar{
	overflow:scroll;
	height:421px;
/* 	transition: all 2s  linear; */
}



.well{
	padding-top:0px;
}
.staticannotations ul{
	list-style: none;
	padding: 0;
}
.staticannotations ul li h3,.detailedannotations div h3{
	border-bottom: 1px solid rgba(173, 173, 173, 1.0000);
	padding-bottom:10px;
	font-size:1.1em;
	margin-top:0px;
}
.staticannotations ul li {
    margin: 0 0 15px 0;
    background: #ebebeb;
    padding: 1em;
    padding-top:1em;
    border-radius: 5px;
}

.staticannotations ul li:nth-child(odd) {
/*     background: #d2d2d2; */
}
.staticannotations ul li ul {
    list-style: disc;
    margin:15px 0 15px 0;
}
.staticannotations ul li ul li {
    padding: 0;
    margin: 0 0 0px 3%;
/*     font-size:1.2em; */
}
.staticannotations ul li p {
    padding: 0;
/*     font-size:1.2em; */
}

.detailedannotations{
	margin-top:15px;
	border:3px solid #f5f5f5;
	animate:opacity 1s;
}



.annotationviewport.synced .detailedannotations:not(.activeitem){
	opacity:0.4;
	animate:opacity 1s;
} 

h2{
	font-family: "museo-slab",serif;
	font-style: normal;
	font-weight: 700;
}




.lastnote{
	margin-bottom:350px;
}













.lg-body{
	font-size:1.1em;
}

.portfolio-item {
	margin-bottom: 25px;
}

footer {
	margin: 50px 0;
}

#annotations{
	overflow: hidden;
}

.annotations-carouseled{
  height: 300px;
}

.light { 
	position: relative;
	color: #fff;
    text-shadow: 0 0 80px #518ee9, 0 0 30px #518ee9, 0 0 6px #518ee9;
	z-index: 15;
}
h1,.h1 {
	transition:color 4s;
}


.toggleannotations{
	margin-top:1em;
}

@media (min-width: 768px) {
	.lg-body{font-size:1.5em;}
}

@media (min-width: 992px) {
	.lg-body{font-size:1.5em;}
	h1, .h1 {font-size: 3em;}
}

@media (min-width: 1200px) {
	.lg-body{font-size:1.5em;}
	h1,	.h1 {font-size: 4em;}
}


#switch {
    position: relative !important;
/*     display: block !important; */
    width: 30px;
    height: 30px;
/*     background: url("../images/switch.png") no-repeat scroll 0px 0px transparent; */
    cursor: pointer;
    z-index: 200;
    margin: 0px;
    margin-top: 10px !important;
    right: 0px  !important;
    top: 0px !important;
}
.activeitem{
	border-left: 3px solid #428bca;
	transition:border 0.5s;
}

.drop:first-letter { font-weight:300; float: left; font-size: 60px; line-height: 60px; padding-top: 6px; padding-right: 0px; padding-left: 0px;}

#alexsvg{
	display:block;
    width: 100%;
/*     border:1px solid gray; */
    max-height:890px;
}



/* Begin social sharing buttons ------------------------------------------------------------- */

.ss-share {
  padding-left: 0;
  list-style: none;
  margin-left:0;
}

.ss-share-item {
  display: inline;
  margin-right: 1em;
}

.ss-share-link {
  /* crude button styles */
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding: .5em .75em .5em 35px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; 
}
.ss-share-link:hover, .ss-share-link:active, .ss-share-link:focus { color: #428BCA;}

[class*="ico-"] {
  display: inline-block;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.ico-facebook {background-image: url("http://www.facebook.com/favicon.ico"); }
.ico-twitter {background-image: url("http://twitter.com/favicons/favicon.ico"); }
.ico-google {background-image: url("https://ssl.gstatic.com/s2/oz/images/faviconr2.ico"); }
