/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 24, 2017 */

@font-face {
    font-family: 'texgyrescholabold';
    src: url('../fonts/texgyreschola-bold-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyrescholabold_italic';
    src: url('../fonts/texgyreschola-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyrescholaitalic';
    src: url('../fonts/texgyreschola-italic-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyrescholaregular';
    src: url('../fonts/texgyreschola-regular-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background-color: #efefef;
}

html {
	padding: 10px;
}

a, a:link {
	text-decoration: none;
}

.gbPhone a {
	color: black;
	font-size: 20px;
	margin-top: 10px;
	display: block;
}

.gbPhone.white a {
	color: white;
}

.gbPanel {
	padding: 20px 0px;
}

.gbLeadText {
	font-size: 16px;
	font-style: italic;
}

.gbTextPanel {
	font-family: 'texgyrescholaregular';
	font-size: 12px;
	color: #000;
}

.gbTextPanel.white {
	color:white;
}

#gbGrandHotel {
	background: url('../img/grandHostelRailing5o.png') repeat #fff;
}

#gbGrandHostel {
	background-color: #000;
}

.gbHotelLinks {
	margin-top: 30px;
}

.gbHotelLinks a {
	padding: 10px 20px;
	background-color: #fff;
}

.gbHotelLinks a.black {
	background-color: #000;
	color: #fff;
}

.gbHotelLinks a {
	font-size: 17px;
	font-family: 'Times new roman';
	font-style: italic;
	color: #000;
}

.gbHotelLinks a:hover {
	background-color: #666;
	color: white;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.gbHotelLinks .black a {
	color: white;
}

.gbMenu {
	cursor: pointer;
}

.gbHotelPic {
	margin: 30px 0px 10px 0px;
	display: inline-block;
	border: 2px solid #000;
	padding-top: 10px;
	background-color: #fff;
}

.gbHotelPic.grey {
	border: 2px solid #efefef;
}

.about:before {
	font-family: 'Fontawesome';
	font-size: 14px;
	content: '\f05a';
}

.gbReadMore {
	cursor: pointer;
	font-size: 22px;
}

.sash {
    position: absolute;
    top: 0;
    left: 0px;
    height: 90px;
    width: 90px;
    background: url('../img/grandHotelComingSoonRed.png') no-repeat top left;
    background-size: contain;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.gbWrapper {
		min-height: 100vh;
	}

	.gbPanel {
		min-height: 100vh;
		padding: 60px 0px;
	}

	.gbLeadText {
		font-size: 18px;
	}

	.gbReadMore {
		display: none;
	}

	.sash {
	    height: 130px;
	    width: 130px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.gbHotelPic {
		margin: 50px 0px 40px 0px;
	}   

	.gbPanel {
		padding: 90px 0px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}