.navbar-brand{padding-top: 0.1rem;}
.bg-cincozeyellow{
	background-color: #F7D300;
}
.text-cincozeyellow{color: #F7D300;}
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url("../images/bg.png");
  /*background-position: center;*/
}
.bg-app{
	background-image: url("../images/bg2.jpg");
	background-position: top center;
	background-attachment: fixed;
}
.bg-res{
	background-image: url("../images/bg4.jpg");
	background-position: top center;
}
.bg-feature{
	background-image: url("../images/bg3.jpg");
	background-position: center;
	background-attachment: fixed;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
}

.nav-link{
	padding: 0.5rem 0.8rem;
}
.btn-cincozeyellow{color:#000;background-color:#F7D300;border-color:#F7D300}
.btn-cincozeyellow:hover{color:#000;background-color:#DFBE00;border-color:#F7D300}

.text-dark:hover{text-decoration: underline;}

.card{
	background-color: transparent;
	border: 0;
}
.card-body ul{
	padding-inline-start: 1.25rem;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 45rem;
  padding-bottom: 3rem;
}
.card-body{
	padding: 0.5rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-bottom: #F7D300 7px solid;
  /*background-color: #F5F5F5;
	background-image: url("../images/bg3.jpg")*/
}

footer p {
  margin-bottom: .25rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
	text-align: center;
}
.yellowline{
	color: #F7D300;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.lead{
	text-align: center;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 45px;
	  text-align: left;
	  line-height: 1.1;
  }
  .yellowline {
	  text-align: left;
  }
  .lead {
	text-align: left;
  }
}

@media (min-width: 75em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}

#myBtn {
  position: fixed; /* Fixed/sticky position */
  top: 80px; /* Place the button at the bottom of the page */
  right: 0px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #F7D300; /* Set a background color */
  color: #000; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 17px; /* Some padding */
  border-radius: 5px 0px 0px 0px; /* Rounded corners */
  font-size: 15px; /* Increase font size */
  transition: .3s;
	opacity: 0.9;
}

#myBtn2 {
  position: fixed; /* Fixed/sticky position */
  top: 141px; /* Place the button at the bottom of the page */
  right: 0px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #F7D300; /* Set a background color */
  color: #000; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 17px; /* Some padding */
  border-radius: 0px 0px 0px 5px; /* Rounded corners */
  font-size: 15px; /* Increase font size */
  transition: .3s;
	opacity: 0.9;
}

#myBtn:hover, #myBtn2:hover{
  background-color: #000; /* Add a dark-grey background on hover */
  color: #F7D300;
}

.sociallink-fb{color: #1877f2;}
.sociallink-fb:hover{color: #000;}
.sociallink-linkedin{color: #0073b1;}
.sociallink-linkedin:hover{color: #000;}
.sociallink-twitter{color: #1da1f2;}
.sociallink-twitter:hover{color: #000;}
.sociallink-youtube{color: #ff0000;}
.sociallink-youtube:hover{color: #000;}

.Resources-link{
	color: #000;
}
.Resources-link:hover{
	text-decoration: none;
}

.card-footer{
	padding: 0 1.25rem 1.25rem 1.25rem;
	border: 0;
	background-color: transparent;
}

.badge{
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
}

h1{
  font-size: 35px;
  
}

.table td, .table th {
  vertical-align: middle;
}