@charset "UTF-8";
/* CSS Document */
body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }
.contact-info 
    {
    padding-bottom: 10px;
    }
.resume 
    {
    align: left;
    }

.about 
    {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: left;
    }
.navbar
    {
    background-color: black;
	position: fixed;
	height: 80px;
	width: 100%;
	top: 0;
	left: 0;
    }
.logo
    {
	width: 360px;
	height: auto;
	padding: 20px 100px 20px 40px;
    }
.navbar ul{
	float: right;
	margin-right: 20px;
    }
.navbar ul li{
	list-style: none;
	margin: 0 8px;
	display: inline-block;
	line-height: 80px;
    }
.navbar ul li a{
	font-size: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: white;
	padding: 6px 13px;
	text-decoration: none;
	transition: .4s;
    }
.navbar ul li a:hover,
.navbar ul li a:hover{
	background:#1E75B3;
	border-radius: 2px;
    }
.wrapper .center{
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	font-family: sans-serif;
	user-select: none;
    }

    * {
  margin: 0;
  padding: 0;
    }




h1 {
    text-align: center;
    padding: 10px;
    }
h3 {
    text-align: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }

  h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #092834;
  text-align: left;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
    }
h3 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    }
#container 
    {
min-height: 100%;
background-image: url(../Small%20website/images/watercolor.png);
margin: 0;
padding: 0;
background-repeat: no-repeat;
    }
#main 
    {
  overflow: auto;
  padding: 100px;
  text-align: center;
    }
div.gallery 
    {
  margin: 10px;
  border: 1px solid #ccc;
  display: inline-block;
  width: 300px;
    }
div.gallery:hover {
  border: 1px solid #777;
    }
div.gallery img {
  width: 100%;
  height: auto;
    }
div.desc {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 14pt;
  padding: 15px;
  text-align: center;
}
footer {
position: relative;
background-color: black;
bottom: 0;
width: 100%;
height : 100px;
padding: 0;
}
footer a {
   text-decoration: none;
   color: white;
}
footer ul {
  margin-top: 30px;
  list-style-type: none;
  text-align: center;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  color: white;
}
footer li {
  margin-top: 30px;
  display: inline-flex;
}
 footer a:hover {
  color:  #1E75B3;
}
footer a:active {
  color: #7ac299;
}

