/* *************** RESETS ************* */
 html {
    box-sizing: border-box;
	margin:0;
	padding:0;
}
body {
    margin:0;
	font-family: 'Quicksand', sans-serif;
    font-size:.9em;
}
/* *************** MENU ************* */
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 200;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 30px;
  right: -100%;
  height: auto;
  padding-left:18px;
  background-color:rgba(21, 21, 21, .8);
  outline:solid 1px #333;
  box-shadow: -2px 2px 9px rgba(0, 0, 0, .4);
  z-index:200;
  /* transition-duration: .25s; */
}
.menu__item {
  display: block;
  padding: 9px 44px 9px 0;
  color: #333;
  /*  transition-duration: .25s; */
}
.menu__item:hover {
  background-color: rgba(235, 140, 140, 0.3);
}
.indent-menu {
  	padding: 0 0 0 17px;
	line-height:1.5rem;
}
.dropdown {
  position: relative;
}
.dropdown-content {
  display: none;
  /* position: absolute; */
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 6px 0px 6px 20px;
  line-height:26px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: inline;
}
/* ************** GENERAL STYLES ************ */
#back2Top {
    width: 30px;
    height:20px;
    line-height: 30px;
    overflow: hidden;
    z-index: 1000;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 30px;
    right: 40px;
    padding:4px 4px 13px 4px;
    border:1px solid #555;
    border-radius:2px;
    background: rgba(66, 151, 223, 0.7);
    color: #eee;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
#back2Top:link {
    background: rgba(66, 151, 223, 0.7);
    color: #eee;
}
#back2Top:visited {
    background: rgba(66, 151, 223, 0.7);
    color: #eee;
}
#back2Top:hover {
    background: rgba(52, 118, 174, 0.8);
    color: #ccc;
}
#back2Top:active {
    background: rgba(66, 151, 223, 0.7);
    color: #eee;
}
img {
	max-width:100%;
	height:auto;
}
.logo {
	height:auto;
	padding:0 13px;
	border:solid 2px #eee;
	margin-right:12px;
	float:left;
	font-family: 'Italiana', serif;
 	font-size:47px;
	letter-spacing:-2px;
}
.logo-text {
	line-height:18px;
}
a.navigation:link {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.navigation:visited {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.navigation:hover {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
	background-color: rgba(235, 140, 140, 0.3);
}
a.navigation:active {
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
}
a.logonav:link {
	color:#eee;
	text-decoration:none;
}
a.logonav:visited {
	color:#eee;
	text-decoration:none;
}
a.logonav:hover {
	color:#eee;
	text-decoration:none;
}
a.logonav:active {
	color:#eee;
	text-decoration:none;
}
a:link {
	color:#ff7070;
	text-decoration:none;
}
a:visited {
	color:#ff7070;
	text-decoration:none;
}
a:hover {
	color:#aa5555;
	text-decoration:underline;
}
a:active {
	color:#ff7070;
	text-decoration:none;
}
a:link[href^="tel:"] {
	color:#eee;
	text-decoration: none;
}
a:visited[href^=tel] {
	color:#eee;
	text-decoration: none;
}
a:hover[href^=tel] {
	color:#ddd;
	text-decoration: underline;
}
a:active[href^=tel] {
	color:#eee;
	text-decoration: none;
}
h2 {
	font-family: 'Comfortaa', cursive;
	font-size:1.2rem;
	text-transform: uppercase;
	letter-spacing:.5em;
	padding-bottom:14px;
}
h3 {
	font-family: 'Comfortaa', cursive;
	font-size:.8rem;
	text-transform: uppercase;
	letter-spacing:.3rem;
	text-align:center;
}
.contact-head {
	color:#eee;
	font-size:.8rem;
	letter-spacing:.3rem;
	line-height:1.1rem;
}
.black-back {
	color:#eee;
	text-align:center;
	font-size:1rem;
	text-transform: uppercase;
	letter-spacing:.5em;
	border-bottom:solid 4px #ccc;
}
.white-back {
	text-align:center;
	font-size:1rem;
	text-transform: uppercase;
	letter-spacing:.5em;
	padding-bottom:14px;
}
.smaller {
	font-size:.7rem;
	letter-spacing:.2rem;
}
.button {
	width:100%;
	display:flex;
	justify-content:center;
}
.btn {
	width:100px;
	border:solid 2px #d29696;
	border-radius:3px;
	padding: 12px 22px;
	margin-bottom:18px;
	font-size: 18px;
	cursor: pointer;
	text-align:center;
}
.text-area {
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	opacity:80%;
}
.text-urbino {
	color:#eee;
	font-family: 'Comfortaa', cursive;
	font-size:50px;
	letter-spacing:.8rem;
	text-transform:uppercase;
	padding-top:60px;
}
.text-cairo {
	color:#eee;
	font-family: 'Comfortaa', cursive;
	font-size:54px;
	letter-spacing:1rem;
	text-transform:uppercase;
	padding-top:30px;
}
.text-florence {
	color:#eee;
	font-family: 'Comfortaa', cursive;
	font-size:50px;
	letter-spacing:.2rem;
	text-transform:uppercase;
	padding-top:20px;
}
.text-london {
	color:#eee;
	font-family: 'Comfortaa', cursive;
	font-size:50px;
	letter-spacing:.5rem;
	text-transform:uppercase;
	padding-top:20px;
}
.fact-sheet-header {
	margin-top:18px;
	padding-bottom:8px;
	line-height:1.4rem;
}
.fact-sheet {
	font-size:14px;
	color:#ccc;
	line-height:1.2rem;
}
.fact-sheet-header-other {
	margin-top:18px;
	padding-bottom:8px;
	line-height:1.4rem;
}
.fact-sheet-other {
	font-size:14px;
	line-height:1.2rem;
}

/* ************** LAYOUT STYLES ************ */
.container {
	display:grid;
	grid-template-columns:1fr;
	grid-auto-rows:minmax(80px, auto);
	/* Below needed to keep screen from jumping at end of animation */
	overflow:hidden;
} 
header {
	position:static;
	height:540px;
    grid-column:1/2;
	grid-row:1/2;
}
#videoBG {
	position:static;
	z-index: -1;
	height:680px;
	grid-row:1/2;
	grid-column:1/2;
	
}
video {
	max-width:100%;
	height:auto;
	object-fit: cover;
	width: 100vw;
  height: 100vh;
}
@media (min-aspect-ratio:16/9) {
	#videoBG {
		width:100%;
		height:auto;
	}
}



 .header-florence {
	position:static;
	height:540px;
}
 .header-istanbul {
	position:static;
	height:540px;
}
 .header-cairo {
	position:static;
	height:540px;
}
 .header-london {
	position:static;
	height:540px;
}
/* VIGNETTE */
/*    .header-london::after {
        content: '';
        height:50vh;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
        opacity:0.5;
        background-color:rgba(30, 30, 30, 0.8);
        box-shadow: inset 280px -150px 390px 340px #000;
    }
*/           

nav {
	color:#ddd;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:60px 30px;
	padding:16px 0 6px 0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
	background: linear-gradient(0deg, rgba(60,60,60,.4) 0%, rgba(20,20,20,.8) 50%, rgba(8,8,8,1) 100%);
	transition: all 300ms ease-in-out;
}

.scroll-down nav {
	transform:translate3d(0, -200%, 0);
	background: linear-gradient(0deg, rgba(60,60,60,.4) 0%, rgba(20,20,20,.8) 50%, rgba(8,8,8,1) 100%);
}

.scroll-up nav {
	background: linear-gradient(0deg, rgba(60,60,60,.4) 0%, rgba(20,20,20,.8) 50%, rgba(8,8,8,1) 100%);
}
a.logolink:link {
	color:#fff;
	text-decoration:none;
}
a.logolink:visited {
	color:#fff;
	text-decoration:none;
}
a.logolink:hover {
	color:#fff;
	text-decoration:none;
}
a.logolink:active {
	color:#fff;
	text-decoration:none;
}
nav ul {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
nav ul li {
	display: inline;
	list-style-type: none;
}
.nav1 {
	grid-column:1/3;
	margin-left:40px;
	font-size:1.1rem;
	font-weight:bold;
	letter-spacing: 6px;
	padding-top:6px;
	text-transform:uppercase;
	width:500px;
}
.nav2 {
	grid-column:1/3;
	margin-left:6px;
	margin-right:40px;
	width:92%;
}
.panel2 {
	grid-column:1/2;
	padding:0 40px;
	display:grid;
	grid-template-columns:3fr  2fr;
	padding:26px 40px 30px 40px;
	z-index:100;
}
.panel2-text {
	grid-column:1/3;
	padding:0 20px 0 8px;
	line-height:1.6em;
}
.panel2-map {
	grid-column:1/3;
}
.panel3 {
	grid-column:1/2;
	display: grid;
    grid-template-columns:1fr 1fr;
    justify-content: center;
	padding:30px;
	/* BELOW USES BOTH A BACKGROUND COLOR AND BACKGROUND IMAGE */
	background:linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(images/urbino-back3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	z-index:100;
}
.panel3-florence {
	grid-column:1/2;
	display: grid;
    grid-template-columns:1fr 1fr;
    justify-content: center;
	padding:30px;
	/* BELOW USES BOTH A BACKGROUND COLOR AND BACKGROUND IMAGE */
	background:linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(images/florence-back3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	z-index:100;
}
.panel3-istanbul {
	grid-column:1/2;
	display: grid;
    grid-template-columns:1fr;
	z-index:100;
}
.panel3-cairo {
	grid-column:1/2;
	display: grid;
    grid-template-columns:1fr 1fr;
    justify-content: center;
	padding:30px;
	/* BELOW USES BOTH A BACKGROUND COLOR AND BACKGROUND IMAGE */
	background:linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(images/cairo-back3.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	z-index:100;
}
.panel3-london {
	grid-column:1/2;
	display: grid;
    grid-template-columns:1fr;
	z-index:100;
}
.slideshow-container {
	grid-column:1/2;
}
.panel3-text {
	grid-column:1/3;
	padding:0 16%;
}
.panel3-auto {
	grid-column:1/3;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    justify-content: center;
}
.panelpre4 {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	padding:30px 0; 
	z-index:100; 
}
.panelpre4-text {
	grid-column:1/4;
	padding:0 6px;
	margin-left:40px;
	margin-right:30px;
}
.panelpre4-auto {
	grid-column:1/4;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(233px, auto));
    justify-content: center;
    margin:0 30px 0 30px;
}
.panel4 {
	grid-column:1/2;
	color:#ccc;
	padding:0 40px;
	display:grid;
	grid-template-columns:2fr 3fr;
	padding:40px;
	background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(images/vitruvian.jpg); 
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center top;
	background-size: cover;
	border-bottom:1px solid #333;
	z-index:100;
}
.panel4-photo {
	grid-column:1/3;
	z-index:100;
}
.panel4-wrapper {
	grid-column:1/3;
	border:1px solid #777;
	padding-top:12px;
	background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)); 
	margin-top:30px;
	z-index:100;
}
.panel4-text {
	padding:0 15px 0 15px;
	line-height:.9rem;
	z-index:100;
}
.panel4other {
	grid-column:1/2;
	padding:0 40px;
	display:grid;
	grid-template-columns:2fr 3fr;
	padding:40px;
	z-index:100;
}
.panel4other-photo {
	grid-column:1/3;
	z-index:100;
}
.panel4other-wrapper {
	grid-column:1/3;
	margin-top:30px;
	z-index:100;
}
.panel4other-text {
	padding:0 15px 0 15px;
	line-height:.9rem;
	z-index:100;
}
.card {
    padding: 12px;
    color: #ddd;
    border: 1px solid #222;
    border-radius: 2px;
    margin: 12px 8px 0 8px;
    background-color:rgba(30, 30, 30, 0.8);
    }
.sites {
    padding: 0px;
    color: #555;
    margin: 12px 8px 0 8px;
    }
.overlay {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(2px, auto);
    align-items: end;
    }
.image-box1 {
    grid-column: 1;
    grid-row: 1;
    }
.image-box2 {
    grid-column: 1;
    grid-row: 1;
    height: 1.3em;
    background-color: rgba(230, 230, 230, 0.7);
    color: #444;
    font-size: 1.2em;
    padding: 10px;
    }
.description {
    margin-top: 10px;
    }

.panel5 {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr;
	background-image:url(images/contact.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	color:#eee;
	padding:30px 0; 
	z-index:100; 
}
.panel5-florence {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr;
	background-image:url(images/florence-back5.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	color:#eee;
	padding:30px 0;
	z-index:100;  
}
.panel5-istanbul {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr;
	background-image:url(images/istanbul-back5.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	color:#eee;
	padding:30px 0;
	z-index:100;  
}
.panel5-cairo {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr;
	background-image:url(images/cairo-back5.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	color:#eee;
	padding:30px 0;
	z-index:100;  
}
.panel5-london {
	grid-column:1/2;
	display: grid;
	grid-template-columns:1fr 1fr;
	background-image:url(images/london-back5.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	color:#eee;
	padding:30px 0; 
	z-index:100; 
}
.panel5-text {
	grid-column:1/3;
	padding-bottom:20px;
	padding:0 5rem; 
}
.panel5-item1 {
	grid-column:1/3;
	margin:0 50px;
}
.panel5-item2 {
	grid-column:1/3;
	margin:0 50px;
}
.contact-form-inputs {
	width:75%; 
    height:25px; 
    background-color:transparent; 
    color:#eee; 
    font-size:1.2rem;
}
footer {
	grid-column:1/2;   
	display: grid;
	grid-template-columns:1fr 1fr;
	background-image: linear-gradient(#333, #111);
	color:#eee;
	font-size:.8rem;
	line-height:1.2em;
	padding:30px;
	z-index:100;
}
.footer1 {
    grid-column:1/2;
    text-align:left;
}
.footer2 {
    grid-column:2/3;
    text-align:right;
}

@media only screen and (min-width:480px) {
.text-urbino {
	font-size:84px;
	letter-spacing:1rem;
	padding-top:40px;
}
.text-cairo {
	font-size:94px;
	letter-spacing:1.1rem;
	padding-top:40px;
}
.text-florence {
	font-size:64px;
	letter-spacing:.7rem;
	padding-top:40px;
}
.text-london {
	font-size:84px;
	letter-spacing:.8rem;
	padding-top:34px;
}
}         
@media only screen and (min-width:620px) {
#back2Top {
    width: 35px;
    height:25px;
    line-height: 35px;
    bottom: 14px;
    right: 40px;
    padding:4px 4px 13px 4px;
    font-size: 30px;
}
a.navigation:link {
    font-size:.9rem;
}
.text-urbino {
	font-size:116px;
}
.text-cairo {
	font-size:126px;
}
.text-florence {
	font-size:80px;
}
.text-london {
	font-size:94px;
}
.black-back {
	font-size:1.2rem;
}
.white-back {
	font-size:1.2rem;
}
.panelpre4-text {
	padding:0 5rem; 
} 
.panel5-text {
	padding:0 10rem; 
} 
footer  {
	font-size:.9rem;
} 
}

@media only screen and (min-width:710px) {
.fact-sheet-header {
	margin-top:0;
	padding-bottom:8px;
}
.fact-sheet {
	font-size:14px;
	line-height:1.4rem;
}
.panel4-photo {
	grid-column:1/2;
}
.panel4-wrapper {
	margin-top:0;
	grid-column:2/3;
	margin-left:32px; 
}
.panel4-text {
	grid-column:2/3;
	line-height:1.6rem;
}
.panel4other-photo {
	grid-column:1/2;
}
.panel4other-wrapper {
	margin-top:0;
	grid-column:2/3;
	margin-left:32px; 
}
.panel4other-text {
	grid-column:2/3;
	line-height:1.6rem;
}
} 
            
@media only screen and (min-width:900px) {
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  padding: 8px;
  line-height:34px;
  box-shadow:none;
}
.dropdown:hover {
  display: inline;
  background-color:rgba(0,0,0,0.7);
  	outline:solid 1px #333;
}
#back2Top {
    width: 40px;
    height:30px;
    line-height: 40px;
    bottom: 14px;
    right: 40px;
    padding:4px 4px 13px 4px;
    font-size: 30px;
}
.gone {
	display:none;
}
// MENU BEGINS ***************
.menu__toggle {
	display:inline;
}
.menu__btn {
	display:none;
}
.menu__box {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	color:white;
  	position: initial;
	background-color:initial;
	outline:initial;
  	margin: 0 0 0 -8px;
  	list-style-type: none;
  	box-shadow: none;
  	margin-top:-20px;
}
.menu__item {
	color:white;
  	display: block;
  	padding: 12px 0px;
  	color: #333;
  	text-decoration: none;
}
// MENU ENDS ***************

a.navigation:link {
    font-size:.85rem;
    letter-spacing:1px;
}
.logo-text {
	font-size:20px;
	line-height:18px;
}
nav {
	padding:16px 0 16px 0;
	width:100%;
}
.nav1 {
	grid-column:1/3;
	grid-row:1;
	font-size:1.1em;
 	font-weight:bold;
	letter-spacing:8px;  
}
.nav2 {
	grid-column:1/3;
	grid-row:2;
	margin-top:6px;
	margin-left:30px;
}
nav ul {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
nav ul li {
	display: inline;
	list-style: none;
}
.fact-sheet {
	font-size:16px;
	line-height:1.6rem;
}
.text-urbino {
	font-size:136px;
	letter-spacing:1.9rem;
	padding-top:160px;
}
.text-cairo {
	font-size:140px;
	letter-spacing:2rem;
	padding-top:80px;
}
.text-florence {
	font-size:100px;
	letter-spacing:1.9rem;
	padding-top:80px;
}
.text-london {
	font-size:100px;
	letter-spacing:1.9rem;
	padding-top:80px;
}

.map {
	width:90%;
	border-top:1px solid #444;
	border-right:2px solid #999;
	border-bottom:1px solid #444;
	border-left:1px solid #444;
}
.panel2-text {
	grid-column:1/2;
}
.panel2-map {
	grid-column:2/3;
	padding-left:4px;
	margin-top:-60px;
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius:6px 6px 0 0;
}
.panelpre4-text {
	padding:0 10rem; 
} 
.panel5-text {
	padding:0 20rem; 
}  
.panel5-item1 {
	grid-column:1/2;
	margin:0 10px 0 70px;
}
.panel5-item2 {
	grid-column:2/3;
	margin:0 70px 0  10px;
}
}
@media only screen and (min-width:1024px) {
.menu__box {
  padding-left:19px;
}
a.navigation:link {
    font-size:.9rem;
    letter-spacing:2px;
}
.text-urbino {
	font-size:136px;
	letter-spacing:2.3rem;
}
.text-cairo {
	font-size:146px;
	letter-spacing:2.4rem;
}
.text-london {
	font-size:126px;
	letter-spacing:2rem;
}
}
@media only screen and (min-width:1300px) {
a.navigation:link {
    font-size:.9rem;
    letter-spacing:2px;
}
}

