/*KOLORY MOTYWU:
Kolor główny: #263238
Kolor dopełniający: #37474F
Niebieski: #03A9F4
*/

body {
	font-family: 'Raleway', sans-serif;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: #ffffff;
}

p {
	font-family: 'Raleway', sans-serif;
	/*font-size: 0.9vw;*/
	font-size: 13px;
	letter-spacing: 0.3px;
	text-align: justify;
}

h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}

.universal-h3 {
	font-size: 1.3vw;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 0;
}

.blog-h3 {
	font-family: 'Abril Fatface', sans-serif;
	font-size: 1.3vw;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 0;
}

.universal-h4 {
	font-size: 1.2vw;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
}

.main-body-section {
	width: 100vw;
	height: 100vh;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 1.8vw;
	padding-bottom: 1.8vw;
	background-image: url(../img/main-bg-grey-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
}

.universal-container-article {
	width: 100%;
	height: 90%;
	padding: 1.8vw 5vw;
	overflow-x: hidden;
	overflow-y: scroll;
	display: flex;
	justify-content: space-between;
	background-color: white;
	position: relative;
	border: 3px solid #03A9F4;
	transition: 0.6s;
}

.article-container {
	position: absolute;
	top: 1.8vw;
	bottom: 1.8vw;
	left: 5vw;
	right: 5vw;
	overflow-x: hidden;
	overflow-y: scroll;
}

.universal-section {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 1.8vw;
	padding-top: 1vw;
	/*background-color: grey;*/
}

.universal-container {
	width: 100%;
	height: 90%;
	border: 3px solid #03A9F4;
	position: relative;
}

.content-container {
	position: absolute;
	top: 0vw;
	bottom: 0vw;
	left: 0vw;
	right: 0vw;
	overflow-x: hidden;
	overflow-y: scroll;
}

.universal-page-title {
	z-index: 900;
	position: absolute;
	height: 2vw;
	top: -1vw;
	bottom: 0;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	padding-bottom: 1vw;
	margin-left: 5vw;
	background-color: #ffffff;
	color: #03A9F4;
    font-size: 1.3vw;
    text-decoration: none !important;
    letter-spacing: 1px;
}

.universal-content-container {
	width: 100%;
	height: 100%;
	padding: 1.8vw 5vw;
	overflow-x: hidden;
	overflow-y: scroll;
	display: flex;
	justify-content: space-between;
}

/*BUTTONS styles*/

.universal-button-white {
	font-family: 'Raleway', sans-serif;
	border: 2px solid #263238;
	background-color: white;
	font-size: 1.2vw;
	padding: 3px 12px;
	transition: 0.6s;
	letter-spacing: 1px;
	outline: none !important;
}

.universal-button-white:hover {
	background-color: #03A9F4;
}

.universal-button-white:focus {
	background-color: #03A9F4;
}


.universal-button-blue {
	font-family: 'Raleway', sans-serif;
	border: 2px solid #263238;
	background-color: #03A9F4;
	color: #ffffff;
	font-size: 1.2vw;
	padding: 3px 12px;
	transition: 0.6s;
	letter-spacing: 1px;
	outline: none !important;
}

.universal-button-blue:hover {
	background-color: #37474F;
	border-color: #37474F;
}

.universal-button-blue:focus {
	background-color: #37474F;
	border-color: #37474F;
}




/*NAVBAR styles*/

.navbar {
	width: 100%;
	display: flex;
	margin-bottom: 1.8vw;
	align-items: center;
	justify-content: space-around;
}

.navbar-logo {
	height: 4.5vw;
	margin: auto;
	margin-left: 0;
	margin-right: 5.4vw;
}

.navbar-links {
	font-family: 'Raleway', sans-serif;
	/*width: 50%; - Wartość dla 5 elementów w menu zamiast 4*/
	width: 30%;
    display: flex;
    justify-content: space-between;
    margin-left: 3vw;
    align-items: center;
    color: #263238;
    margin: auto;
    margin-left: 0;
}

.navbar-a {
    color: #263238;
    font-size: 1.1vw;
    text-decoration: none !important;
    letter-spacing: 1px;
    transition: 0.6s;
    border-bottom: 3px solid transparent;
}

.navbar-a:hover, .navbar-a:focus {
	color: #03A9F4;
}

.navbar-a:focus {
	border-bottom: 3px solid #03A9F4;
}

.two-buttons-container {
	font-family: 'Raleway', sans-serif;
	display: flex;
	align-items: center;
	margin-left: 6vw;
	margin: auto;
	margin-right: 0;
	justify-content: right;
}

.polsl-a-button, .in-a-button {
	font-size: 1.3vw;
	color: #263238 !important;
	background-color: #fafafa;
	border: 2px solid #263238;
	padding: 2.5px 5px;
	margin-left: 15px;
	font-weight: 500;
	text-decoration: none !important;
	letter-spacing: 1px;
	transition: 0.6s;
}

.polsl-a-button:hover, .polsl-a-button:focus {
	background-color: #03A9F4;
}

.in-a-button:hover, .in-a-button:focus {
	background-color: #03A9F4;
}




/*HOMEPAGE styles*/

.homepage-section {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 1.8vw;
	padding-top: 1vw;
	/*background-color: grey;*/
}

.homepage-container {
	width: 100%;
	overflow-y: scroll;
}

.homepage-top-box {
	width: 100%;
	display: flex;
}

.homepage-image-box {
	position: relative;
	height: 27vw;
	width: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 3px solid #03A9F4;
	transition: 0.8s;
}

.homepage-image-1 {
	background-image: url(../img/homepage-main-photo1.jpg);
}

.homepage-image-2 {
	background-image: url(../img/homepage-main-photo2.jpg);
}

.homepage-image-3 {
	background-image: url(../img/homepage-main-photo3.jpg);
}

.homepage-image-cube-box {
	position: absolute;
	width: 6vw;
	justify-content: space-between;
	bottom: 1vw;
	left: 1vw;
	display: flex;
}

.homepage-slider-cube {
	cursor: pointer;
}

.homepage-cube {
	width: 1.5vw;
	height: 1.5vw;
	border: 2px solid #263238;
	background-color: #fafafa;
	transition: 0.8s;
}

.homepage-cube-blue {
	background-color: #03A9F4;
}

.homepage-personal-box {
	position: relative;
	height: 27vw;
	width: 25%;
}

.homepage-profile-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 15vw;
	border: 3px solid #03A9F4;
	background-image: url(../img/aleksandra-werner-profile-img.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-color: red;*/
}

.homepage-personal-cube-box {
	position: absolute;
	width: 6vw;
	justify-content: space-between;
	top: 16vw;
	right: 0vw;
	display: flex;
}

.homepage-cube-dark {
	background-color: #37474F;
}

.homepage-personal-buttons-box {
	position: absolute;
	top: 20vw;
	right: 0;
	text-align: right;
	display: flex;
	flex-direction: column;
}

.homepage-personal-button-top, .homepage-personal-button-bottom {
	margin: auto;
	margin-right: 0;
}

.homepage-personal-button-bottom {
	margin-top: 1vw;
}





.homepage-bottom-box {
	width: 100%;
	display: flex;
	padding-top: 1.8vw;
	justify-content: space-between;
}

.homepage-about-box {
	position: relative;
	width: 57%;
	/*height: 23vw;*/
	display: flex;
	padding: 1vw;
	justify-content: space-between;
	align-items: flex-start;
}

.homepage-about-left-part {
	width: 50%;
	padding-right: 5%;
	border-right: 2px solid #263238;
}

.homepage-about-right-part {
	width: 50%;
	padding-left: 5%;
}

.homepage-about-first-words {
	font-size: 15px;
	font-weight: 600;
}

.homepage-about-corner-border-top, .homepage-about-corner-border-bottom {
	position: absolute;
	width: 3vw;
	height: 3vw;
}

.homepage-about-corner-border-top {
	border-top: 2px solid #263238;
	border-left: 2px solid #263238;
	top: 0;
	left: 0;
}

.homepage-about-corner-border-bottom {
	border-bottom: 2px solid #263238;
	border-right: 2px solid #263238;
	bottom: 0;
	right: 0;
}





.homepage-publications-box {
	width: 37%;
	/*height: 23vw;*/
	padding-top: 1vw;
	position: relative;
}

.homepage-publications-title-box {
	width: 100%;
	padding-left: 3.5vw;
}

.homepage-publications-h3 {
	margin-top: 0;
	font-size: 15px;
	font-weight: 600;
}

.homepage-publications-links-box {
	width: 100%;
	display: flex;
}

.homepage-publications-cube-box {
	height: 6vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.homepage-publications-content {
	padding-left: 2vw;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.homepage-links-left {
	width: 48%;
	text-align: left;
	display: grid;
}

.homepage-links-right {
	width: 48%;
	text-align: left;
	display: grid;
}

.homepage-publication-link {
	display: flex;
	margin: auto;
	margin-left: 0;
	align-items: center;
	cursor: pointer;
}

.homepage-publication-line {
	height: 50%;
	width: 1.5vw;
	border-bottom: 2px solid #263238;
	transition: 0.6s;
}

.homepage-publication-link:hover .homepage-publication-line {
	/*transform: rotate(-25deg);*/
	transform: rotate(-35deg);
	border-bottom-color: #03A9F4;
}

.homepage-publication-a {
	margin-left: 0.7vw;
	text-align: left;
	color: #263238;
	text-decoration: none !important;
	transition: 0.6s;
}

.homepage-publication-link:hover .homepage-publication-a {
	color: #03A9F4;
}

.homepage-publications-button-box {
	width: 100%;
	padding-left: 3.5vw;
	position: absolute;
	bottom: 0;
}









/*ABOUT styles*/


.universal-content-left {
	width: 45%;
	height: 100%;
	position: relative;
}

.about-top-box{
	display: flex;
	position: relative;
}

.about-profile-img {
	width: 10vw;
	min-width: 10vw;
	height: 12vw;
	border: 3px solid #03A9F4;
	background-image: url(../img/aleksandra-werner-profile-img.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-color: red;*/
}

.about-intro-box {
	padding-left: 1.5vw;
}



.universal-content-right {
	width: 45%;
	height: 100%;
	position: relative;
}

.about-intro-h3 {
	margin-bottom: 2vw;
}

.about-img {
	width: 100%;
	height: 15vw;
	border: 3px solid #03A9F4;
	background-image: url(../img/about-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 2vw;
}

.about-link-margin {
	margin-top: 0.5vw;
}

.about-h3-margin {
	margin-top: 3vw;
}

.about-cube-box {
	position: absolute;
	width: 3.5vw;
	height: 3.5vw;
	right: 0;
	bottom: -2vw;
}

.about-cube-inside-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.about-first-cube {
	position: absolute;
	top: 0;
	right: 0;
}

.about-second-cube {
	position: absolute;
	bottom: 0;
	right: 0;
}

.about-third-cube {
	position: absolute;
	bottom: 0;
	left: 0;
}

.about-img-border-bottom {
	position: absolute;
	bottom: -2vw;
	left: 9vw;
	width: 3vw;
	height: 3vw;
	border-bottom: 2px solid #263238;
	border-right: 2px solid #263238;

}

.about-middle-box {
	margin-top: 3.5vw;
}

.about-bottom-box {
	display: flex;
	align-items: flex-end;
	margin-top: 2vw;
}

.about-numbers-box {
	width: 5vw;
	margin-right: 3vw;
}

.about-number-title {
	font-size: 0.7vw;
	text-align: left;
}

.about-number-number {
	width: 5vw;
	height: 5vw;
	border: 2px solid black;
	text-align: center;
	align-items: center;
	display: grid;
	font-size: 1.9vw;
	background-color: #ffffff;
	cursor: pointer;
	transition: 0.6s;
}

.about-number-number:hover {
	background-color: #03A9F4;
}








/*CONTACT styles*/

.contact-p {
	margin-top: 1.8vw;
	width: 80%;
	margin-bottom: 3vw;
}

.contact-info-box {
	display: flex;
	align-items: center;
	margin-top: 0.9vw;
	cursor: pointer;
}

.contact-info-icon {
	width: 3vw;
	height: 3vw;
	margin-right: 0.9vw;
	border: 2px solid #263238;
	background-color: white;
	transition: 0.6s;
}

.contact-email-icon {
	width: 100%;
	height: 100%;
	background-image: url(../img/email-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.contact-phone-icon {
	width: 100%;
	height: 100%;
	background-image: url(../img/phone-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.contact-workplace-icon {
	width: 100%;
	height: 100%;
	background-image: url(../img/workplace-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.contact-info-box:hover > .contact-info-icon {
	background-color: #03A9F4;
}

.contact-cube-box {
	display: flex;
	width: 6vw;
	justify-content: space-between;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contact-form {
	width: 80%;
	margin-top: 1.8vw;
	text-align: right;
}

.contact-form-text-input {
	font-family: 'Raleway', sans-serif;
	font-size: 1vw;
	border: 2px solid #263238;
	padding: 5px 22px;
	width: 100%;
	margin-bottom: 1.8vw;
	outline: none !important;
	transition: 0.6s;
}

.contact-form-text-input:focus {
	border-color: #03A9F4;
}

.contact-form-name-input {
	width: 90%;
	margin-right: 10%;
}

.contact-form-email-input {
	width: 90%;
}

.contact-form-textarea {
	font-family: 'Raleway', sans-serif;
	resize: none;
	font-size: 1vw;
	width: 100%;
	height: 12vw;
	border: 2px solid #263238;
	padding: 5px 22px;
	margin-bottom: 1.8vw;
	outline: none !important;
	transition: 0.6s;
}

.contact-form-textarea:focus {
	border-color: #03A9F4;
}

.contact-quote-img {
	margin-top: 3vw;
	width: 100%;
	height: 10vw;
	background-image: url(../img/contact-quote-img.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;

}



/*BLOG styles*/

.blog-cube-box {
	display: flex;
	width: 6vw;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
}

.blog-h3-title {
	margin-top: 5.4vw;
}

.blog-p {
	margin-top: 1.8vw;
}

.blog-quote-img {
	margin-left: -10%;
	width: 100%;
	height: 14vw;
	background-image: url(../img/blog-quote-img.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;

}

.blog-h3-first {
	margin-top: 3.6vw;
}

.blog-h3-second {
	margin-top: 1.8vw;
}

.blog-last-publications-box {

}

.blog-publications-top-box {
	display: flex;
	margin-bottom: 0.9vw;
}

.blog-publications-bottom-box {
	display: flex;
}

.blog-publication-cube {
	width: 3vw;
	height: 3vw;
	margin-right: 0.9vw;
	border: 2px solid #263238;
	background-color: white;
	display: grid;
	text-align: center;
	align-items: center;
	cursor: pointer;
	transition: 0.6s;
}

.blog-publication-cube:hover {
	background-color: #03A9F4;
}



.blog-second-cube-box {
	display: flex;
	flex-direction: column;
	height: 6vw;
	justify-content: space-between;
	position: absolute;
	right: 0;
	bottom: 0;
}














