/*Capstone style sheet*/
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent*/
}
body, html{
		height: 100%;
}
body  {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
	/*overflow: hidden; hides scroll bar for page1 animation*/
    }
	
header {
	width: 275px;
	height: 100px;
	margin: 0 0 0 30px;
}	

h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	text-shadow: 0 5px 10px rgba(0,0,0,1);
	/*mix-blend-mode: overlay;*/ /*allows for a more adaptable font*/
	font-size: 32px;
	font-family: Bungee, cursive;
}
    
aside, section, article, footer, header, video {
    display: block;
    }
    
#wrapped      {
	display:block;
	width: 100%;
	height: 80%
  /*margin: 100px auto;*/
	padding: 10px;
	position: absolute;
    /*border: 1px solid white;*/
    }
    
#para1 {
	margin-left: 30%;
}
 
#para2 {
	margin-left: 50%;
}

#para3 {
	margin-left: 30%
}   

#circle {
	position: absolute;
	right: -35px;
	top: 50%;
	z-index: 30;
	height: 30px;
	width: 30px;
	display:block;
	background-color: #bbb;
	border-radius: 50%;
	
} 
#bibby {
	float: left;
	display: block;
	overflow-y:scroll;
	background-color: black;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: white;
	width: 400px;
	height: 350px;
	max-width: 20%;
	max-height: 30%;
	margin-top: 50px;
	margin-left: 10%;
	margin-right: 5%;
	border-style: solid;
	border-width: 10px 10px 50px 10px;
	border-color: #333;
	border-radius: 5px;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
	animation-name: sourcephone;
	animation-duration: 1.5s;
}

nav {
	position:sticky;
	top:0;
	z-index: 40;
}	
article    {
	position: relative;
	width: 960px;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 10px 50px 10px 10px;/*space here for the power button*/
	border-color: #333;
	border-radius: 5px;
	color: white;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
    }
    
    
aside  {
    width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-shadow: 0 5px 10px rgba(0,0,0,1);
	background-color: rgba(72,72,72,.5);
	border-radius: 4px;
    }
    
footer   {
	position: fixed;
	bottom: 0px;
    clear: both;
    font-size: 10px;
    color: white;
    }

aside h3  {
	padding-top: 20px;
    font-family: Georgia, serif;
    color: white;
    }
	
	
ul {
    list-style-type: none;
	margin: 0;
    padding: 0 100px;
    overflow: hidden;
	background-image: url(capimages/ulbg.png);
	background-repeat: repeat;
    background-color: rgb(34,46,80);
}

.headul {
	opacity:0.5;
}
li {
    float: right;

}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 12px 50px;
    text-decoration: none;
}
    
nav li a:link {
	background-color: rgba(82,101,91,0.7);
	color: white;
	text-decoration: none;
}
	  
nav li a:hover, nav li a:focus {
	background: #36453d;
	
}

.home-bg{
	background-image: url(capimages/Bgtest.png);
	height: 100%;
	background-repeat: repeat;
	/*background-size: cover;*/
}

.source-bg{
	background-image: url(capimages/Bgtest.png);
	height: 100%;
	background-repeat: repeat;
}

.info-bg{
	background-image: url(capimages/Bgtest.png);
	height: 100%;
	background-repeat: repeat;
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: white;
}
a:active {
	color: white;
}
@keyframes phonebody {
	from {opacity:0; left: 0px; bottom:-500px;}
	to   {opacity:1; left: 0px; bottom: 0px;}
}

@keyframes sourcephone {
	from {opacity:0; right: 1000px;}
	to   {opacity:1; right: 0px;}
}

@keyframes screen {
	from {opacity:0; left: 0px; bottom:-460px;}
	to   {opacity:1; left: 0px; bottom: 0px;}
}

@keyframes icon1 {
	0%  {transform: scale(.0001) rotateZ(360deg);}
	100%{transform: scale(.99) rotateZ(-360deg);}
}

@keyframes icon2 {
	from {opacity:0; bottom:-500px;}
	to   {opacity:1; bottom:0px;}
}

@keyframes icon4 {
	from {transform: scale(.0001); opacity:0; bottom:-500px;}
	to   {transform: scale(.99); opacity:1; bottom:0px;}
}
@keyframes infoverlay {
	from {opacity:0;}
	to   {opacity:0.9;}
}
.cssphone {
	float: right;
	width: 900px;
	height: 85%;
	margin-top: -50px;
	margin-right: 5%;
	margin-bottom: 1%;
	border-radius: 10px;
	position: relative;
	background-color: #333;
	animation-name: phonebody;
	animation-duration: 1.5s;
	display: block;
	overflow-y: scroll;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
}

.cssphone img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

.cssphone2 {
	float:left;
	width: 600px;
	height: 800px;
	margin-top: 80px;
	margin-left: 10%;
	border-radius: 10px;
	position: relative;
	background-color: #333;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
	animation-name: phonebody;
	animation-duration: 1.5s;
	display: flex; /*allows the use of margin:auto auto;*/
	z-index:10;
}

.cssscreen {
	width: 95%;
	height: 90%;
	clear:both;
	margin: auto auto;/*centers the "screen"*/
	border-radius: 10px;
	position: relative;
	background-color: black/*#c0fff4*/;
	animation-name: screen;
	animation-duration: 1.5s;
	display: block;
	z-index:20;
}

.phoneicon1 {
	width: 200px;
	height: 200px;
	margin: 15px 0 0 15px;
	position: relative;
	float: left;
	background-image: url(capimages/sourceicon1.png);
	animation-name: icon1;
	animation-duration: 1.7s;
	display: block;
	z-index:30;
}

.phoneicon2 {
	width: 325px;
	height: 200px;
	margin: 15px 0 0 15px;
	position: relative;
	float: left;
	background-image: url(capimages/sourceicon2.png);
	animation-name: icon2;
	animation-duration: 1.6s;
	display: block;
	z-index:30;
}

.phoneicon3 {
	width: 408px;
	height: 280px;
	margin: 15px 0 0 15px;
	position: relative;
	float: left;
	background-image: url(capimages/sourceicon3.png);
	animation-name: icon2;
	animation-duration: 1.2s;
	display: block;
	z-index:30;
}

.phoneicon4 {
	width: 132px;
	height: 132px;
	margin: 15px 0 0 10px;
	position: relative;
	float: left;
	background-image: url(capimages/sourceicon4.png);
	animation-name: icon4;
	animation-duration: 1.9s;
	display: block;
	z-index:30;
}

.phoneicon5 {
	width: 132px;
	height: 132px;
	margin: 15px 0 0 10px;
	position: relative;
	float: left;
	background-image: url(capimages/sourceicon5.png);
	animation-name: icon2;
	animation-duration: 1.4s;
	display: block;
	z-index:30;
}

.phoneicon6 {
	width: 540px;
	height: 190px;
	margin: 15px 0 0 15px;
	position: relative;
	float: left;
	background-image: url(capimages/sourceicon6.png);
	background-repeat: repeat;
	animation-name: icon2;
	animation-duration: 1.5s;
	display: block;
	z-index:30;
}

.text {
	display:none;
}

.phoneicon1:hover .text {
	width: 100%;
	height: 100%;
	display:block;
	color:black;
	font-size: 20px;
	position: absolute;
	text-align: center;
	background-color: #708090;
	opacity: 0.9;
	animation-name: infoverlay;
	animation-duration: 1s;
	font-family: 'Roboto', sans-serif;
}

.phoneicon2:hover .text {
	width: 100%;
	height: 100%;
	display:block;
	color:black;
	font-size: 20px;
	position: absolute;
	text-align: center;
	background-color: #708090;
	opacity: 0.9;
	animation-name: infoverlay;
	animation-duration: 1s;
	font-family: 'Roboto', sans-serif;
}

.phoneicon3:hover .text {
	width: 100%;
	height: 100%;
	display:block;
	color:black;
	font-size: 20px;
	position: absolute;
	text-align: center;
	background-color: #708090;
	opacity: 0.9;
	animation-name: infoverlay;
	animation-duration: 1s;
	font-family: 'Roboto', sans-serif;
}

.phoneicon5:hover .text {
	width: 100%;
	height: 100%;
	display:block;
	color:black;
	font-size: 20px;
	position: absolute;
	text-align: center;
	background-color: #708090;
	opacity: 0.9;
	animation-name: infoverlay;
	animation-duration: 1s;
	font-family: 'Roboto', sans-serif;
}

.phoneicon6:hover .text {
	width: 100%;
	height: 100%;
	display:block;
	color:black;
	font-size: 20px;
	position: absolute;
	text-align: center;
	background-color: #708090;
	opacity: 0.9;
	animation-name: infoverlay;
	animation-duration: 1s;
	font-family: 'Roboto', sans-serif;
}
/*javascript stuff test*/
#wrapper {
  display: block;
  width: 600px;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 10%;
  margin-right: 5%;
  float: left;
}
#wrapper1 {
  display: block;
  width: 600px;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 10%;
  margin-right: 5%;
  float: right;
}

.chat ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-image: none;/*add a subtle pattern*/
  background-color: #f5f7fa;
}

.chat1 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-image: none;/*add a subtle pattern*/
  background-color: #f5f7fa;
}

.message-left .message-time {
  display: block;
  font-size: 12px;
  text-align: left;
  padding-left: 30px;
  padding-top: 4px;
  color: #ccc;
  font-family: Courier;
}

.message-right .message-time {
  display: block;
  font-size: 12px;
  text-align: right;
  padding-right: 20px;
  padding-top: 4px;
  color: #ccc;
  font-family: Courier;
  
}

.message-left {
  text-align: left;
  margin-bottom: 16px;
}

.message-left .message-text {
  max-width: 80%;
  display: inline-block;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  color: #999;
  border-radius: 30px;
  font-weight: 100;
  line-height: 1.5em;
}

.message-right {
  text-align: right;
  margin-bottom: 16px;
}

.message-right .message-text {
  line-height: 1.5em;
  display: inline-block;
  background: #5ca6fa;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  line-height: 1.5em;
  font-weight: 100;
  text-align: left;
}

.chat {
  border-radius: 30px;
  padding: 20px;
  background: #f5f7fa;
  /*add a subtle pattern*/
}

.chat1 {
  border-radius: 30px;
  padding: 20px;
  background: #f5f7fa;
  /*add a subtle pattern*/
}

.chat-container {
  height: 400px;
  overflow-y: scroll;
  padding-right: 16px;
}

.chat-container1 {
  height: 400px;
  overflow-y: scroll;
  padding-right: 16px;
}

.spinme-right {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.2;
}

.spinme-left {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.2;
}

.spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: rgba(0,0,0,1);
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
