@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #000 url(../../about-geneva/_assets/tours-bg.jpg) top no-repeat;
	/*background-size: 100% auto;*/
	background-size: cover;
	background-attachment:fixed;
}
.content .row {
    margin-bottom: 20px;
}
		h1 {
            font-family: Vollkorn;
            color: #daaf48;
            line-height: 35px;
            margin-top: 5px;
        }
		h2 {font-family:Vollkorn;color:#fff;}
		.logobar{
			text-align:center;
			margin-top:5%;
			max-width:500px;
			margin-left:auto;
			margin-right:auto;
			padding:15px;
		}
		.logo{width:100%;}
		.topbar {
			font-family:oswald;
			text-transform:uppercase;
			position:fixed;
			width:100%;
			top:0;
			background:url(../sitegraphics/navbarbac.png) center center repeat;
			padding:15px;
			letter-spacing:10px;
			color:#fff;
			text-align:center;
		}
		.footbar {
			font-family:oswald;
			font-size:12px;
			width:100%;
			padding:30px 15px;
			letter-spacing:4px;
			color:#fff;
			text-align:center;
			box-sizing: border-box;
		}
		.contentwrap {
			border: 2px solid #ffffff;
			max-width:80%;
			padding:40px;
			border-radius:10px;
			margin-right:auto;
			margin-left:auto;
			margin-top:3%;
			background:url(../sitegraphics/navbarbac.png) center center repeat;
		}
		.contentwrap-plain {
			max-width:80%;
			padding:0 40px 40px 40px;
			border-radius:10px;
			margin-right:auto;
			margin-left:auto;
		}
		.content {
		    color:white;
		    font-size:18px;
		    font-family:Nunito;
		    line-height: 25px;
		}
		
.buttonBox1 {
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    padding: .655em 1em .655em 0;
    padding-left: 1.2em;
    font-size: 18px;
    font-weight: 700;
    color: #291c03;
    min-height: 20px;
    background: linear-gradient(#e1e1e1,#e1e1e1 50%,#ccc 50%,#ccc);
    background-size: 100% 203%;
    transition: all 0.2s ease;
    line-height: 20px;
}

.buttonBox {
     cursor: pointer;
	 margin-bottom: 7px;
	 padding: .655em 1em .655em 1.2em;
	 font-size: 18px;
     font-weight: 700;
     color: #291c03;
	 background: #e1e1e1 url(../sitegraphics/arrow-down-circle-grey.png) no-repeat top 50% right;
	 border-radius: 3px 3px 3px 3px;
	 transition: all 0.2s ease;
}
 .buttonBox:hover {
	 background: #c6c6c6 url(../sitegraphics/arrow-down-circle-grey.png) no-repeat top 80% right;
}

.buttonBoxGold {
     cursor: pointer;
	 margin-bottom: 7px;
	 padding: .655em 1em .655em 1.2em;
	 font-size: 18px;
     font-weight: 700;
     color: #291c03;
	 background: #fbd664 url(../sitegraphics/arrow-down-circle-w.png) no-repeat top 50% right;
	 border-radius: 3px 3px 3px 3px;
	 transition: all 0.2s ease;
}
 .buttonBoxGold:hover {
	 background: #e4b646 url(../sitegraphics/arrow-down-circle-w.png) no-repeat top 80% right;
}

 .buttonBox-title {
	 width: 93%;
	 max-width: 550px;
	 display: inline-block;
}
 .buttonBox-arrow {
     font-size: 18px;
	 float: right;
}
 .buttonBox-arrow:after {
	 content: '';
	 display: block;
	 clear: both;
}
		
/* For devices larger than 550px */
@media (max-width: 550px) {
	h1 {margin-top:15px;margin-bottom:30px;}
	.logobar{
			text-align:center;
			margin-top:12%;
			padding:25px;
			padding-bottom:0;
		}
	.contentwrap {
			border: 2px solid #ffffff;
		padding:20px;
	}
	.topbar {
			font-family:oswald;
		font-size:14px;
			text-transform:uppercase;
			padding:15px;
			letter-spacing:5px;
			box-sizing: border-box;
		}
				.footbar {
			font-family:oswald;
			font-size:12px;
			width:100%;
			padding:30px 15px;
			letter-spacing:2px;
			color:#fff;
			text-align:center;
			box-sizing: border-box;
		}
}

/* For devices larger than 550px */
@media (max-width: 750px) {

	body {
		background: #000 url(../../about-geneva/_assets/tours-bg-portrait.jpg) top center no-repeat;
			background-size: cover;
		}
		
}


	

