/*!
 * Start Bootstrap - Portfolio Item (https://startbootstrap.com/template-overviews/portfolio-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-portfolio-item/blob/master/LICENSE)
 */

body {
  padding-top: 54px;

  color:#3c056a;
  font-family: 'Roboto Condensed', sans-serif;
  overflow-x: hidden;
  background-image: url('/images/bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container{
  padding: 25px;
  background-color: #ffffff;

}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
p.cont{
  font-size: 20pt;

}
footer{
  color: ;
  background-color: #ffffff;
}
a {
  font-size: 20pt;
  color:#bb6efd;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
a:hover {
  font-size: 20pt;
color:#3c056a;
text-decoration: none;
}

ul{
  text-decoration: none;
  list-style: none;
}
li{

}
