* {
    box-sizing: border-box;
}
/*
body{
  background: no-repeat center/50% url("aikido.png");
}*/

/*
body{
  background: linear-gradient(to top left, darkblue,orange,lightblue,lightgray,white);
}*/

@font-face { 
	font-family: hosofont;
	src: url( /myfonts/Moyko.ttf ); 
	#src: url( /myfonts/ArchitectsDaughter-Regular.ttf );
	font-weight: bolder;
}


header {
  background-color: white;
  font-size: 2.2em;
  text-align: center;
  #font-family: "Tangerine", serif;
  font-family: "hosofont";
}

#nav a {
  font-size: 0.6em;
  #font-family: "Tangerine", serif;
  font-family: "hosofont";
  background-color: white;
  color: black;
  text-decoration: none;
  text-align: center;
  padding: 2%;
  margin: 2%;
  border-radius: 0.2em;
  transition: border-radius 1s;
}

#nav a:hover{
  background-color: rgb(102, 0, 51);
  color: white;
  border-radius: 2em;
}

#nav {
  background-color: tan;
  padding: 2%;
  text-align: center;
}

.titlePar {
  font-weight: bold;
  font-size: 1.7em;
  padding: 0%;
}

.importantText {
  font-weight: bold;
}

div p{
  font-size: 1.5em;
  margin-top: 3%;
  margin-bottom: 3%;
}

hr {
   border: 0;
   height: 1px;
   background: #333;
   background-image: linear-gradient(to right, #eee, #aaa, #eee);
}

/*associazione.php*/
#art2 {
  font-size: 0.8em;
}

ul li {
  font-size: 1.3em;
}

/*aikido.php*/
.cit p{
  font-style: italic;
  font-size: 1.5em;
  padding: 2%;
}

#osensei {
   text-align: right;
   font-size: 1.3em;
}
