Baltimore Marriott WaterfrontBaltimore Marriott Waterfront@charset "utf-8";
/* Color Set
#2C4171 - Dark Blue
#7D92AE - Light Blue
#812218 - Dark Red
#CD3E2A - Light Red
#90AD37 - Green
#D5CEBB - Tan
*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    background-image: url("wood.jpg");
    background-color: antiquewhite;
     font-family: "mae-variable",sans-serif,"arial black";
  font-variation-settings: 'wght' 900;
	line-height: 1.8;
    font-style: normal;
}

p{
    text-align: center;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.6;
    color: black;
    font-weight: 100;
	padding-left: 2%;
	padding-right: 2%;
}
/*Main heading*/
h1 {
		font-size: clamp(2.25rem, 2.75vw, 2.75rem);
	color: floralwhite;
	text-shadow: 1px 1px 2px black;
	text-align: center;
}
/*Secondary heading*/
h2 {
	font-size: clamp(1.25rem, 1.5vw, 1.5rem);
	color:#2C4171;
	text-shadow: 1px 3px 18px white;
	text-align: center;
	line-height: 2;
}
/*Major Links*/
h3 {
	font-size: clamp(1.25rem, 1.5vw, 1.5rem);
	color: #2C4171;
	margin: 0px;
	text-align: center;

}
h3:hover {
	color: #812218;
}
/* Thin text*/
h4 {
	/*
	line-height: normal;
	float: right;
	text-shadow: 1px 1px 5px white;*/
	font-family: "Mae Variable Thin", "Mae Variable Light", "Mae Variable Extralight", Arial;
	color: #2c4171;
	font-size: clamp(1rem, 1vw, 1rem);
	
}
h5 {
	/*Minor Links*/
	font-size: clamp(2rem, 2vw, 2rem);
	margin: 0px;
	color: #2c4171;
text-align: center;
}
h5:hover {
	color: #812218;
}
/*Sub-text*/
h6 {
	font-size: clamp(2rem, 2vw, 2rem);
	color: #90AD37;
	text-align: center;
}

h7 {
	font-size: 10px;
	color: #90AD37;
	text-align: center;
}

a:link {
	text-decoration: none;
	font-weight:900;
	
}
a:visited {
	text-decoration: none;
}
a:hover {
font-style:oblique;
		font-weight:1900;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2C4171;
	border-top: 3px groove #7D92AE;
		border-bottom: 2px groove #812218;
	box-shadow:  1px 1px 5px 2px #635B59,
		  inset 0 10px 20px black;
}

li {
  float: left;
  
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
		border-left: 5px double #2C4171;

}

li a:hover:not(.active) {
  background-color: #812218;
}

.active {
  background-color: #90AD37;
}

/*Video Decor*/
.vid-border{
  	position: relative;
	width: 565px;	
	border: 2px double #635B59;
	border-radius: 4px;
  	overflow: hidden;
	box-shadow: #635B59 2px 2px 45px 1px;
	transform: rotate(-1deg);
	Margin-left: auto;
	margin-right: auto;

}


#vid {
  position: absolute;
  /*width: 495px;
	height: 275px;
	margin-left:-3px;*/
}
.cardcolorinset{
	display: block; 
	left: 0px;
		right: 0px;
	padding: 3%;
	margin: 2%;
	background: linear-gradient(141deg, white 0%, floralwhite 61%);
	box-shadow: inset 5px 5px 15px grey,
		inset -3px -3px 18px #d5cebb;
	border: 2px solid #8D897D;
	border-radius: 10px;
}

.cardwide{
	display:grid;
	Padding: 0 30px;
}
.cardtall{
	display:grid;
	justify-content: center;
	Width: 50%;
}

@media screen and (max-width: 768px){
	.topwide{
	display: grid;
	text-align: center;
		justify-content: center;
	transition: all 500ms;
}	
	
}
@media screen and (min-width: 768px){
	.basic-grid {
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(2, minmax(383px, 1fr));
	grid-auto-rows: repeat(auto-fit, minmax(1px, 1fr));
}

.navbars{
		display:grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
	}
.cardwide{
		display:grid;
	grid-column: span 2/auto;
		justify-content: center;
	}
	.top-menu{
		display:grid;
  grid-template-columns: 20% 80%;
		padding-left: 3%;
	}
	
.parallax{
		display:grid;
	grid-column: span 2/auto;	
	}
.cardtall{
	display:grid;
	grid-row: span 2/auto;
	}

.cardtallpic{
	display:grid;
	grid-row: span 4/auto;
	}
.cardtaller{
	display:grid;
	grid-row: span 3/auto;
		padding-top: 5%;
	}

	.cardtallest{
	display:grid;
	grid-row: span 18/auto;
		padding-top: 5%;
	}
.menu{
		display:grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		height: 40px;
	}
	.footmenu {
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(8, minmax(12.5%, 1fr));
		width:100%;
	}
	}
