﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3.5rem;*/
  color: #5a5a5a;
}

header .navbar-brand {
    font-size: 1.5rem;
}

.btn-outline,
.btn-outline:hover {
  border-color: currentcolor;
}

.ccnavbar {
    background-color: #618BC4;
    color: white;
}
.ccnavbar-link {
    color: lightgray;
}
.ccnavlink {
    color: #FF9419;
    font-style:oblique;
}
.ccnavbutton {
    color: #00309C;
    background-color: #FF9419;
    border-color: #FF9419;
    //border-color: #00309C;
    font-weight: bold;
}
.ccnavbutton:active{
    color: white;
}
.ccnavbutton:hover{
    color: white;
    background-color: #FF9419;
    border-color: #FF9419;
    //border-color: #00309C;
}

.ccsecbutton {
    color: #00309C;
    border-color: #00309C;
    font-weight: bold;
}
.ccsecbutton:active {
    text-decoration: underline;
}
.ccsecbutton:hover {
    color: #00309C;
    border-color: #00309C;
    text-decoration: underline;
}

.linkSubmit{ 
    background: none;
    border: none;
    color: #0066ff;
    text-decoration: underline;
    cursor: pointer; 
}

.sidebar-nav {
    padding: 0;
    max-height: none;
}

.intro-bg {
  background: url("https://www.clearcontext.com/images/graphics/projects_home_rotate.png") no-repeat;
  background-size: cover;
}

.intro-message-text {
  line-height: 50px;
  margin-bottom: 25px;
}
.intro-message-text h1 {
    font-size: 2.4rem;
    color: #406DAC;
}
.intro-message-text h2 {
    font-size: 2rem;
    color: #6f6f6f;
    font-weight: 400;
}
.intro-message-text h3 {
    font-size: 1.8rem;
    color: #818181;
    font-weight: 400;
}

.intro-caption h1 {
    font-size: 3.0rem;
    color: #406DAC;
}
.intro-caption h2 {
    font-size: 2rem;
    /*color: #6f6f6f;*/
	color: #618bc4;
    font-weight: 400;
}
.intro-caption h3 {
    font-size: 1.8rem;
    color: #818181;
    font-weight: 400;
}

.note-text {
    font-size: small;
    font-style:oblique;
}
.testimonial {
    background-color: #f3f7fd;
    color: #406DAC;
    text-align: center;
}
.testimonial h2 {
    font-size: 1.2em;
    font-weight: 200;
}
.testimonial a {
    font-size: 1em;
    font-style:oblique;
    font-weight: 400;
    float: right;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.zebra-shade {
    background-color: #f3f7fd;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.zebra-shade-darker {
    background-color: #D2E0EB;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.marketing h2 {
  font-weight: 400;
}

.marketing .divider-line {
  width: 100%;
  border-top: 1px solid #406DAC;
  /*border-bottom: 1px solid #406DAC;*/
  margin: 15px 0px;
}

/* Featurettes
------------------------- */
.featurette {
    margin-top: 3rem;
}
.featurette-continue {
    margin-top: 1rem;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.featurette-subheading {
  font-weight: bold;
  font-style: oblique;
}

.featurette-learn {
    text-align: right;
    font-style: oblique;
}

.feature-em {
    font-style:oblique;
    font-weight: 600;
    color: #618bc4;
}
.footer-divider {
  margin: 5rem 0 0; /* Space out the Bootstrap <hr> more */
}

.copyright {
    color: lightgray;
    margin-top: 2rem;
    text-align: center;
}

.heading-huge-blue {
	font-size: 5rem;
	font-weight: bold;
	color: #347cef;
}
.heading-large-lt-blue {
	font-size: 4rem;
	font-weight: bold;
	color: #618bc4;
}

#sideNav .toc-current {
    color: #618bc4;
    font-weight: bold;
    font-style: oblique;
}

.panel-blue {
    background-color: #f3f7fd;
    color: #406DAC;
    padding: 1rem;
    margin-bottom: 1rem;
}

.panel-yellow {
    background-color:#FBE694;
    color: #406DAC;
    padding: 1rem;
    margin-bottom: 1rem;
}

.panel-login {
    max-width:350px;   
}
.round-outline-orange {
    border-style: solid;
    border-color: #EF9419;
}

.bg-cc-lt-blue {
    background-color: #D2E0EB!important;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 70em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

    .intro-message-text h1 {
    font-size: 2.8rem;
}

}

@media (min-width: 62em) {
  .featurette {
    margin-top: 5rem;
  }
}
