
/* Page Styles
================================ */

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



body {
	/*font-family: 'Ubuntu', sans-serif;*/
	font: normal 1em/1.5 'Ubuntu', sans-serif;
	color: #369;
	background-color: #fff;
	text-align: justify;
}
pre {
	font: normal 1em/1.5 'Ubuntu', sans-serif;
	/*font: normal 1em/1.5 sans-serif;*/
}

img.big-logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 25%;
}

img.large-pics-in-text {
	display: block; /* display + margin auto technique: for flexibility for display layout*/
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}

img.small-pics-in-text {
	display: none; /* display + margin auto technique: for flexibility for display layout*/
}

img.pics-in-text {
	display: block; /* display + margin auto technique: for flexibility for display layout*/
	float: right;
	padding: 20px;
    margin-left: auto;
    margin-right: auto;
	width: 25%;
}

img.students {
	display: inline;
    margin-left: auto;
    margin-right: auto;
	width: 13%;
}

h2, h3 {
	/*margin-top: 300px;*/
	margin-top: 120px;
	display: block;
}

h4 {
	margin: 0px;
	padding: 0px;
}
/* Normaliz.css -ben ideiglenesen:
h2, h3 {
	margin-top: 180px;
}
*/

h1 {
	color: #F0F7F8;
	padding-top: 12px;
	margin: 0px 0px 0px 0px;
	background-color: #3F8ABF;
	/*text-shadow: 2px 2px #000;*/
}

p.header {
	font-size: 1.25em;
	color: #F0F7F8;
	padding-bottom: 12px;
	margin: 0px 0px 12px;
	background-color: #3F8ABF;
	/*text-shadow: 2px 2px #000;*/
}

span.header-s {
	font-style: normal;
	border-radius: 0px;
	display: inline;
	font-size: 1em;
	text-align: left;
	background: none;
	left: 0px;
	top: 0px;
	width: 100%;
	color: #AAC7E4;
}

p.p2 {
	color: #fff;
}

/* links */
a {
  color: #4D93A4;
  text-decoration: none;
}

/* nav link */
nav a, nav a:visited { /*pesudo class*/
  color: #3F7785;
}

/* selected nav link */ 
nav a.selected, nav a:hover {
  color: #3F7785;
  
}

fieldset.text {
	border: 0px solid steelblue;
	border-radius: 5px;
	background: #CDE2E5;
}

legend.text {
  font-size: 1.4em;
  border: 0px solid steelblue;
  padding: 2px 8px;
  margin-bottom: 10px;
  background: #CDE2E5;
}

fieldset.text2 {
	border: 0px solid steelblue;
	border-radius: 5px;
	background: #fff;
}

legend.text2 {
  font-size: 1em;
  font-weight: bold;
  border: 0px solid steelblue;
  padding: 2px 8px;
  margin-bottom: 10px;
  background: #fff;
}

span.question {
	font-style: italic;
	border-radius: 0px;
	display: inline;
	font-size: 1em;
	text-align: left;
	background: none;
	left: 0px;
	top: 0px;
	width: 100%;
	color: gray;
}

table.community {
	border-collapse: separate;
    border-spacing: 1px;
}

.community tr:nth-child(even) {
    background-color: #B4CBD7;
}

.community td {
	padding: 0px 10px 0px 5px;
}

.community th {
	color: #fff;
	font-weight: normal;
	background-color: #3F8ABF;
	padding: 3px 10px 3px 5px;
}

/* Main Layout Styles
================================ */

.main-header {
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	text-align: center;
	background-color: #fff;
	/*background-color: #3f8abf; */
}
.main-logo {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5em;
}


.main-logo a, 
.main-nav a, .secondary-nav a {
	display: block;
	text-align: center;
	/*border-radius: 15px;*/
	color: white;
	text-decoration: none;
	padding: 8px 16px;
}
.main-logo a { 
	background-color: #4D93A4; 
}
.main-nav a { 
	/*background-color: #3f8abf; */
	background-color: #095890;
}
.main-nav a.selected, a:hover {
	color: #fff;
	/*background-color: #F7CC4F;*/
	background-color: gray;
	transition: background-color 1000ms linear;
}

.main-content a {
	color: #6DABBB;

}

.main-content a:hover {
	color: #50B96C;
	background: transparent;
}

.main-footer {
	text-align: center;
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin: 0 5px; /*0 top/bott, 5 left/right*/
}

.secondary-nav {
	font-size: 1.15em;
	padding: 2px 2px; 
	text-align: center;
    background: #095890;
    /*border-radius: 15px;*/
}


/***** FORM ****/
form {
  max-width: 500px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}
/*
h1 {
  margin: 0 0 30px 0;
  text-align: center;
}
*/
span {
  border-radius: 5px;
  display: block;
  font-size: 1.3em;
  text-align: center;
  /*position: absolute; - displays the number if commented out*/
  background: #2F558E;
  left: 105%;
  top: 25px;
  width: 160px;
  /*padding: 7px 10px; - number is in the center of number class circle*/
  color: #fff;
}
/*
span:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #2F558E;
  border-width: 8px;
  margin-top: -8px;
}
*/

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #6DABBB;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 0px;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

.grad-details-form {
  max-width: 500px;
  margin: 0px;
  padding: 6px 6px 0px 6px;
  background: none;
  border-radius: 0px;
}

.grad-details-button {
  padding: 3px 6px 3px 6px;
  color: #369;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 0px;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}




fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #336699;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}
/*END OF FORM*/




@media (min-width: 768px) and (max-width: 973px) {
	h2, h3 {
	/*margin-top: 250px;*/
	margin-top: 200px;
	display: block;
	}
}

@media (min-width: 768px) { 

	/* Main Layout Styles
	================================ */

	body {
		padding-top: 75px;
	}
	
	.main-header {
		position: fixed;
		top: 0;
		width: 100%;
	}
	.main-nav {
		text-align: center;
	}
	.main-nav li {
		margin-top: 12px;
		margin-left: 10px;
		display: inline-block;
	}
	.main-banner {
		display: block;
		background: #4D93A4;
		text-align: center;
		padding: 5px 0px;
		margin-bottom: 10px;
	}

	/* Imagery
	================================ */
	
	.logo-picture {
	display: block; /* display + margin auto technique: for flexibility for display layout*/
	float: left;
	max-width: 100px;
	margin-left: 10px; /*top, l-r, bottom*/
	/*border-radius: 15px;*/
	}
	
}

@media (min-width: 1px) and (max-width: 767px)  {
	.main-nav li {
		margin-top: 12px;
	}

	.logo-picture {
	max-width: 150px;
	/*border-radius: 15px;*/
	}
	
	img.pics-in-text {
	width: 100%;
	}
	
	img.large-pics-in-text {
	display: none; /* display + margin auto technique: for flexibility for display layout*/
	}
	
	img.small-pics-in-text {
	display: block; /* display + margin auto technique: for flexibility for display layout*/
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
	
	h2, h3 {
	margin-top: auto;
	}
	
	#wrapper {
    text-align: center;
	}
	
