/* 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;
}

/* Set every element's box-sizing to border-box */
* {
    box-sizing: border-box;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

html, body {
    height: auto;
    font-family: 'Play', sans-serif;
	width: 100%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5 {
    font-family: 'Play', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 10%;
    background: #333333;
    padding: 0.5rem;
    border: 1px solid gray;
    cursor: pointer;
    opacity: 100%;
    transition: opacity 0.5s;
}

.hidden {
    opacity: 0%;
}

.back-to-top-icon {
    width: 1rem;
    height: 1rem;
    color: #eba49d; 
}

.back-to-top:hover {
    opacity: 60%;
}

header {
    height: 20%;
    width: 100%;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: transparent;
}

header a {
    margin: 0 15%;
    width: auto;
}

header span {
    display: none;
}

.nav-logo {
    margin-left: 17vw;
    width: 10vw;
}

.navbar-fixed-top {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.closebtn {
    display: none;
}

.overlay-content {
    display: flex;
    width: 100%;
    flex-direction: row;
}

ul {
    align-items: center;
    height: 100%;
}

li {
    width: 100vw;
    display: flex;
    justify-content: center;
}

a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #333333;
    font-size: 1vw;
    align-items: center;
    width: 100%;
}

a:hover {
    color: #eba49d;
}

.hamburger {
    display: none;
}

main {
    height: 100%;
    display: block;
}

.pyrgos-main-img {
    background-image: url("./img/pyrgos/seaview3.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 67%;
    width: 100%;
    position: relative;
}

.pyrgos-main-text {
    width: 50%;
    text-align: center;
    font-size: xx-large;
    margin-left: 25%;
    transition: transform 0.5s;
    line-height: 40px;
}

.pyrgos-main-text:hover {
    transform: scale(1.02);
}

.pyrgos-main-text a {
    display: block;
    margin-top: 3%;
    color: #333333;
}

footer {
    background-color: #333333;
    color: #d9d9d9;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

span {
    color: #d9d9d9;
    font-size: medium;
    width: auto;
    display: flex;
    justify-content: center;
}

span a {
    color: #d9d9d9;
    font-size: medium;
    display: inline;
}

.social {
    display: flex;
    justify-content: center;
    height: auto;
}

.social a {
    display: flex;
    width: 3%;
    margin-left: 1%;
    margin-right: 1%;
    height: 50px;
}

.fa {
    margin: 0;
    font-size: 30px;
    text-decoration: none;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    color: #eba49d;
  }
  
  .fa-google {
    color: #eba49d;
  }
  
  .fa-youtube {
    color: #eba49d;
  }
  
  .fa-instagram {
    color: #eba49d;
  }

  .fa-tiktok {
    color: #eba49d;
  }

  .fa-tiktok:hover {
    opacity: 0.7;
  }
  
  footer .heart {
    color: #eba49d;
}

@media only screen and (min-width: 1535px) {
    /* For Large Desktop Screens: */

    .nav-logo {
        margin-left: 1vw;
        width: 100%;
    }

    .overlay-content {
        width: 60vw;
        margin-left: -12vw;
    }

    li {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-right: 9vw;
    }

    .nav-item a {
        font-size: 1.5vw;
    }   

    .pyrgos-main-img {
        background-image: url("./img/pyrgos/seaview3.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: auto;
        height: 77%;
    }

    .pyrgos-main-text {
        width: 25%;
        margin-top: -1vw;
        text-align: center;
        margin-left: 25%;
        transition: transform 0.5s;
    }

    .pyrgos-main-text a > p {
        line-height: 40px;
        font-size: 1vw;
    }

}

@media only screen and (min-width: 1366px) {
    /* For Desktops: */
 
    .overlay-content {
        width: 60vw;
        margin-left: -10vw;
    }

    .nav-item a {
        font-size: 1.5vw;
    }

    main {
        height: 1230px;
        display: block;
    }

    .pyrgos-main-img {
        width: auto;
        height: 77%;
    }

    .pyrgos-main-text {
        width: 60%;
        padding-top: 1vw;
        text-align: center;
        margin-left: 20%;
        transition: transform 0.5s;
        line-height: 40px;
    }

    .pyrgos-main-text p {
        font-size: 1vw;
    }
    
    .social a {
        display: flex;
        width: 3%;
        margin-left: 1.1vw;
        margin-right: 1.1vw;
        height: 50px;       
    }   
}

@media only screen and (min-width: 864px) and (max-width: 1365px) {
    /* For Laptops and Desktops: */

    .nav-logo {
        margin-left: 10vw;
        width: 100%;
    }

    ul {
        display: flex;
        margin-top: 0%;
        width: 100%;
    }

    .overlay-content {
        width: 60vw;
        margin-left: -5vw;
    }

    li {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: left;
        margin-right: 7vw;
    }

    .nav-item a {
        font-size: 2vw;
    }

    .nav-link3 {
        width: 18vw;
    }

    main {
        height: 1240px;
        display: block;
    }

    .pyrgos-main-img {
        width: auto;
        height: 77%;
    }
    
    .pyrgos-main-text {
        width: 80%;
        padding-top: 1.2vw;
        text-align: center;
        margin-left: 10vw;
        transition: transform 0.5s;
    }

    .pyrgos-main-text p {
        font-size: 1.5vw;
    }

    .social a {
        display: flex;
        width: 3%;
        margin-left: 1.6vw;
        margin-right: 1.6vw;
        height: 50px;       
    }   
}

@media only screen and (min-width: 511px) and (max-width: 864px) {

    /* For Tablets */

    header {
        height: 20%;
        width: 100%;
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        background-color: transparent;
    }
    
    .navbar-fixed-top {
        display: flex;
        flex-direction: row;
    }

    ul {
        display: flex;
        width: 100%;
    }

    .overlay-content {
        width: 60vw;
    }

    main {
        height: 1230px;
        display: block;
    }

    li {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: left;
        margin-right: 7vw;
    }   

    .nav-item a {
        font-size: 2.5vw;
    }

    .nav-link3 {
        width: 18vw;
    }

    .pyrgos-main-img {
        width: auto;
        height: 77%;
    }

    .pyrgos-main-text {
        display: flex;
        width: 100%;
        padding-top: 2.5vw;
        text-align: center;
        margin-left: 0%;
        transition: transform 0.5s;
    }

    .pyrgos-main-text p {
        font-size: 2vw;
        color: #333333;
        text-decoration: none;
    }

    .social a {
        display: flex;
        width: 7%;
        margin-left: 1.2vw;
        margin-right: 1.2vw;
        height: 50px;       
    }
}

@media only screen and (min-width: 360px) and (max-width: 510px) {

    /* For Mobile Phones */

    .navbar-fixed-top {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-left: 0%;
        height: 80%;
    }

    .nav-logo {
        visibility: visible;
        margin-left: 25%;
        margin-top: 1%;
        justify-content: center;
        width: 50%;
    }

    .overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.95);
        overflow-y: hidden;
        transition: 0.5s;
        display: flex;
        justify-content: center;
    }
    
    .overlay-content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: fit-content;
        text-align: center;
        margin-top: 20%;
        margin-left: 2%;
    }
    
    .overlay a {
        display: flex;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
    }
      
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }
      
    .closebtn {
        position: absolute;
        top: 20px;
        right: -40px;
        font-size: 40px;
    }
    
    .overlay-content a {
        font-size: 20px;
        margin: 80px;
    }

    .hamburger {
        display: inline-flex;
        position: absolute;
        width: fit-content;
        color: #333333;
        background-color: transparent;
        margin-top: 5%;
        margin-left: 5%;
    }

    .back-to-top {
        right: 1rem;
        bottom: 1rem;
    }

    a {
        display: flex;
        text-decoration: none;
        color: #333333;
        font-size: small;
        align-items: center;
    }

    main {
        height: 850px;
        display: block;
    }

    .pyrgos-main-img {
        background-image: url("./img/pyrgos/seaview3.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: auto;
    }
    
    .pyrgos-main-text {
        width: 100%;
        padding-top: 6%;
        text-align: center;
        margin-left: 0%;
        transition: transform 0.5s;
    }

    .social a {
        display: flex;
        width: 8%;
        margin-left: 4%;
        margin-right: 4%;
        height: 50px;       
    }

}

@media only screen and (max-width: 360px) {
    /* For Small screens */

    .navbar-fixed-top {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-left: 0%;
        height: 80%;
    }

    .nav-logo {
        visibility: visible;
        margin-left: 25%;
        margin-top: 1%;
        justify-content: center;
        width: 50%;
    }

    .overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.95);
        overflow-y: hidden;
        transition: 0.5s;
        display: flex;
        justify-content: center;
    }
    
    .overlay-content {
        display: flex;
        flex-direction: column;
        position: relative;
        width: fit-content;
        text-align: center;
        margin-top: 20%;
        margin-left: 2%;
    }
    
    .overlay a {
        display: flex;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
    }
      
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }
      
    .closebtn {
        position: absolute;
        top: 20px;
        right: -40px;
        font-size: 40px;
    }
    
    .overlay-content a {
        font-size: 20px;
        margin: 80px;
    }

    .hamburger {
        display: inline-flex;
        position: absolute;
        width: fit-content;
        color: #333333;
        background-color: transparent;
        margin-top: 5%;
        margin-left: 5%;
    }

    .back-to-top {
        right: 1rem;
        bottom: 1rem;
    }

    a {
        display: flex;
        text-decoration: none;
        color: #333333;
        font-size: small;
        align-items: center;
    }

    main {
        height: 850px;
        display: block;
    }

    .pyrgos-main-img {
        background-image: url("./img/pyrgos/seaview3.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: auto;
    }
    
    .pyrgos-main-text {
        width: 100%;
        padding-top: 6%;
        text-align: center;
        margin-left: 0%;
        transition: transform 0.5s;
    }

    .pyrgos-main-text p {
        font-size: x-small;
    }

    span p,
    span a {
        font-size: 4vw;
    }

    .copyright {
        font-size: 4vw;
    }

    .social a {
        display: flex;
        width: 8%;
        margin-left: 4%;
        margin-right: 4%;
        height: 50px;       
    }

}