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

nav ul li a{
	color: #00B9CD;
}

.h1{
	
	text-align: center;
	
}

.btn {
  background-color: #1B828E;
  border: none;
  color: white;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 20px;
  
}

.contact{
	text-align: center;
}
.btn:hover {
  background-color: #00B9CD;
  color: white;
}

#myBtn {
  background-color: #1B828E;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 50%;
	position: fixed;
	bottom: 0px;
	right:0px;
}

#myBtn:hover {
  background-color:#00B9CD; 
	color: white;
	
}
.jumbotron{
	background: url("../images/cynthia-clay-jumbo-01.jpg") top;
	background-size: cover;
}
* {
  box-sizing: border-box;
}

.logo{
	margin-left: 20px;
	margin-top: 20px;
}
.reponsive{
	width: 100%;
	max-width: 350px;
	height: auto;
}

.column {
  float: left;
  width: 30%;
  padding: 10px 10px;
  margin: 10px;
  margin-left: 30px;
}


.row {margin: 0 -5px;}


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* landing page*/
.row-lp {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}


.column-lp {
  flex: 50%;
  padding: 0 4px;
}

.column-lp img {
  margin-top: 8px;
  vertical-align: middle;
}

.image-lp{
	width: 100%;
	height: auto;
	
}

.row-ill {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
	margin-left: 50px;
}

/* Create two equal columns that sits next to each other */
.column-ill {
  flex: 50%;
  padding:10px 10px;
	
}

.column-ill img {
  margin-top: 8px;
  vertical-align: middle;
}
.image-ill{
	width: 33%;
	height: auto;
	
	
}
.featurette-heading{
	text-align: center;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #00B9CD;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #1B828E;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
 
}
.card:hover{
opacity: 0.5;
	
}
.card-title{
	color:  #00B9CD;
	text-transform: uppercase;
	padding-top: 20px;
}

footer{
	margin-top: 25px;
	margin-bottom: 25px;
	color: #1B828E;
		
}
@media (max-width: 992px)
{
	.featurette-heading{
		margin-left: 20px;
		margin-right: 20px;
	}
	.lead{
		margin-left: 20px;
		margin-right: 20px;
	}
	.quote{
	margin-left: 20px;
		margin-right: 20px;
}
@media (max-width: 768px)
{
	.featurette-heading{
		margin-left: 20px;
		margin-right: 20px;
	}
	.lead{
		margin-left: 20px;
		margin-right: 20px;
	}
	.quote{
	margin-left: 20px;
		margin-right: 20px;
}
 .topnav a:not(:first-child) {display: inline;}
  .topnav a.icon {
    float: left;
    display:inline
  }
}
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: left;
    display: inline;
    text-align: center;
  }

}