#continut
{

	width: 100%;
	/*background-color:#E6FFFF;*/
	margin: 0 auto;
	position: relative;
	float: left;
  padding: 0%;
}



#main-div::after {
    content: "";
    clear: both;
    display: table;
}
#main-div{
    margin: 0%;
}
#main-div2{
	margin-left: 2%;
	margin-right: 2%;
	border: 1%;
}

.argument-item{
  border: 1px solid;
  border-radius: 4px;
  padding: 5px;
}


.carousel-inner img {
  /*  -webkit-filter: grayscale(90%);
    filter: grayscale(90%); /* make all photos black and white */
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

footer {
      background-color: #2583b2;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  

 nav a:visited {
	text-decoration: none;
	color: #0000CC;
}


/* Remove border and add padding to thumbnails */
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

/* Black buttons with extra padding and without rounded borders */
.btn {
    padding: 10px 20px;
    background-color: #2583b2;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}

/* On hover, the color of .btn will transition to white with black text */
.btn:hover, .btn:focus {
    border: 1px solid #2583b2;
    background-color: #fff;
    color: #000;
}

.bg-2{
  background-color: #2583b2;
	text-align: center;
	color: #ffffff;
}
.bg-2, .bg-1
{
  padding-top: 20px;
  padding-bottom: 20px;
}


h1, h2 {

	font-weight: bold;
}

h1 {
	font-size: 2.6rem;
	padding: 2.5rem 1rem 1rem 1rem;
	color: #00543C;
}

h2 {
	font-size: 1.5rem;
	color: #6A6A6A;
}


.alignright{
	float: right;
}

.alignleft{
	float: left;
}
*/
.media{

	padding-bottom: 0px;
}

.header {
    background-color: #9933cc;
    color: #ffffff;
    padding: 15px;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
