body{
    font-family: 'Lora', serif;
    margin: 0;
    padding:0;
}

ul {
        margin: 0;
        padding: 0;
/*        overflow: hidden;*/
        width:100%;
    }

#footer_main_container{
	padding: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    align-items: center;*/
    background-color: black;
    width:100%;
    color: white;
/*    margin-bottom: 0;*/
}
#first_row{
/*    border: 2px solid green;*/
/*    border:2px solid pink;*/
    width: 100%;
    font-size: 15px;
/*    padding-bottom: 5px;*/
    order:1;
	}

#second_row{
/*    border: 2px solid purple;*/
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
/*    padding-bottom: 5px;*/
    order:2;
}
ul#sitemap li{
    list-style-type: none;
    display: inline;
    border-right: thin solid white;
    padding-right: 5px;
    padding-left: 2px;
}
ul#sitemap li:last-of-type {
    border-right: none;	
}
ul#sitemap li a{
    text-decoration: none;
    color: white;
}

ul#sitemap li a:hover{
/*	text-decoration: underline*/
    color:gold;
}


#third_row{
/*    border: 2px solid red;*/
    margin-top: 30px;
    display: flex;
    flex-flow:row wrap;
    align-content: center;
	justify-content: space-between;
    order:3;
    margin-left: auto;
    margin-right: auto;
}

#logo1{
    width: 50%;
	display: flex;
	flex:350px;
}

#MU_logo{
	
    width:auto;
	max-height: 70px;
	padding: 0 30px;
/*    border: 2px solid pink;*/
}

#MURR_logo{
    width:auto;
	max-height: 40px;
    margin-top: 10px;
	padding: 0 30px;
/*    border: 2px solid pink;*/
    
}

#logo2{
    width: 50%;
    display: flex;
	flex:350px;
  }
#bottom_wrapper{
/*    border: 2px solid pink;*/
    text-align: center;
    font-size: 14px;
    order:4;
	max-width:1400px;
	margin: 0 auto;

}
#bottom_wrapper p a{
/*	text-decoration: underline;*/
	color: white;
}

#bottom_wrapper p a:hover{
    color:gold;
}
