p {
	font-family: Raleway;
	margin-left: 1.66%;
	font-size: 23px;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 2px solid #f1f1f1;
	width: 30%;
	padding-bottom: 20px;
}

img {
	float: left;
	width: 30%;
	margin: 1.66%;
}

/* navigation bar*/

ul li {
    list-style-type: none;
    font-size: 15px;
}

#header ul { 
  display: inline-block;
    margin: 0 auto 0 auto;   
 padding: 0;
  
}

#header ul li{
    float: left;
    margin: 0;
    padding: 2em
}

#header ul li a dropdown {
    font-size: 15px;
    line-height: 15px;
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

#header{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: center;
    margin-top: 0%;

}

/* main body*/
html, body{
    font-family: 'Montserrat', sans-serif;
    background-color: whitesmoke;
    box-sizing: border-box;
    margin: 0;

}
portfolio-title, .portfolio-title:visited {
    color: black;
}


#wrapper{
    margin-bottom: -50px;
    margin: 0 auto 0 auto;
    max-width: 44em;
    
}

/* footer*/

footer {
  background-color: white;
  border-top: 0.010em solid lightgrey;
  bottom: 0; /* !important helps maintain set height*/
  color: #000;   
  height: 3em; /* !important - must be < = body margin-bottom*/
  width: 100%;
  position: fixed;


}

.social-media-list {
  list-style: none;
  margin-left: 0;
  width: 1.5em;
  height: 3em;
}

h1{
  margin-bottom: 10px;
}

h2{
  font-size: 17px;
  margin-top: 15px;
}

h3 {
  font-size: 15px;
  text-align: center;
}


a {
  color: orange;
  text-decoration: none
}

a:hover {
  color: dimgray;
  border-bottom: 1px;
  text-decoration-line: underline;
}
