@charset "UTF-8";
/* CSS Document */

#wrapper {
	max-width: 1366px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.header {
	background-color: hsla(219,81%,10%,0.15);
	width: 100%;
	height: auto;
}
.logo {
	margin-left: 75px;
	padding-left: 0;
	margin-top: 13px;
	margin-bottom: 7px;
	width: 13%;
	height: auto;
}
header {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*Hero Images*/
.herohome {
	width: 100%;
	height: auto;
	background-image: url(../images/herohome.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: relative;
}

.herocourse {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/herocourse.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.heroworks {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/heroworks.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.heromontone {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/heromontone.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.herotrips {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/herotrips.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.herofinances {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/herofinances.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.heroartists {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/heroartists.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.herohistory {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/herohistory.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.herotips {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/herotips.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
nav {
	width: 100%;
	height: 50px;
	position: relative;
	background-color: rgba(255,255,255,0.60);
	/*light blue rgba(178, 197, 209, 0.50);*/
	margin: 0;
	padding-top: 0;
	letter-spacing: .10px;
	}

nav li {
	display: inline-block;
}

nav ul ul {
	position: absolute;
	background-color: rgba(255,255,255,0.50);
	padding: 0;
	font-size: .9em;
	text-align: left;
	display: none;
	width: 250px;
	-moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

nav ul ul li { 
	display: block;
	margin-left: 0; 
}
.sublinks{
	padding: 10px 0 10px 8px;
	width: 242px;
}
nav li:hover ul { display: block; }

nav ul {
	text-align: center;
	font-size: 1.6em;
	font-family: 'Adobe Garamond Pro';
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav a {
	clear: right;
	margin-right: 10px;
	text-decoration: none;
	display: block;
	height: 19px;
	padding: 13px 8px;
}
.currentlink{
	border-bottom: 5px solid hsla(219,81%,10%,0.40);
}

nav a:link { 
	color: #0b1c3b; 
}

nav a:visited { 
	color: #0b1c3b;
}

nav a:hover {
	color: #fff;
	background-color: hsla(219,81%,10%,0.40);
	border-bottom: 5px solid #FFFFFF;
	display: inline-block;
}
.circle{
	display: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: right;
	background-color: rgba(255,255,255,0.70);
	position: relative;
	padding: 3px;
	margin: 2%;
}
label{
	font-size: 1.5em;
	display: none;
	float: right;
	color: hsla(219,81%,10%,0.70);
	position: absolute;
	top: 0.5px;
	right: 7.2px;
}
#toggle{
	display: none;
}
.mainheading{
	padding-top: 20%;
}
.subheading{
	padding-top: 40%;
}
.fullimg{
	padding-top: 50%;
}
h1 {
	font-family: 'Adobe Garamond Pro';
	font-size: 2.6em;
	color: #0b1c3b;
	padding: 10px 15px 3px 75px;
	background-color: hsla(0,0%,100%,0.65);
	display: inline-block;
	letter-spacing: 0.9px;
}

main {
	font-family: helvetica, sans serif;
	font-size: 1.1em;
}
.bannerimg{
	width: 100%;
	height: auto;
	display: none;
}

/*Home Main Content*/
.mainwrapper {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 20px;
}
.mobilelinks{
	display: none;
}
.headinglinks {
	color: #a20f05;
	text-decoration: none;
}
.leftlinehome {
	border-left: 1px solid #000000;
}
.leftlinehome h2,p{
	padding-left: 15px;
	padding-right: 0;
}
.leftlinehome p{
	margin-top: 5px;
	
}
.leftlinehome h2{
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.links {
	float: left;
	width: 31.33%;
	margin: 1%;
}

.imglinkstophome {
	width: 100%;
	height: auto;
}
.imglinksbottom {
	width: 100%;
	height: auto;
}
.imglinksbr {
	width: 100%;
	height: auto;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.linkbottomleft {
	float: left;
	width: 64.66%;
	margin: 1%;
}
.linkbottomright {
	float: left;
	width: 31.34%;
	margin: 1%;
}

/*COURSE content*/
.imglinkstop {
	width: 100%;
	height: auto;
}

#courselgdrawing {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/courselgdrawing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.overline {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	margin-bottom: 40px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.underline {
	border-bottom: 1px solid #000000;
	margin-top: 30px;
	padding-bottom: 0px;
}
.twocolumn {
	width: 48%;
	float: left;
	margin: 1%;
}
.twocolumn ul{
	margin-top: 0;
	padding-top: 0;
}
.twocolumn ul li {
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
}
.villaimg {
	width: 100%;
	height: auto;
}
.smimg {
	width: 95%;
	height: auto;
	max-width: 500px;
}
.grey {
	width: 100%;
	background-color: #f1f1f1;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 25px;

}
.greyrow {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding: 1%;
}
.greyrow:after {
	content: "";
	display: table;
	clear: both;
}
.threelinks {
	float: left;
	width: 31.33%;
	margin: 1%;
}
.email{
	text-decoration: none;
	color: #a20f05;
}
.email:hover{
	text-decoration: underline;
}

/*Student Works*/
.gallery { 
	margin: 10px 50px;
}

.gallery img { 
	transition: 1s;
	padding: 15px;
	width: 175px;
	height: 175px 
}

.gallery img:hover { 
	transform: scale(1.1);
}

/*Montone*/
#montonepiazza {
	background-image: url(../images/montonelgpiazza.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#montoneluca {
	background-image: url(../images/montoneluca.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#montonefarmacia {
	background-image: url(../images/montonefarmacia.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#montonevilla {
	background-image: url(../images/montonevilla.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.villatwocolumn {
	width: 48%;
	float: left;
	margin: 1%;
}
.leftline {
	border-left: 1px solid #000000;
	
}
.leftline h2,p{
	padding-left: 15px;
	padding-right: 25px;
}
.leftline p{
	margin-top: 5px;
	
}
.leftline h2{
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*Trips*/
#tripsflorence {
	background-image: url(../images/tripsflorence.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
#tripsorvieto {
	background-image: url(../images/tripsorvieto.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
#tripspiero {
	background-image: url(../images/tripspiero.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
#tripsrome {
	background-image: url(../images/tripsrome.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
#tripsvenice {
	background-image: url(../images/tripsvenice.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.blublinks {
	float: left;
	width: 31.33%;
	margin: 1%;
}
.blubrow {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-left: 30px;
	margin-bottom: 40px;
}
.imgsblub {
	width: 100%;
	height: auto;
}
.blubrow:after {
	content: "";
	display: table;
	clear: both;
}
.leftlinelgtext {
	border-left: 1px solid #000000;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	max-width: 80%;
}
.leftlinelgtext p{
	padding-right: 0;
}

/*Featured Artists*/
#scroll {
	position: fixed;
	right: 15px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: hsla(219,81%,10%,0.50);
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: 200;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:hsla(4,94%,33%,0.80);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.artistimgcolumn{
	width: 55%;
	margin-bottom: 6px;
	position: relative;
}
.smimgartist {
	width: 95%;
	height: auto;
}
.bottom-left {
 	position: absolute;
  	bottom: 0px;
  	left: 0px;
	background-color: rgba(255,255,255,0.65);
	width: 100%;
}
.bottom-left h4{
	font-family: 'Adobe Garamond Pro';
	font-size: 1.2em;
	margin: 5px 0 0 20px;
	color: #0b1c3b;
}
.bottom-left p{
	font-family: 'Adobe Garamond Pro';
	font-size: 1em;
	margin: 0 0 8px 6px;
	color: #0b1c3b;
}
.artisttextcolumn{
	width: 45%;
}
.floatright{
	float: right;
}
.floatleft{
	float: left;
}
.artistoverline {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	margin-right: 100px;
}

.artisttextcolumn h2{
	margin-bottom: 0;
}
.artisttextcolumn p{
	margin: 10px 10px;
}
h3{
	font-family: 'Adobe Garamond Pro';
	color: #a20f05;
	margin: 0 0 0 22px;
	padding-top: 0;
	font-weight: normal;
}

/*History*/
#historyquoteimg {
	background-image: url(../images/historyquoteimg.jpg);
	width: 100%;
	min-width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.quote{
	padding: 4%;
}
.quoteblock{
	width: 40%;
	background-color: hsla(0,0%,0%,0.50);
	color: #fff;
	border: thin solid hsla(0,0%,0%,0.0);
	border-radius: 9px;
}

blockquote{
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	margin: 35px;
}
blockquote p{
	font-size: 1.2em;
	font-weight: bold;
}
cite{
	display: block;
	text-align: right;
	font-style: italic;
	margin-right: 10%;
}

/*Travel Tips*/
#tipspackingimg {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/tipspackingimg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#tipsknowimg {
	width: 100%;
	min-width: 100%;
	height: auto;
	background-image: url(../images/tipsknowimg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.tipsimgcolumn{
	width: 30%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
.tipstextcolumn{
	width: 60%;
	float: right;
}
.tipstextcolumn ul{
	margin-top: 5px;
	padding-top: 0;
}
.tipstextcolumn ul li {
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
}
.tipstextcolumn ul ul{
	margin-top: 10px;
}
.tipssmimg {
	width: 95%;
	height: auto;
	margin: 6px 0;
}

h2 {
	font-family: 'Adobe Garamond Pro';
	color: #a20f05;
	margin-top: 10px;
}

footer {
	background-color: #0B1C3B;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
footer li {
	display: inline-block;
}
footer ul {
	font-family: helvetica, sans serif;
	list-style-type: none;
	padding-top: 25px;
	text-align: center;
}
footer p {
	font-family: helvetica, sans serif;
	color: #fff;
	margin: 8px 0;
	padding: 0;
	text-align: center;
}
#copyright {
	margin: 50px 40px 0;
	padding-bottom: 30px;
}
footer a {
	margin-right: 12px;
	text-decoration: none;
}
footer a:link {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}
footer a:visited {
	color: #fff;
}
.lgtextwidth {
	max-width: 80%;
}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	nav ul{
		font-size: 1.21em;
	}
	.logo{
		width: 15%;
	}
	nav{
		height: 42px;
	}
	nav a{
		padding: 13px 8px 5px;
	}
	nav ul ul{
		width: 200px;
	}
	.sublinks{
		width: 192px;
	}
	h1{
		font-size: 2em;
	}
	
	main {
		font-size: .83em;
	}
	footer ul{
		font-size: .7em;
	}
	footer p{
		font-size: .8em;
	}
	#copyright{
		margin-top: 30px;
		padding-bottom: 20px;
	}
	
	/*History*/
	.quoteblock{
		width: 47%;
	}
	blockquote p{
		font-size: 1.1em;
		letter-spacing: .1px;
	}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	header{
		width: 80%;
		float: left;
	}
	.circle{
		display: block;
		cursor: pointer;
	}
	label{
		display: block;
		cursor: pointer;
	}
	#toggle:checked + ul{
		display: block;
	}
	nav ul{
		font-size: 1.21em;
		height: auto;
		width: 100%;
		display: none;
	}
	.logo{
		width: 23%;
		margin-left: 8%;
	}
	.currentlink{
		border-bottom: none;
	}
	nav{
		height: auto;
		background-color: rgba(255,255,255,0.00);
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav li{
		display: block;
	}
	nav li a{
		display: block;
		padding: 10px 8px 5px;
		margin: 0;
		height: auto;
		width: 100%;
	}
	nav ul{
		font-size: 1em;
		padding: 0;
		margin: 9% 0 0 0;
		width: 100%;
		background-color: rgba(255,255,255,0.80);
		z-index: 200;
		position: absolute;
	}
	
	nav ul ul{
		width: 150px;
		text-align: left;
		margin: 0 0 0 65%;
	}
	.sublinks{
		width: 142px;
	}
	.herohome{
		background-size:cover;
	}
	.mainheading{
		padding-top: 25%;
	}
	h1{
		font-size: 1.2em;
	}
	.subheading h1{
		font-size: 1.4em;
	}
	main {
		font-size: .80em;
	}
	.leftlinelgtext{
		max-width: 100%;
	}
	h2{
		font-size: 1.4em;
	}
	.bannerimg{
		display: block;
	}
	.lgtextwidth{
		max-width: 100%;
	}
	
	
	/*Home*/
	.mainwrapper{
		width: 90%;
	}
	.hide{
		display: none;
	}
	.links{
		float: left;
		width: 48%;
		margin: 1%;
	}
	.imglinkstophome{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.linkbottomleft{
		float: none;
		width: 100%;
		margin: 0;
	}
	.linkbottomright{
		float: none;
		width: 100%;
		margin: 0;
	}
	.leftlinehome h2,p{
		padding-right: 0;
	}
	.mobilelinks{
		display: block;
	}
	
	/*Course*/
	.twocolumn{
		width: 100%;
		margin-left: 0;
	}
	.threelinks{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.greyrow{
		margin-top: 0;
		padding-top: 0;
	}
	.grey{
		padding-top: 0;
	}
	
	/*Student Works*/
	.gallery img{
		width: 120px;
		height: 120px;
	}
	
	/*Road Trips*/
	.blubrow{
		padding-left: 0;
		width: 100%;
	}
	
	/*Featured Artists*/
	.artistimgcolumn{
		width: 100%;
	}
	.artisttextcolumn{
		width: 100%;
	}
	.artistoverline{
		margin-top: 20px;
	}
	.floatleft{
		float: none;
	}
	.floatright{
		float: none;
	}
	
	/*History*/
	
	.quoteblock{
		width: 60%;
	}
	blockquote{
		margin: 15px;
		border-top: 3px solid #FFFFFF;
		border-bottom: 3px solid #FFFFFF;
	}
	blockquote p{
		font-size: 1em;
		letter-spacing: .1px;
	}
	cite{
		font-size: .9em;
	}
	
	/*Travel Tips*/
	.tipsimgcolumn{
		width: 100%;
	}
	.tipssmimg{
		width: 31.33%;
		height: auto;
		float: left;
		margin: 1%;
	}
	.tipstextcolumn{
		width: 100%;
	}
	
	footer{
		width: 100%;
	}
	footer ul{
		font-size: .7em;
		text-align: left;
		padding: 20px 35px 0;
		
	}
	footer p{
		font-size: .8em;
		text-align: left;
	}
	footer a{
		margin-right: 5px;
	}
	
	#copyright{
		margin: 20px 35px 0;
	}
	
}

/* Mobile */
@media (max-width: 320px) {
	header{
		width: 80%;
		float: left;
	}
	.circle{
		display: block;
		cursor: pointer;
	}
	label{
		display: block;
		cursor: pointer;
	}
	#toggle:checked + ul{
		display: block;
	}
	nav ul{
		font-size: 1.21em;
		height: auto;
		width: 100%;
		display: none;
	}
	.logo{
		width: 23%;
		margin-left: 8%;
	}
	.currentlink{
		border-bottom: none;
	}
	nav{
		height: auto;
		background-color: rgba(255,255,255,0.00);
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav li{
		display: block;
	}
	nav li a{
		display: block;
		padding: 10px 8px 5px;
		margin: 0;
		height: auto;
		width: 100%;
	}
	nav ul{
		font-size: 1em;
		padding: 0;
		margin: 9% 0 0 0;
		width: 100%;
		background-color: rgba(255,255,255,0.80);
		z-index: 200;
		position: absolute;
	}
	
	nav ul ul{
		width: 150px;
		text-align: left;
		margin: 0 0 0 65%;
	}
	.sublinks{
		width: 142px;
	}
	.herohome{
		background-size:cover;
	}
	.mainheading{
		padding-top: 25%;
	}
	h1{
		font-size: 1.2em;
	}
	.subheading h1{
		font-size: 1.4em;
	}
	main {
		font-size: .80em;
	}
	.leftlinelgtext{
		max-width: 100%;
	}
	h2{
		font-size: 1.4em;
	}
	.bannerimg{
		display: block;
	}
	.lgtextwidth{
		max-width: 100%;
	}
	
	
	/*Home*/
	.mainwrapper{
		width: 90%;
	}
	.hide{
		display: none;
	}
	.links{
		float: left;
		width: 48%;
		margin: 1%;
	}
	.imglinkstophome{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.linkbottomleft{
		float: none;
		width: 100%;
		margin: 0;
	}
	.linkbottomright{
		float: none;
		width: 100%;
		margin: 0;
	}
	.leftlinehome h2,p{
		padding-right: 0;
	}
	.mobilelinks{
		display: block;
	}
	
	/*Course*/
	.twocolumn{
		width: 100%;
		margin-left: 0;
	}
	.threelinks{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.greyrow{
		margin-top: 0;
		padding-top: 0;
	}
	.grey{
		padding-top: 0;
	}
	
	/*Student Works*/
	.gallery img{
		width: 120px;
		height: 120px;
	}
	
	/*Road Trips*/
	.blubrow{
		padding-left: 0;
		width: 100%;
	}
	
	/*Featured Artists*/
	.artistimgcolumn{
		width: 100%;
	}
	.artisttextcolumn{
		width: 100%;
	}
	.artistoverline{
		margin-top: 20px;
	}
	.floatleft{
		float: none;
	}
	.floatright{
		float: none;
	}
	
	/*History*/
	
	.quoteblock{
		width: 60%;
	}
	blockquote{
		margin: 15px;
		border-top: 3px solid #FFFFFF;
		border-bottom: 3px solid #FFFFFF;
	}
	blockquote p{
		font-size: 1em;
		letter-spacing: .1px;
	}
	cite{
		font-size: .9em;
	}
	
	/*Travel Tips*/
	.tipsimgcolumn{
		width: 100%;
	}
	.tipssmimg{
		width: 31.33%;
		height: auto;
		float: left;
		margin: 1%;
	}
	.tipstextcolumn{
		width: 100%;
	}
	
	footer{
		width: 100%;
	}
	footer ul{
		font-size: .7em;
		text-align: left;
		padding: 20px 35px 0;
		
	}
	footer p{
		font-size: .8em;
		text-align: left;
	}
	footer a{
		margin-right: 5px;
	}
	
	#copyright{
		margin: 20px 35px 0;
	}
}