html { 

}
body{
	color:DarkSlateGrey;
	font-family: arial, helvetica, sans-serif;
	padding-top:0;
	position: relative;
	padding-top: 50px;
}
.breaker
{
	clear:both;
}
.navbar-brand{
	font-size: 1.8em;
}
#home{
	background-image: url("../Images/background.jpg");
	width: 100%;
	background-size:cover;
}
#decoder{
	background-image: url("../Images/background2.jpg");
	width: 100%;
	background-size:cover;
}
#topRow
{
	text-align: center;
	color:white;
}
h1{
	font-size:400%;
	margin-top: 80px;
}
.bold{
	font-weight: bold;
}
.margintop{
	margin-top: 25px;
}
.marginBottom{
	margin-bottom: 30px;
}
.inputwidth{
	width: 200px;
}
.center{
	text-align: center;
}
.keyline{
	margin: 0 auto;
	width: 90%;
    border: 3px solid green;
    padding: 10px;
}
#footer{
	background-color: lightblue;
	width: 100%;
}
.alert{
	display:none;
}
.flagBox{
	height: 110px;
	padding: 13px;
}
.flagImg{
	border: 1px solid #ccc;
	margin: 2px;
	text-align:left;
}
div.img {
    float: left;
}
div.desc {
  	font-size: 0.9em;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    color:DarkSlateGrey;
}
.singleFlgimg {
    float: left;
    margin: 0 10px 0 10px ;
}
img:hover {
    border: 1px solid #777;
}
.singleFlgimgbtm{
    float: left;
    margin: 0 10px 20px 10px ;
}
.signalFlgimg {
    float: left;
    margin: 0 10px 0 0px ;
}
.numdiv{
	height:47px;
}
.numImg{
	margin: 4px 0 0 5px;
}
.circleImg{
	margin: auto;
	height: 300px;
	width: 300px;
	border-radius: 150px;
}
.numTxt{
	float:left;
	width: 108px;
	margin-top:4px;
}
#callsSignImg{
	height: 220px;
	border-radius: 5px;
	margin: 0 10px 0 12px ;
}
.topBox{
	background-color:rgba(255,255,255,0.6);
	border-radius: 6px;
	padding: 1px;
}
.topBox p{
	margin:0;
}
.decoder{
	float:left;
}
.SmallCircleImg{
	margin: auto;
	height: 240px;
	width: 240px;
	border-radius: 30px;
}
#swimFlags{
	color:black;
	background-image: url("../Images/background3.jpg");
	width: 100%;
	background-size:cover;
}