/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:700,400,300');
body {
  /* font-family: "Helvetica Neue", Helvetica, Arial; */
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  /* font-weight: 400; */
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /* background: #2b2b2b; */
  background: #fff;
  margin: 0;
}
@media screen and (max-width: 680px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #000;
}
p.center {
  text-align: center;
}
p.just {
	text-align: justify;
}
p.content {
   width: 80%;
}
li {
	color: #000;
	font-size: 20px;
}
h1 { 
  display: block;
  font-size: 64px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 90%;
}
.table {
  margin: 0 0 40px 0;
  width: 100%;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
  display: table;
}
@media screen and (max-width: 680px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
}
.row:nth-of-type(odd) {
  background: #fff;
}
.row.header {
  font-weight: 900;
  color: #000;
  background: #fff;
}
.row.green {
  background: #fff;
}
.row.blue {
  background: #fff;
}
@media screen and (max-width: 680px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 680px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}
/* unvisited link */
a {
	text-decoration: none;
}
a:link {
  color: #fff;
}

/* visited link */
a:visited {
  color: #fff;
}

/* mouse over link */
a:hover {
  color: #fff;
  font-weight: bold;
}

/* selected link */
/*
a:active {
  color: #001;
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 20%;
}
*/
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 4px 2px;
  cursor: pointer;
}
.btn-round-lg{
	display: block;
	height: 72px;
	width:300px;
	border-radius: 36px;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bold;
	background: #FFF;
	color: #2980b9;
}
.btn-round{
	border-radius: 17px;
}
.btn-round-sm{
	border-radius: 15px;
}
.btn-round-xs{
	border-radius: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
img {
  display: block;
  border: 0px solid #ddd;
  border-radius: 0px;
  /* padding: 5px; */
}
img.big {
  width: 240px;
  border-radius: 20px;
}
.center { 
  margin-left: auto;
  margin-right: auto;
}
img.thumb {
  width: 100%; 
  /* width: 100%;  */
  background-color: #000; 
}
.column {
  float: left;
  width: 48%;
  padding: 10px;
  /* height: 300px; Should be removed. Only for demonstration */
}
.column.left {
  text-align: left;
}
.column.right {
  text-align: right;
}
.column.center {
  text-align: center;
}
.navbar {
  overflow: hidden;
  background-color: #102738;
  position: fixed;
  bottom: 0;
  width: 100%;
}
