﻿<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>About the Artist</title>

<!-- Copy Start -->

<style>
	
	h1 {font-size-adjust: 0.55;		
	}
	h2 {font-size-adjust: 0.55
		
	}
	h3 {font-size-adjust: auto
		
	}
	
	
	
	div#resume {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		background-color: #D5D5D5;
		border: 4px solid white;
		padding: 20px;
		padding-top: 25px;
		border-radius: 25px;
	}
	
	div#resume2 {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		padding: 20px;
		padding-top: 25px;
		border-radius: 25px;
	}
	
	
	
	
	
	
	
	
	html {
		background-color: #475a72;
		font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif"
	}
	
	
	
img {
    border-radius: 8px;
	max-width: 100%;
	height:auto;
	
}

img.center {
    display: block;
    margin: 0 auto;
	
}
	

	
	
	
	
	
p {
    margin: auto;
	max-width: 100%;
	height: auto;
	padding-left: 40px;
	text-align: justify;
}
	
p.center {
		align-content: center;
		display: block;
   		margin: 0 auto;
	    margin: 0 auto;
	    font-weight: 500;
		max-width: 100%;
		height:auto;
	    text-align: justify;
		
}
	
	
	
body { 
    padding: 1em;
    color: #000000;
    background-position: center;
	background-attachment: fixed;
	background-size: cover;
    clear: left;
    text-align: center;
	border-radius: 25px;
	margin:0;
}	

	
	
	
/* header, footer {
	border: 10px solid white;
    padding: 1em;
    color: white;
    background-color: black;
    clear: left;
    text-align: center;
	background-image: url(" ");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	border-radius: 25px;
	margin-top: 60px;
} */
	
	
	
	
	

	
 div.box {
	
	background-color: #FFFFFF;
	padding: 4px;
	margin: auto;
	float:center;
	border-radius: 25px;
	width: 100%;
}

 div.box2 {
	
	padding: 4px;
	margin: auto;
	float:center;
	
	 width: 200%;
}


div.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.container {
  text-align: left;
  padding: 10px 10px 20px 10;
  border-radius: 25px;
}
	
div.center {
    margin: 2px 2px 2px 80px;
    width: 60%;
    padding: 10px;
	border-radius: 25px;
}
	
	
	
	
	
	
	
	


nav ul {
    list-style-type: none;
    padding: 0;
	border-radius: 25px;
}
   
nav ul a {
    text-decoration: none;
	border-radius: 25px;
}

	
	
	
	
	
article {
    margin-left: 170px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
	border-radius: 25px;
}
	
	
	

	

	
	
	
	
.navbar {
  overflow: hidden;
  position: fixed;
  top: 20;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; 
}
	

	
	
	
	
	
.navbar2 {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar2 a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.main2 {
  padding: 16px;
  margin-top: 30px;
  height: 1500px;
}
	
	
	
	
	
	
	
.stroke {
	font-size: auto;  
	font-family: 'Aller', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'sans-serif';  
	text-shadow: 1px 1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, -1px -1px 0 #333;
	text-decoration-color: #313131
}
	
	

	
/* Modal */	

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}


.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

