/*
GRA 410 - Adv Digital Graphic Design for Web - SNHU 
Stylesheet        
Shelby Holteen        
Filename: style.css
*/
/*######################################*/
/*TYPOGRAPHY ###########################*/
/*######################################*/

body {	
    font-family: 'Montserrat', sans-serif;
}

html {	
    font-size: 100%;
}

h1,h2,h3 {    
    font-family: 'Montserrat', sans-serif;        
    font-weight: normal;    
    color: #3F7B7D
}

h1 {   
    font-family: 'Montserrat', sans-serif;        
    font-weight: normal;    
    color: #3F7B7D
}

h2 {    
    font-family: 'Montserrat', sans-serif;        
    font-weight: normal;    
    color: #3F7B7D
}

h3 {    
    font-family: 'Montserrat', sans-serif;        
    font-weight: normal;    
    color: #3F7B7D
}

h5 {    
    font-family: 'Montserrat', sans-serif;    
    font-size:1rem;    
    line-height: 1.625rem;    
    font-weight:600;
    color:#DEA35A
}

ul {
    
}

li {    
    margin-top:1.5eli 
}

/*##############################################*/
/*############ BUTTONS ########################*/
/*############################################*/

.button {
  background-color: #DEA35A;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


/*#####################################################################################################################*/
/* Footer */
/*#####################################################################################################################*/

#footer {
    padding-top: 3.4rem;
    padding-bottom: 2.4rem;
    background-color:#1c1c1c;
    text-align:left;
    position:relative;
    z-index:700;
}

#footer p {
	color:#d9dce3;
	float:left;
}
