﻿body {
	margin: 0;
	background-color: white;
	background-image: url('../images/karasimou-background.png');
	background-position: top right;
    background-repeat: no-repeat;
	color: black;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	/*text-align: none;*/
}

h1 {
	font-size:22px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}
	
p {
	margin-top: 13px;
	padding-top: 0px;
	font-size: 18px;
	text-align: center;
}

a {
	position: relative;
	color: #98153e; /*wine red color*/
	background-color: transparent;
	text-decoration: none;
	line-height: 1.4;
	transition: 0.3s;
}

a:hover {
	color: #ec1559; /*wine red color but lighter*/
}

a:active {
	color: gray;
}

.center {
  
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-top: 15px;
  max-width: 100%;
  display: block;
}

.textcenter {
  text-align: left;
  max-width: 330px;
  margin: 0 auto;
}