body {
	background: url(/media/1019/sea-bright-1920x1000.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity: 0.7;

	margin-top: 25px;
}

.well-outer {
	border-radius: 10px;
		background: white;
}
.well-middle {
	min-height: 500px;
	padding: 10px;
}
.well-header{
	color: white;
}
h1{
	margin-top: 5px;;
}

.gradient-top {
  background-image:
    linear-gradient(
      to top, 
      #071914, #dcdcdc
    );
}
		
.gradient-bottom {
  background-image:
    linear-gradient(
      to bottom, 
      #071914, #dcdcdc
    );
}
		
.flag{
	width: 30px;
}
.cards{
	max-width: 200px;
}
.info-text{
	
}

.navbar{
	min-height: 10px;
	opacity: 0.5;
}
			
	
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
