@charset "utf-8";
@import url("webfonts/AdventPro_Regular/stylesheet.css");
@import url("webfonts/AdventPro_Extralight/stylesheet.css");
@import url("webfonts/Lato_Regular/stylesheet.css");
@import url("webfonts/AdventPro_Bold/stylesheet.css");
@import url("webfonts/Lora_Regular/stylesheet.css");

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar{
	width: 9px;
	background: #666C70;
	
	
}
::-webkit-scrollbar-thumb {
	background: white;
	border-radius: 0px;
	
}

body{
	background-color: white;
	font-family: 'AdventPro ExtraLight';
	color: #666C70;
	font-size: 22px;
}
main{
	color: #666c70;
	text-align: justify;
	text-justify: inter-word;
    position: relative;
    background-color: white;
    display: block;
	width: 100%;
    top: -260px;
	padding-bottom: 70px;
	padding-top: 70px;
	z-index: 0;
	line-height: 25px;
	
}
footer{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
	position: relative;
	margin-top: -265px;
    background-color: #f2f2f2;
    font-family: 'Lato Regular';
    font-size: 10px;
    /**box-shadow: 0px -0.5px 2px 0px rgba(0,0,0,0.2);**/
}
#foot{
	font-family: "AdventPro Bold";
	font-size: 15px;
}
footer img{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
footer div{
	margin-top: 20px;
}
.button{
	border: 1.5px solid black;
	display:block;
	cursor:pointer;
	color:#000000;
	font-size:25px;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
	transition: .3s all ease-out;
	text-align: center;
	margin: 50px;
}
.button:hover {
	background-color: black;
	color: white;
	transition: .3s all ease-out;
}

a{
	text-decoration: none;
	color: inherit;
}

.style-nav{
    display: block;
    text-align: center;
    font-family: "AdventPro Regular";
    font-size: 22px;
    width: 100%;
    height: 70px;
    position: fixed;
    padding-top: 0px;
	z-index: 2;
}
.style-nav ul{
    list-style-type: none;
    padding-top: 30px;
	background-color: white;
	padding-bottom: 20px;
	box-shadow: 0px 0.5px 5px 0px rgba(0,0,0,0.2);
}
.style-nav ul li{
    align-content: center;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.style-nav ul li a{
    text-decoration: none;
    color: #bbbbbb;
    font-style: normal;
    font-weight: 100;
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
.style-nav ul li a:hover{
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	color: #333333;
}
.dropdown{
    position: relative;
	cursor: pointer;
}
.dropdown span{
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -6px;
    position: relative;
}
.dropdown-content{
    box-shadow: 0px 0.5px 5px 0px rgba(0,0,0,0.2);
    position: absolute;
	top: -280px;
    background-color: white;
    min-width: 230px;
    text-align: left;
    font-family: "AdventPro Regular";
    font-size: 22px;
    max-width: 145px;
    z-index: -1;
    left: -10px;
    -webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition-delay: .1s;
}
.dropdown-content ul{
	list-style-type: none;
	font-size: 22px;
}
.dropdown-content ul li{
	margin-top: 5px;
	margin-bottom: 15px;

}
.dropdown-content ul li a {
    color: #bbbbbb;
    text-decoration: none;
    display: block;
}
.style-nav .dropdown:hover .dropdown-content{
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
    position: absolute;
    top: 30px;
	z-index: -1; 
}
.title{
    position: relative;
    margin-bottom: -60px;
    z-index: -2;
    display: block;
    padding-top: 65px;
}
.main-container{
	padding-left: 10%;
	padding-right: 10%;
}
.inline{
	display: inline-block;
}
#current{
	color: #333333;
}
#splash{
    max-width: 100%;
}
#splash-title{
    color: white;
    font-family: "Lora Regular";
    font-style: italic;
    font-size: 100px;
	text-align: right;
	padding: 200px 30px;
	display: none;
}
#welcome{
	font-size: 26px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 70px;
}
#welcome p{
	display: inline-block;
	margin-right:100px;
}
#welcome img{
    position: relative;
    top: 15px;
	border: 1.5px solid;
    border-image: radial-gradient(#333333, #333333) 1;
  	border-image-outset: 5;
}
#description{
	text-indent: 20px;
	text-align: center;
}
#description-text{
	display: inline-block;
	margin-right:60px;
	vertical-align: text-top;
	text-align: left;
}
#description img{
	display: inline-block;
	position: relative;
	top: 70px;
	vertical-align: top;
}
#quote{
	font-family: "AdventPro Bold";
	font-size: 28px;
	color: black;
	text-align: center;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 70px;
	line-height: 33px;
}
#quote small{
	font-family: "AdventPro Bold";
	font-size: 18px;
	margin-left: 430px;
}
#poem-sec{
	text-align: center;
}
#pre-poem{
	margin-top: 20px;
	font-size: 24px;
	line-height: 35px;
	text-align: left;
}
#poem-title{
	font-size: 28px;
	text-align: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
#poem{
	margin-left: 40px;
	margin-top: 20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 22px;
	line-height: 27px;
	text-align: left;
}
#events{
	margin-top: 70px;
	background-color: #f2f2f2;
	padding-left: 250px;
	padding-right: 250px;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#slideshow{
	display: inline-block;
}
#events h3{
	margin-bottom: 10px;
	font-family: "AdventPro Bold";
	color: black;
	font-size: 20px;
	display: block;
	
}
#container-one{
	align-items: center;
	justify-content: center;
	margin-right: 100px;
}
#container-two{
	display: inline-block;
	align-items: center;
	justify-content: center;
	margin-left: 100px;
}
#events iframe{
	display: block;
}
#my-slider{
	display: block;
	
}
#external-links{
	font-family: "AdventPro Bold";
	text-align: center;
	margin-top: 70px;
}
#external-links h3{
	display: block;
	margin-bottom: 30px;
}
#external-links img{
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	z-index: 100;
}
#arxiki{
	color: #333333;
}


@media(max-width: 1190px) and (min-width:672px){
	.main-container{
		padding-left: 70px;
		padding-right: 70px;
	}
	#description-text{
		margin-right: 0px;
	}
	#container-one{
	margin-right: 50px;
}
#container-two{
	margin-left: 50px;
}
}

/*Tablet View*/
@media ( max-width : 1060px ) and (min-width : 671px ){
	.main-container{
		padding: 2%;
	}
	body{
		overflow-y: visible;
	}
	.style-nav{
		font-size: 17px;
	}
	.dropdown-content{
		font-size: 17px;
	}
	.style-nav ul li a:active{
	-webkit-transition: all .3s ease-out;
  	-moz-transition: all .3s ease-out;
	color: #333333;
	}
	.style-nav .dropdown:active .dropdown-content{
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
    position: absolute;
    top: 30px;
	z-index: -1;
	}
	.title{
    background-image: url(images/an.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 70px;
	}
	#splash{
    visibility: hidden;
	}
	#container-one{
	transform: scale(0.8);
		margin-right:0px;
}
#container-two{
	transform: scale(0.8);
	margin-left:0px;
}
}

@media (max-width: 960px){
	#description img{
		display: none;
	}
	#quote small{
		font-family: "AdventPro Bold";
		font-size: 10px;
		margin-left: 300px;
	}
	#container-one{
	transform: scale(0.7);
}
#container-two{
	transform: scale(0.7);
}
}

/*Mobile View*/
@media (max-width : 840px){
	.main-container{
		padding-left: 10px;
		padding-right: 10px;
	}
	#welcome p{
		margin-right: 0;
		display: block;
	}
	#quote{
		margin-left: 10px;
		margin-right: 10px;
	}
	body{
		overflow-x: hidden;
	}
	.style-nav{
		width: 200px;
		
	}
	.style-nav ul{
		position: relative;
		box-shadow: none;
		background-color: rgba(102,102,102,0.90);
		top: -80px;
		left: -200px;
		padding-bottom: 10px;
		padding-top: 80px;
		padding-left: 20px;
		z-index: -1;
		transition: all 0.3s ease-out;
	}
	.style-nav ul li{
		position: relative;
		display: block;
		padding-left: 10px;
		padding-bottom: 20px; 
		text-align: left;
	}
	.style-nav ul.hamburger-nav{
		transition: all 0.3s ease-out;
		position: relative;
		left: 0px;
	}
	.dropdown-content{
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 0px;
		background-color: transparent;
		box-shadow: none;
		min-width: 150px;
		height: 10px;
	}
	.dropdown-content ul li{
		margin-top: -.3px;
		margin-bottom: 0px;
	}
	.dropdown-content ul li a{
   		
	}
	.style-nav .dropdown:hover .dropdown-content{
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
    position: absolute;
    left: 370px;
	top: 0px;
}
	#hamburger {
	  width: 60px;
	  height: 45px;
	  position: relative;
	  margin: 20px 20px;
	  -webkit-transform: rotate(0deg) scale(0.6);
	  -moz-transform: rotate(0deg) scale(0.6);
	  -o-transform: rotate(0deg) scale(0.6);
	  transform: rotate(0deg) scale(0.6);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
		
	}
	#hamburger span {
	  display: block;
	  position: absolute;
	  height: 6px;
	  width: 100%;
	  background: #333333;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
		box-shadow: 0px 0.5px 5px 0px rgba(0,0,0,0.2);
	}
	#hamburger span:nth-child(1) {
	  top: 0px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	#hamburger span:nth-child(2) {
	  top: 18px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	#hamburger span:nth-child(3) {
	  top: 36px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	#hamburger.open span{
		background: #bbbbbb;
	}
	#hamburger.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: -3px;
	  left: 8px;
	}
	#hamburger.open span:nth-child(2) {
	  width: 0%;
	  opacity: 0;
	}
	#hamburger.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top: 39px;
	  left: 8px;
	}
	#quote small{
		font-family: "AdventPro Bold";
		font-size: 10px;
		margin-left: 200px;
	}
	.title{
		background-image: url(images/an.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		top: -20px;
	}
	#splash{
		visibility: hidden;
	}
	#events{
		display: none;
	}
}

@media(max-width:565px){
	.main-container{
		padding: 10px;
	}
	.title{display: none;}
	#welcome{
		padding-top: 250px;
	}
}
