.fixed-corner {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background-image: url('main_image/granville_hall_logo.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    padding: 0; 
    border: none; 
}

body {
    max-width: 100%;
    overflow-x: hidden;
}
	a {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;

    color: black;
    border: 2px solid black;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s;
    margin: 20px 0px 70px 50px;
}

nav ul li {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    border-style: none;
    border-width: 3px;
    line-height: 150%;
}

nav ul {
    float: right;
}

.container {
    text-align: center;
}

.room {
    border: 0px solid black;
    padding: 0px 50px 0px 50px;
    background-color: #E0CE87;
    width: 100%;
    float: right;
    box-sizing: border-box;
}

.kitchen {
    border: 0px solid black;
    padding: 10px 50px;
    background-color: #6B8C61;
    width: 100%;
    float: right;
    box-sizing: border-box;
}

.lounge {
    border: 0px solid black;
    padding: 10px 50px;
    background-color: #617D8C;
    width: 100%;
    float: right;
    box-sizing: border-box;
}

.laundry {
    border: 0px solid black;
    padding: 10px 50px;
    background-color: #E1D9B9;
    width: 100%;
    float: right;
    box-sizing: border-box;
}


h1 {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: light;
    color: #000000;
    padding: 100px 50px 0px 50px;
    position: relative;
    top: 0px;
    text-align: center;
}

h2 {
    font-family: 'Didot', serif;
    font-size: 60px;
    font-weight: medium;
    color: #000000;
    padding: 0px 50px 150px 0px;
    margin: 0px 0;
   
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
}

h3 {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding: 50px 20px 50px 20px;
    text-align: center;
}

h4 {
    font-family: 'Didot', serif;
    font-size: 50px;
    font-weight: medium;
    color: #000000;
    text-align: left;
    padding: 70px 10px 40px 50px;
    margin: 0px;
}

.first-paragraph {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    text-align: left;
    padding: 0px 30px 120px 30px;
    margin: 0px 400px; 
    border: 0px solid black; 
}

.second-paragraph {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    border: 10px;
    padding: 30px 30px 50px 50px;
    text-align: left;
}

.page_header {
    font-family: 'Didot', serif;
    font-size: 60px;
    font-weight: medium;
    color: #000000;
    padding: 10px 0px 70px 0px; 
    margin: 0 auto; 
    background-color: #ffffff;
    text-align: center; 
    line-height: 1; 
    height: 70px; 
     border: 0px solid black; 
}

.paragraph {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    text-align: left;
    padding: 0px 30px 20px 30px;
    margin: 0px 400px; 
    border: 0px solid black; 
}

