@import url('https://fonts.googleapis.com/css2?family=Proza+Libre&display=swap');

body {
  width:100%;
  max-width:100%;
  background-color: #ffffff;
  font-family:"Proza Libre";
  font-size:18px;
  color:#222222;
}

 @font-face {
  font-family: "Proza Libre",Helvetica,"Sans-serif";
}


a {
  color: #000000;
}
a:hover {
  color: #4b4b4b;
}

.main {
  height:100vh;
  background-image: url("bg_head.jpg");
  background-size: cover;
}

.main h1 {
  font-size:200%;
}

.intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.headshot {
  width:220px;
  max-width:75%;
  border:3px solid #d6d6d6;
  border-radius: 100%;
}

.intro h1 {
  font-size:2em;
  text-align:center;
  font-weight:600;
}

.intro h3 {
  font-size:1em;
  text-align:center;
  font-weight:400;
  color:#6d6d6d;
}

.arrow {
  width:100%;
  position:absolute;
  bottom: 5%;
}

.arrow img {
  width:50px;
}

.about {
  margin:75px 0px 25px 0px;
  padding:75px 0px 75px 0px;
}

.about p {
  font-size:115%;
  line-height:1.8;
  margin-bottom:40px;
}

.about .p-intro {
  font-size:125%;
  font-weight:800;
  line-height:1.9;
  margin-bottom:50px;
  text-align:center;
}

.saying {
    background-image: url("bg_rave.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding:125px 0px 125px 0px;
    background-color: #ffffff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .9);

}

.margintop {
  margin-top:40px;
}

.saying h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight:100px;
}

.saying .review {
  text-align: center;
  font-weight: 700;
}

.saying p {
  text-align: right;
}

.sm {
    background-image: url("bg_sm.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding:155px 0px 150px 0px;
}

.sm h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight:100px;
}

.sm img {
  width:75%;
  margin:auto;
  margin-bottom: 25px;
}

.contact {
    margin:75px 0px 5px 0px;
    padding:25px 0px 5px 0px;
}

.contact h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight:100px;
}

.subfooter {
  background-color: #e6e6e6;
  font-size:10px;
  padding-top:20px;
  padding-bottom:10px;
  color:#b9b9b9;
}


.about .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.about .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


.socnets {
  margin-top:20px;
}




/* Effects */

/* Bounce */
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


/* Contact form */

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
  max-width:100%;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}






/* Mobile */
@media only screen and (max-width: 991px) {
  .sm img {
    width:50%;
    margin:auto;
    margin-bottom: 25px;
  }
  .saying .col-md-4 {
    margin-bottom:50px;
  }
}

@media only screen and (max-width: 768px) {

  .doing img {max-width:25%;}

  #page-wrap {
  	width: 660px;
  	background: white;
  	padding: 20px 50px 20px 50px;
  	margin: 20px auto;
  	min-height: 500px;
  	height: auto !important;
  	height: 500px;
    max-width:100%;
  }

  #contact-area {
  	width: 600px;
  	margin-top: 25px;
    max-width:100%;
  }

  #contact-area input, #contact-area textarea {
  	padding: 5px;
  	width: 471px;
  	margin: 0px 0px 10px 0px;
  	border: 2px solid #ccc;

    max-width:100%;
  }

  #contact-area textarea {
  	height: 90px;
  }

  #contact-area textarea:focus, #contact-area input:focus {
  	border: 2px solid #900;
  }

  #contact-area input.submit-button {
  	width: 100px;
  	float: right;
  }

  label {
  	float: left;
  	text-align: left;
  	margin-right: 15px;
  	width: 100px;
  	padding-top: 5px;
  }

  .margintop {
    margin-top:0px;
  }


}

@media only screen and (max-width: 480px) {
  .doing img {max-width:45%;}
  .sm img {width:75%;}
}
