<!--
    Thomas Heissenberger
    Rochester Institute of Technology
    trh8614@rit.edu

    Wisner and Wisner LLP
-->

html{
    background-color: white; 
}
img#flood{
}

p{  
    text-shadow: 0 0 1px rgba(0,0,0, .1); 
    font-family: Rawengulk;
    margin-left: 10%;
    margin-right: 10%;
}

p#motto{
    font-family: Georgia;
    font-size: 140%;
    font-weight: bold;
    
    color: black;
    word-wrap: break-word;
    text-shadow: 0px 0px 9px #fff;
    
    position: absolute; 
    top: 20px;
    right: 20px; 
    height: 40%; 
    width: 33%;
    
    <!-- font settings -->
   
}

b{ <!-- bold custom font not smooth. fix for other browsers -->
    text-shadow: 0 0 1px rgba(0,0,0, .35); <!-- incase antialias fails (most browsers not supported)-->
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

p#tag{
    
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3em;
    font-family: Rawengulk;
    font-size: 20px;
    font-weight: 600;
}
p#info{
    
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
    color: black;
    font-weight: 500;
}

blockquote span.open {
	position: relative;
	top: 0.2em;
	font-size: 3em;
	color: #EFEFEF;
}
blockquote span.close {
	position: relative;
	top: 0.4em;
	font-size: 3em;
	color: #EFEFEF;
}
blockquote {
	color: #BBB;
	font-size: 1.5em;
	line-height: 1.5em;
}