
body {
    font-family: 'Ubuntu', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12pt;
    background-color: #fefefe;
}

a { text-decoration: none; }

.btn a { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    /* color: #BF360C; */
}

h2, h3 {
    padding-bottom: 0.2em;
}

strong {
    font-weight: 700;
}

/* de roundify */
.container .jumbotron,
.alert,
.well,
.form-control,
.btn,
.breadbrumb,
.nav-pills>li>a,
.navbar-toggle
{
    border-radius: 0;
}

.cookie-notice {
    font-size: 89%;
    padding: 0.5em;
}

.containerMenu {
  margin-right:auto;
  margin-left: auto;
	width:100%;
    background-color:#000;
	border-color: #000;
	border-width: 5px 0 0;
    border-style: solid;
}

.gateway-item-link {
    clip:unset;
    height: 100px;
    background-color:#6b368a;
} 


.gateway-item-link:hover {
    background-color:rgba(63,63,70,0.95);
} 

.gateway-item-link p {
    height: 80px;
    width: 150px;
    padding: 10px;
    clip: unset;
    overflow: auto;
    color: #fff;
}