/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 950px;
  }
}

body
{
    color: #fcfcfc;
    background-color: #355664;
}

.line
{
    /* The dividing line: */
    height: 1px;
    background-color: #24404c;
    border-bottom: 1px solid #416371;
    margin: 1em 0;
    overflow: hidden;
}

.box
{
    background-color: #213E4A;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.picture{
     padding-top: 20px;
     padding-bottom: 20px;
}

#feedback{
	background-color:#F5F5F5;
	border:1px solid white;
	height:60px;
	left:-20px;
	padding:12px 20px 0 40px;
	position:fixed;
	top:200px;
	color:#666666;
	width:380px;
	z-index:200;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

h1{
    text-transform: uppercase;
     word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
}

h1 a{
    color: white;
}

h1 a:hover{
    color: white;
}

.figure-img{
    cursor: crosshair;
}

#image{
    width:100%
}

h4{
    color:black;
}