body  {
	  font: 15px Verdana, sans-serif;
	  color: ;
	}

/* Overwrite default styles of h3*/
h3 {
    letter-spacing: 2px; 
    font-size: 25px;
}

.navbar {
	margin-bottom: 0;
    	border: 0;
	font-family: Montserrat, sans-serif;
   	font-size: 11px !important;
    	letter-spacing: 2px;
    	opacity:;

}

/* On hover, the links will turn ...  */
.navbar-nav li a:hover {
    color: #23253a !important;

}



.jumbotron {
	background-color: #23253a;
	color: #ffffff;
	padding-top: 80px;
}

.container {
	padding: 60px 120px;
}



.bg-1  {
	background: #23253a;
	color: #ffffff;
}


/* Remove border and add padding to thumbnails */ 
.thumbnail {
      padding: 15px;
      border: none;
      border-radius: 30px;
	
  }

.thumbnail p {
    margin-top: 15px;
    color: #1a1a1a;
}

/* Blue buttons with extra padding and without rounded borders */
.btn {
    padding: 10px 20px;
    background-color: #23253a;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}

/* On hover, the color of .btn will transition to white with black text */
.btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

/* footer */
footer {
    background-color: #23253a;
    color: #f1f1f1;
    padding: 32px;
}

footer a {
    color: #f1f1f1;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}