@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p{
    color:#242424;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    padding-top: 0;
}
h1{
    font-size:4.0rem;
    text-transform: uppercase;
    font-weight: 800;
}
h2{
    font-size:3.6rem;
    text-transform: uppercase;
    font-weight: 800;
}
h3{
    font-size:3.0rem;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: 800;
}
h4{
    font-size:2.4rem;
}
h5{
    font-size:18px;
    font-weight: 500;
}
h6{
    padding-top: 20px;
    font-size:16px;
    text-transform: uppercase;
    font-weight: 800;
}

blockquote h3{
    font-size:3.0rem;
    padding-bottom: 0px;
    font-weight: 300;
    text-transform:none;
}

body{
    font-size:14px;
    color:#333333;
    font-family: 'Roboto', sans-serif;
}

body.login-bg{
    min-height: 100%;
    background: #1308fe;
    background: -moz-linear-gradient(-45deg,#1308fe 0,#0094d5 100%);
    background: -webkit-linear-gradient(-45deg,#1308fe 0,#0094d5 100%);
    background: linear-gradient(135deg,#1308fe 0,#0094d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_blue', endColorstr='$color_blue_light', GradientType=1);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.login-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .12;
    background: url('../img/bg_lines.svg') no-repeat center bottom;
}

p{
    margin-top: 1.5rem;
    font-size: 1.8rem;
    font-weight: 300;
    line-height:3rem;
}

td {
    font-size: 16px;
}

.sidebar-footer {
  position: absolute;
  bottom: 0;
  width: 80%;
  margin-bottom: 20px;
}

.sidebar-footer h6{
  font-size: 13px;
  margin: 0;
  line-height: 14px;
  color: #666666;
}

.sidebar-footer p{
  font-size: 13px;
  margin: 0;
  line-height: 14px;
  color: #666666;
}

.signin{
    position:fixed;
    top:30%;
}

.signin h4{
    color:#fff;
}

.signin label{
  color: #fff;
}

.media-body h6{
    padding-top: 0px;
    margin-bottom: 0px;
}

.media-body p{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.login-brand{
    width:30%;
    margin-bottom: 30px;
}

#inputPassword {
    color:#fff;
    font-size: 40px;
}

#inputEmail{
    color:#fff;
    font-size: 20px;
}

#inputPassword:focus{
    -webkit-box-shadow: inset 0 -2px 0 #F58633;
    box-shadow: inset 0 -2px 0 #F58633;
}

.btn-lg{
  margin-top: 20px;
}

.wrong-pass h5 {
    color: #fff;
}

.pitch-body{
    margin-right: auto;
    margin-left: auto;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 250px;
}

.term-overview {
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 8px;
}

.term-overview:first-of-type {
    border-left: 1px solid #eee;
    box-sizing: border-box;
}
.term-overview h5{
    margin: 0;
    padding: 0;
}

.QA h5{
  margin-top: 35px;
  font-size: 20px;
  font-style: italic;
  border-left: 3px solid #eee;
  padding-left: 9px;
}
.madeby{
  color:#bdbdbd !important;
}
.quote h3{
    margin-top: 10px;
}

thead{
  background-color: #eeeeee;
}
thead td{
  font-weight: 800;
}

.initial-investment, .valuation-3 {
  border-right: 2px solid #bfbfbf !important;
}

@media (min-width: 1200px) {
    .pitch-body{
        margin-right: auto;
        margin-left: auto;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 768px) {
    .pitch-body{
        margin-right: auto;
        margin-left: auto;
        padding-left: 2%;
        padding-right: 4%;
    }
    .term-overview {
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        padding: 8px;
    }
}

@media (max-width: 768px){
    .members img, .founders img{
        max-width: 100px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .comps {
        height: 150px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px){
  .signin{
      position:fixed;
      top:5%;
  }
}

@media (max-width: 500px) {
  .phone-debit{
    max-width: 300px !important;
  }
}

.page-header:first-of-type{
        margin-top: 90px;
}

.page-header{
        margin-top: 120px;
}

.deal-numbers{
    margin: 50px 0 50px;
}

.founder{
    height: 150px;
    width: 150px;
    margin-top: 5px;
    margin-right: 10px;
}

.media{
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 10px #eee;
}

#pitchdeck{
    max-width: 1080px;
    margin-bottom:40px;
}

.carousel-control{
    background: none !important;
    width: 6% !important;
    text-shadow: 0 1px 28px rgba(0,0,0,0.9) !important;
}

.carousel-control:hover{
    color: #F58633;
    opacity: 1;
}

.highlights{
    padding-right: 10px;
}

.terms-overview{
    padding-left: 10px;
}

.panel-primary>.panel-heading{
    background-image: -moz-linear-gradient(150deg, rgba(0, 53, 78, 0.98) 15%, rgba(59, 112, 183, 0.8) 100%);
    background-image: -webkit-linear-gradient(150deg, rgba(0, 53, 78, 0.98) 15%, rgba(59, 112, 183, 0.8) 100%);
    background-image: linear-gradient(150deg, rgba(0, 53, 78, 0.98) 15%, rgba(59, 112, 183, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196f3', endColorstr='#e6101a4c',GradientType=1 );
}

.market .exit{
    background-color: #30B04B;
    border-color: #d6e9c6;
    color: #ffffff;
    text-align: center;
}

.market .raised{
    background-color: #3B70B7;
    border-color: #96D6ED;
    color: #ffffff;
    text-align: center;
}

.market .panel-footer {
    text-align: center;
    background-color: #F9F9F9;
}

.phone-debit{
  max-width: 450px;
}

/*
* Sidebar
*/

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

span.subheader{
    padding-bottom:0px;
    margin-bottom: 0px;
    color:#a5a5a5;
    font-size:13px;
}

@media (min-width: 768px) {
    .quote{
        margin: 0px 50px;
        font-weight: 600;
        font-style: italic;
    }
    .videopitch{
        margin: 50px 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: hidden; /* Scrollable contents if viewport is shorter than content. */
        background-color: transparent;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-bottom: 20px;
    overflow-y: hidden;
}
.nav-sidebar > li > a {
    border-radius: 0;
    color: #666666;
    padding: 5px 15px;
    font-size: 14px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    border-left: 4px solid #000;
    box-sizing: border-box;
    background-color: transparent !important;
    border-radius: 0;
    color: #000;
    font-weight: 600;
}
.sidebar-logo{
    margin-bottom: 20px;
    width: 50%;
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
    margin-left: 0 !important;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 100%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .main-content.col-sm-offset-3 {
    margin-left: 0 !important;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0 !important;
  }
  .visible-xs {
    display: none !important;
  }
  .visible-sm {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .nav-sidebar{
      display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent;
}
