body {
    background: url('../img/lg-bkg2.jpg') no-repeat center 	center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

*.container {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 30px 15px;
    background: #fff;
}


p, ul, ol, .panel-body{
	font-family: 'Quicksand', sans-serif;
	color: #333333;
	font-size: 20px;
	}
	
.capt{
	font-family: 'Quicksand', sans-serif;
	color: #183363;
	font-size: 16px;
	text-align:center;
	}

html {width: 100%;}

.lgst3 {
	font-family: 'Fredericka the Great', cursive;
	color: #1b3fcf;
	font-size: 70px;
	text-align:center;
	}	

.titl {
	font-family: 'Quicksand', sans-serif;
	padding-top: 20px;
	font-size: 50px;
	color:#183363;
	text-align: center;
	line-height: 45px;
	}
	
h1, .sameh1{
	font-family: 'Quicksand', sans-serif;
	font-size: 25px;
	color:#183363;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	color:#183363;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	}

.vsmall  {
	font-family: 'Quicksand', sans-serif;
	padding-top: 20px;
	font-size: 14px;
	color:#000000;
	text-align: left;
	}
	
a {outline: 0 !important;}

a.nounderline, a.nounderline:active {
	text-decoration: none !important; 
	font-size: 1em;
	color:#000000;
	}

a.nounderline:hover {
	text-decoration: underline; 
	font-size: 1em;
	color:#000000;
	}

@media (max-width: 1140px) {
    #myCarousel.carousel img {
    width: 100%;
    height: auto;
    }
    }

.well-2 {
	font-family: 'Quicksand', sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	background: #f2f2f2;
	padding: 10px 30px 10px 30px;
    }
    
.well-3 {
  	width: 70%;
  	display: block;
  	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: normal;
	background: #fdfbee;
	padding: 15px;
	color: black;
	text-align: center;	
    border-style: solid;
    border-color: #f5edad;
    border-width: 1px 1px 1px 5px;
    }

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
    }

.nav a{font-size: 14px !important;}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #000000; 
background-color: #e6e6e6;
text-decoration: none !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
 color: #000000;
 }
 
img.red{ border: 1px solid #bd0f1c;}
 
img.orange{ border: 1px solid #f6461e;}
 
 
img.blue{ border: 1px solid #419eed;}
 
 
img.purple{border: 1px solid #f900fd;}
 
img.green{ border: 1px solid #15d220;}
 
.images{
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
a img { border: none !important; } 

a.img:visited{
	border: 0 !important;
}

    
.panel > .panel-heading {
    background-image: none;
    background-color: #dceace;
    color: #004200;
}
	
a.white {
  	background-color: transparent;
  	background: transparent;
  	border-color: transparent;
  	font-weight: normal;
  	border: 0;
    outline: 0;
    text-decoration: none;
    } 

a.white:hover {
 	color: #000000;
 	background-color: transparent;
 	background: transparent;
 	border-color: transparent;
  	font-weight: normal;
  	border: 0;
    outline: 0;
    text-decoration: underline;
    }
    
a.active {
    text-decoration: underline;
    }
    
a {outline: 0 !important;}

a.nounderline, a.nounderline:active {
	text-decoration: none !important; 
	font-size: 1em;
	color:#3d3d3d;
	}

a.nounderline:hover {
	text-decoration: underline; 
	font-size: 1em;
	color:#3d3d3d;
	}
	
	ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
	
