
body {
    font-family: poppins,sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
	margin: 0;

}

a {
    color: white;
    text-decoration: none;
    line-height: 20px;
}

img {
	display:block;
}



.headerLogo {
width:100%;
	max-width: 250px;
	margin:0 auto;
}

.stickyShow {
	display: none;

}

.sticky .stickyShow {
	display: block;
}
.menuLogo {
	width:100%;
	max-width: 90px;
	margin: 0 auto;
}
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.container{
    width: 75%;
    align-self: center;
}

.flex-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 20px;
  
}

.flex-container > div{
  margin: 20px 20px 0 0;
}

.mobileImage {
  display: none;
}
h1{
    text-align: center;
    font-size: 65px;

}

h2{
  text-align: center;
  font-size: 53px;
 
}


h3 {
	font-weight:bold;
	font-size:32px;
	line-height: 1.2em;
}

h4 {
	
}


p{
    text-align: center;
   line-height: 1.5em;
	font-size: 22px;  
}


hr{
  border-color: #275B57;
  fill: #275B57;
  background-color: #275B57;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.branding{
  position: absolute;
align-items: center;
color: white;

}
.bayview-main{

align-items: center;
justify-content: center;
color: white;
text-align: center;
}

.section3{
    Position:absolute;
    Top: 50%;
    Left: 50%;
    Display:flex;
  text-align: center;
    Align-items:center;
    Justify-content:center;
}
/*header styling*/

header{
    position: relative;
    color: ffffff;

     
}

.section {
	padding: 50px 0;
}


.mainlogo{
  margin-top: 50px;
}
header ul {
    position: fixed;
    width: 100%;
    padding: 0px 0;
    text-align: center;
    top: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

header li {
    align-items: center;
    padding-top:15px;
	padding-bottom: 5px;
    display: inline-block;

}
/*nav bar style*/

li{
    display: inline;
    padding-left: 35px;
    font-size: 2vh;
	font-weight:500;
  
}

li:hover {
	text-decoration: underline;
}

#headerNav.sticky {
	background-color:#275B57;
	z-index: 100;
}

/*Header styles*/


.colThird {
	display: flex;
	flex-basis: 33.3333%;
	justify-content: center;
	
}

.innerColumn {
	margin: 10px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.innerContent {
	width:90%;
	max-width:1500px; 
	margin: 0 auto;
}

/*Full page popup styling */
.popupWindow .closePopup{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	top:130vh;
	cursor: pointer;
}

.popupWindow.open .closePopup {
	position: fixed;
	top:25px;
	right:25px;
	z-index: 1000;
}

.popupWindowNumbers .closePopupNumbers{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	top:130vh;
	cursor: pointer;
}

.popupWindowNumbers.open .closePopupNumbers {
	position: fixed;
	top:25px;
	right:25px;
	z-index: 1000;
}

.popupWindow {
	margin: 0 !important;
}

.closePopup img {
	width:100%;
	max-width:77px;
}

.closePopupNumbers img {
	width:100%;
	max-width:77px;
}

.justifyStart {
	align-items: flex-start;
}
.justifyStart h2 {
	margin-top: -20px;
}

#home1-popup {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:1000!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#home1-popup.open {
	
	top:0;
	height:100vh;
		height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#home2-popup {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:1000!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#home2-popup.open {
	
	top:0;
	height:100vh;
		height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#home3-popup {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:1000!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#home3-popup.open {
	
	top:0;
	height:100vh;
		height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#about1-popup p {
	text-align: left;
}

#about2-popup p {
	text-align: left;
}
#about3-popup p {
	text-align: left;
}


#about1-popup {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:1000!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#about1-popup.open {
	
	top:0;
	height:100vh;
		height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#about2-popup {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:1000!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#about2-popup.open {
	
	top:0;
	height:100vh;
		height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#about3-popup {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:1000!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#about3-popup.open {
	
	top:0;
	height:100vh;
		height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#about4-popup {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:1000!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#about4-popup.open {
	
	top:0;
	height:100vh;
		height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}

#numbersPopup {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	position:fixed!important;
	left:0!important;
	z-index:1000!important;
	top:130vh;
	background-color:white;
	width:100%;
}

#numbersPopup.open {
	
	top:0;
	height:100vh;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;
	overflow-x:hidden;
}


.colHalf {
	display: flex;
	flex-basis: 50%;
	justify-content: center;
	}
.popupHeaderImage {
	padding: 50px;
}

.popupWindow .section {
	padding: 100px 0;
}

.popupWindowNumbers .section {
	padding: 100px 0;
}

.overlay {
	display: none;
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	
	align-items: center;
	justify-content: center;
	background-color:rgba(39,91,87, 0.8);
}

.homeOverlayText {
	font-size: 48px;
	font-weight:bold;
	text-transform: uppercase;
	color:white;
	line-height: 1.2em;
}

.overlay1 {
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.overlay1:hover {
	background-color:rgba(39,91,87, 0.8);
}

.portfolioImage {
	position: relative;
	
}
.viewMore:hover .overlay {
	display: flex;
}

.viewMore {
	display: flex;
	flex-basis: 33.3333%;
	align-items: center;
	margin: 0!important;
	font-size:20px;
	line-height: 20px;
	padding-bottom: 25px;
}


.twoColumn .viewMore {
	display: flex;
	flex-basis: 50%;
	align-items: center;
	margin: 0!important;
	font-size:20px;
	line-height: 20px;
	padding-bottom: 25px;
	
}
.spaceTop {
	margin-top: 50px!important;
}

.popupWindow .flex-container {
	justify-content: flex-start;
	width:100%;
	max-width:1110px;
	margin: 0 auto;
	align-items: flex-start;
}

.blackBackground {
	background-color: #2D2D2D;
}

.innerPortfolio {
	margin: 0 15px;
}


.popupWindow img {
	width:100%;
}

.mImage{
	display: none;
}

.sImage {
	display: none;
}

.xsImage {
	display: none;
}

.icon {
	max-width:57px;
	width:100%;
	margin:0 auto;
}
 .contactInfo {
	font-size:24px;
	 color:#275B57;
	 font-weight: 300;
}
.col1 {
	display: flex;
	flex-basis: 10%;
}

.col2 {
	display: flex;
	flex-direction: column;
	flex-basis: 90%;
}

.contactIcon {
	margin-right: 15px;
	width:100%;
	max-width: 42px;
}


.headerOverlay {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.headerCol {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
}

.headerCol:nth-child(1) {
	display: none;
}

.headerCol a {
	font-size:21px;
	font-weight:500;
}

.headerCol a:hover {
	text-decoration: underline;
}

.headerCol1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex:1;
}

.hover {
	color:#141414
}

.hover:hover {
	text-decoration: underline;
}


.headerCo1l a {
	font-size:21px;
	font-weight:500;
}

.headerCol1 a:hover {
	text-decoration: underline;
}


.navigation {
	position: fixed;
	top:0;
	left:0;
	width:100%;
}

#headerNav {
	padding: 15px 0;
}

.sticky .headerCol:nth-child(1) {
	display: flex;
}
/*content styling*/
.section1 {
  top: 25%;
  left: 50%;
    Position:absolute;
   text-align: center;
    Display:flex; 
    color: white;
}


.mainphotolinks{
    display: flex;
    flex-direction: row;
}
/*Footer Styles*/

footer{
    background-color: #275B57;
    color: white;
    width: 100%;
	padding: 25px 0;
}



/*pop-up style*/

.full-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  color: black;
}

.flex-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

.home-popups{
  background-color: #275B57;
  width: 100%;
  color: white;
}

.numbtn{
  background-color: #275B57;
  border: solid 0.5px;
  color: white;
  padding: 15px 15px;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.combtn{
  background-color: white;
  border: solid 0.5px;
  color: #275B57;
  padding: 15px 15px;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
.combtn:hover{
  background-color: #275B57;

  color: white;
}


.about-popups{
  background-color: #2D2D2D;
  width: 100%;
  color: white;
  justify-content: center;
}

.button {
	background-color: white;
  border: solid 0.5px;
  color: #275B57;
  padding: 15px 15px;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
	cursor: pointer;
}

.button:hover {
	background-color: #275B57;
	color:white;
}


/*contact form styling*/


input[type=text], select, textarea {
  width: 33%; 
  padding: 12px; /* Some padding */ 
  border: none;
  background-color: #E6E9E9;
  border-radius: 0px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: none; /* Allow the user to vertically resize the textarea (not horizontally) */
	color:#141414;
}
.sndbtn{
  background-color: white;
  border: solid 0.5px;
  color: #275B57;
  padding: 10px 10px;
  width: 150px;
  font-size: 25px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}
.applybtn{
  background-color: white;
  border: solid 0.5px;
  color: #275B57;
  padding: 10px 10px;
 
  font-size: 25px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}




@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}