@import url('normalize.css');

body {
  /*overflow: hidden;*/
}
.background-image {
  /*background-image: url(backgrounds/woods.jpg);*/
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: .2;
  -webkit-filter: grayscale(1);
}

.clr {
  clear: both;
  padding: 0;
  height: 0;
  margin: 0;
}
.centered {
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.centered img {
  width: 80%;
}
.malamoney-open-button {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  font-size: 14px;
  padding: 5px;
  background: #A2A2A2;
  border-radius: 2px;
  margin: 10px;
  float: right;
  text-decoration: none;
  color: #000;
}
.malamoney-open-button:hover {
  cursor: pointer;
  background: lightgray;
}
.header {
  margin: 10px;
}
.header img {
  width: 18%;
}
.bottom-right-slant {
  width: 200px;
  height: 200px;
  position: fixed;
  bottom: 0px;
  left: 100%;
  margin-left: -100px;
  background: #79407a;
  -webkit-transform: translateY(50%) rotate(45deg);
  -moz-transform: translateY(50%) rotate(45deg);
  -o-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
  opacity: 0.9;
}

@media screen and (max-width: 360px) {
  
}

@media screen and (max-width: 360px) and (orientation : portrait) {  
  .bottom-right-slant {
    width: 200px;
    height: 200px;
  }
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
    .bottom-right-slant {
    width: 100px;
    height: 100px;
    background: red;
  }
}
