/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Σεπ 2020, 1:50:38 μμ
    Author     : EIRINI
*/
/*ayta ta footer einai kai sto geniko bootstrapgrid*/
.footer_div {
    background-color: #cbdbdb;
    font-size: 20px;
    font-weight:bold;
    color: black;
}
.footer_div:hover, .footer_div:focus{
    background-color: lightgray;
    color: black;
}


body{
    font-family: 'Open Sans Condensed', sans-serif;
}
a{
    text-decoration: none;
}
#overthetop {
	z-index: 1;
}
.title-row{
    text-align: center;
    margin-top: 6%;
}
.title-row h3, h1 {
    margin: 0;
}
.title-row h3 {
    color: grey;
    font-size: small;
    font-family: 'Arial', sans-serif;
}
.title-row hr{
    width: 40%;
}
.title-row p {
    font-size: larger;
}
.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }
.profile-text{
    font-size: xx-large;
}
.p-div{
    padding-left: 5%;
}
.profile-pic{
    border-radius: 50%;
    width:55%;
    /* height: calc(var(--variable-width));*/
}
.form-button {
  padding: 0.4em 3em;
  text-align: center;
  background-color: white;
  color: black;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  border: 2px solid darkgrey;
  border-radius: 15px;
  transition-duration: 0.3s;
}
.form-button:hover {
    background-color: black;
    color: white;
    border-color: white;
}
#myTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 70px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #cbdbdb; /* Set a background color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 30px; /* Rounded corners */
}

#myTopBtn:hover {
  background-color: white; /* Add a dark-grey background on hover */
}

#myTopBtn img {
      width: 30px;
  height: 30px;
}

 [id^="lightbox-"] {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100vw;
	 height: 100vh;
	 background-color: rgba(0, 0, 0, 0.5);
	 display: flex;
	 opacity: 0;
	 transition: opacity 450ms ease-in-out;
	 align-items: center;
	 justify-content: center;
	 pointer-events: none;
         z-index: 100;
        pointer-events: inherit;
}

 [id^="lightbox-"] .content {
	 max-width: 90%;
	 position: relative;
	 color: #fff;
}
 [id^="lightbox-"] .content:hover > a.close {
	 opacity: 1;
	 transform: scale(1, 1);
}
 [id^="lightbox-"] .content > * {
	 transition: all 450ms ease-in-out;
}

 [id^="lightbox-"] img {
	 max-height: 90vh;
	 max-width: 100%;
	 margin: 0;
	 padding: 0;
	 filter: blur(50px);
}
 [id^="lightbox-"] a.close {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 right: 0;
	 top: 0;
	 background-color: rgba(0, 0, 0, 0.5);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 transform: scale(0, 0);
	 opacity: 0;
	 transform-origin: right bottom;
	 text-decoration: none;
	 color: #fff;
         font-size: 4em;
         font-family: 'Open Sans Condensed', sans-serif;
         font-weight: 300;
}
 [id^="lightbox-"] a.close::after {
	 content: "X";
}
 
ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    grid-gap:7px;
}
.item_4{
    grid-column: span 2;
    overflow:hidden;    
}
.item_4 img{
    height: 210px;
    object-fit: cover;
    width: 100%;
}
.item_b{
    overflow:hidden;
}
.item_b img{
    height: 210px;
    object-fit: cover;
    width: 100%;
}
.item_2{
    grid-row: span 2;
    grid-column: span 2;
    overflow:hidden;
}
.item_2 img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.item_e{
    grid-row: span 2;
    grid-column: span 4;
    overflow:hidden;    
}
.item_e img{
    height: 420px;
    object-fit: cover;
    width: 100%;
}
.photo-hr {
    width: 95%;
    margin-top: 3em;
    margin-bottom: 3em;
}
.profile-text{
    font-size: x-large;
}
.p-div{
    padding-left: 5%;
}
.profile-pic{
    border-radius: 50%;
    width:40%;
    /* height: calc(var(--variable-width));*/
}
.profile-pic:hover{
    opacity: 0.4;
}
.form-button {
  padding: 0.4em 3em;
  text-align: center;
  background-color: white;
  color: black;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  border: 2px solid darkgrey;
  border-radius: 15px;
  transition-duration: 0.3s;
}
.form-button:hover {
    background-color: black;
    color: white;
    border-color: white;
}
.underline-magical {
  background-image: linear-gradient(120deg, #79B7B7 0%, #cbdbdb 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.1em;
  background-position: 0 86%;
  transition: background-size 0.25s ease-in;
  color:black;
}

.underline-magical:hover {
    background-size: 100% 88%;
}
.the_titles{
    color:black; 
 }
.the_titles::after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 30%;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: black;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}
.the_titles:hover::after { 
  width: 50%; 
  left: 25%; 
}
.last-row{
    margin-bottom: 100px;
}


/* gia tin selida theRealWeddings*/
.real-title-text{
    margin: 4%;
}
.real_wed_box img{
   width:100%;
   height: 50vh;
   object-fit: cover;
   margin-bottom: 5vh;
   
}
.real_wed_box:hover .overlay-rw {
  opacity: 1;  
}
.overlay-rw {
  position: absolute;
  top: 0;
  bottom: 5vh;
  left: 15px;
  right: 15px;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  overflow:hidden;
}
.overlay-rw h5 {
    padding-top: 20%;
    text-align: center;
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    font-size: x-large;
    height: 100%
}
h5::after {    
  background: none repeat scroll 0 0 transparent;
  top: 55%;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: white;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
h5:hover::after { 
  width: 70%; 
  left: 15%; 
}
.overlay-rw h6 {
    text-align: center;
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 100;
    font-size: larger;
    position: relative;
    top: -67%;
}
@media only screen and (max-width: 576px) {
 .overlay-rw {
  opacity: 1;  
    }   
 h5::after { 
  width: 70%; 
  left: 15%; 
}  
ul{
    padding: 0px;
}
.lightbox{
    display: none;
}
	#myTopBtn {
  right: 42%; /* Place the button 30px from the right */
}
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 101;
}

/* Position the "next button" to the right */
.next {
  right: 20;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.lightbox {
  display: none;
}




