@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=greek');

html, body, div, input, textarea {
	font-family: 'Roboto', sans-serif;
}

html, body, div {
	cursor: default;
}

div {
	box-sizing: border-box;
}

body {
	background-color: #0f2f56;
}

header {
	background-color: #003476;
}

header .box {
	padding: 15px 0;
}

header .box .items {
	display: flex;
	align-items: center;
}
header .govLogo {
	width: 175px;
	padding-right: 16px;
	border-right: 1px solid #fff;
}

header .govLogo img {
	max-width: 167px;
}

header .mainTitle {
    /*margin-left: 16px;*/
    color: #fff;
    /*font-size: 24px;*/
	font-size: 16px;
    font-weight: 700;
	padding: 0px;
	padding-left: 20px;
}

header .mainTitle a {
	color:white;
}

header .mainTitle a:hover {
	color:white;
	text-decoration: underline
}

header .lang {
	flex:1;
	text-align: right;
}

header .lang img {
	height: 16px;
}

header .faq {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 900;
	border-radius: 50%;
	color:white;
	border:2px solid white;
	text-align: center;
	margin-right: 7px;
	-webkit-transition: all 0.3s;transition: all 0.3s;	
}

header .faq:hover {
	color:white;
	border:2px solid white;
	background: rgba(0,0,0,0.2);
	background: #17a2b8;
	text-decoration:none;
	color:;
}
header .greecevslogo {
	padding-left: 16px;
	padding-right: 16px;
}

header .greecevslogo img {
	height:30px;
}



.colorline {
	width: 100%;
    height: 5px;
    background: linear-gradient(358.5deg,#00aeef .09%,#134a86);
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid gray;
}

.homepage .content {
	background: url("../images/hands.jpg") left center no-repeat;
	background-size: cover;
}

.content .container {
-webkit-transition: all 0.3s;transition: all 0.3s;
}

/*.content:hover .container {
	background: rgba(0,0,0,0.4);
}*/

.homepage .content .row {
	padding:40px;
	display: flex;
	flex-wrap: nowrap;
}

.homepage .content .cols {
	position: relative;
	/*flex: 0 0 50%;*/
	width: 50%;
	margin: 20px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	padding: 40px;
	padding-bottom: 80px;
	-webkit-transition: all 0.3s;transition: all 0.3s;
}

.homepage .content .cols h1 {
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 5px;
	text-align: center;
}

.homepage .content .cols h2 {
	font-size: 30px;
	margin-top: -5px;
	font-weight: 900;
	line-height: 32px;
	margin-bottom: 30px;
	text-align: center;
	}


.homepage  .content .left {
	background: rgba(255,255,255,0.8);
	color: rgba(15, 47, 86, 1);
}

.homepage .content .left a {
	color:lightblue;
}

.homepage .content .right {
	background: rgba(15, 47, 86, 0.8);
	color:#ffffff;
}

.homepage .content .left:hover {
	background: rgba(255,255,255,1);
	
}
.homepage .content .right:hover {
	background: rgba(15, 47, 86, 1);
	color:#ffffff;
}

.homepage .content .cols .call-to-action {
	text-align: center;
	position: absolute;
	bottom:20px;
	width: calc(100% - 80px);
}

.homepage .morelinks {
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	padding: 20px 40px;
	margin: 0 45px;
	font-size: 12px;
	background: rgba(255,255,255,0.5);
}

.homepage .morelinks h3 {
	font-size: 20px;
	letter-spacing: -1px;
}

.homepage .morelinks p {
	margin-bottom: 4px;
	padding: 4px;
	/*border-bottom: 1px solid rgba(0,0,0,0.2);*/
}

.homepage .morelinks b {
	display: inline-block;
	min-width: 85px;
	text-align: right;
	margin-right: 8px;

}
.homepage .morelinks a {
	display: inline-block;
	margin-right: 5px;
	background: rgba(15, 47, 86, 1);;
	border-radius: 5px;
	padding: 5px 15px;
	color: #ffffff;
	font-size:10px;
}

.insidepage {}

.insidepage .parallax {
	background: url("../images/hands-hackathlon.jpg") left top no-repeat;
	background-attachment: fixed; 
	background-size: contain;
	padding-top: 80px;
	padding-bottom: 80px;
}

.insidepage .parallax h1 {
	font-weight: 300;
	font-size: 42px;
	line-height: 34px;
	max-width: 600px;

}

.insidepage .content {
	background: #ffffff;
}


.insidepage .content .container.box {
	background:#ffffff;
	margin-top:-60px;
	box-shadow: 0 -10px  20px rgba(0,0,0,0.2);
	padding:80px 50px;
}


.insidepage .left {
	border-radius: 3px;
	padding: 50px;
	padding-top: 10px;
	font-weight: 700;
	color: #0f2f56;
}
.insidepage .left a {
	color: #17a2b8;
}

.insidepage .right h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #0f2f56;
}

.insidepage .right .cols {
	padding: 20px;
	padding-top: 20px; 
	padding-bottom: 90px; 
	font-size: 14px;
	-webkit-transition: all 0.3s;transition: all 0.3s;
}

.insidepage  .content .cols a {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 80%;
}

.insidepage .right .cols ul {
	padding: 10px;
	margin: 0;
}

.insidepage .right .cols ul  li {
	margin-bottom: 10px;
}

.insidepage .content .cols:first-child {
	border-right:2px solid #cccccc;
}

.insidepage .content .cols:last-child {
	padding-left: 28px;
}

.insidepage .right .cols:hover {
	background: #efefef;
}

.insidepage .exelixi {
	max-width: 300px;
	margin:0 auto;
	background: rgba(255,255,255.0.7);
}

.insidepage .exelixi h3 {
	font-size: 12px;
	margin: 0;
}

.insidepage .exelixi .cols {
	text-align: center;
}
.insidepage .exelixi img {
	max-width: 50px;
}

.hackathlon  {}

.accelerator {}

.accelerator .content .container.box {
	background: #0f2f56;
	color:white;
}

.accelerator .content .left .text {
	color:white;
}

.accelerator .right h2 {
	color: white;
}

.accelerator .right .cols:hover {
	background: #2d4c73;
}

.accelerator .content .cols:first-child {
	border-right:2px solid #092342;
}

.insidepage.faq {}

.insidepage.faq .text h1 {
	text-align: center;
	font-weight: 300;
	padding:30px; 
}

.insidepage.faq .text h2 {
	font-size: 18px;
	font-weight: 700;
	color: #2d4c73;
	padding-bottom: 20px;
}

.insidepage.faq .text {
	font-size: 14px;
	padding-bottom: 40px;
}

.insidepage.faq .text p {
	padding: 20px;
	padding-top: 0px;
}

.insidepage.faq .text .q {
	padding: 20px 15px;
}

.insidepage.faq .text .q:nth-child(even) {
	padding-top: 30px;
	background: #efefef;
	border-radius: 5px;
}

footer {
	text-align: center;
	color: #ffffff;
	padding-top: 15px;
	font-size: 12px;
	padding-bottom: 40px;
}

footer a {
	color: #ffffff;
	text-decoration: underline;
}
footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}


