/** Add css rules here for your application. */
body {
	font-family: 'Handlee', cursive !important;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.navbar {
	font-size: 13pt;
}

.navbar-brand {
	font-size: 16pt;
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: rgba(255, 192, 203, 0.26) !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
	{
	border-bottom: 3px solid #FFC0CB;
	background: 0 0; /* to disable background colour from bootstrap css */
}

#intro {
	background-size: cover;
}

.input-group {
	width: 100%;
	margin-bottom: 6px;
}

.contactsMessageBox {
	height: 200px !important;
}

.errorInput {
	background-color: rgba(214, 178, 33, 0.21) !important;
}

section {
	height: 100%;
	min-height: 100% !important; /* browser fill */
	height: auto; /*content fill */
	padding-top: 50px;
	padding-bottom: 30px;
}

.screenHeight {
	height: 100%;
}

.minScreenHeight {
	height: 100%;
	min-height: 100% !important; /* browser fill */
	height: auto; /*content fill */
}

.grey {
	background-color: #f5f5f5;
}

.noPadding {
	padding: 0px;
}

/* http://stackoverflow.com/questions/17988242/twitter-bootstrap-3-rc1-horizontal-scroll-issue */
.row {
	margin-right: 0;
	margin-left: 0;
}

.homeHeadings {
	padding-left: 5%;
}

.homeHeadings>span {
	background-color: rgba(255, 255, 255, 0.85);
	text-align: left;
	line-height: 1.42;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}

#homeHeadingTandem {
	width: 100%;
	margin-bottom: 2px;
	display: none;
	margin-top: 6%;
}

#homeHeadingWho {
	font-size: 35px;
}

#homeHeadingWhat {
	font-size: 45px;
}

#homeHeadingWhere, #homeHeadingWhen {
	font-size: 25px;
}

.col-lg-3 {
	padding: 0;
}

.marginTop20 {
	margin-top: 20px;
}

.travelDiv>div>div {
	padding: 8px 8px;
}

.thumb {
	width: 100px;
	height: 100px;
	background: center;
	background-size: cover;
	margin: 1px;
}

.photosLink {
	text-align: center;
	font-size: large;
	margin-top: 45px;
}