
* {
  box-sizing: border-box;
}

body {
font-family: Arial;
max-width:1200px;
margin: auto;
/*padding-left:20px;
padding-right:20px;*/
border: 1px solid  black;
background-color: lightblue;
  }
 p {font-size:25px;
  }
  h2 { font-size:35px;
  }
  h3 { font-size:30px;
  }
/* Titol del Blog */
.titol {
  padding: 3px;
  text-align: center;
  background: #ebf6f9;
  background-image: linear-gradient(to right,  #18414e,#ebf6f9,  #18414e);
}

.titol h1 {
  font-size: 50px;
  color:darkred;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  
  /*display: flex; */
  background-color:DodgerBlue
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  
  color: #f2f2f2;
  background-color:DodgerBlue;
  text-align: center;
  padding: 5px 80px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ffa280;
  color: black;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 73%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 27%;
  background-color: #add8e6;
  padding-left: 2px;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.esquerra {   
  float: left;
  width: 20%;
}
/* Left column */
.mig{   
  float: left;
  width: 25%;
  padding-left: 20px;
}
/* Right column */
.dreta {
  float: left;
  width: 55%;
  padding-left: 20px;
}

#myInput {
     
	 width: 100%;
	 height:137px;
	 border :2px solid #0f5753;
	 color: black;
     text-align: center;
     font-size: 30px;	
}	


/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
.cardR {
  background-color: lightblue;
  padding: 0px;
  margin-top: 20px;
}  

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* EspaiTaula General*/
.taula {
  padding: 20px;
  
  background: #fff;
  margin-top: 20px;
}
table {
  border-collapse: collapse;
  width: 100%;
}


th, td {
  
  text-align: center;
  border-bottom: 2px solid #0f5753;
}
td {
	padding: 8px;
	height :100px;
}
td img{ 
	float:right;
	width:100px;
	height:auto;"
}
th{
	padding: 0px;
	color:black;
	
}
.num {
	color:red;
	font-size: 30px;
}
.nom {
	font-size: 30px;
	color:blue;

}

.nom a{
	text-decoration: none;
}
.des {
	font-size: 15px;
	color:black;
	text-align: justify;
    text-justify: inter-word;
}
.tip {
	font-size: 20px;
	color:maroon;
}
/* Footer */
.footer {
  padding: 0px;
  text-align: center;
  background: #ddd;
  margin-top: 0px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }

}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .leftcolumn p {   
   font-size:20px;
  }
}




/*

h1 {
    color: white;
    text-align: center;
}
h3 {
    border-style:solid;
    border-width: 3px;
    border-color:blue;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px;
    padding:30px;
}

div {
    background-color:yellow;
    border-style:solid;
    border-width: 1px;
    border-color:#555;
    font-family: verdana;
    margin: 10px  79px 0px 81px;
    padding:5px;
}
p {
    font-family: verdana;
    font-size: 10px;
}
button.Colu {
	background-color: yellow;
    border: none;
    color: white;
    padding: 20px 20px;
    margin: 5px 22px;
	text-align: center;
    font-size: 16px;
    cursor: pointer;
	border-radius:50%;
}

button.Colu:hover {
    background-color: #AAA;
}
canvas {
	background-color:linen;
	border:2px solid #999;
	margin: 0px 81px  10px 81px;
}*/