body {
	
  background-color: #1D1D1D;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  position: relative;
  min-height: 100vh;
  margin: 0;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}
body:before {
  content: '';
  position: fixed;
  top: 0px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  background-color: #fff;
}

.header {
    background-repeat: repeat-x;
    background-position: center;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 720px;
	z-index:-10;
	-webkit-backface-visibility: hidden;
}

.starter {
    height: 31em;
}

.starter.index {
    height: 19em;
}


body .entries {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
body .entries .entry {
  width: calc(50% - 64px);
  float: left;
  clear: both;
  text-align: right;
  margin-bottom: 4em;
}
body .entries .entry.index {
    width: 100%;
    /* float: left; */
    clear: both;
    text-align: center;
    /* margin-bottom: 4em; */
}
body .entries .entry:not(:first-child) {
  margin-top: -60px;
}
body .entries .entry:first-child .title{
  font-size: 52px;
  background: rgba(0,0,0,0.40);
	border-radius: 7px;
	top:0.5em;
	padding:10px;
  
}

body .entries .entry.index:first-child .title{
  font-size: 52px;
  background: rgba(0,0,0,0.70);
	border-radius: 7px;
	top:0.5em;
	padding:10px;
  
}

body .entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
}


body .entries .entry .title:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 4px solid #ffffff;
  background-color: #1D1D1D;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
  -webkit-transform: translateY(20px, -50%);
          transform: translateY(20px, -50%);
  right: -73px;
  z-index: 1000;
}
body .entries .entry.index .title:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 04px;
  border: 0px solid #ffffff;
  background-color: #1D1D1D;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
  -webkit-transform: translateY(20px, -50%);
          transform: translateY(20px, -50%);
  right: -73px;
  z-index: 1000;
}
body .entries .entry .title.big:before {
  width: 50px;
  height: 50px;
  -webkit-transform: translate(21px, -50%);
          transform: translate(21px, -50%);
}
body .entries .entry .title.xl:before {
  width: 75px;
  height: 75px;
  -webkit-transform: translate(34px, -50%);
          transform: translate(34px, -50%);
}

body .entries .entry .body {
  color: #aaa;
}
body .entries .entry .body p {
  line-height: 1.4em;
	background: rgba(0,0,0,0.40);
	padding:1.5em;
	border-radius: 7px;
	color:white;
	text-align:right;
}
body .entries .entry .body ul li {
  line-height: 1.4em;
	background: rgba(0,0,0,0.40);
	padding:1.5em;
	border-radius: 7px;
	color:white;
	text-align:right;
	margin-bottom:0.5em;
	list-style-type: none;
	margin-left: -2.5em;

}
body .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
body .entries .entry:nth-child(2n) .title {
  font-size: 32px;
}
body .entries .entry:nth-child(2n) .body p {
	text-align:left;
}
body .entries .entry:nth-child(2n) .body ul li {
	text-align:left;
}
body .entries .entry:nth-child(2n) .title:before {
  left: -79px;
}
body .entries .entry:nth-child(2n) .title.big:before {
  left: -104px;
   width: 50px;
  height: 50px;
  -webkit-transform: translate(21px, -50%);
          transform: translate(21px, -50%);
}
body .entries .entry:nth-child(2n) .title.xl:before {
  left: -104px;
   width: 75px;
  height: 75px;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}

.acknowledgements{
	min-height: 120px;
}

.title.xl {
    background: rgba(0,0,0,0.60);
    padding: 0.6em;
    border-radius: 7px;
}

.subHeading {
    margin-top: 1.2em;
    font-size: 29px;
    background: rgba(0,0,0,0.40);
    border-radius: 7px;
    top: 0.5em;
    padding: 10px;
}

a{
  color:#fff;
  text-decoration:none;
}

a:visited, a:hover{
  color:#ddd;
  text-decoration:none;
}

p.blank {
    visibility: hidden;
    margin-bottom: 1em;
}

.entry video {
    width: 100%;
    margin-bottom: 1em;
}

.up-level {
    position: fixed;
    top: 0%;
    left: 3%;
    z-index: 100;
    background: #888;
    font-size: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.up-level a:link, .up-level a:visited {
   color:#222;
   background: #52d3aa;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
} 

.up-level a:hover, .up-level a:active{
	background-color:#555!important;
	
}

.glyphicon {
    color: white;
}

.logo{
	position: fixed;
    top: 4%;
    right: 2%;
    z-index: 10;
}

#footer {
    position: fixed;
    bottom: 0.5em;
    left: 1em;
	width:98%;
	z-index: 10;
}

.guidence {
    text-align: center;
    background: rgba(255,255,255,0.5);
    padding: 5px;
	border-radius: 4px;
	color:black;
	font-weight: bold;
}

/* Desktop */
@media only screen 
and (min-device-width : 992px) 
	and (max-device-width : 1024px) 
		and (orientation : landscape){
			.header {
				position:absolute!important;
			}
}


/* Desktop */
@media(min-width:992px){


}

/* Large Desktop */
@media(min-width:1200px){

}
