/* Style sheet created by: Sophia Chin */

/* Style for body specifies a background color */
body {
	background-color: #1D1D1C;
}

/* Style to create a fluid image */
img {
	max-width: 100%;
}

main { clear: both; }

/* Style for my name at the top of the webpage */
.myname {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
}

.clearfloat { clear: both; }

/* Styles for Mobile Layout */

/* Style for the section centers the page and specifies the width */
#section {
	width: 100%;
	margin: 0 auto 0 auto;
}
	
/* Style for the header specifies top margin, background color, rounded corners and centers align content */
header {
	text-align: center;
	padding: 0 2% 2% 0;
}

/* Style for the nav specifies text properties */
nav {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.2em;
	font-weight: bold;
	text-align: center;
	margin-top: -1.5em;
}

/* Style specifies a horizontal display for navigation links */
nav li {
	display: inline;
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 0;
	padding-right: 0;
	width: 9.1%;
	white-space: nowrap;
    border-radius: 0;
	background-color: transparent;
}
	
/* Style specifies padding and margins for unordered list */
nav ul {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Style for nav li specifies the background color, rounded corners, removes bullet style, and applies margins and padding for list items within the navigation 
nav li {
	background-color:  #9D9D93;
	border-radius: 0.1em;
	list-style-type: none;
	margin: 0.3em;
	padding: 0.4em;
}*/

/* Style changes navigation link text color to white and removes the underline */
nav li a {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
}

/* Style displays the mobile class */
.mobile {
	display: inline;
	text-align: center;
}

/* Style hides the desktop class */
.desktop {
	display: none;
}

/* Style for the main element specifies a block display, text properties, margins, padding, rounded corners, and border properties */
main {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-top: 0.5em;
	padding: 1em;
	border-radius: 0; 
	background-color: #1D1D1C;
	/*opacity: 0.85;*/
}

/* Style for anchor elements within the main element*/
main a {
	background-color: /*#9D9D93;*/ transparent;
	border-radius: 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;
}

main p {
	text-align: left;
	color: #FFFFFF;
}

h1, h2, h3, ul, dt, dd, th { color: #FFFFFF; }

h1, h2, h3 { padding-top: 1%; }


/* Style for anchor elements within the footer element */
footer a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Style for footer specifies font size, text alignment, and top margin */
footer {
	font-size: .70em;
	text-align: center;
	margin-top: 2em;
	color: #FFFFFF;
}

/* Style hides the tablet class */
.tablet {
	display: none;
}

/* Style rule specifies to not display the picture class 
.picture {
	display: none;
}*/

h1 {
	text-align: center;
}

img {
	padding: 3pt;
	float: right;
}

.floatleft {
	float: left;
	/*padding-right: 20px;*/
	padding: 0 2% 2% 0; /*moves the img to the left*/
	display: inline;
}

.floatright {
	float: right;
	margin: 3%;
}

ul {
	margin-bottom: 50px;
	list-style-position: inside;
	padding: 0;	
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 20px;
}

/* Style rule for input, select, and textarea form elements */
input, select, textarea {
	display: block;
	margin-bottom: 1em;	
}

/* Style rule for label element */
label {
	display: block;
}

/* Style rule for unordered list within a form */
form ul {
	list-style-type: none;
}

/* Style rule for chkbx class */
.chkbx {
	display: inline-block;
}

/* Style rule for btn class */
.btn {
	margin-left: 12em;
}

/* Style rule for label element */
label {
	float: left;
	padding-right: 0.5em;
	text-align: right;
	width: 10em;
}

/* Media query for tablet viewport targets screen size with a minimum width of 660px. */
@media only screen and (min-width: 660px) {

header { padding: 0 2% 2% 0; }
	
/* Style for the nav specifies text properties */
nav {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-top: 3em;
	clear: both;
}

/* Style rule for unordered list within a form */
ul {
	list-style-type: none;
}

/* Style rule for label element */
label {
	float: left;
	padding-right: 0.5em;
	text-align: right;
	width: 10em;
}

.moveleft { text-aling: left; }

/* Style rule for chkbx class */
.chkbx {
	display: inline-block;
}

/* Style rule for btn class */
.btn {
	margin-left: 12em;
}

main {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 1em;
	border-radius: 0; 
	/*opacity: 0.85;*/
	clear: left;
}

/* Style for ancher elements in samples */
li a {
	border-radius: 0;
	background-color: transparent;
}

nav li a {
		display: inline-block;
		padding: 0.7em;
		text-shadow: 0.2em 0.1em #3D3D35;
}

nav li a:visited {
	color: #CCCCFF;
	font-style: italic;
}

nav li a:hover {
	color: #9D9D93;
}

nav li a:active {
	color: #6600CC;
}

main p {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/*body {
		background-color: #FFFFFF;
}
*/

/* Style applies color to h1 element */
h1 {
	color: #FFFFFF;
}

/* Specifies text properties for edu pg */
.education {
	color: #FFFFFF;
	text-align: left;
	padding: 1%;
	margin-top: 2%;
}

/* Style specifies a width for container */
#section {
	background-color: #1D1D1C;
	margin: 7em auto 7em auto;
	/*margin-top: 8em;
	margin-bottom: 8em;*/
	width: 90%;
}

/* Style specifies a horizontal display for navigation links */
nav li {
	display: inline;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 0;
	padding-right: 0;
	width: 11%;
	white-space: nowrap;
    border-radius: 0;
	background-color: transparent;
}

/* Style specifies clear and top margin properties for the main element for the tablet viewport */
main {
	clear: left;
	margin-top: -0.3em;
	border-radius:  0; 
	background-color: #9D9D93;
}

/* Style specifies to hide the mobile class  for the tablet viewport */
.mobile {
	display: none;
}

/* Style specifies to display the desktop class */
.desktop {
	display: inline;
	float: right;
}

/* Style specifies a display, float, and padding for the picture class */
.picture {
		display: inline;
		float: left;
		margin-right: 0.3em;
		margin-bottom: 0.3em;
		padding-bottom: 0.3em;
}

/*.clearfloat { clear: both; }*/

/* Style specifies a display, list-style-position, and bottom margin for the items class */
.items {
	display: block;
	list-style-position: inside;
}

/* Style specifies to display the tablet class */
.tablet {
	display: block;
	margin-top: -3em;
	margin-bottom: -1em;
}

/* Style specifies a font weight and top margin for description list terms */
dt {
	font-weight: bold;
	margin-top: 0.7em;
}

/* Style for h1 element */
h1 {
	text-align: center;
}

/* Style for images within the figure element */	
figure img {
	background-color: #1D1D1C;
	display: inline;
	/*opacity: 0.7;*?
	/*height: 8em;
	width: 28%;
	margin: 1%;
	padding: 1%;*/
}

/* Style removes transparency on hover */
figure img hover {
	opacity: 1;
}

/* Style for anchor elements within the figure element */
figure a {
	background-color: transparent;
	padding: 0;
	text-decoration: none;
}

/* Style for contact class */
.contact {
	background-color: transparent;
	color: #1D1D1C;
	padding: 0;
	text-decoration: underline;
}

/* Style for main h2 element */
main h2 {
	color: #FFFFFF;
}

/* Style for contact class */
.contact {
	color: #FFFFFF;
}

/* Style for article element */
article {
	background-color: #C1D9CA;
	float: left;
	margin: 0.5%;
	padding: 0.5%;
	text-align: center;
	width: 31%;
	overflow: auto;
}	

/* Style for image element contained within the main article element */
main article img {
	border: solid 0.1em #1D1D1C;
	margin-left: auto;
	margin-right: auto;
}

/* Style for paragraph element contained within the main article element */
main article p {
	color: #000000;
	margin-top: 2%;
	padding: 1%;
	text-align: left;
}
	
/* Style for aside element */
aside {
	background-color: #FFFFFF;
	border-radius: 0 5em 5em 5em;
	box-shadow: 1em 1em 1em #4C4F4D;
	padding: 1.5em;
	margin: 1em;
}

/* Style for unordered list element contained within the main element */
main article ul {
	text-align: left;
}

/* Style for aside element */
aside {
	background-color: #FFFFFF;
	border-radius: 0 5em 5em 5em;
	box-shadow: 1em 1em 1em #4C4F4D;
	padding: 1.5em;
	margin: 1em;
}

/* Style specifies a background color, margin, and padding for footer element */
footer {
	background-color: #2A2A2A;
	margin-top: -0.2em;
	padding: 2em;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-radius: 0;
}


}

/* Media query for desktop viewport targets screens with a minimum width of 830px. */
@media only screen and (min-width: 830px) {

	 	
	/* Style specifies a width for section */
#section {
	background-color: #1D1D1C;
	margin: 7em auto 7em auto;
	width: 90%;
}
	
/* Style rule for unordered list within a form */
 ul {
	list-style-type: none;
}

main {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-top: 1em;
	padding: 1em;
	border-radius: 0; 
	clear: left;
	/*opacity: 0.85;*/
}

/* Style for anchor elements */
li a {
	border-radius: 0;
	background-color: transparent;
}

/* Style specifies a background color */
#section {
	background-color: #1D1D1C;
	/*margin-right: auto;
	margin-left: auto;
	width: 90% */
}

/* Style specifies margin and padding for the unordered list within the nav */
nav ul {
	margin: 0;
	padding-left: 0.50%;
	padding-right: 0.50%;
}

/* Style for navigation list items specifies a border radius, border, margin, width, and padding */
nav li {
	margin-left: 0.3em;
	margin-right: 0.3em;
	padding: 0;
	width: 9%;
}

/* Style for navigation links specifies display and padding */
nav li a {
	display: inline-block;
	padding: 0.7em;
	text-shadow: 0.2em 0.1em #3D3D35;
}

/* Style specifies background color*/
main {
	background-color: #1D1D1C;
}

/* Style specifies left and right padding for paragraph elements within the main element */
main p {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/* style for anchor elements in the main element by displaying links as bold white text and no background color and no rounded corners */
main a {
	background-color: transparent;
	border-radius: 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;
}

/* style for anchor elements in the footer element */
footer a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-radius: 0;
}

/* Style rules for pseudo-classes */
nav li a:link {
	color: navy;  
}

nav li a:visited {
	color: #CCCCFF;
}

nav li a:hover {
	color: #9D9D93;
	font-style: italic;
}

nav li a:active {
	color: #6600CC;
}

/* Style specifies a gradient for the body element */
/*body {
	/*background: -moz-linear-gradient(#9D9D93, #1D1D1C); /* Firefox */

	/*background: -o-linear-gradient(#9D9D93, #1D1D1C); /* Opera */

/*	background: -webkit-linear-gradient(#9D9D93, #1D1D1C); /* Chrome, Safari */

	/*background: linear-gradient(#9D9D93, #1D1D1C);

	background-attachment: fixed;
} */

/* Style for table element */
table {
	border: 0.1em solid #000000;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Style specifies border and padding for th and td elements */
th, td {
	border: 0.1em solid #000000;
	padding: 1em;
}

/* Style for th element */
th {
	background-color: #1D1D1C;
}

/* Style for caption element */
caption {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 0.5em;
}
	
/* Style for table element */
table {
	background-color: #FFFFFF;
	width: 85%;
}

/* Style for caption element */
caption {
	color: #FFFFFF;
}

/* Style applies height and opacity to images within figure element */
figure img {
	height: 17em;
	/*opacity: 0.7;*/
}

/* Style removes transparency on hover */
figure img hover {
	opacity: 1;
}

/* Style applies color to h1 element and center the text*/
h1 {
	color: #FFFFFF;
	text-align: center;
}

/* Style specifies a background color, margin, and padding for footer element */
footer {
	background-color: #2A2A2A;
	margin-top: -0.2em;
	padding: 2em;
}

dt {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

dd {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

ul {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

h2 {
	color: #FFFFFF;
}

h3 {
	color: #FFFFFF;
}

/* Style to left align header */
header {
	text-align: left;
}

/* Style for nav specifies a float, margin, and width */
nav {
	float: right;
    margin-top: 3em;
	margin-right: 3em;
	margin-bottom: 0;
	width: 80%;	
}

 /* Style applies height and opacity to images within figure element */
 figure img {
	 height: 15em;
	/* opacity: 0.7;*/
 }
 
 /* Style removes transparency on hover */
 figure img hover {
	 opacity: 1;
 }
 
 /* Style applies color to h1 element */
 h1 {
	 color: #FFFFFF;
	 
 }
 
 /* Style specifies a background color, margin, and padding for footer element */
 footer {
	 background-color: #2A2A2A;
	 margin-top: -0.2em;
	 padding: 2em; 
 }
 
 /* Style specifies bottom padding for the section element */
 section {
	 padding-bottom: 3em;
 }
 
 /* Style for h1 element within the section element */
 section h1 {
	 text-align: left;
 }
 
 /* Style for anchor element within the section element */
 section a {
	 background-color: transparent;
	 color: #1D1D1C;
	 font-weight: normal;
	 text-decoration: underline;
 }
 
 /* Style specifies color and left margin for the section element */
 section {
	 color: #FFFFFF;
	 margin-left: 1em;
	 padding-bottom: 5em;
}

/* Style for anchor element within the section element */
section a {
	color: #FFFFFF;
}

/* Style for paragraph element within the section element */
section p {
	margin-left: 0;
}

/* Style specifies to display the desktop class */
.desktop {
	display: inline;
	float: right;
}

.education {
	color: #FFFFFF;
	text-align: left;
	padding: 1%;
	margin-top: 2%;
}

/* Style for contact class */
.contact {
	background-color: transparent;
	color: #FFFFFF; /*#1D1D1C;*/
	padding: 0;
	text-decoration: underline;
}

/* Style rule for chkbx class */
.chkbx {
	display: inline-block;
}

.moveleft { text-align: left; }

/* Style rule for form element */
form {
	background-color: #FFFFFF;
	padding: 1em;
}

/* Style rule for paragraph with form element */
form p {
	color: #000000;
}
  
form li {
	color: #000000;
}	

/* Style for main t h2 element */
main article {
	color: #000000;
}

}