body {
    background: url('../img/lg-bkg-milky-way.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

*.container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 15px;
    background: #fff;
}

p, ul, ol{
	font-family: 'Quicksand', sans-serif;
	color: #333333;
	font-size: 20px;
	}
	
.capt{
	font-family: 'Quicksand', sans-serif;
	color: #183363;
	font-size: 16px;
	text-align:center;
	}
	
.capt-left{
	font-family: 'Quicksand', sans-serif;
	color: #183363;
	font-size: 16px;
	text-align:left;
	}
.lgst {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 70px;
	text-align:left;
	padding-left: 15px;
	} 

	
.vsmall{
	font-family: 'Quicksand', sans-serif;
	color: #000000;
	font-size: 14px;
	text-align:right;
	padding-right: 50px;
	}

html {width: 100%;}

.lgst3 {
	font-family: 'Fredericka the Great', cursive;
	color: #003366;
	font-size: 70px;
	text-align:center;
	}	
	
	
.ftrtxt {
	font-family: arial, sans-serif;
	color: #4e4e4e;
	font-size: 18px;
	text-align:center;
	}

	
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, .sameh2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	color:#183363;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	}
	
h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 17px;
	color:#183363;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	}

.handwrit2 {
	font-family: 'Sacramento', cursive;
	color: #5d5d5d;
	font-size:50px;
	}
	
.spc {
	padding-top:  10px;
	margin-left: 200px;
	}

	
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;
    }
    }
    
.left-bdr {
	border-top: 0px; 
	border-right: 0px;
	border-bottom: 0px;
	border-left: 4px solid #ffb700;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-left: 20px;
	background-color: #fffaea;
	}
    	
.well-2 {
	font-family: 'Quicksand', sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	background: #f2f2f2;
	padding: 10px 30px 10px 30px;
    }
    
.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: #7e0325; 
background-color: transparent;
text-decoration: underline;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
 	color: #000000;
 }

.images{
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
a.img {border: 0 !important;}

a.img:visited{border: 0 !important;}
 
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;
	}

.flex-row {
  display: flex;
  justify-content: center;
}