/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {

  /*background-color: #ffffff;*/
  background: url('https://realzporn.com/images/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.bg-image-full {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
/*a {
  color:#57b7bd;

  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
   transition: all 0.5s;
}
a:hover{
    color:#f18a48;
    text-decoration:overline;
}*/
a {
  color: #f18a48;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover{
     clor: #ebc22e;
	  text-decoration: none;
}
