	*
	{
        margin:0;
        padding:0;
    }

	body
	{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 0px;
		border:0px solid #f0f0f0;
		font:20px/26px;
		font-family: 'Source Serif Pro', serif;
		background-color: #000000;
		background-image: url(MU_bg1.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	
	@media only screen and (max-width: 1200px) {
  body {
		height: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0px;
		border:0px solid #f0f0f0;
		font:20px/26px;
		font-family: 'Source Serif Pro', serif;
		background-color: #000000;
		background-image: url(MU_bg1.jpg);
		background-position: center bottom;
		background-size: 1080px 608px;
		background-repeat: no-repeat;
  }
  
  	.social
	{
	margin: 10px;
	width: 20%;
	height: 20%;
	}
	
	.contact
	{
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    color: #ffffff;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 10px;
    text-align: center;
	}

	.copyright
	{
    font-family: 'Poppins', sans-serif;
    font-size: 12pt;
    color: #C2A594;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 10px;
    text-align: center;
	}
  
}

	p
	{
    font-family: 'Source Serif Pro', serif;
    font-size: 11pt;
    color: #C2A594;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 1px;
    text-align: left;
	}
	
	.bigtext
	{
    font-family: 'Source Serif Pro', serif;
    font-size: 16pt;
    color: #C2A594;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 1px;
    text-align: left;
	}
	
	.smalltext
	{
    font-family: 'Source Serif Pro', serif;
    font-size: 12pt;
    color: #C2A594;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 1px;
    text-align: left;
	}

	.contact
	{
    font-family: 'Poppins', sans-serif;
    font-size: 10pt;
    color: #ffffff;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 1px;
    text-align: center;
	}

	.copyright
	{
    font-family: 'Poppins', sans-serif;
    font-size: 9pt;
    color: #C2A594;
    font-weight: bold;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 1px;
    text-align: center;
	}

	.logo
	{
	width: 512px;
	height: 175px;
	background-image: url(logo1024.png);
	background-position: center;
	background-size: 512px 175px;
	background-repeat: no-repeat;
	}
	
	.social
	{
	margin: 10px;
	}

	a
	{
		color:#ffffff;
		text-decoration: none;
	}

	a:visited
	{
		color:#ffffff;
		text-decoration: none;
	}

	a:hover
	{
		color:#000000;
		text-decoration: none;
	}

    .fullsize
    {
        height: 100%;
        width: 100%;
        border: 0px solid #000000;
		margin: 0;
	}
	
	.spacer1
    {
        height: 80px;
        width: 100%;
		margin: 0;
	}
	
	.spacer2
    {
        height: 80px;
        width: 100%;
		margin: 0;
	}
	
	.spacer3
    {
        height: 1080px;
        width: 100%;
		padding-bottom: 1080px;
	}
	
	.video-container
	{
	position: relative;
	width: 100%;
	padding-bottom: 56.5%;
	}
	
	.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	}