body {
    padding-left: 40px;
}

h1 {
    font-size: 13pt;
}


a {
    text-decoration: none;
    color: white;
    border: none;
    cursor: pointer;
}
#landing:hover {
    color:darkred;
}
p {
    line-height: 20pt;
    width: 740px;
}

#bigsize {
    font-size: 15pt;
    color: black;
}

#smallsize {
    font-size: 10pt;
    color: black;
}

#AA {
    margin-top: -20px;
}

.home {
    line-height: 45px;
     width: 50px;
     font-size: 10pt;
     margin-top: 30px;
     position:fixed;
     top:0;
     right:30px;
    background-color: #752404;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
 }


#scroll {
    display: none;
    line-height: 12px;
     width: 57px;
     font-size: 10pt;
     margin-top: 150px;
     position:fixed;
     top:0;
     right:30px;
    padding: 10px;
    
    background-color: #752404;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
}

.googledoc {
 position:relative;
    border-radius: 4px;
    padding: 10px;
    border: none;
    cursor: pointer; 
    background-image: linear-gradient(darkred, black);
    box-shadow:2px 2px 4px rgba(0, 0, 0, 0.30);
    margin: 10px;
    font-family: sans-serif;
    font-weight: 100;
}

.googledoc:after {
	content: '';
    position:absolute;
	top: 0px;
	left: 0px;
    bottom: 0px;
	right: 0px;
	width: calc(100%);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.googledoc:hover {
    box-shadow:5px 5px 7px rgba(0, 0, 0, 0.30)
}

.reference{
    color: darkred;
    text-decoration: underline;
}

.directions {
    text-decoration: underline;
}

#bold {
 font-weight: bold;   
}