@import url('https://fonts.googleapis.com/css?family=Montserrat|Nunito|Open+Sans|Raleway');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body{
  background-color: #efefef !important;
}

body,html{
  /*color: #fff !important;*/
  height: 100%;
}

img::selection{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}


h1{
  font-family: 'Open Sans', sans-serif;
  color: #fff !important;
  /*font-weight: bold !important;*/
  letter-spacing: 2px;
}

p{
  font-family: 'Montserrat', sans-serif;
  /*letter-spacing: 2px;*/
}

a.link{
  color: #fff;
}

a.link:hover {
    background: #d63031;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    text-shadow: 2px 2px rgba(33, 37, 41, 0.5);
}

*::selection,p::selection {
    background: #d63031;
    color: #fff;
    text-shadow: 2px 2px rgba(33, 37, 41, 0.5);
}

/* Firefox */
*::selection,p::-moz-selection {
    background: #5d3c3c;
    color: #fff;
    text-shadow: 2px 2px rgba(33, 37, 41, 0.5);
}

.form-payu{
    background: #f3f3f3;
    padding: 30px;
    margin: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 0px rgba(101, 101, 101, 0.35);
}

.btn-payment{
    width: 100%;
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}