@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif; 
	color:#192328;
	margin:0px;
	background-color:#FFFFFF;
	background: url(../images/mrp_bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	height:100%;
	margin-bottom:1px;
}


#container {width:900px; margin-top:50px; margin-left:auto; margin-right:auto; text-align:center;}

h1 {font-size:55px; line-height:36px; letter-spacing:1px; font-weight:700;}
p {font-size:20px; line-height:16px; letter-spacing:5px; margin-top:10px; color:#FFFFFF; font-weight:400;}

p a:link, p a:visited {color:#FFFFFF; text-decoration:none;}
p a:hover, p a:active {color:#63281a; text-decoration:underline;}

h6 {font-size:13px; line-height:25px; letter-spacing:3px; margin-top:40px; font-weight:700;}
h6 a:link, h6 a:visited {color:#192328; text-decoration:none;}
h6 a:hover, h6 a:active {color:#FFFFFF; text-decoration:underline;}

/* for 480px or less */
@media screen and (max-width: 480px) {

#container {width:300px;}
h1 {font-size:35px;}
p {font-size:13px;}

}