/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* Defaults */
@media (min-width: 2000px) {
  .container-fluid {
    max-width: 1600px;
  }
}
.nowrap {
  white-space: nowrap;
}
html,
body {
  height: 100%;
}
body {
  background: #4f4e55 url("/assets/photos/Hollie_Burgess_2023_blur.jpg") no-repeat;
  background-size: auto 300%;
  background-attachment: fixed;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-serif";
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 1400px) {
  body {
    background-size: cover;
  }
}
h1 {
  margin: 20px 0 30px 0;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-serif";
  font-size: 36px;
  line-height: 80%;
}
@media (min-width: 760px) {
  h1 {
    font-size: 50px;
  }
}
a {
  color: #38afb8;
}
.agent_type {
  margin: 0 auto 0.4em auto;
  padding: 0;
}
.agent {
  margin: 0 auto 0 auto;
  padding: 0;
}
.agent_company {
  margin: -5px auto 0.3em;
  padding: 0;
}
.agent_address {
  margin: 0 auto 0 auto;
}
.agent_contact {
  margin: 0 auto 0 auto;
  padding: 0;
  line-height: 140%;
}
.hollie_burgess {
  background: url('/assets/photos/Hollie_Burgess_2023.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 15em;
  min-height: 20em;
}
@media (min-width: 740px) {
  .hollie_burgess {
    min-height: 25em;
  }
}
@media (min-width: 1170px) {
  .hollie_burgess {
    min-height: 90vh;
  }
}
@media (min-width: 1900px) {
  .hollie_burgess {
    min-height: 55em;
  }
}
p {
  font-size: 20px;
  line-height: 120%;
}
p.lead {
  font-size: 24px;
}
p.muted {
  font-size: 20px;
  margin: 30px 0 10px 0;
}
p.credit {
  margin: 20px;
  text-align: center;
  font-size: 12px;
}
p.credit a {
  color: black;
}
ul.none {
  margin: 0;
  padding: 0;
}
ul li {
  font-size: 18px;
  line-height: 120%;
}
ul.none li {
  list-style: none;
}
ul.muted li {
  font-size: 18px;
}
.vcard {
  -webkit-box-shadow: 6px 12px 28px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 6px 12px 28px rgba(0, 0, 0, 0.5);
  box-shadow: 6px 12px 28px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  margin: 10px;
  border-radius: 1em;
  overflow: hidden;
}
.vcard .body_text {
  padding: 30px;
}
/*
// Responsiveness
	
@media (min-width: 1200px) { // Large
	.vcard .body_text {
		padding: 40px;
		}
	h1 {
		font-size: 60px;
		}
	p {
		font-size: 20px;
		line-height: 140%;
		}
		p.lead {
			font-size: 28px;
			line-height: 133%;
			}
	ul li {
		font-size: 20px;
		line-height: 140%;
		}
			
	}
	
@media (min-width: 980px) and (max-width: 1199px) { // Medium
	body {
		font-size: 16px;
		}
	.vcard .body_text {
		padding: 20px;
		}
	h1 {
		font-size: 60px;
		margin: 20px 0 30px 0;
		}
	p {
		font-size: 18px;
		line-height: 120%;
		}
		p.lead {
			font-size: 24px;
			line-height: 120%;
			}
		p.muted {
			font-size: 18px;
			}
	ul li {
		font-size: 18px;
		line-height: 120%;
		}
		ul.muted li {
			font-size: 18px;
			}
	}
	
@media (max-width: 979px) { // Small
	body {
		font-size: 14px;
		}
	.vcard .body_text {
		padding: 10px;
		}
	h1 {
		font-size: 40px;
		margin: 20px 0 30px 0;
		}
	p {
		font-size: 14px;
		}
		p.lead {
			font-size: 18px;
			line-height: 120%;
			}
		p.muted {
			font-size: 14px;
			margin: 20px 0 5px 0;
			}
	ul li {
		font-size: 14px;
		}
		ul.muted li {
		font-size: 14px;
		}
		
	}
	
@media (max-width: 767px) { // Single column
	.vcard {
		margin: 20px 0 20px 0;
		}
		.vcard .body_text {
			padding: 10px 20px 10px 20px;
			}
	h1 {
		}
		
	}
	
	
*/
