* {
  box-sizing: border-box;
}
body {
	font-family: cambria, garamond, perpetua, "times new roman";
	font-size: 14px;
    color: #4C414C;
	/*background-color: #c2acb8; /* E1D6E1 */
	background-image: linear-gradient(to bottom, #c2acb8, #A68798);
	/*background-attachment:fixed;*/
	/*background-repeat: no-repeat;*/
	/*margin: 40px;*/
    padding: 40px 40px 40px 40px;
	min-height: 100vh;
	overflow: hidden; 
}
#navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px; /*300px*/ /*think i liked 200 better but putting it back*/ /*this is not currently being used*/
}

#socialsnav { /*not used*/
    float: right;
	/*position: fixed;*/
	/*position: absolute;*/
    top: 10px;
    left: 10px;
    width: 200px;
	border: dotted; /*solid*/
    border-width: 1px 1px 0 1px;
	/*clear: both; */ /*??? i added this line and I have no idea.*/
    margin: 0 10px 0 0; /*5px*/
}
#content {
   /*position: sticky;*/
   background-color: #E1D6E1;
   margin: 0 0px; /* setting top and bottom margin to 0 and right and left margin to 200px */ 
	/*width: 1200px;*/
	/*height: 700px;*/
	/*width: 1500px;*/
	/*max-width: 100%;*/
	/*max-width: 80%;*/
	/*max-width: 75%; doesn't seem to be working.*/
	width: 75%;
	height: 90%;
	padding: 0 5px; /*20*/
	border: 2px dotted; /*dotted*/
	border-radius: 5px;
	border-color: #9587A6;
	overflow-y: auto; 
	overflow-x: hidden;
	clear: both;
}
@media screen and (max-width: 1024px) {
  html, body {
    height: auto;
    overflow: visible;
  }

  body {
    padding: 2px;
    overflow: auto;
    font-size: 18px;
  }

  #content {
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
    border: 2px dotted #9587A6;
    /*padding: 40px 40px 40px 40px;*/
    padding: 10px;
  }
}
#mobilebutton {
 text-align: center;
 padding: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
	#mobilebutton {
		display:none;
	}
}
@media screen and (min-width: 1024px) {
	#msocials {
		display:none;
	}
}

#embed {
   /*position: sticky;*/
   background-color: #E1D6E1;
}
#socials {
   background-color: #E1D6E1;
   position: fixed;
   top: 62;
   right: 20;
   margin: 0 0px; /* setting top and bottom margin to 0 and right and left margin to 200px */ 
	/*width: 1200px;*/
	/*width: 250px;*/
	max-width: 20%;
	/*max-width: 15%;*/
	padding: 0 5px;/**20*/
	border: 2px dotted;
	border-color: #9587A6;
	border-radius: 5px;
	clear: both;
}
@media screen and (max-width: 1024px) {
  #socials {
    display: none;
  }
}
#quicklinks {
   background-color: #E1D6E1;
   position: fixed;
   top: 62;
   right: 20;
   margin: 0 0px; /* setting top and bottom margin to 0 and right and left margin to 200px */ 
	/*width: 1200px;*/
	/*width: 250px;*/
	/*width: 20%;*/
	/*max-width: 20%;*/  /*testing here*/
	width: 15%;
	padding: 0 5px;/**20*/
	border: 2px dotted;
	border-color: #9587A6;
	border-radius: 5px;
	clear: both;
}
@media screen and (max-width: 1024px) {
  #quicklinks {
    display: none;
  }
}
#about { /*not used anymore*/
    /*float: right;*/
	/*position: fixed;*/
	/*position: absolute;*/
    /*top: 10px;
    left: 10px;*/
    background-color: #E1D6E1;   
    width: 1500px;
    max-width: 100%;
	height: 700px;
	border: dotted; /*solid*/
	padding: 0 5px;
    border-width: 1px 1px 1px 1px;
	/*clear: both; */ /*??? i added this line and I have no idea.*/
    margin: 0 10px 0 0; /*5px*/
}
#c-snippets {
    background-color: #E1D6E1;
	/*position: absolute;*/
	float: left; /*doesn't seem to be working*/
	margin: 0 0px; /* setting top and bottom margin to 0 and right and left margin to 200px */ 
	width: 1500px;
	height: 700px;
	padding: 0 5px;
	border: 1px dotted;
	clear: both;
}	
#serials {
   background-color: #E1D6E1;
   position: fixed;
   top: 62;
   right: 20;
   margin: 0 0px; /* setting top and bottom margin to 0 and right and left margin to 200px */ 
	/*width: 1200px;*/
	width: 250px;
	padding: 0 5px;/**20*/
	border: 1px dotted;
	clear: both;
}
#l-snippets { /*not being used currently*/
    position: absolute;
	float: right;
	margin: 0 0px; /* setting top and bottom margin to 0 and right and left margin to 200px */ 
	width: 1400px;
	padding: 0 20px;
	border: 1px dotted;
	clear: both;
}	
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav li {
    display: inline;
	border-radius: 5px;
    border: dotted; /*solid*/
    border-width: 2px 2px 0 2px; /*1px*/
    border-color: #9587A6;
    margin: 0 1px 0 0; /*margin can't be used with display inline error message*/ /*5*/
	font-size: 20px;
}
nav li a {
    padding: 0 10px; /*10 - 5 may be needed for mobile*/ 
}
@media screen and (max-width: 1024px) {
nav li a {
    padding: 0 5px; /*10 - 5 may be needed for mobile*/ 
}	
}

#selected {
        position: relative;
		top: 1px;
		font-weight: bold;
    background: #E1D6E1;
}
#header li {
    float: left;
    border: 1px dotted; /*solid*/
    border-bottom-width: 0;
    margin: 0 5px 0 0;
}
p {
    line-height: 21px;
}
h1 {
    color: #9587A6;
	margin: 20px;
    padding: 20px;
	border-style: dotted;
    border-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: #9587A6;
}
h2 {
    color: #A587A6;
	margin: 20px;
    padding: 20px;
	border-style: dotted;
    border-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: #9587A6;
    
}
h3 {
    color: #A587A6;
	margin: 20px;
    padding: 20px;
	border-style: dotted;
    border-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: #9587A6;
    
}
a {
        color: #8A758A;
    }
a:link {
    color: #8A758A;
}

/*a:visited {
    color: #8A7F75;*/
/*}*/
/*img {
    border-style: dashed;
    border-width: 2px;
    border-color: #ccc;
}*/
/*a {
    text-decoration: none;
}*/
/*strong {
    font-style: italic;
    /*text-transform: uppercase;*/
/*}*/
/*li {
    color: #900;
    font-style: italic;
}*/

/*table {
    background-color: #ccc;
}*/