﻿head title {
  visibility: hidden;
}

head title :after {
  content: 'CWW Dev portal';
  visibility: visible;
}

link[rel*="shortcut"] {
  href="https://developers.craneww.com/favicon.ico";
}

body {
  font-family: "Century Gothic", sans-serif;
}

.navbar-inverse {
  background-color: #fff;
  opacity: 1.0
}

.navbar-inverse .navbar-nav>li>a {
  color: #132D76;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #0c1c4a;
}

#home-jumbotron {
  background-image: url(https://developers.craneww.com/images/landing/image.jpg);
  background: linear-gradient(to top, transparent, #000000ad), url(https://developers.craneww.com/images/landing/image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #081434 !important;
  height: 600px;
  position: relative;
  max-width: 100%;
  z-index: 1;
}
#connectivity-jumbotron{
  background-position: center;
  background-size: cover;
  background-color: #081434 !important;
  height: 200px;
  position: relative;
  max-width: 100%;
  z-index: 1;
}


.jumbotron h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px black;
  margin-top: 100px;
}

.jumbotron h2 {
  font-size: 35px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px black;
  margin-top: 50px;
}
#connectivity-title h1{
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px black;
  margin-top: 30px;
}
#jumbo-subheader {
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px black;
}

@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}

@media screen and (min-width: 1281px) {
  .container {
    width: 1270px;
  }
}

@media screen and (max-width:768px) {
  .jumbotron h1 {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  #jumbo-subheader {
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px black;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .jumbotron h1 {
    font-size: 28px;
    text-align: center;
    text-shadow: 2px 2px 4px black;
  }

}

@media (min-width: 769px) and (max-width: 1280px) {
  #jumbo-subheader {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px black;
  }
}

.navbar-brand {
  background-image: url(../images/logo/crane_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  display: block;
  color: transparent;
  content: '';
}

.navbar-brand:before {
  content: '';
}

.navbar-brand:after {
  content: '';
}

.navbar-inverse .navbar-brand {
  color: transparent;
  background-color: #fff;
}

.navbar-inverse .navbar-brand:hover {
  color: transparent;
  background-color: #fff;
}


.navbar-nav {
  float: right;
  margin: 0;
}

#jumbo-cta {
  display: none;
}

#welcome-panel-3 p:last-child {
  display: none;
}

#welcome-panel-2 p:last-child {
  display: none;
}

#welcome-panel-1 p:last-child {
  display: none;
}

hr {
  display: none;
}

.button-outline-primary {
  background-color: white !important;
  color: #01803E;
  border-color: #01803E;
}

.button-outline-primary:hover {
  background-color: #01803E !important;
  color: white;
  border-color: white;
}

#portal-footer {
  background-color: #081434;
  color: #fff !important;
  font-size: .875em !important;
  padding-top: 20px;
  text-align: right;
}

@media screen and (max-width:992px) {
  #portal-footer {
    font-size: 14px;
    text-align: center;
  }
}


#portal-footer a {
  text-decoration: none;
  color: white;

}



#portal-footer p span {
  color: white;
  box-sizing: border-box;
}





.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #000;
  background-color: rgba(9, 30, 66, 0.04);
}

.dropdown-menu {

  border: 1px solid #ebeef2;


}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #132D76;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: rgba(9, 30, 66, 0.04);
}

.navbar-inverse .navbar-nav>li>a.activeMenu {
  color: #000;
  ;
  background-color: rgba(161, 165, 172, 0.04);

}

.navbar-inverse {

  border-bottom: 1px solid rgb(225, 225, 225);
}

.navbar-brand {

  height: 55px;

}

pre {
  color: #fff;
  background-color: rgb(17, 23, 26);
}

.footerContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  position: sticky;
  top: 0px;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}


.contact-table{
  float: none;
  margin: 0 auto;
  width:50%
}
.connectProfileTbl{
  float: none;
  margin: 0 auto;
  width:80%
}

.heading-style{
  background-color: rgba(12,106,54,0.65) !important;
  color: white !important;
}