You need to remove the body rule
body {
width: 1200px;
}
as well as the rule of container fluid
.container-fluid {
margin: 0 auto;
}
CSS. col-sm-6 col-sm-12, text-center div.
, - container container-fluid. . container, .
:
<!DOCTYPE html>
<html>
<head>
<title>Regent</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.css" rel="stylesheet" />
<style>
#banner {
background-image: url(../images/2000%20x%20150_Bubble_Final_Crop.jpg);
height: 150px;
}
h1 {
color: #FFFFFF;
padding-top: 25px;
font-family: Cambria, "Hoefler Text", "Liberation Serif",
Times, "Times New Roman", serif;
font-size: 58pt;
text-shadow: 2px 2px 24px #D7DC23;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<section class="row">
<header id="banner">
<h1>Pixinsight Basics</h1>
</header>
<div class="col-sm-12 text-center">
<h3>Heading 3</h3>
<p>Hello my fellow astronomers. I have chosen to use Pixinsight
as my primary processing software. Like you (probably) I have sifted
around the internet looking for information/tutorials on how to use
Pixinsight. While this is by no means a comprehensive data set on
how to use Pixinsight, it should at least get you up and running.
I have divided this information into 3 distinct processing areas of
interest:</p>
<ul>
<li>
Calibration</li>
<li>
Linear</li>
<li>
Non–Linear</li>
</ul>
<p>Just click on one of the buttons below and it will
take you to your area of interest.</p>
</div>
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/bootstrap.js"></script>
</section>
</div>
</body>
</html>