/* lpgyori.net Master CSS file */


/**************************/
/*     General Styles     */
/**************************/
body, html {
  width: 100%;
	height: 100%;
  scroll-behavior: smooth;
}

body, p {
	color: #6c717b; 
	font-family: ElectrolizeRegular;
}

h1 {
  color: #191e47;
	font-family: UniviaProBold;  
	font-size: 2.5rem;
	line-height: 3.25rem;
	letter-spacing: 0px;
}

h2 {
	color: #191e47;
  font-family: UniviaProBold;
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: 0px;
}

.h2-heading {
  width: 35rem;
  margin-right: auto;
  margin-left: auto;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #6c717b;
	text-decoration: none;
}

a:hover {
	color: #6c717b;
	text-decoration: none;
}

.bg-gray {
	background-color: #f7faff;
}

img {
  border-radius: 10px;
  border: 2px solid #ccc;
  display: block;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #ffffff;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1rem;
  padding-top: 1.75rem;
	box-shadow: none;
}

.navbar.top-nav-collapse {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;  
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
  width: 124px;
	height: 32px;
  margin-left: 50px;
  border: 0px solid #ccc;
  transition: transform 0.3s ease;
}

.navbar .logo-image img:hover {
  transform: scale(1.2);
}

.navbar .navbar-margin {
  margin-left: auto !important;
  margin-right: 75px;
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #191e47;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #4555d2;
}

.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: relative;
	overflow: hidden;
	padding-top: 10rem;
	padding-bottom: 3rem;
	background-color: #ffffff;
	text-align: right;
  background-image: url('../images/pattern1b.jpg');
  background-repeat: repeat;
  
}

.header div[class*="col"] {  
	/* selects all elements which have classes starting with col */
	/* needed so that the absolute positioned decoration stays behind */
	position: relative;
}

.header .h1-large {
  font-family: UniviaProBold;
	margin-bottom: 1.75rem;
	font-size: 3rem;
	line-height: 3.5rem;
}

.header .p-large {
	margin-bottom: 2.25rem;
}

.header .text-container {
  margin-top: 2rem;
  margin-right: 50px;
  max-width: 380px;
  display: inline-block; /* preserves the text align at right */
}

.header .image-container {
	margin-top: 0rem;
}

.header .image-container .caption {
  text-align: left;
  font-size: 12px;
  color: #191e47;
  margin-top: 5px;
}


/***************/
/*     Bio     */
/***************/
.bio {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 2rem;
}

.bio div[class*="col"] {  
	/* selects all elements which have classes starting with col */
	/* needed so that the absolute positioned decoration stays behind */
	position: relative;
}

.bio .text-container {
	margin-bottom: 0rem;
}

.bio .image-container {
	margin-bottom: 5rem;
}

.bio .image-container img {
  width: 65%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: 50px;
}

.bio .image-container .caption {
  text-align: right;
  font-size: 12px;
  color: #191e47;
  margin-top: 5px;
  margin-right: 50px;
}

.bio h2 {
	margin-bottom: 1.875rem;
}

.bio .list-unstyled {
	margin-bottom: 2rem;
}


/******************************/
/*     Timeline & Reviews     */
/******************************/
.timeline {
	padding-top: 5rem;
	padding-bottom: 4rem;
}

.timeline .h2-heading {
	margin-bottom: 3.75rem;
	text-align: center;
}

/* Timeline Table */
table td:nth-child(1) {
  width: 150px;
}
table td:nth-child(1) img {
  border-radius: 4px;
  display: inline-block;
  float: right;
  transition: transform 0.3s ease;
  /* border: none; */
  border: 1px solid #ccc;
  height: 100px; /* establishes the vertical size of all the artworks and books' icons in timeline and reviews' sections */
  width: auto;
}
table td:nth-child(1) img:hover {
  transform: scale(2.5);
  will-change: transform; /* allows the browser to optimize rendering and animations in advance! */
}
table td:nth-child(2) {
  width: 150px;
  font-family: UniviaProBold;  
	font-size: 1rem;
  text-align: center;
  vertical-align: top;
}
table td:nth-child(3) {
  width: 800px;
}
/*
table td:nth-child(4) {
  width: 150px;
}
table td:nth-child(4) img {
  display: inline-block;
  float: left;
}
*/
table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
td, th {
  border: 0px solid #ccc;
  padding: 0.15rem;
}
table td.text-content {
  line-height: 1.4rem;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.custom-link {
  text-decoration: none;
  color: blue;
}


/*******************/
/*     Contact     */
/*******************/
.form-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 10px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #4555d2;
	border-radius: 10px;
	background-color: #4555d2;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #4555d2;
	background-color: transparent;
	color: #4555d2;
}

.form-1 {
	position: relative;
	overflow: hidden;
	padding-top: 5rem;
	padding-bottom: 4rem;
	text-align: left
}

.form-1 div[class*="col"] {  
	/* selects all elements which have classes starting with col */
	/* needed so that the absolute positioned decoration stays behind */
	position: relative;
}

.form-1 .text-container {
	margin-bottom: 0rem;
}

.form-1 .image-container {
	margin-bottom: 5rem;
}

.form-1 .image-container img {
  width: 65%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: 90px;
}

.form-1 .image-container .caption {
  text-align: right;
  font-size: 12px;
  color: #191e47;
  margin-top: 5px;
  margin-right: 90px;
}

.form-1 h2 {
	margin-bottom: 2.5rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 2rem;
	padding-bottom: 0rem;
  background-image: url('../images/pattern2b.jpg');
  background-repeat: repeat;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer .icon-image img {
  width: 40px;
	height: 40px;
  margin-left: 0px;
}

.footer .icon-list {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.footer .icon-list li a img {
  width: 30px;
  height: auto;
  transition: transform 0.3s ease;
  border: 0px solid #ccc;
}

.footer .icon-list li a img:hover {
  transform: scale(1.2);
}

.footer p,
.footer a,
.footer ul {
	opacity: 0.9;
}

.footer .li-space-lg li {
	margin-bottom: 0rem;
}

.footer .list-unstyled {
	margin-bottom: 0rem;
}

.footer .footer-col.first {
  display: inline-block;
  width: 320px;
  margin-right: 1.75rem;
  vertical-align: top;
}

.footer .footer-col.second {
  display: inline-block;
  width: 320px;
  margin-right: 1.75rem;
  vertical-align: top;
}

.footer .footer-col.third {
  display: inline-block;
  width: 320px;
  text-align: right;
  vertical-align: top;
}

.footer .col-lg-12 {
  text-align: center;
}


/*****************/
/*     Fonts     */
/*****************/
@font-face {
  font-family: ElectrolizeRegular;
  src: url(../fonts/electrolize-regular_LPG.otf) format(opentype);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: SolidMonoSpaced;
  src: url(../fonts/solid-mono.ttf) format(truetype);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: UniviaProBold;
  src: url(../fonts/univiaPro-bold.otf) format(opentype);
  font-weight: 700;
  font-style: normal;
}


/***************************/
/*     Mobile devices      */
/***************************/	
/* Max-width 992px */
@media (max-width: 992px) {
	
  /* General Styles */  
  body, html {
    overflow-x: hidden; /* to avoid the horizontal scroll bar */
  }

  .h2-heading {
    width: 10rem;
  }
  /* end of general styles */


	/* Navigation */
	.navbar {		
		line-height: 0.5rem;
    padding-top: 0.5rem;
		transition: all 0.2s;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

  .navbar .logo-image img {
    width: 50px;
    height: 32px;
    margin-left: 0px;
  }

  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }

  .navbar .nav-link {
    margin-right: 1rem;
  }
  .nav-link:last-child {
      margin-right: 0;
  }
	/* end of navigation */


	/* Header */
	.header {
		text-align: center;
	}

	.header .text-container {
		margin-top: -3rem;
    margin-right: 0rem;
    max-width: 80%;
	}

	.header .image-container {
		margin-top: 0rem;
    margin-bottom: -1.5rem;
	}
	/* end of header */

  
	/* Bio */
  .bio {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0rem;
  }
  
	.bio .image-container {
		margin-bottom: 0;
	}

  .bio .image-container img {
    width: 65%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 50px;
  }
	/* end of bio */


  /* Timeline & Reviews */
  .timeline {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  table td:nth-child(1) img:hover {
    transform: scale(3.5);
    transform-origin: left center;
    will-change: transform; /* allows the browser to optimize rendering and animations in advance! */
  }
  table td:nth-child(2) {
    width: 150px;
    font-family: UniviaProBold;  
    font-size: 0.8rem;
    text-align: center;
    vertical-align: top;
  }
  /* end of timeline */


  /* Contact */
  .form-1 h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
	.form-1 {		
    margin-bottom: -2.5rem;
	}

	.form-1 .image-container {
    margin-top: 0rem;
		margin-bottom: 0rem;
	}

  .form-1 .image-container img {
    width: 65%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 50px;
  }

  .form-1 .image-container .caption {
    text-align: right;
    font-size: 12px;
    color: #191e47;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 50px;
  }
	/* end of contact */


	/* Footer */
  .footer {
    padding-top: 2.5rem;
  }
	.footer .footer-col {
		margin-bottom: 1.5rem;
    max-width: 100%;
    border: 0px solid red;
	}

	.footer .footer-col.first {		
		text-align: center;
    margin-left: 2rem;
	}
	
	.footer .footer-col.second {
    text-align: center;
    margin-left: 2rem;
	}
	
	.footer .footer-col.third {		
		text-align: center;
    margin-left: 2rem;
	}

  .footer .col-lg-12 {
    text-align: left;
  }
	/* end of footer */
}
/* end of max-width 992px */