body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.banner-bg{
	background-image: url('../img/banner/banner.png');
}

h2.border-headline{
	color: #fff;
	font-size: 46px;
	font-weight: bold;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: black;
}

button.banner-button{
	border: 1px solid black;
}

p.border-headline{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	background-color: #42ca88;
	border: 1px solid black;
	border-radius: 10px;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	img.navbar-image{
		max-width: 100%;
		margin-right: -100px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	img.navbar-image{
		max-width: 60%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	img.navbar-image{
		max-width: 100%;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	img.navbar-image{
		max-width: 130%;
		margin-right: -100px;
	}
}



