@charset "UTF-8";
/*

Stylesheet Typographica Media

typographica media red #C92D41
typographica media dark #1D374A
typographica media grey #A2B1BD

*/
body {
	margin: 0px;
	padding: 0px;
}


h1 {
	font-family: myriad-pro, sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	font-style: normal;
	color: #1D374A;
}
p {
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	font-style: normal;
	color: #1D374A;
}
p.copyright-font {
    font-family: myriad-pro, sans-serif;
    font-weight: 400; 
    font-size: 0.7rem;
    font-style: normal;
    color: #1D374A;
}
b {
	font-weight: 600;
	font-size: 1rem;
}
a {
	text-decoration: none
}

a:link {
    color: #1066B9;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #1066B9;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #0B438B;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #1066B9;
    background-color: transparent;
}

.media-header {
    position: relative;
    background-color: #A78787;
    background-image: -webkit-linear-gradient(270deg,rgba(70,166,239,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(145,199,239,1.00) 0%,rgba(188,224,244,1.00) 59.30%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(145,199,239,1.00) 0%,rgba(188,224,244,1.00) 59.30%,rgba(255,255,255,1.00) 100%);
    background-image: -webkit-linear-gradient(270deg,rgba(145,199,239,1.00) 0%,rgba(188,224,244,1.00) 59.30%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(145,199,239,1.00) 0%,rgba(188,224,244,1.00) 59.30%,rgba(255,255,255,1.00) 100%);
}

.media-cloud {
	display:flex;
	justify-content: center;
}

.media-logo {
	display:flex;
	justify-content: center;
}
.media-intro {
	margin: auto;
    width: 50%;
    padding: 10px;
}

/* Graphic design  */

.cont-gd-title {
	margin: auto;
    width: 50%;
    padding: 10px;
}

.cont-gd {
    box-sizing: border-box;
    position: relative;
    min-height: 100vh;
    margin-top: 200px;
}

.cont-gd .child-gd {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	padding: 10px;
}

.cont-gd .child-gd .gd-img {
    height: 200px;
    width: 350px;
*/	box-shadow: 0 5px 9px rgba(29,55,74,0.30);
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 9px rgba(29,55,74,0.30);
}

.cont-gd .child-gd .gd-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .2s linear;
}

.cont-gd .child-gd .gd-img:hover img {
    transform: scale(1.02);
}

.cont-gd .gd-img-popup {
	position: fixed;
	top: 0; left: 0;
	background: rgba(200,210,213,.9);
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
}

.cont-gd .gd-img-popup span {
    position: absolute;
    font-size: 90px;
    font-weight: 400;
    color: rgba(29,55,74,1.00);
    cursor: pointer;
    z-index: 100;
    right: 10vw;
    top: 10vh;
}

.cont-gd .gd-img-popup img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    width: 1600px;
    object-fit: cover;
}

/* Graphic design END */

/* Photographs */

.cont-ph-title {
	margin: auto;
    width: 50%;
    padding: 10px;
}

.cont-ph {
    box-sizing: border-box;
    position: relative;
    min-height: 100vh;
    margin-top: 40px;	
}

.cont-ph .child-ph {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	padding: 10px;
}

.cont-ph .child-ph .ph-img {
    height: 200px;
    width: 350px;
	box-shadow: 0 5px 9px rgba(29,55,74,0.30);
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 9px rgba(29,55,74,0.30);
}

.cont-ph .child-ph .ph-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .2s linear;
}

.cont-ph .child-ph .ph-img:hover img {
	transform: scale(1.02);
}

.cont-ph .ph-img-popup {
	position: fixed;
	top: 0; left: 0;
	background: rgba(20,30,35,.99);
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
}

.cont-ph .ph-img-popup span {
	position: absolute;
    font-size: 110px;
    font-weight: 400;
    color: rgba(29,55,74,1.00);
    cursor: pointer;
    z-index: 100;
    right: 10vw;
    top: 10vh;
}

.cont-ph .ph-img-popup img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #000000;
    width: 1600px;
    object-fit: cover;
}

/* Photographs END */

.nav-back-1 {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.nav-back-2 {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.copyright {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}


@keyframes transitionIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media (max-width: 1700px){
	.cont-gd .gd-img-popup img {
		width: 90%;
		
	}
	.cont-ph .ph-img-popup img {
		width: 90%;
		
	}
}




