@media (min-width: 1200px){	.container {	    width: 1000px;	}}body{	background-color: #b8bebf;}a:hover{text-decoration: none;}.icon-round {    font-size: 24px;    height: 40px;    width: 40px;    line-height: 40px;    color: #fff;    margin-right: 10px;    text-align: center;    display: inline-block;    border-radius: 100%;    margin-bottom: 10px;}h1,h2,h3,h4,fh5,h6 {  color: #337AB7;  font-weight: bold;}.navbar-default {    background: -webkit-linear-gradient(top, #337ab7,#032B59);    background: -moz-linear-gradient(top, #337ab7,#032B59);    background: -o-linear-gradient(top, #337ab7,#032B59);    background: -ms-linear-gradient(top, #337ab7,#032B59);    background: linear-gradient(top, #337ab7,#032B59);    border-bottom: 2px solid orange;    z-index: 99999;}.navbar-default .navbar-brand {    color: #fff;}#main-content{	margin-top: 80px;	padding: 10px;	padding-bottom: 30px;	background-color: #fff;	margin-bottom: 40px;	border-radius: 3px;	border-bottom: 3px solid orange;	overflow: hidden;	box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);}footer{	color:white;}.copyright{	background-color: #032B59;	padding: 15px 10px 0px;	border-top: 1px solid orange;}.copyright .icon-round{	margin-top: 0px;}#remove{	cursor: pointer;}