body {
	margin: 0;
  	font-family: 'Quicksand', sans-serif;
}
/*header {
	background-color: gray;
	padding: 1rem 1.25rem .5rem 1.5rem;
	display: flex;
	flex-direction: column;

}*/
/*codepen*/

/* header */

.header {
  background-color: transparent;
 /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  }

.header li a {
  display: block;
  padding: 20px 20px;
  /*border-right: 1px solid #f4f4f4;*/
  text-decoration: none;
  text-transform: uppercase;
}

.header li a:hover,
.header .menu-btn:hover {

}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 20px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 40px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #828282;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 22px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #828282;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}





/*end codepen*/

p {
	color: #828282;
	font-size: 1rem;
	line-height: 1.5;
}

 .caption {
  font-size: small;
  font-style: italic;
  text-align: center;
  padding-top: 1rem;
}

.right {
  text-align: right;
}
.italic {
  font-style: italic;
}

a {
	color: #828282;
	font-size: .75rem;
	padding-left: 1rem;
	text-decoration: none;	
}
a:visited {

}

a:hover {
  color: #27c2d6;
}
a:active {
}
a:focus {
  text-decoration: underline;
}

p a{
	/*color:red;*/
	color: #828282;
	font-size: .75rem;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;	
}

ul {
  color: #828282;
}

h1 {
	font-family: 'Kaushan Script', cursive;
	font-size: 1.75rem;
	/*text-shadow: 1px 1px #888;*/
	color: #27c2d6;
}

h2 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;	
}

h4 {
	color: #27c2d6;
	font-size: 1.25rem;
	text-align: left;
	text-transform: uppercase;
  font-weight: bold;
}

h3 {
  color: #828282;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
}

h5 {
	color: #000000;
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
}

h6 {
  /*text-align: center;*/
  color: red;
  font-family: 'Kaushan Script', cursive;
  font-size: 1.10rem;
  padding-top: 1rem;
}



.pt hr {
  width: 100%;
}

.logo {
	font-family: 'Times Roman', serif;
	font-size: 2rem;
	color: red;
}


main img {
    justify-content: center;
    box-shadow: 0 3px 4px #888888;    
}

.hero {
   /* align-items: center;*/
    background-image: url(images/christina_bw6.jpg);
    /*background-color: pink;*/
    background-repeat: no-repeat;
    background-size: cover;
    color: #27c2d6;
    display: flex;
    /*font-size: 2rem;*/
    flex-direction: column;
    height: 60vh;
    /*min-width: 375px;
    min-height: 450px;*/
    justify-content: flex-end;
	text-align: center;
	
}

.hero p {
	 color: #27c2d6;
}

.blue {
	width: 100%;
	background-color: #27c2d6;
	opacity: .6;
	padding: .5rem 0 .75rem 0;
  box-shadow: 2px 2px 4px #828282;
}
.main {
	align-items: center;
}

.intro-lead {
	color: #27c2d6;
	font-size: 5rem;
	/*padding-left: 5rem;*/
  /*	font-family: 'Kaushan Script', cursive;*/
}

.container p {
	text-align: left;

}
.pt {
  display: block;
  
}
.pt img  {
    align-content: center;
  /*justify-content: center;*/
  /*box-sizing: 100%;
*/}

.testimonials {
  background-color: #777;
  color: white;
}
.testimonials p {
  color: #fff;
}
.contact {
/*  display: flex;*/
  align-content: center;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #828282;
  background-color: #27c2d6;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: .4;
}

#myBtn:hover {
  background-color: #27c2d6;
  opacity: 100%;
}

footer {
  background-color: #ebeef0;
background-image: url("images/squared-metal.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
 /* background-color: #ebeef0;*/
  align-items: center;
  width: 100%;
}
footer p {
	font-size: .7rem;
	/*color: #fff;*/

}
@media (min-width: 320px) {
.f img  {
    align-content: center;
	}
 h3 {color: #42403F;
	}
}

@media (min-width: 576px) {
    .hero {
      height: 80vh; 
    }
   /* main img {
      size: 95%;
    }*/
}

/* ***48em = 768px*** */
@media (min-width: 48em) {
.header {
	position: relative;
	display: inline-block;   

}
  .header li {
    float: left;
  }
  .header li a {
    padding: 60px 30px 0 0;
	/*direction: rtl;*/
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }

#current {
  color: #828282;
  font-weight: bolder;
}
  .hero {
	height: 80vh;
  }

  .pt {
  margin-right: 2rem;
  }
 
}
@media (min-width: 936px) {

	.hero {
    background-image: url(images/christina_bw_orig4.jpg);
		height:70vh;
	}
  .hero .banner {
    padding-right: 8rem;
  }

h3 {
  color: #828282;
	}
}

@media (min-width: 992px) {
  .pt {
    padding:0 5rem;
  }

}
@media (min-width: 1200px) {
	.hero{
		height: 80vh;
	}
}



