html,body{
  background:#ccc;
  font-family: 'Roboto', sans-serif;
}
body{
  background-image:url('/img/bg.jpg');
  background-size:cover;
  background-position: bottom;
  height:100vh;
}
.front-logo{
margin-top:5vh;
text-align: center;
margin-bottom: 30px;
}
.ncx-box2{
  background-color:rgba(255,255,255,.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.ncx-box{
  background-color:rgba(0,0,0,.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
    color:#fff;
}
.padding{padding:15px}
.text-shadow{text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);}
.front-info {
  color:#fff;
  text-align: center;
  margin:auto;
  max-width: 600px;
  padding: 20px
}

.front-info h4{
font-size: 2em;
font-weight: 300
}

.front-info h2{
font-size: 3em;
margin-bottom: 20px;
font-weight: 700
}
.front-info p{
font-size: 1.1em;
font-weight: 400
}
.front-info a{
  color:#fff
}
.front-info .sublinks{
  opacity:.8
}
.front-info a.dugme{
  text-shadow: none;
  font-weight:300;
  font-size:2em;
  color:#000;
  background:orange;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:5px 10px;
}
.front-info a.dugme{
  text-decoration:none
}
.ncx-box .card-header{
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 20px
}
.small,.small a{font-size:.8}
.dropdown-item{padding:5px}
