@charset "utf-8";
/* CSS Document */

body {
  background-color: #BEE3F3;
  color: #324148;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 3%;
}

@media only screen and (max-width: 800px) {
  .newsline {
    grid-template-areas:
      'newsgrid'
      'eventsgrid'
  }
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #6A3F55;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #6A3F55;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #436a7c;
}

a {text-decoration: none;
   color: #6A3F55;
   outline : none;}

a:hover {color: #436a7c;
  		 border-radius: 20px;}

li {padding: 2px}

img {
	width: 100%;
}

.header {
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.title {
  float: left;
  margin: 0;
  padding: 0px;
  max-width: 300px;
  color: #597581;
  font-family: Josefin Sans, Arial, Helvetica, Verdana, sans-serif;
}

.title a {
	color: #6A3F55;
	text-decoration: none;
}

.topNav {
  padding: 10px;
	  float: right;
}

.topNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.topNav li {
  float: left;
}

.topNav li a {
  display: block;
  color: #324148;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.topNav li a:hover {
  color: #6A3F55;
}

.topNav li a:hover:not(.active) {
  background-color: #6A3F55;
  color: #F2F0BD;
	  border-radius: 20px;
}

hr {
  border: 2px solid #6A3F55;
}

.active {
  background-color: #F2F0BD;
  color: #F2F0BD;
  border-radius: 20px;
}

.buttonline {
  margin: auto;
  padding: 20px;
  max-width: 400px;
  display: flex;
}

.buttonline a {
  color: #F2F0BD;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

.buttonline a:hover {
  color: #e2c1d2;
}

.buttons {
  margin: auto;
  border-radius: 20px;
  background: #6A3F55;
  color: #fff;
  padding: 4%; 
}

 .newsline {
  grid-template-areas:
    'newsgrid eventsgrid';
  display: flex;
  justify-content: center;
  padding: 2%;
  max-width: 800px;
  margin: auto;
 }

.mynews {
  grid-area: newsgrid;
  float: left;
  max-width: 450px;
  height: auto;
  overflow: auto;
  margin-top: 0;
  padding-left: 2%;
  padding-right: 2%;
  text-align: justify;
  text-justify: inter-word;
}

.appearance {
	grid-area: eventsgrid;
	background-color: #F2F0BD;
	max-width: 350px;
	height: auto;
	float: right;
    margin-top: 0;
	border-radius: 10px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
}

.newsletter {
  background: #F2F0BD;
  padding: 20px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 1%;
  border-radius: 20px;
}

.formcontainer {
  padding: 0px;
  max-width: 400px;
  margin: auto;
}

 .intro {
  display: flex;
  justify-content: center;
  margin-top: 1%;
 }

 .introart {
  display: flex;
  justify-content: center;
  margin-top: 1%;
 }


div.mycontainer {
  background: #F2F0BD;
  max-width: 800px;
  height: auto;
  overflow: auto;
  display: flex;
  margin: auto;
  padding: 2%;
  border-radius: 20px;
}

div.mybio {
	width: 100%;
	height: 100%;
	float: right;
    margin: auto;
	padding: 2%;
}

div.mypic {
  max-width: 300px;
  height: auto;
  float: left;
 display: flex;
  margin: auto;
}

.footer {
  margin: auto;
  padding: 2%;
  text-align: center;
}
