@charset "utf-8";
/* CSS Document */


body {
	margin:0; padding:0; 
	font-family: 'Merriweather', serif !important;
}


h1 {color:#94ABCC !important;}
h1 span {background: #323a45; background: rgba(50,58,69,0.95);}
h3 {padding: 25px 0 25px 0;}

section {
	margin:25px 0 25px 0;
}	

/*------------------------------------------*/
/*   Navbar General Settings
/*------------------------------------------*/
.navbar{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	color: #FFFFFF !important;
	background-color:transparent !important;
	border-color:transparent !important;
}


.navbar-brand {color: #e1522a !important; }

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF !important;
}

/* Adjust Menu colors - Bootstrap 4 */
.navbar-toggleable-md .navbar-nav > li > a {
    color: #FFFFFF !important;
}

}
/* *********************************** */

/* Adjust Menu colors - Hover Bootstrap 3 */
.navbar .nav  > li > a:hover, .navbar .nav > li > a:hover:first-letter { 
	color:             white !important;                      
	background-color: #5C6B7F !important;
}


.navbar .nav-collapse .nav > li > a:hover, .navbar .nav-collapse .nav> li > a:hover:first-letter { 
	color:             white !important;                      
	background-color: #5C6B7F !important;
}
/* *********************************** */


.UpperMenu {
	width: 100%;
	height: 70px;
}

.UpperNavigation {
   position: fixed;
   height:60px;
   display:block;
   z-index: 100;
   
}

.UpperNavigation1 {height: 60px; }

.stickyMenu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
	background: #323a45;
    background: rgba(50,58,69,0.95);
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
	 
    border-top: 0;
}

 .navbar .nav > li > a:focus  {background-color: #5C6B7F !important; }
 
 .navbar .nav-collapse.nav > li > a:focus  {background-color: #5C6B7F !important; }
 
 .collapsed {background-color: #323a45 !important; }
 
 /* ***************************** */



#headerImg {margin-top: -40px; width: 100%;}

.parallaxBox {
	background:url(images/cup-of-coffee-HP-main.jpg) fixed;
	margin: 0; padding: 0; 
	background-repeat:no-repeat;
	background-size: 100% 100%;

	height: 700px;
	display:block;
}

.HomePageTitle, .Project-page-title, .Project-page-title-1 {
	position: absolute;
	top: 600px; right: 40px; z-index: 100;
	color: orange !important;
	font-size: 40pt;
	padding-left:220px; padding-right: 10px;
	font-family: 'Merriweather Sans', sans-serif !important;  font-weight: bold;
}

.HomePageText {
	background-color:#EFEFEF;
	margin: 0 0 20px 0;
}

.HomePageTextBox {
	padding: 20px 400px 20px 400px;
	
}

.servicesRow {
	min-height: 300px;
	padding-top: 80px;
}

.imgGalleryHomePage {padding: 0 !important; }

/* ***** Home Page boxes ******* */
.HP-TextBox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-webkit-flex-flow: row wrap;
	
	width: 85%; 
	height: 130px;
	border: solid 1px #00adee;
	margin: 0 auto;
}

.HP-TextBox-Left {
	background-color: #00adee;
	width:36%;
	height: 129px;
}

.HP-Text-box {
	margin: 0 auto;
	line-height: 65px;
}


/* ***************************** */

/* ***** Home Page pictures hoover ********* */
.HomePageHoverImg {height: 300px; width:100%; margin:0; }


.view {
    width: 100%;
    height: 300px;
    margin: 0;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.view .mask, .view .content {
    width: 100%;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 28px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 21px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}



.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(219,127,8, 0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}


.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
/* ***************************************** */

.LogoImg { }

/* **** Footer **** */
footer {
	min-height: 100px; 
	width: 100%;
	background-color: #323a45;
	color: #ced3d8;
	padding: 20px 0 0 10px;
	margin: 0;
  

}
	footer h3 {margin-top: 0;  color: #ced3d8;}
	
.SocialIcons {width: 50px; height: 50px;}



/*------------------------------------------*/
/*   Internal Pages
/*------------------------------------------*/
.InternalPagesBox {
	width:95%;
	height: 300px;
	margin: 35px 35px 35px 0;
	padding: 40px;
	background-color: #FFE7B9;
}

.InternalPagesImg {width: 100%; max-height: 750px !important; } 
 
.InternalPhotos {width: 900px; }

.Project-page-title, .Project-page-title-1 {
	color: orange !important;
	top: 470px; left: 70px;
	font-size: 60pt;
    padding-right: 260px;
}

.Project-page-title-1 {top: 650px;}

.ProjectImg {width: 100%; height: 100%;}
.ProjectBox {padding:0 !important; height: 450px !important;}
.ProjectPageBlueRow {background-color: #bfe2eb;}
.internal-page-icons {width: 100px; height: 100px; padding:12px;}

/* ************ Portfolio hover effect ************ */

.hovereffect button.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
}

.hovereffect button.info:hover {
  box-shadow: 0 0 5px #fff;
}

.ehover1 button.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  margin: 15px 0 0 0;
  padding: 73px 90px;
}

.ehover1:hover button.info {
  opacity: 1;
  transform: scale(1);
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(105px);
  -ms-transform: translateY(105px);
  transform: translateY(105px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

/* ************************************************* */

/*------------------------------------------*/



/* ------------------------------------------ */
/* Contact Form 
/* ------------------------------------------- */
/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}

/* ----------------------------------------------- */

 
/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 321px) {
	.HomePageTextBox {
		padding: 20px 10px 20px 10px;
	}
	
	.VideoTextBox, .VideoBox {
		padding: 20px 4px 20px 10px;
	}
	
	.parallaxBox {
		background:url(images/cup-of-coffee-HP-main-Mobile.jpg) fixed;
		margin: 0; padding: 0; 
		background-repeat:no-repeat;
		background-size: 100% 100%;

		height: 300px;
		display:block;
	}
	
	.HP-TextBox {margin-top: 15px; }
	
	.HP-TextBox-Left {
		width:20%;
		float:left;
	}
	
	.HP-Text-box {
		margin: 4px;
		float: left;
	}
		
	.LogoImg { width: 260px; margin: 0 auto;}
	
	.navbar-collapse {background-color: #323a45 !important; }
		
	
	 h1 {
        font-size: 16px !important;
	}
	
	.navbar-nav  {background-color: #323a45 !important; }
	
	.InternalPagesBox {
		width:80%;
		height: 120px;
		margin: 10%;
		padding: 5%;
	
	}
	
	.Project-page-title {
		top: 80px; left: 20px;
		font-size: 20pt;
		padding-left:20px; padding-right: 60px;
	}
	
	.ProjectBox {height: 270px !important;}
	.InternalPagesImg {max-height: 250px !important; } 
}
 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
    .HomePageTextBox {
		padding: 20px 10px 20px 10px;
	}
	
	.VideoTextBox, .VideoBox {
		padding: 20px 4px 20px 10px;
	}
	
	.parallaxBox {
		background:url(images/cup-of-coffee-HP-main-Mobile.jpg) fixed;
		margin: 0; padding: 0; 
		background-repeat:no-repeat;
		background-size: 100% 100%;

		height: 200px;
		display:block;
	}
	
	.HP-TextBox {margin-top: 15px; }
	
	.HP-TextBox-Left {
		width:20%;
		float:left;
	}
	
	.HP-Text-box {
		margin: 4px;
		float: left;
	}
		
	.LogoImg { width: 260px; margin: 0 auto;}
	
	.navbar-collapse {background-color: #323a45 !important; }
		
	
	 h1 {
        font-size: 16px !important;
	}
	
	.navbar-nav  {background-color: #323a45 !important; }
	
	.InternalPagesBox {
		width:80%;
		height: 120px;
		margin: 10%;
		padding: 5%;
	
	}
	
	.Project-page-title, .Project-page-title-1 {
		top: 80px; left: 20px;
		font-size: 20pt;
		padding-left:20px; padding-right: 60px;
	}
	
	.ProjectBox {height: 270px !important;}
	.InternalPagesImg {max-height: 250px !important; } 
}

/* --- Extra small devices portrait phones, less than 544px --- */
@media (max-width: 543px) {
	.parallaxBox {
		height: 350px;
	}
	.HomePageTitle {
		top: 270px; 
		font-size: 20pt;
		padding-left: 5px; padding-right: 5px;
	}
	
	.HomePageTextBox {
		padding: 20px 10px 20px 10px;
	}
	
	.VideoTextBox, .VideoBox {
		padding: 20px 4px 20px 10px;
	}
	
	
	.HP-TextBox {margin-top: 15px; }
	
	.HP-TextBox-Left {
		width:20%;
		float:left;
	}
	
	.HP-Text-box {
		margin: 0 auto;
	}
		
	.LogoImg { width: 260px; margin: 0 auto;}
	
	.navbar-collapse {background-color: #323a45 !important; }
		
	
	 h1 {
        font-size: 16px !important;
	}
	
	.navbar-nav  {background-color: #323a45 !important; }
	
	.InternalPagesBox {
		width:80%;
		height: 120px;
		margin: 10%;
		padding: 5%;
	
	}
	
	.Project-page-title, .Project-page-title-1 {
		top: 150px; left: 20px;
		font-size: 20pt;
		padding-left:20px; padding-right: 20px;
	}
	
	.ProjectBox {height: 270px !important;}
	.InternalPagesImg {max-height: 250px !important; } 
}

/* --- Small devices (landscape phones, 544px and up) --- */
@media (min-width: 544px) and (max-width: 767px) {
	.parallaxBox {
		height: 350px;
	}
	.HomePageTitle {
		top: 280px; 
		font-size: 22pt;
		padding-left:10px; padding-right: 10px;
	}
	
	.HomePageTextBox {
		padding: 10px 10px 20px 10px;
	}
	
	.VideoTextBox, .VideoBox {
		padding: 20px 4px 20px 10px;
	}
	
	.HP-TextBox {margin-top: 15px; }
	
	.HP-TextBox-Left {
		width:20%;
		float:left;
	}
	
	.HP-Text-box {
		margin: 0 auto;
	}
		
	.LogoImg { width: 260px; margin: 0 auto;}
	
	.navbar-collapse {background-color: #323a45 !important; }
		
	
	 h1 {
        font-size: 16px !important;
	}
	
	.navbar-nav  {background-color: #323a45 !important; }
	
	.InternalPagesBox {
		width:80%;
		height: 120px;
		margin: 10%;
		padding: 5%;
	
	}
	
	.Project-page-title, .Project-page-title-1 {
		top: 310px; left: 20px;
		font-size: 30pt;
		padding-left:20px; padding-right: 60px;
	}
	
	.ProjectBox {height: 250px !important;}
	.InternalPagesImg {max-height: 450px !important; } 
}


/* --- Medium devices (tablets, 768px and up) --- */
@media (min-width: 768px) and (max-width: 991px) {
	.parallaxBox {
		height: 400px;
	}
	.HomePageTitle {
		top: 320px; 
		font-size: 25pt;
		padding-left:120px; padding-right: 10px;
	}
	
	.HomePageTextBox {
		padding: 20px 10px 20px 10px;
	}
	
	.VideoTextBox, .VideoBox {
		padding: 20px 10px 20px 50px;
	}
		
	.HP-TextBox {margin-top: 15px; width: 95%;  }
	
	.HP-TextBox-Left {
		width:15%;
		float:left;
	}
	
	.HP-Text-box {
		margin: 0 auto;

	}
	
	.LogoImg { width: 260px; margin: 0 auto;}
	
	.navbar-collapse {background-color: #323a45 !important; }	

	h1 {
        font-size: 36px !important;
	}
	
	.navbar-nav  {background-color: transparent !important; }	
	
	.Project-page-title, .Project-page-title-1 {
		top: 360px; left: 20px;
		font-size: 40pt;
		padding-left:20px; padding-right: 60px;
	}
	
	.ProjectBox {height: 250px !important;}
	.InternalPagesImg {max-height: 500px !important; } 
}
  
 
/* --- Large devices (desktops, 992px and up) --- */
@media (min-width: 992px) and (max-width: 1199px) { 
	.parallaxBox {
		height: 600px;
	}
	.HomePageTitle {
		top: 530px; 
		font-size: 30pt;
		padding-left:120px; padding-right: 10px;
	}
	.HomePageTextBox {
		padding: 20px 100px 20px 100px;
	}
	
	.VideoTextBox, .VideoBox {
		padding: 20px 40px 20px 200px;
	}
	
	.HP-TextBox {margin-top: 15px; width: 95%;  }
	
	.HP-TextBox-Left {
		width:15%;
		float:left;
	}
	
	.HP-Text-box {
		margin: 0 auto;

	}
	
	h1 {
        font-size: 36px !important;
	}
	
	.navbar-nav  {background-color: transparent !important; }
	
	.Project-page-title, .Project-page-title-1 {
		top: 350px;
		font-size: 50pt;
		padding-left:20px; padding-right: 60px;
	}
	.ProjectBox {height: 250px !important;}
	.InternalPagesImg {max-height: 500px !important; }
}

/* --- Large devices (desktops, 1200px to 1475px) --- */
@media (min-width: 1200px) and (max-width: 1575px) { 
	.Project-page-title, .Project-page-title-1 {
		top: 500px;
		font-size: 50pt;
		padding-left:20px; padding-right: 40px;
	}
	
}
 
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
{
	h1 {
        font-size: 36px !important;
	}
	
	.navbar-nav  {background-color: transparent !important; }
	
	.Project-page-title, .Project-page-title-1 {
		top: 350px;
		font-size: 50pt;
		padding-left:20px; padding-right: 60px;
	}
	
	.ProjectBox {height: 250px !important;}
	.InternalPagesImg {max-height: 500px !important; }
}


