@charset "UTF-8";

/*

CoastCon

logo
green	#48AC33
grey	#708788

grey light		#9ba2b0
grey lighter 	#d8deea

green darker	#398338



*/

* {
	box-sizing: border-box;
	
}
html {
	scroll-behavior: smooth;
	/*scroll-snap-type: y mandatory;*/
  	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/*background-color: #48AC33;
	background-image: url("/images/background-concrete-1.jpg")*/
}
img {
	color:#fff
}
h1 {
	font-family: "oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.9rem;
	letter-spacing: 0.1rem;
	color: #384c5e;
	/*white-space: nowrap;*/
	text-transform: uppercase;
}
h2 {
	font-family: "oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1rem;
	color: #72a0cb;
}
h3 {
	font-family: "oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	color: #fff;
}
strong {
	color: #000;
	text-decoration: none;
}
strong:hover {
	text-decoration: underline;
}
p {
	font-family: "articulat-cf", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #384c5e;
}
.p-bold {
	font-family: "articulat-cf", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.5rem;
	line-height: 4.5rem;
	color: #72a0cb;
	text-align: center;
}
.image-caption {
	font-family: "articulat-cf", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	line-height: 2rem;
	color: #708788;
	text-align: center;
}
.p-copyright {
	font-family: "articulat-cf", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #384c5e;
	text-align: center;
}
a {
	color: #48AC33;
	text-decoration: none;
}
a:hover {
	color: #398338;
	text-decoration: underline;
}

.wrapper-all {
	display: flex;
	background-image: url("../images/background-concrete-2.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	width: 100vw;
	height: auto;
}
.wrapper-block {
	display: flex;
	flex-direction: column;
	width: 80vw;
	/*height: 800px;*/
	margin-top: 10vw;
	margin-bottom: 10vw;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0px 5px 33px rgba(20, 50, 50, 0.7);
	z-index: 0;
}
@media (max-width: 1000px) {
	.wrapper-block {
		width: 90vw;
	}
}
@media (max-width: 700px) {
	.wrapper-block {
		width: 98vw;
	}
}
.container-header {
	display: flex;
	background-image: url("../images/background-concrete-1.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	width: 100;
  	height: 500px;
}
@media (max-width: 1000px) {
	.container-header {
		height: 300px;
	}
}
.header-cover {
	display: flex;
	background-color:rgba(255,255,255,0.4);
background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	width: 80vw;
  	height: 30em;
}
@media (max-width: 1000px) {
	.header-cover {
		width: 90vw;
	}
}
@media (max-width: 700px) {
	.header-cover {
		width: 98vw;
	}
}
.container-logo {
	display: flex;
	/*position: relative;*/
	background-image: url("../images/logo-coastcon-boom.svg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	width: 70vw;
  	height: auto;
	margin-top: 10em;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
@media (max-width: 1000px) {
	.container-logo {
		width: 90vw;
		margin-top: -6em;
	}
}
@media (max-width: 700px) {
	.container-logo {
		/*width: 90vw;
		margin-top: -6em;*/
		display: none;
	}
}
.container-logo-portrait {
	display: flex;
	background-image: url("../images/logo-coastcon-readymix-square.svg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	width: 100vw;
  	height: auto;
	margin-top: -9em;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
@media (min-width: 700px) {
	.container-logo-portrait {
		display: none;
	}
}
.container-description, .copy {
	margin: 20px 30px 30px 30px;
}
@media (max-width: 1000px) {
	.copy {
		margin: 20px 15px 20px 15px;
	}
}
.container-image-1 {
	display:block;
	background-image: url("../images/coastcon-001.jpg");
	background-repeat: no-repeat;
	background-position: bottom; 
	background-size: cover;
	width: 100;
	height: 800px;
}
.container-image-2 {
	display:block;
	background-image: url("../images/coastcon-004.jpg");
	background-repeat: no-repeat;
	background-position: bottom; 
	background-size: cover;
	width: 100;
	height: 500px;
}
@media (max-width: 1000px) {
	.container-image-1 {
	height: 300px;
	}
	.container-image-2 {
	height: 250px;
	}
}
/* gallery */
.container-gallery {
    display: flex;
    width: 100%;
    padding: 0% 0%;
    box-sizing: border-box;
    height: 80vh;
}
.gallery-box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 0%;
    box-shadow: 0px 5px 11px rgba(20, 50, 50, 0.4);
    /*line-height: 0;*/
}
.gallery-box > img {
    width: 200%;
    height: calc(100% - 0vh);
    object-fit: cover; 
    transition: .5s;
}
.gallery-box > span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    /*height: 10vh;
    line-height: 2.6;*/
	height: 0px;
    line-height: 0;
}
.gallery-box:hover { flex: 1 1 70%; }
.gallery-box:hover > img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1000px) {
	.container-gallery {
	height: 40vh;
	}
}
.typographica {
	height: 5em;
	background-image: url("../images/logo-tm-1.svg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: 200px auto;
	/*transition: background-image 2s ease-out 100ms*/
}
.typographica:hover {
	background-image: url("../images/logo-tm-2.svg");
}
.container-copyright {
	text-align: center;
	margin-top: 200px;
}



