﻿/* Import fonts */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Ubuntu";

/* BODY */

body {
    font-size:  15pt;
    font-family: 'Ubuntu', sans-serif;
    background-color: white;
    color: black;
    margin: 0pt;
}

#VUmain {
    width: 100%;
    height: 100%;
}
 #VUbanner {
    min-height: 80px;
    margin: 0pt;
    padding:20pt;
    margin-bottom: 20pt;
    position: relative;
    left:0pt;
    top: 0pt;
    
}
.titleslide .VUinnerbanner {
    min-height: 80px;
    min-width: 300px;
    background-image: url("big_voltdb_logo_2017.gif");
    background-size: 270px 72px;       /* 1/3 234px 95px;  */
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0pt;
    padding:0pt;   
}

.slide #VUbanner {
    min-height: 40px;
    margin: 0pt;
    margin-bottom: 30px;
    padding:0pt;
    position: relative;
    left:0pt;
    top: 0pt;
    width: 100%;
    }
    
.slide .VUinnerbanner {
    min-height: 40px;
    min-width: 150px;
    background-image: url("big_voltdb_logo_2017.gif");
    background-size: 135px 36px;       /* 1/3 234px 95px;  */
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0pt;
    padding:0pt;
    position: absolute;
    left: 20px;
    /* bottom: 0px; */
    top: 2px;
    
    
}

 .slide #title {
    font-size: 130%;
    font-weight: normal;
    color: #435363;
    /*width:100%; */
    padding-left:170px;
    padding-right:20px;
    margin: 0px;
    /* display:inline-block; */

    position: relative;
    left: 0px;
    /* bottom: -5pt; */
    top: 12.5pt;
    
}
.titleslide .subtitle {
    font-size: 80%;
    font-weight: lighter;
    color: #b3282d;    
    font-family: "Ubuntu Light";
    margin: .2em 0pt;
    

}

 .titleslide #title {
    font-size: 150%;
    font-weight: normal;
    color: #435363;
    text-align: right;
    
}
.titleslide #content {
    font-size: 125%;
    font-weight: normal;
    color: #0091B3;

    text-align: right;
    margin-top: 1em;
    
}
.titleslide #VUtextbox {
    /* 
    background-image: url("TitleBackground.png"); 
    background-repeat: no-repeat;
    background-position: center top;
    */
    min-height: 212px;
}

#VUtitlebanner {
    min-height: 234px;
    background-image: url("big_voltdb_logo_2017.gif");
    background-size:  270px 72px; 
    background-repeat: no-repeat;
    background-position: top left;
    margin: 15pt;
    position: relative;
    left:0pt;
    top: 0pt;
    
}
#VUtitlemain #title {
    font-size: 36pt;
    font-weight: normal;
    color: #777;

    text-align: right;
    margin: 15pt;
    
}
#content {
    margin: 15pt;
}
ul ul,
ul ol,
ol ul,
ol ol
 {
    font-size: 90%;
    color: #0091B3;
}
ul ul,
ol ul
 {
    list-style-type: square;
}

li {
    margin-top: .5em;
}
b {
    color: #0091B3;
}
strong {
    color: #0091B3;
}
.highlight {
    color: #0091B3;
}

ul.compact {margin-top: .1em; }
.compact li {
   margin-top: .1em; 
   margin-bottom: .1em; 
}
.compact p {
   margin-top: .1em; 
   margin-bottom: .1em; 
}

.codeexample {
   font-family: monospace;
   font-size: 12pt;
   text-align: left;
}
.blue {
    color: #0091B3;
}
.red {
    color: #B3282D;
}
.glow {
  text-shadow: 0px 0px .2em;
}
.bold {
  font-weight: bold;
}
h2 {
  font-size: 130%;
  font-weight: normal;
  color: #0091B3;
}
p {
  margin: .5em 0pt;
}


#mediabottom {
    text-align: center;
    width:100%;
    position: fixed;
    bottom: 20px;    
    z-index:-5;
}
#VUtextbox {
    z-index:0;
}


.media {
}

video {
    background: transparent;
}

/* CONTENT SPECIALS */
div.shell {
    background-color: #555;
    color: white;
    font-family: monospace;
    font-size:85%;
    padding: .5em;
    margin-top: .5em;
    white-space: pre-wrap;
}

.program {
    background-color: #eee;
    color: black;
    font-family: monospace;
    font-size: 85%;
    padding: .5em;
    margin: .5em;
    text-align: left;
    white-space: pre-wrap;
}

div.sheet-of-paper {
    width:70%;
    min-height:10em;
    background-color:#ddd;
    background-image:url('dogear.png');	
    background-repeat: no-repeat;  
    background-position: top right; 
    padding:1em;
    padding-top:30px;
    text-align:left;
    font-family:monospace;
    font-size: 80%;
    white-space: pre-wrap;
    margin: 0pt auto;
}
div.terminal-window {
    text-align:left;
    background-color:black;
    color:#eee;

    margin: 0 auto;
    border: 4px solid #888;
    border-top-width:20px;
    border-bottom-width:0px;
    width:80%;
    min-height:10em;

    font-family: monospace;
    font-size:85%;
    padding: .5em;
    white-space: pre-wrap;
}
div.picture-frame {
    position:absolute;
    bottom:0;
    left:50pt;
    /*
    --
    -- Set the following for the specific pciture
    --
    width:547px;
    height:453px;
    background-image:url('graphics/sample_screenshot.png');
    */
}

.center {
  text-align:center;
}



/* SHOW / HIDE */
.hide {
    visibility: hidden;
}
.reveal {
    visibility: visible;
}
.expand {
    display: block;
}
.collapse {
    display: none;
}

/*  NAVIGATION & OVERLAYS */

#VUnavoverlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom:0;
  top:0;
  z-index: 200;
}
#VUnavigation {
  position: fixed;
  left: 0;
  right: 0;
  bottom:20pt;
  top:0;
  text-align:center;
  z-index: 200;
  font-size:72pt;
  color: #00B2E2;
  cursor: pointer;
}
#VUnavFloater {
    margin-top: 30%;
}
#VUnavbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom:0;
  height: 20pt;
  text-align:center;
  z-index: 200;
  font-size:12pt;
  color: green;
  background-color: #aaa;
}

#VUnavLeft {
    width: 25%;
    margin-left: 0pt;
    float: left;
    cursor: pointer;
}
#VUnavRight {
    width: 25%;
    margin-right: 0pt;
    float: right;
    cursor: pointer;
}
#VUnavCounter {
    padding-left: auto;
    padding-right: auto;
    margin-left: 0pt;
    margin-right: 0pt;
    width: 50%;
    font-size: 14pt;
}
.VUnav {
    height: 20pt;
    display: inline-block;
    color:  rgba(0,0,0,.33);
    font-size:18pt;
}
.valigner {
    position: relative;
    top: 45%;
/*    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}
.translucent {
    background-color: rgba(240,240,240,.8);
}
.darkhover:hover {
    color: rgba(0,0,0,1);
}

/*  PROTOTYPE FAKERS */
button { 
    cursor: pointer; 
    font-size: 24pt;
    background-color: red;
}
