body {
  font-family: 'Source Sans Pro', sans-serif;
	background: #b5bab6;
	color: #4a4843;
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
	font-size: 2em;
	color: #184a45;
	padding-bottom: .75em;
}

#bodyWrap {
	background: white;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 12px 0 40px -4px rgba(138, 139, 139, 0.85), -12px 0 40px -4px rgba(138, 139, 139, 0.85);
}

.logo-social{
	position: relative;
} 

h1{
	text-indent: -9999px;
	display: block;
	padding: 0;
	margin: 0;
	width: 128px;
	height: 26px;
	background-image: url('../img/RCM_logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 40px;
	left: 30px;
}

h3{
	font-size: 1.5em;
	color: white;
	width: 90%;
	margin: 0 auto;
}

#main .logo-social ul {
	position: absolute;
	top: 40px;
	right: 30px;
	padding: 0;
	margin: 0;
}

#contact .logo-social ul {
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.logo-social ul li {
	list-style-type: none;
	display: inline-block;
	height: 20px;
	width: 35px;
}

.logo-social li a
{
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
	width: 35px;
}

#linkedin {
	background-image: url('../img/linkedin_logo.png');
	height: 19px;
	width: 19px;
	
}

#facebook {
	background-image: url('../img/facebook-logo.png');
	height: 18px;
/*	width: 10px;*/
}

#insta {
	background-image: url('../img/instagram2.svg');
	height: 17px;
	width: 21px;
}


#main {
	background-image: url('../img/hero.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top; 
	height: 570px;
	position: relative;
}

#main h2, #main p{
	color: white;
}

#main h2 {
	padding-bottom: .25em;	
}

#main p {
	font-size: 1.150em;
	letter-spacing: 0.05em;
}

#main .verticalCenter {
	width: 100%;
}

.verticalCenter {
	position: absolute;
  	top: 50%;
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/*#about #services*/
.contentPadding  {
	width: 70%;
	margin: 0 auto;
	padding: 70px 0;
}

/*SERVICES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#services, #contact {
	background: #efefef;
}

#services .verticalCenter {
	width: 70%;
	left: 15%;
}

@media screen and (max-width: 767px) {
	#services .verticalCenter {
		position: relative;
		padding: 70px 0;
	}
}

#services #hero {
	background-image: url(../img/small-business-owner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
		min-height: 570px;
	max-height: 640px;
}

#services #hero p {
	font-family: 'Playfair Display', serif;
	font-size: 1.75em;
	color: white;
	line-height: 1.4em;
	width: 70%;
	margin: 0 auto;
	position: absolute;
  	top: 50%;
	left: 15%;
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/*PHOTOGRAPHY  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#photography img {
	padding: 0 0 15px 0;
	width: 100%;
}

#photography .left {
	padding-left: 0;
	padding-right: 10px;
}

#photography .right {
	padding-right: 0;
}

#photography .btm {
	padding-bottom: 0;
}

#photography .col-12,
#photography .col-sm-12,
#photography .col-sm-6,
#photography .col-sm-4 {
	padding: 0;
}

#photography .contentPadding {
	padding-bottom: 0;
}

@media (max-width: 576px) {
	#photography .right,
	#photography .left {
		text-align: center;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}

/*PROJECTS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#projects .clients > div {
	margin-bottom: 20px;
}

#projects a {
	display: block;
	background: #184a45;
	width: 200px;
	height: 200px;
	min-height: 100px;
	min-width: 100px;
	margin: 0 auto;
}

/*
#projects a:link {
  color: #FF0000;
}

#projects a:visited {
  color: #00FF00;
}
*/

#projects a:hover {
  background: #ff6f61;
}

/*
#projects a:active {
  color: #0000FF;
}
*/

.clientBox {
	height: 90%;
	width: 90%;
	position: relative;
	top: 5%;
	left: 5%;
	outline: solid white 1px;
}

#projects h3{
	left: 5%;
}

/*CONTACT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#contact{
	position: relative;
}

#contact form {
    width: 100%;
	margin-top: 5%;
}

form p {
	margin-bottom: 2%;
}
 
form input, form textarea {
    background-color: #b5bab6;
    color: white;
    text-align: left;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    border: none;
    outline: none;}

form #submit {
	background-color: #184a45;
}
     
::-webkit-input-placeholder {
   color: white;
   text-indent: 5px;}
 
:-moz-placeholder { /* Firefox 18- */
   color: white;
   text-indent: 5px; }
 
::-moz-placeholder {  /* Firefox 19+ */
   color: white;
   text-indent: 5px; }
 
:-ms-input-placeholder {  
   color: white;
   text-indent: 5px; }
 
form input {
    height: 40px;}
 
form textarea{
    height: 100px;}
 
form #submit-container, 
#submit {
    width: 50%;
    height: 50px;
    display: block;
    margin: 0;
	text-align: center;
}

#fb-msg {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

/* MODALS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#modals img {
	width: 100%;
}

/* THANK YOU >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#thankyou {
	padding-top: 5%;
}