@charset "UTF-8";
/* CSS Document */

/*whole site*/

[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 860px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: normal;
	background-color: #fff;
}

p {
	font-family: 'Pontano Sans', sans-serif;
}
h3, h4, h5{
	font-family: 'Pontano Sans', sans-serif;
}


h4{
	color:#004057;
	font-size: 30px;
	margin: 0px;
}

ul, li, a {
	font-family: 'Merriweather Sans', sans-serif;
}
b{
	font-family: 'Pontano Sans', sans-serif;
}
h1{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	margin: 20px;
}
h2 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	color: #004057;
	font-size: 30px;
	line-height: 52px;
	padding: 0px 15px;
	margin: 0;
}

.siteContainer{
	background-color: #fff;
	height: 100%;
}

/*Site hero*/
#intro{
	background-image:url(finalWebsiteImage/HomeHero.jpg);
	height: 100%;
	background-attachment: fixed;
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 500px;
	border-bottom: 1px solid #ffffff;
	position: relative;
}
#intro img{
	padding: 8% 9% 0%;
}

.mainNav{
	padding: 30px 10%;
}

.mainNav a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 32px;
	line-height: 60px;
	font-family: 'Merriweather Sans', sans-serif;
	
}
.mainNav a:hover{
	color:#4B8DA8;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.overlay-menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-menu-show {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: scroll;
    transition: 0.5s;
}

.overlayMenu-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-menu a {
    display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 32px;
	line-height: 60px;
	font-family: 'Merriweather Sans', sans-serif;
}

.overlay-menu a:hover, .overlay-menu a:focus {
    color: #4B8DA8;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.overlay-menu .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 60px;
}

.scrollArrow p{
	color: white;
	text-align: center;
	font-size: 40px;
	opacity: 0.7;
    top: 87%;
    position: absolute;
    right: 50%;
}

@media screen and (max-height: 450px) {
  .overlay-menu {overflow-y: scroll;}
  .overlay-menu a {font-size: 20px}
  .overlay-menu .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*portfolio section*/

.button-group.filter-button-group{
    text-align: center;
}
.button-group.filter-button-group button {
    color: #666666;
    font-size: 1.2rem;
    font-weight: normal;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    outline: none;
    background:none;
}

.button-group.filter-button-group button:active,
.button-group.filter-button-group button.is-checked{
    color: #004057;
}

.button-group.filter-button-group button:hover{
    color: #4B8DA8;
}

.portfolio-image{
    height: 35vw;
}

#contentSection{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-size: 0px;
	height: 90%;
	
}
#menuIcon{
	position: fixed;
	right: 30px;
	top: 20px;
	font-size: 24px;
	z-index: 1000;
}

.bar1, .bar2, .bar3{
	width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 5px 0;
	border: 1px solid #004057;
	transition: 0.3s ease;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 5px) ;
    transform: rotate(-45deg) translate(-5px, 7px) ;
	    transition: 0.3s ease;
	border: none;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -5.8px) ;
    transform: rotate(45deg) translate(-5px, -8px) ;
	    transition: 0.3s ease;
	border: none;
}

.show {display:block;}

.featuredItems{
	display: inline-block;
	width: 100%;
	padding: 0px;
	font-size: 0px;
	height: 100%
}
.item1{
	background-image:url('portfolio4Web/IMG_7692.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:50%;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}

.item2{
	background-image:url('portfolio4Web/elements around us/29.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:50%;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.item3{
	background-image:url('portfolio4Web/20.jpg');
	background-position:top;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:50%;
	box-sizing: border-box;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.item4{
	background-image:url('portfolio4Web/IMG_7714.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:50%;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.item5{
	background-image:url('portfolio4Web/IMG_8050.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:50%;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.item6{
	background-image:url('portfolio4Web/elements around us/27.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:50%;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.zoom{
	position: absolute;
  top: 85%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  	background: rgba(0,0,0,1.00); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.40)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.40)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.40)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.40)); /* Standard syntax (must be last) */
  z-index: 1;
}
.zoomIconBox{
	width: 20%;
	height: 40%;
	margin: 20px 20px 0px;;
}
.zoomIcon{
	
	height: 100%;
	width: 27%;
}

.item1:hover .zoom{
	opacity: 1;
}
.item2:hover .zoom{
	opacity: 1;
}
.item3:hover .zoom{
	opacity: 1;
}
.item4:hover .zoom{
	opacity: 1;
}
.item5:hover .zoom{
	opacity: 1;
}
.item6:hover .zoom{
	opacity: 1;
}

/* portfolio lightbox*/

.row > .column {
  padding: 0 4px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16%;
	opacity: 0.8;
}

.thumb1.active{
	opacity: 1;
}

.thumb1{
	background-image: url('portfolio4Web/33.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.8;
}
.thumb2{
	background-image: url('portfolio4Web/elements around us/29.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.8;
}



/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0,0,0,0.90);
	padding: 6% 0 0 0;
}

/* Modal Content */
.portmodal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #4B8DA8;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.mySlides img{
	height: 10%;
	padding: 4% 0;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white;
	font-size: 16px;
}

.demo {
  opacity: 0.6;
	height: 150px
}
.active
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/* link to portfolio page*/

.CTA {
	margin: 0px;
	padding: 0px;
	background-color: #004057;
	height: 52px;
}
.CTA a{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	color: #ffffff;
	float: right;
	font-size: 1.2rem;
	line-height: 52px;
	padding: 0px 15px;
	margin: 0;
	text-decoration: none;
}
.CTA a:hover{
	color: #4B8DA8;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	
}
	
/* shop*/

.shopItem1{
	background-image:url('portfolio4Web/elements around us/29.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height: 14.28571%;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.shopItem2{
	background-image:url('portfolio4Web/bodies of water/11.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height: 14.28571%;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.shopItem3{
	background-image:url('portfolio4Web/bodies of water/15.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height: 14.28571%;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid #ffffff;
}
.shopItem4{
	background-image:url('portfolio4Web/bodies of water/12.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height: 14.28571%;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
}
.shopItem5{
	background-image:url('portfolio4Web/elements around us/27.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height: 14.28571%;
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
}
.shopItem6{
	background-image:url('portfolio4Web/4.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height: 14.28571%;
	position: relative;
	box-sizing: border-box;

}
.overlay {
  position: absolute;
  top: 85%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,64,87,0.8);
  z-index: 1;
}
.shopItem1:hover .overlay {
  opacity: 1;
}
.shopItem2:hover .overlay {
  opacity: 1;
}
.shopItem3:hover .overlay {
  opacity: 1;
}
.shopItem4:hover .overlay {
  opacity: 1;
}
.shopItem5:hover .overlay {
  opacity: 1;
}
.shopItem6:hover .overlay {
  opacity: 1;
}
.overlayText{
	font-size: 20px;
	padding: 18px 0px 18px 20px;
}
.overlayText a{
	text-decoration: none;
	color: #fefefe;
}

.overlayIcons{
 	position: absolute;
	top:50%;
	width: 100%;
	
}

.overlayIcons a{
	text-decoration: none;
	 color: white;
  	font-size: 20px;
 	 -ms-transform: translate(-50%, -50%);
 	 transform: translate(-50%, -50%);
	padding: 0px 0px 0px 40px;
	float: right;
		
}
.overlayIcons img{
	float: right
}
.price{
	width: 100%;
	position: absolute;
	height: 150px;
	background: rgba(0,0,0,1.00); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.00)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.00)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.00)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.00)); /* Standard syntax (must be last) */
}
.price p{
	padding: 20px;
	margin: 0;
	color: #fefefe;
	font-size: 40px
}

/*commissions*/
.commission{
	background-color:#fefefe;
	font-size: 0px;
}
h5{
	padding: 10px 20px 10px;
	margin: 0;
	font-size: 22px;
}
.commText {
	text-align: center;
	padding: 50px 10%;
}
.commText p{
	font-size: 20px;
	padding-left: 0px;
}
.commTable{
	padding:50px 15% 80px;
	display: table;
}
.refPic{
	height: 45%;
	background-image: url('finalWebsiteImage/FrameSizeComparison@2x.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.packages{
	display: inline-block;
    width: 33.3%;
	vertical-align: top;
	
}
.commPrices{
	list-style-type: none;
    border: 1px solid #E4DDDA;
    margin: 0;
    padding: 0;
	background-color: #F9F8F7;
	height: 470px;
}
.commPrices1{
	list-style-type: none;
    border: 1px solid #E4DDDA;
    margin: 0;
    padding: 0;
	background-color: #ffffff;
	height: 470px;
}
.commPrices2{
	list-style-type: none;
    border: 1px solid #E4DDDA;
    margin: 0;
    padding: 0;
	background-color: #FFFAF8;
	height: 470px;
}
.commPrices .header{
	font-size: 30px;
	color: #4B8DA8;
	border-bottom: 1px solid #4B8DA8;
	padding: 15px 20px;
}
.commPrices li p{
	padding: 0px 20px 0px 30px;
	margin: 0px;
	height: 115px;
}
.commPrices li{
	padding: 0px 0px 10px;
    text-align: left;
	font-size: 18px;
	font-family: 'Pontano Sans', sans-serif;
}
.commPrices1 .header{
	font-size: 30px;
	border-bottom: 1px solid #4B8DA8;
	padding: 15px 20px;
	color: #4B8DA8;
}
.commPrices1 li{
	padding: 0px 0px 10px;
    text-align: left;
	font-size: 18px;
	font-family: 'Pontano Sans', sans-serif;
}
.commPrices1 li p{
	padding: 0px 20px 0px 30px;
	margin: 0px;
	height: 115px
}
.commPrices2 .header{
	font-size: 30px;
	border-bottom: 1px solid #4B8DA8;
	padding: 15px 20px;
	color: #4B8DA8;
}
.commPrices2 li{
	padding: 0px 0px 10px;
    text-align: left;
	font-size: 18px;
	font-family: 'Pontano Sans', sans-serif;
}
.commPrices2 li p{
	padding: 0px 20px 0px 30px;
	margin: 0px;
	height: 115px
}
table, th {
    
    padding:5px;
    text-align:center;
}
td{
	background-color:#ffffff;
    border-radius:5px;

}

table {
    width: 90%;
    border-collapse: separate;
    border-spacing: 10px;
	padding-bottom: 15px;
	
		
}

th {
    text-align: center;
    padding:2px;
}

.tableCaption{
	font-size: 14px;
	padding-bottom: 30px;
}
.Button {
	margin:0 auto 5%;
	display: block;
	padding: 15px;
	width: 300px;
	font-size: 20px;
	background-color: #004057;
	color: #fefefe;
	border: none;
	text-transform: uppercase;
	outline: none;
	border-radius: 4px;
    text-decoration: none;
}

.Button:hover{
	background-color: #4B8DA8;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}

.commPics{
	display: inline-block;
	width: 100%;
	padding: 0px;
	font-size: 0px;
}
.pic1{
	background-image: url('finalWebsiteImage/babyComission.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:280px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.pic2{
	background-image: url('finalWebsiteImage/IMG_1470.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:280px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.pic3{
	background-image: url('finalWebsiteImage/IMG_0374.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:280px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.pic4{
	background-image: url('finalWebsiteImage/Beck.jpg');
	background-position:center;
	background-size:cover;
	padding:0px;
	display: inline-block;
	height:280px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/*contact*/

.signUp{
	padding: 0px 0px 80px;
	background-color: #ffffff;
}
.signUp h4{
	padding: 90px 8% 0px ;
	display: block;
	margin: auto;
	text-align: center;
	width: 60%;
	min-width: 300px;
}
.signUp p{
	font-size: 20px;
	line-height: 38px;
	padding: 30px 8% 30px ;
	display: block;
	margin: auto;
	text-align: center;
	width: 60%;
}

/*contact Modal*/

.contactContainer h2{
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 0;
	font-size: 27px;
}

input[type=submit], .button {
    background-color: #004057;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width:40%;
    display:block;
	margin: 20px auto;
	text-transform: uppercase;
    font-size: 18px;
	min-width: 200px;
	appearance: none;
	-webkit-appearance:none;
    -moz-appearance:none;
    
}

input[type=submit]:hover {
    background-color: #4B8DA8;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}

/* Add padding to container elements */
.contactContainer {
    padding: 20px 30PX;
	
}

/* The Modal (background) same as port-modal background */

/* Modal Content/Box */


.contactModal-content {
    background-color: #fefefe;
    margin: 0px auto 15% auto; /* 2% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
     border-radius: 6px;
	position: relative;

}
.contactModal-content h2{
	padding-left: 0px;
}
.response{
	font-family: "Pontano Sans", sans-serif;
}

/* The Close Button (x) */

.indicates-required{
	font-family: "Pontano Sans", sans-serif;
	padding:0px 0px 20px;
	margin-top: -10px;
	font-size: 12px
}
.contactClose {
    float:right;
    right: 20%;
    top: 20%;
    color: #666;
    font-size: 30px;
    font-weight: bold;
	margin: 5px 15px 0 0;
}
.subscribeClose {
    float:right;
    color: #666;
    font-size: 30px;
	line-height: 25px;
    font-weight: bold;
	margin: -20px -15px 0 0;
}

.contactClose:hover,
.contactClose:focus {
    color: #4B8DA8;
    cursor: pointer;
}
b{
	color: #696969;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
input[type=text],
input[type=email], textarea {
	width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 6px auto 16px;
	font-size: 12px;
   
}
label{
	float:left;
    width:100%;
	margin: 6px px 0;
	font-family: 'Pontano Sans', sans-serif;
}

.RevCap{
	display: none;
}

/*order form*/
.orderForm{
	width: 60%;
}
.orderForm label{
	display: block;
	font-size: 18px
}
.name{
	width: 49% !important;
}
.last{
	float: right;
}

.orderSelect{
    margin: 10px 0 20px;
    width: 100%;
	appearance: none;
	-webkit-appearance:none;
    -moz-appearance:none;
    padding: 10px;
    font-size: 12px;
	border: 1px solid #ccc;
	background-image: url('icons/if_icon-arrow-down-b_211614.svg');
	background-repeat: no-repeat;
	background-position: 99%;
	background-size: 15px;
	background-color: #fff;
}
.file-upload{
	width: 100%;
	margin: 10px 0 20px
}

div#totalPrice{
	padding: 10px 0 0px;
    font-size: 16px;
    font-family: 'Pontano sans', sans-serif;
    border-top: 1px solid #4B8DA8;
}
.disclaimer {
    font-size: 12px;
    padding-bottom: 10px;
}

.package-div{
	font-size: 16px;
	display: none;
}
.package-div p{
	margin: 0px 0 30px;
}

/*footer*/
.footer {
	background-color: #000;
}
.footer p{
	font-size: 13px;
	color: #CACACA;
	text-align: center;
}
.logo {
	margin: auto;
	display: block;
	padding: 50px 0px 15px;
}
.socials {
	margin: auto;
	display: block;
	padding-bottom: 50px;
	text-align: center;
}
.socials img{
	padding: 0px 5px;
}


/*INTERIOR PAGES*/
.innerTitle h1{
	margin: 0px 20px;
}

.topLogo{
	margin-left: 10px;
    float: left;
    width: 8%;
    max-width: 60px;
    min-width: 45px;
    padding: 10px 5px;
    position: fixed;
    z-index: 999;
}
.innerTitle{
	padding: 10px 100px;
}
#topMenuIcon{
	position: fixed;
    right: 2.5%;
    top: 10px;
    font-size: 24px;
    z-index: 999;
}
.aboutimg1{
	height: 66%;
	background-image: url(finalWebsiteImage/About1a-full.jpg);
	background-position: top;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
	
}
.aboutimg2{
	height: 66%;
	background-image: url('finalWebsiteImage/About5.jpg');
	background-position: top;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
}
.aboutimg3{
	height: 66%;
	background-image: url('finalWebsiteImage/About6.jpg');
	background-position: top;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
}
.aboutimg4{
	height: 66%;
	background-image: url('finalWebsiteImage/gallery (1 of 1).jpg');
	background-position: top;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
	clear: both;
}
.bio{
	background-color: #ffffff;
	margin: 0px;
	padding: 50px 12%;
	font-size: 20px;
	line-height: 32px;
}
.bio h3{
	font-size: 34px;
	line-height: 44px;
	margin: 0px auto 30px;
	padding: 0;
	color: #4B8DA8;
	max-width: 1200px;
}
.bioIntro{
	font-size: 24px;
	color: #4B8DA8
}
.bio p{
    max-width: 1200px;
    margin: auto;
}

.ux-cta{
	background-color: #4B8DA8;
    /*padding: 30px 0px;*/
    margin: auto;
    overflow: hidden;
}

.look-header{
    background-image: url("finalWebsiteImage/Mywork-header.jpg");
    background-attachment: fixed;
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
}
.page-description{
    width: 50%;
    color: white;
    margin: auto;
    padding-top: 5vw;
    text-align: center;
    font-size: 2rem;
}

.look-ctaText-parallax{
	height: 200px;
}

.look-ctaText h2{
	margin: 0 10% 20px;
	padding: 30px 0px 0;
	border-bottom: 1px solid;
}

.look-ctaText p{
	font-family: 'Pontano Sans', sans-serif;
	color: #E4DDDA;
	font-size: 20px;
	line-height: 32px;
	margin: 0px 10% 45px;;
	float: left;
	padding: 0px 0px 10px; 
	font-weight: normal;
}
.ux-cta h2 a{
	color: #E4DDDA;
	float: right;
	padding: 0 30px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 30px;
	line-height: 52px;
	text-decoration: none;
}
.ux-cta h2 a:hover{
	color: #004057;
}
.ux-ctaText p{
	font-family: 'Merriweather', serif;
    color: #E4DDDA;
    font-size: 18px;
    line-height: 32px;
  
    /* margin-left: 14%; */
    margin: auto;
    /* float: left; */
    border-left: 7px solid #e4ddda;
    padding: 10px 30px;
    font-weight: normal;
    max-width: 1200px;
	display: table-cell;
}
.ux-ctaText{
	display: table;
    margin: auto;
    padding: 0 12%;
    max-width: 1200px;
}
.ux-ctaText a{
	text-decoration: none;
	color: #004057;
}
.ux-ctaArrow{
	font-size: 70px;
    text-decoration: none;
    color: #004057;
    padding: 0px 12%px 0px 0px;
    vertical-align: middle;
	display: table-cell;
}
.CTA-v2 {
	margin: 0px;
	padding: 0px;
	background-color: #F9F8F7;
	height: 52px;
	border: 1px solid #E4DDDA;
}
.CTA-v2 a{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	color: #004057;
	float: right;
	font-size: 30px;
	line-height: 52px;
	padding: 0px 15px;
	margin: 0;
	text-decoration: none;
}
.CTA-v2 a:hover{
	color: #615A69;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}




#submenu{
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
	overflow: hidden
}
nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
	display: table;
	width: 90%
}
nav ul li {
  display: table-cell;
}
nav ul li a {
font-size: 20px;		
  padding: 18px 5px;
  display: block;
  color: #4B8DA8;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
	margin: auto;
	text-align: center;
	width: 81%
	
}
nav ul li a:hover {
  color: #004057;
}
nav ul .active a{
  color: #004057;
  border-bottom: 5px solid #004057;
}

a{ 
text-decoration: none;
}

/*
#submenu ul{
	padding: 0px;
	
}
#submenu li{
	display: inline;
}

#submenu a{
	text-decoration: none;
	padding: 18px 0;
	font-size: 20px;
	display: inline-block;
	color: #4B8DA8;
	opacity: 0.6;
	position: relative;
	width: 30%;
}
#submenu a:hover{
	color: #004057;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#submenu a.active{
	color: #004057;
	opacity: 1;
}*/

/*.nav{
	width:70%;
    padding: 8px;
    border-radius: 4px;
    box-sizing: border-box;
	margin: 10px auto;
	color: #4B8DA8;
	vertical-align: middle;
	font-size: 18px;
	left: 14%;
	top: 5px;
	background-color:#fff ;
	border: 1px solid #efefef;
	appearance: none;
	-webkit-appearance:none;
    -moz-appearance:none;
	display: none;
	
	
}*/

nav:after{
	content: "▾";
	font-size: 18px;
	left: 80%;
	color: #4B8DA8;
	z-index: 9998;
	display: none;
}

.tinynav { 
	width: 60%;
	display: none;
	background-color: #fff;
	margin: 15px auto 15px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #efefef;
	color: #255668;
	appearance:none;
	-webkit-appearance:none;
    -moz-appearance:none;
	height: 28px;
	background: url('icons/if_icon-arrow-down-b_211614.svg') no-repeat 98% #fff;
	background-size: 15px;
}


/*masonary grid*/
.grid{
    margin: 0 auto;
}
.grid-sizer,
.grid-item { width: 25%; }
/* 2 columns wide */
.grid-item--width2 { width: 50%; }

/*back to top button*/


#BTTbutton {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color:#fff;
  font-weight:bold;
  line-height:40px;
  font-size: 1.5rem
}
#BTTbutton::after {

  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#BTTbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#BTTbutton:active {
  background-color: #555;
}
#BTTbutton.show {
  opacity: 1;
  visibility: visible;
}



/* styles for mobile */


#Port-Commission{
	font-size: 0px;
	/*height: 350%;*/
}

.portMason { /* Masonry container */
	background-color: #ffffff;
	display: inline-block;
	width: 100%;
	padding: 0px;
	font-size: 0px;
	/*height: 100%;*/
	
}
.m-item1, .m-item2, .m-item3, .m-item4, .m-item5, .m-item6, .m-item7, .m-item8, .m-item9, .m-item10, .m-item11, .m-item12, .m-item13, .m-item14, .m-item15, .m-item16, .m-item17, .m-item18, .m-item19, .m-item20, .m-item21, .m-item22, .m-item23, .m-item24 {
	/*height:50vw;*/
}


.m-item1{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/24.jpg');
	background-position:right;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;

}
.m-item2{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/25.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item3{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/26.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item4{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/22.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item5{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/3.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item6{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/21.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item7{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/33.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item8{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/18.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item9{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/36.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item10{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/31.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item11{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/30.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item12{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/19.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item13{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/32.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item14{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/28.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item15{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/4.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item16{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/2.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item17{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/6.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}

.m-item18{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/34.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}

.m-item19{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/35.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}

.m-item20{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/20.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}

.m-item21{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/IMG_5542.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item22{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/JamesandMom95.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.m-item23{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/1.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}



#collection2{
	background-color: #192025;
	font-size: 0px;
	overflow: hidden;
}
.collection2-images{
	height: 100%;
}
.c2-item1, .c2-item2, .c2-item3, .c2-item4, .c2-item5{
	/*height: 50%;*/
}
.c-intro{
	font-size: 18px;
	padding: 30px;
}
.c2-item1{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/elements around us/27.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.c2-item2{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/elements around us/10b.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.c2-item3{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/elements around us/29.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.c2-item4{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/elements around us/10a.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.c2-item5{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/elements around us/5.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}

#collection1{
	background-color: #192025;
	font-size: 0px;
	overflow: hidden;
}
.collection1-images{
	height: 100%;
}
.c1-item1, .c1-item2, .c1-item3, .c1-item4, .c1-item5{
	/*height: 50%;*/
} 

.c1-item1{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/bodies of water/14.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.c1-item2{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/bodies of water/15.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.c1-item3{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/bodies of water/13.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.c1-item4{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/bodies of water/12.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}
.c1-item5{ /* Masonry bricks or child elements */
	background-image:url('portfolio4Web/bodies of water/11.jpg');
	background-position:center;
	background-size:cover;
    background-color: #eee;
    display: inline-block;
	padding:0px;
	box-sizing: border-box;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	cursor: pointer;
}

.ux-ctaText h2 {
	padding: 2% 14% 0;
}


/* sweet alerts style*/
.swal-modal{
	width: 50%;
}
.swal-text{
	font-family: 'Pontano Sans', sans-serif;
	font-size: 18px; 
	padding: 0 10px;
	
}
.swal-button {
	margin: auto auto 10px;
	padding: 12px;
	width: 100px;
	font-size: 16px;
	background-color: #004057;
	color: #fefefe;
	border: none;
	text-transform: uppercase;
	outline: none;
	border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    display: block;
}

.swal-button:hover{
	background-color: #4B8DA8;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
}
.swal-footer{
	text-align: center;
}



@media screen and (max-width:1024px){
	
	.aboutimg1{
		height: 400px;
    	background-size: cover;
		background-attachment: inherit;	
	
	}
	.aboutimg2{
		height: 400px;
		background-size: cover;
		background-attachment: inherit;
}
	.aboutimg3{
		height: 400px;
		background-size: cover;
		background-attachment: inherit;
}
	.aboutimg4{
		height: 400px;
		background-size: cover;
		background-attachment: inherit;;
}
}


@media screen and (max-width:860px){
    .swal-modal{
	width: 70%;
}
	#intro{
		background-attachment: inherit;
	}
	.aboutimg1, .aboutimg2, .aboutimg3, .aboutimg4{
		height: 350px;
	}


	
	#contentSection{
		height: 150%
	}
	.item1, .item2, .item3, .item4, .item5, .item6{
		height: 33.3%
	}
	
	#submenu li a{
		font-size: 18px;
	}
	.contactModal-content{
		width: 50%
	}

	}

/*For Tablet and smaller*/
@media only screen and (max-width: 768px) {
	.aboutimg1, .aboutimg2, .aboutimg3, .aboutimg4{
		height: 300px;
	}
	.commPrices li p {
    	height: 75px;
	}
	.commPrices1 li p {
    	height: 75px;
	}
	.commPrices2 li p {
    	height: 75px;
	}
	.contactModal-content{
		width: 60%
	}
	.contactContainer h2{
		font-size: 25px;
		line-height: 36px;
		padding: 0;
		
	}
	.look-ctaText h2{    
	font-size: 28px;
    line-height: 46px;
	}

    .packages {
        width: 100%;
    }
	.refPic{
		height: 40%;
       
	}
	.portmodal-content{
		width: 90%;
	}
    .look-header{
        background-attachment: unset;
    }
	
	
	
	#submenu{
		background-color: #fff;
		
	}
	#submenu ul{
		width:80%;
		margin: auto;
	}
	
	#submenu li a{
		vertical-align: top;
		font-size: 14px;
	}
	.commPrices, .commPrices1, .commPrices2{
		height: 420px
	}
	
	
	
} 
@media screen and (max-width:600px){
	.aboutimg1, .aboutimg2, .aboutimg3, .aboutimg4{
		height: 250px;
	}

	#contentSection{
		height: 300%
	}
	.item1, .item2, .item3, .item4, .item5, .item6{
		height: 16.66%;
		border-bottom: 1px solid #ffffff;
    	border-right: 0;
	}

}

@media screen and (max-width:520px){
	.name{
		width: 100% !important;
}
	.CTA a, .CTA-v2 a, .ux-cta h2 a{
		font-size: 20px;
	}
	.contactContainer h2{
		font-size: 18px;
		line-height: 30px;
		
	}
	.contactModal-content {
    	width: 80%; /* Could be more or less, depending on screen size */
	}
	.look-ctaText h2{    
	font-size: 26px;
    line-height: 46px;
	}

	#submenu select {
    display: block;
	}
    .tinynav { 
		display: block;
	}
    #nav { display: none }
	
	
	.innerTitle{
		padding: 10px 13%;
	}
	.innerTitle h1{
		font-size: 22px;
		padding: 5px 0;
	}
	.commTable{
		padding: 50px 10% 80px;
	}
	.ux-ctaText{
		display: block;
	}
	.ux-ctaArrow {
    font-size: 70px;
    text-decoration: none;
    color: #004057;
    padding: 0px 12% 0px 0px;
    float: right;
}
    .grid-sizer,
.grid-item { width: 50%; }
/* 2 columns wide */
.grid-item--width2 { width: 100%; }
    .portfolio-image {
    height: 70vw;
}
    .page-description{
        font-size: 1.5rem;
    }
	
}
@media screen and (max-width: 375px){
	.refPic{
		height: 30%;
	}
	
	.aboutimg1, .aboutimg2, .aboutimg3, .aboutimg4{
		height: 200px;
	}
	#mc-embedded-subscribe{
		padding-left: 1px;
		padding-right: 1px;
	}
	.Button{
		margin: 0px auto 50px;
	}
	.commText{
		padding: 10%
	}
	.commTable{
		padding: 0;
	}
	.commTable p{
		padding: 0 10%
	}
	.topLogo{
		margin: 0px auto;
		width: 40px !important;
	}
	
	#menuIcon{
		right: 10px
			
	}
	.innerTitle h1{
		font-size: 18px;
		margin: 0;
	}
	.innerTitle{
		padding: 10px 18%;
	}
	
}
@media screen and (max-width: 320px){
	.signUp h4{
		min-width: 250px;
	}
	.contactContainer h2{
		font-size: 18px;
		line-height: 28px;
		
	}
	.topLogo{
		margin: auto;
	}
	.look-ctaText h2{    
		font-size: 24px;
    	line-height: 46px;
	}
	.innerTitle h1{
	    padding: 5px 0 5px 1%;
	}
	.innerTitle {
    padding: 10px 16%;
}
}
