/*	Stylesheet k webu peptidyss.cz
	Autor: Jiří Šafka
	Verze: 1.0
	Tvorba: 04.06.2020
	
	Modifikace: 05.10.2020
	Verze: 1.0.1
	Autor: Robert Myška
*/


@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	font-family: Muli;
}
a {
	text-decoration: none;
}

.navbar {
	width: 100%;
	height: 100px;
	background-color: #353660;
	border-bottom: 8px solid #a7cf38;
}
.navbar-menu {
	margin: 0 auto;
	padding-top: 20px;
	max-width: 1300px;
	display: flex;
	justify-content: space-between;
}
.navbar-menu h1 {
	color: white;
	font-size: 48px;
	margin: auto 0;
}
.navbar-menu ul {
	width: 65%;
	margin: auto 0;
	display: flex;
	justify-content: space-between;
	list-style-type: none;	
}
.navbar-menu li {
	color: white;
	font-size: 20px;
	text-decoration: none;
}


.navbar-link {
	color: white;
	font-size: 25px;
	text-decoration: none;
}
.navbar-link:visited {
	color: white;
	font-size: 25px;
	text-decoration: none;
}
.navbar-link:hover {
	color: orange;
	font-size: 25px;
	text-decoration: none;
}
.navbar-link:active {
	color: red;
	font-size: 25px;
	text-decoration: none;
}


.container-main {
	max-width: 1300px;
	height: 600px;
	margin: 0 auto;
}
.bg-main {
	background-image: url(https://www.peptidyss.cz/img/bg-main.png);
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.container-sec1 {
	max-width: 1300px;
	height: 850px;
	margin: 0 auto;
	text-align: center;
	color: #353660;
}
.container-sec1 h1 {
	font-size: 40px;
	font-weight: 300;
	padding: 75px 0;
}
.container-sec1 h4 {
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 50px;
	line-height: 2em;
}
.bg-sec1 {
	background-image: url(https://www.peptidyss.cz/img/bg-sec1.png);
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #e4e4ed;
}
.main-title {
	text-align: left;
	margin: auto 0;
	padding-top: 210px;
}
.main-title h1 {
	font-family: Muli;
	font-weight: 300;
	font-size: 50px;
	color: white;
	padding: 40px 0;
}
.main-title h3 {
	font-family: Muli;
	font-weight: 100;
	font-size: 30px;
	color: white;
}
.container {
	max-width: 1300px;
	margin: 0 auto;
}
.container h1 {
	font-size: 40px; 
	color: #353660;
	text-align: center;
	padding: 60px 0;
}
.container p {
	font-size: 20px;
	color:#353660;
}
.lower-title {
	text-align: center;
	font-weight: 200;
}
.lower-title h1 {
	font-size: 40px; 
	color: #353660;
	text-align: center;
	padding: 60px 0;
	font-weight: 400;

}
.lower-title h3 {
	font-size: 28px;
	color: #b3b3b3;
	font-weight: 200;
	padding-bottom: 30px;
}
.col {
	padding: 20px;
	width: 50%;
}
.col p {
	font-size: 18px;
	color: #353660;
	font-weight: 200;
    line-height: 1.8;
 }
 .col h3 {
	font-size: 30px;
	color: #353660;
	font-weight: 200;
    line-height: 1.8;
 }
 .col img {
 	width: 100%;
 }
 .space30{
 	height: 30px;
 }
 .studie p {
 	font-size: 14px;
	color: #353660;
	font-weight: 200;
    line-height: 1.3;
 }
.space {
	height: 60px;
}
.highlight {
	background-color: #e8e8e8;
	border-left: 8px solid #a7cf38;
	padding: 25px;
	border-radius: 15px;
}
.product-card {
	background-color: #e8e8e8;
	padding: 20px;
	border-radius: 15px;
	max-width: 460px;
	box-shadow: 5px 5px 10px grey;  
	margin: 0 auto;
}
.product-card h1 {
	font-size: 30px;
	font-weight: 400;
	text-align: left;
	padding: 0;
}
.product-card p {
	font-size: 18px;
	font-weight: 200;
	text-align: left;
	line-height: 1.8;
}
.price table {
	float: right;
}
.price td {
	  vertical-align: bottom;
	  padding-right: 20px;
}
.content {
	width: 100%;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.center {
	justify-content: center;
	align-items: center;
}
.container-blue {
	background: #353660;
	color: white;
	text-align: center;
	font-weight: 200;
	max-width: 1300px;
	margin: 0 auto;	
}
.blue {
	background: #353660;
}
.container-blue h1 {
	font-size: 40px;
	font-weight: 200;
	padding: 50px 0;
}
.container-blue h2 {
	font-size: 30px;
	font-weight: 200;
	padding: 30px 0;
}
.container-blue p {
	font-size: 18px;
	font-weight: 200;
	padding: 20px 0;
	line-height: 1.8em;
}
.polygon-1 {
	content: "";
	width: 100%;
	height: 100px;
	background: #353660;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.polygon-2 {
	content: "";
	width: 100%;
	height: 100px;
	background: #353660;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.polygon-3 {
	content: "";
	width: 100%;
	height: 100px;
	background: #353660;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.polygon-4 {
	content: "";
	width: 100%;
	height: 100px;
	background: #353660;
	clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.table {
}
.table table {
	text-align: left;
	border-collapse: collapse;
	background-color: white;
	color: #353660;
	width: 40%;
	margin: 30px auto;
}
.table td, th {
  border: 2px solid #a7cf38;
  text-align: left;
  padding: 8px;

}
.port-img img {
	max-width: 100%;
	max-height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.testimonials {
	background-image: url(https://www.cartidyss.cz/pic/bg-testimonials.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #e4e4ed;
}
.btn-cont {
	margin: 0 auto;
	text-align: center;
}
.button1 {
	background-color: #a7cf38;
 	border-radius: 50px;
	color: white;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 6px 3px;
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 2px 20px 0 rgba(0,0,0,0.19);
	transition: 0.4s;
}
.button1:hover {
	border-radius: 50px;
	color: white;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 6px 3px;
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	transform: scale(1.08);
}
.contact-title h1 {
	color: #6a6ae5;
	font-size: 55px;
	font-weight: 100;
	text-align: center;
}
.contact {
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.contact h1 {
	color: #6a6ae5;
	font-size: 55px;
	font-weight: 100;
	padding-bottom: 50px;
}
.contact h3 {
	color: #6a6ae5;
	font-size: 26px;
	padding: 20px 0;
	font-weight: 600;
}
.contact p {
	color: #6a6ae5;
	font-size: 22px;
	font-weight: 100;
}
footer {
	width: 100%;
	height: 290px;
	background-color: #353660;
	border-top: 8px solid #a7cf38;
}
footer p{
	color: #e4e4ed;
	font-size: 18px;
	line-height: 1.3em; 
	font-weight: 100;
}
.container-footer {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.copy p {
	color: white;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	padding: 25px;
}
.copy a {
	text-decoration: none;
	color: white;
}
hr {
	background-color: #a7cf38;
	height: 1px;
	border: 0	;
}











