/*flatshadwo*/
.flat-icon {
	position: relative;
	z-index: 100;
	text-align: center;
	padding:23px 28px;
	font-weight: bold;
    display: inline-block;
    line-height: 100%;
    overflow: hidden;
    text-transform: uppercase;
    /*margin-right: 15px;*/
    width: 40px;
    font-size: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.circle {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	opacity: 0.8;
}

#circle_s {
	background: url(images/intercol_swim.png);
	background-color: lightblue;
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	left:5%;
}

#circle_w {
	background: url(images/intercol_wpolo.png);
	background-color: lightyellow;
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	left: 37.5%;
}

#circle_m {
	background: url(images/masters_peng1.png);
	background-color: #D6FDD6;
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	position: absolute;
	left: 70%;
}

#title_s {
	display: none;
	float: right;
	padding-top: 120px;
	padding-right: 5px;
}

#title_w {
	display: none;
	float:top;
	padding-top: 40px;
	padding-left: 40px;
}

#title_m {
	display: none;
	float:top;
	padding-left: 100px;
	padding-top: 5px;
}

body {
	background-image: url(images/kyoto.jpg);
	background-size: 100%;
/*	background-position: center;
*/	background-repeat: no-repeat;
	/*padding: 20px;*/
	min-width: 1000px;
	background-color: #f4eedf;
}

h1 {
	font-family: 'Sarpanch';
	text-align: center;
}

h2 {
	color:royalblue;
	/*font-family: 'Roboto';*/
}

#header {
	height: 220px;
	float: top;
	position: static;
	left:34.5%;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}

#UTA {
	font-size: 72px;
	color: royalblue;
	margin-top: none;
	margin-bottom: initial;
}

#est {
	font-size: 36px;
	color: grey;
	margin-top: initial;
}

#portals {
	position: relative;
}