/* Let's load some fonts */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);

/* Generic stuff */

.remark-code, .remark-inline-code { font-family: "Monaco"; }

pre code, pre, code {
  overflow-x: scroll !important;
}


body { font-family: "Comic Sans MS" }

.grViz {
  margin-left:auto; margin-right:auto; display:block;
}

/* Pretty sure this is all me messing with the title slide */


div.remark-slide-container h1 {
	font-family: "Comic Sans MS", sans-serif;
	color: #522D80;
	letter-spacing: 0.7px;
        font-size: 50px;
	margin-left: -50px;
	margin-right: -50px;
}

.inverse h1 {
    line-height: 1.5em;
}
.title-slide h1 {
    
    margin-top: 10px;
    margin-left: -70px;
}

div.remark-slide-container h2 {
	font-family: "Comic Sans MS", sans-serif;
	color: #FF8C00;
	letter-spacing: 0.7px;
	font-size: 20px
}

div.remark-slide-container h3 {
	font-family: "Comic Sans MS", sans-serif;
	color: #FF8C00;
	letter-spacing: 0.7px;
	font-size: 18px;
	padding-top: 50px;
	margin-left: 50px;
}

.title-slide {
	background-color: #fff;
        background-image: url("img/asu_logo.png"), url("img/rock-paper-scissors.png");
	background-position: bottom left, center;
	background-size: 10%, cover;
	background-repeat: no-repeat, no-repeat;
	border-bottom: 0px solid  #522D80;
	box-shadow:  0 55px 0 #fff;
}


.title-slide .remark-slide-number {
  display: none;
}

/* Hmm. How about the slide number. */


.remark-slide-number {
	font-family: 'Monaco', sans-serif;
	font-size: 14px;
	color: #8B0000;
}

/* Okay, now let's add a simple bottom border */ 


div.remark-slide {
  border-bottom: 3px solid  #522D80;
  box-shadow:  0 5px 0 #F66733;

}

/* Let's play with .inverse and a new class, .fullscale, a little more */

.inverse {
    color: #fafafa;
    text-shadow: 0 0 0px #333;
}

div.remark-slide-container .fullscale {
    color: #d6d6d6;
    text-shadow: 0 0 20px #333;
}

div.remark-slide-container .fullscale h1 {
	color: #fff;

}

div.remark-slide-container .fullscale p {
	color: #000;

}
.remark-slide-content {
	font-size: 22px;
	text-shadow: 0 0 0px #333;

}

a {
    color: #F66733;

}


}

 /* Two-column layout */
 
.left-column {
  color: #777;
  width: 50%;
  height: 92%;
  float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
    color: #000;
}
.right-column {
  width: 50%;
  float: right;
  padding-top: 1em;
}
.pull-left {
  float: left;
  width: 55%;
  margin-left: -55px;
}
.pull-right {
  float: right;
  width: 55%;
  margin-right: -55px;
}
.pull-right ~ * {
  clear: both;
}
img, video, iframe {
  max-width: 100%;
}
blockquote {
  border-left: solid 5px lightgray;
  padding-left: 1em;
}
.remark-slide table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 18px;
}

.remark-slide table thead th {
    border-bottom: 1px solid #ddd;
    background-color: ;
}

th, td {
    padding: 5px;
    background-color: #000000;
}

.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee }

@page { margin: 0; }
@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}
