

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
	background: #c3a27c;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #c3a27c; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #c3a27c; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	line-height: 1.5;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500; 
	background-color: #000;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}



a {
	text-decoration: none !important;
	color: #c3a27c;
}

a:hover { color: #fff; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding:0;
  margin:0;
}

#wrapper {
    position: relative;
    top: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 530px;
	height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000 url(../images/vestibule_bg.jpg) 0px 0px no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*overflow: hidden;*/
}

#wrapper.transactions {
    background: #000 url(../images/transactions_bg.jpg) 0px 0px no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: fit-content;
	display: table;
	
}

	#wrapper:before {
    content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,0));
		opacity: 1; 
  }
  
  
  	#wrapper.transactions:before {
    display: none; 
  }
  


#header {
	position: fixed;
	width: 90%;
	height: 70px;
	top:0px;
    left:0px;
	padding: 20px 5%;
	background-color: #000;	
	z-index: 999;
}

#headerlogo {
    position: relative;
    float: none;
    height: 70px;
    width: 243px;
    padding: 0px 0 20px 0;
}

#headerlogo a{
	display:block;
	height:100%;
	width: 100%;
	background-image:url(../images/vestibule_logo.png);
	background-repeat:no-repeat;
	background-size:contain;
}



.content {
	position: relative;
    width: 100%;
    overflow: hidden;
	flex: 1 0 auto;
	margin-top: 140px;
}

.size {
    padding-bottom: 50px;
	flex: 1 0 auto;
}

  
.msg{
        width: 60%;
    max-width: 500px;
    padding-top: 25px;
    padding-bottom: 0px;
    position: relative;
    left: 5%;
    box-sizing: border-box;
}

.msg_title{
font-size: 1.8em;
color: #c3a27c;
font-weight:bold;
line-height: 1em;
border-bottom: 1px solid #c3a27c;
letter-spacing: 1px;
padding-bottom: 0.5em
}

.msg_text{
font-size: 0.9em;
color: #fff;
line-height: 1.5em;
text-align:justify;
padding-top: 1em;
}

.nopad{
padding-top: 0em;
}

.msg_biglink {
    font-size: 1.5em;
    color: #c3a27c;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 1px;
    padding: 1.4em 0 5px 0;
    border-bottom: 1px solid #c3a27c;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    width: fit-content;
}

.msg_email{
	font-size: 0.9em;
	padding-top: 0px;
}

.msg_email a{
text-decoration:none;
}

.msg_email a:hover{
color:#fff;

}

.msg_linkedin a{
color:#fff;
}

.msg_linkedin a:hover{
color:#c3a27c;
}


.prefooter {
    position: relative;
    width: 100%;
    height: 30px;
    bottom: 0px;
    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,0));
}


#footer {
position: relative;
    width: 90%;
    min-height: 30px;
    bottom: 0;
    left: 0px;
    padding: 20px 5%;
    background-color: #000;
}

#footer p{
font-size:0.6em;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#fff;
text-decoration:none;
}

.msg_logos {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.msg_logos img {
    width: 100%;
    height: auto;
	max-width: 450px;
}


/*
/* iPhone 5 Portrait */ 
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

#footer {
	/*padding: 0px 5%;*/
}

.msg{
	width:80%;
	max-width: 400px;
	left: 5%;
}


.msg_biglink{
padding: 0.8em 0;
}


.msg_text{
font-size: 0.85em;
text-align: left;
line-height: 1.4em;
}

.msg_logos {
    width: 100%;
    height: 26px;
    padding-bottom: 10px;
}

#wrapper {
    min-height: 560px;
}

#wrapper:before {
		background-image: linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,0.4));
  }

}



/* iPhone 6 Portrait */ 
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 

.msg_text{
text-align: left;
}

.msg_logos {
    width: 100%;
    height: 30px;
    padding-bottom: 20px;
}

}

/* iPhone 6 Plus Portrait */ 
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 

}
