/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
#preloader {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background-color:white;
	z-index:99999999;
}
@font-face {
font-family: "Century Gothic";
src: url("https://myrtokiourti.eu/css/CenturyGothicRegular.ttf");
}
@font-face {
font-family: "Century Gothic";
src: url("https://www.myrtokiourti.eu/css/CenturyGothicRegular.ttf");
}	

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.page1,.page2,.page3 {
    display:block;
    width:100vw;
    height:100vh;
}
.page1 {
    position:absolute;
    top: 0;
    left:0;
    z-index:3;
    background-color:white;
}
.page2 {
    position:absolute;
    top: 0;
    left:0;
    z-index:2;
    background-color:white;
}
.page3 {
    position:absolute;
    top: 0;
    left:0;
    z-index:1;
    background-color:white;
}
.text-container1,.text-container2,.text-container3 {
    display: block;
    width: 80%;
    position: relative;
    top: 0;
    text-align: center;
    margin:auto;
    overflow: visible;
    height:100%;
}
h1 {
    font-size:18px!important;
    color: #000099!important;
	font-family: "Century Gothic";
	font-weight:500!important;
}
@media screen and (max-width:768px){
	h1 {
		font-size:15px!important;
		font-family: "Century Gothic"!important;
	    font-weight:500!important;
	}
}
.text-container1:after {
    content:'';
    position: absolute;
    top: 0;
    left:0;
    display: block;
    width:1px;
    height: 100%;
    background: #000099;
}
.text-container1:before {
    content:'';
    position: absolute;
    top: 0;
    right:0;
    display: block;
    width:1px;
    height: 100%;
    background: #000099;
}
.first-title,.second-title,.third-title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top:0px;
    display:inline-block;
	/*-webkit-text-stroke: 0.5px;*/
}
body{
    /*overflow-y:hidden;*/
}
.page1:after {
    content:'';
    position: absolute;
    top: 20%;
    left:0;
    display: block;
    width:100%;
    height: 1px;
    background: #000099;
}
.page1:before {
    content:'';
    position: absolute;
    bottom: 20%;
    right:0;
    display: block;
    width:100%;
    height: 1px;
    background: #000099;
}
.text-container2:after {
    content:'';
    position: absolute;
    top: 0;
    left:50%;
    display: block;
    width:1px;
    height: 20%;
    background: #000099;
}
.text-container2:before {
    content:'';
    position: absolute;
    bottom: 0;
    right:50%;
    display: block;
    width:1px;
    height: 20%;
    background: #000099;
}
.page2:after {
    content:'';
    position: absolute;
    top: 50%;
    left:0;
    display: block;
    width:20%;
    height: 1px;
    background: #000099;
}
.page2:before {
    content:'';
    position: absolute;
    bottom: 50%;
    right:0;
    display: block;
    width:20%;
    height: 1px;
    background: #000099;
}
.text-container3:after {
    content:'';
    position: absolute;
    top: 0;
    left:0;
    display: block;
    width:1px;
    height: 100%;
    background: #000099;
}
.text-container3:before {
    content:'';
    position: absolute;
    bottom: 0;
    right:0;
    display: block;
    width:1px;
    height: 100%;
    background: #000099;
}
.third-title {
    text-align:left;
    display: inline-block;
    padding-left:7%;
    padding-right:7%;
}
.third-title a {
	text-decoration:none;
}	
.first-title:hover,.second-title:hover {
    cursor:pointer;
}
a {
	color:#000099;
}	