﻿body{
	background: url('images/Background4.jpg');
	background-repeat:repeat;
}


<!-- Optional spacing for Navbar Icons -->
.btn-margin-left {
    margin-left: 4px;
}
.btn-margin-right {
    margin-right: 4px;
}

img {padding:10px;}  /*This fixes padding on images but breaks rounded corners on images*/

.myBlogImageLeft{float:left;padding-right:10px;padding-bottom:10px;padding-top:0px; padding-left:0px}
.myBlogImageRight{float:right;padding-right:10px;padding-bottom:10px;padding-top:0px; padding-left:0px}

.myJumbotron-color{background-color: #D2C88C;}

.carousel-control.left, .carousel-control.right {background-image: none} /*Remove gradient*/
.carousel-caption {	position: absolute;	bottom: -25px; text-align: left; left:15px;	right: inherit;}

/* Changes to default bootstrap info */
.alert-info {
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

/* My Info look */
.alert {
	background: #fff6bf url('/images/alert.gif') no-repeat 15px 50%;
/* x-pos y-pos */	
    text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.info {
	background: #CCDDFF url('/images/info.gif') no-repeat 15px 50%;
/* x-pos y-pos */
    text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #0000FF;
	border-bottom: 2px #0000FF solid;
}

