/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* GLOBAL VALUES */
body {
	font-family: 'Lato', sans-serif;
}
* {
    outline: none;
}
a {
    text-decoration: none;
}
/* MAIN HEAD PHOTO */
.main {
	height: 92vh;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.6)),color-stop(rgba(0,0,0,0.3)), color-stop(50%, rgba(0,0,0,0.0))), url("../img/background-1920.jpg") no-repeat center center;
    background: linear-gradient(to right, rgba(0,0,0,0.6),rgba(0,0,0,0.3), rgba(0,0,0,0.0)50%), url("../img/background-1920.jpg") no-repeat center center;
    background-size: cover;
}
.main h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
	top: 50%;
	left: 10vw;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
}
.logos {
	background-image: linear-gradient(124deg, #8a2387 0%, #e94057 44%, #f27121 100%);
	padding-bottom: 5rem;
	border-bottom: 6px solid #9e9e9e;
}
.logos_arrowdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.75rem 0 9rem 0;
}
.logos__svg {
	max-height: 5vh;
	-webkit-animation: down infinite 1s linear;
	        animation: down infinite 1s linear;
	opacity: 0.3;
}
@-webkit-keyframes down {
	0% {
		-webkit-transform: translateY(-10px) scale(1);
		        transform: translateY(-10px) scale(1);
	}
	100% {
		-webkit-transform: translateY(10px) scale(0.9);
		        transform: translateY(10px) scale(0.9);
	}
}
@keyframes down {
	0% {
		-webkit-transform: translateY(-10px) scale(1);
		        transform: translateY(-10px) scale(1);
	}
	100% {
		-webkit-transform: translateY(10px) scale(0.9);
		        transform: translateY(10px) scale(0.9);
	}
}

.logos__adobe,
.logos__tech {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #ffffff;
}
.logos__flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: 42.5rem;
	max-width: 90%;
}
.logos__adobe__item__text,
.logos__tech__item__text {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logos__adobe__item__text span + span,
.logos__tech__item__text span + span {
	margin-top: 0.3rem;
}
.logos__adobe__item,
.logos__tech__item {
	margin-bottom: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 5px solid #ffffff;
	width: 250px;
	height: 250px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logos__adobe__item:hover,
.logos__tech__item:hover {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	color: gray;
	border: 5px solid gray;
	background: #ffffff;
	-webkit-box-shadow: 5px 7px #00000025;
	        box-shadow: 5px 7px #00000025;
}
/* DIPLOMY */
.diplomas {
	background-image: linear-gradient(231deg, #051937 0%, #004d7a 28%, #008793 59%, #a8eb12 100%);
	padding: 3rem 0;
	border-bottom: 5px solid gray;
}
.diplomas__primafuture {
	width: 700px;
	height: 983px;
	background: url("../img/leona_jurtikova_tvorba_webovych_stranek-700.jpg") no-repeat center center;
	background-size: cover;
	display: block;
	margin: auto;
	margin-bottom: 4rem;
}
.diplomas__google {
	width: 700px;
	height: 495px;
	background: url("../img/leona-jurtikova-google-digitalni-garaz-700.jpg") no-repeat center center;
	background-size: cover;
	display: block;
	margin: auto;
}
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 3rem 0;
	position: relative;
}
.footer::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(91deg, #000000 0%, #ffffff 51%, #000000 100%);
	opacity: 0.1;
}
.footer__tel, .footer__mail, .footer__separator {
	font-size: 3.125rem;
	font-weight: 700;
	color: #646464;
	opacity: 1;
	z-index: 1;
}
.footer__separator {
	margin: 0 1rem;
}

/* FADE IN EFFECT */
.to-fade-in {
    opacity: 0;
}
.fade-in {
	animation: fade-in 0.6s forwards;
	-webkit-animation: fade-in 0.6s forwards;
	-moz-animation: fade-in 0.6s forwards;
}
@-webkit-keyframes fade-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
	}
}
@keyframes fade-in {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
	}
}

/* responsivita */
@media only screen and (max-width: 1170px) {
	.main {
		background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.1)),to(rgba(0,0,0,0.1))), url("../img/background-1170.jpg") no-repeat top center;
		background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url("../img/background-1170.jpg") no-repeat top center;
    	background-size: cover;
	}
	.main h1 {
		top: auto;
		bottom: 8rem;
		-webkit-transform: none;
		        transform: none;
	}
}
@media only screen and (max-width: 780px) {
	.logos__flx {
		min-width: 90%;
	}
	.logos__adobe__item:hover, .logos__tech__item:hover {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	.diplomas__primafuture {
		width: 90%;
		height: auto;
		padding-top: calc(983 / 700 * 100%);
	}
	.diplomas__google {
		width: 90%;
		height: auto;
		padding-top: 63%;
	}
	.footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__separator {
		display: none;
	}
	.main h1 {
		font-size: 7.25vw;
	} 
}
@media only screen and (max-width: 630px) {
	.logos__flx {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media only screen and (max-width: 520px) {
	.footer__tel, .footer__mail, .footer__separator {
		font-size: 9.5vw;
	}
	.to-fade-in {
		opacity: 1;
	}
	.fade-in {
		-webkit-animation: none;
		        animation: none;
	}
}
@media only screen and (max-width: 390px) {
	.diplomas__primafuture {
		background: url("../img/leona_jurtikova_tvorba_webovych_stranek-350.jpg") no-repeat center center;
		background-size: cover;
	}
	.diplomas__google {
		background: url("../img/leona-jurtikova-google-digitalni-garaz-350.jpg") no-repeat center center;
		background-size: cover;
	}
}
@media only screen and (max-width: 340px) {
	.diplomas__primafuture {
		background: url("../img/leona_jurtikova_tvorba_webovych_stranek-175.jpg") no-repeat center center;
		background-size: cover;
	}
	.diplomas__google {
		background: url("../img/leona-jurtikova-google-digitalni-garaz-175.jpg") no-repeat center center;
		background-size: cover;
	}
}