@charset "UTF-8";
/* CSS Document */

.jumbotronstyle {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-image: url("http://www.nyxtmarketing.com/wp-content/uploads/2016/11/websiteshowcase.jpg");
	background-size: cover;
	height: 500px;
}

.jumbotronstyle2 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-image: url("../images/printheader.jpg");
	background-size: cover;
	height: 500px;
}

.h1style {
	color: #45C2C7;
	
}

.sectionstyle {
	
	height: 500px;
padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-image: url("http://www.nyxtmarketing.com/wp-content/uploads/2017/06/brochure.png");
	background-size: cover;


}
.navbarstyle {
	
background-color: #000000;	
	color: #ffffff;
	font-weight: bold;
	
}


.buttonstyle {
	color: #fff;
    background-color: #45C2C7;
    border-color: #000000;
	
	
}

.btn-successstyle {
    color: #fff;
    background-color: #45C2C7;
    border-color: #000000;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 43px;
    color: #45C2C7;
}


.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;

}


.wellstyle {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #45C2C7;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
	
.footerstyle {
	
	background-color: #000000;
	color: #45C2C7;
	
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.wellstyle {
    min-height: 20px;
    padding: 19px;
    margin-bottom: -1px;
    background-color: #45C2C7;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.navbarstyle {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}