/* ---------------------------------------------------
                     COLOR GUIDE

GOLD: rgb(172, 140, 71)
WHITE: rgb(226, 226, 226)
GREY: rgb(128,128,128)
BLACK: rgb(15,15,15)
      rgba(15,15,15, 0.74)
RED: rgb(199, 82, 82)
GREEN: rgb(27, 127, 90)

----------------------------------------------------*/

/* ---------------------------------------------------
                      GLOBAL STYLES
----------------------------------------------------*/
type='text/css'>




}
 {
}
 a,  {
color: rgb(256,256,256)
}

html {
background: url(https://unsplash.it/1440/810/?random) no-repeat center center fixed;
-webkit-background-size: cover;
background-size: cover;
height: 100%;
overflow: hidden;
}
body
{
height:100%;

}

--></style>
  padding: 2% 6% 6% 6%;
}

@media screen and (min-width: 750px){
  body {
    font-size: 1.4em;
  }
} /* media query for 750px  */


.container {
  background: rgb(15,15,15); /* IE8 */
  background: rgba(15,15,15,0.74);
  padding: 30px;
}

