/* Global Styles */
body{
    background-color: #D5D5D5;
    padding: 0;
    margin: 0;
}
h1, h2 {
    color: #9099A2; 
}

h3, h4, h5, h6{
    color: #6D7993; /* Accent */
}

h2{
    text-align: center;

}

h4{
    padding: 0px 10px;
    text-align: center;
}

a{
    color:inherit;
}

p{
  padding: 0 25px;  
}

img{
    margin: 0 30px 10px;
}


/* Formatting to Future Page */
.future{
    width: 80%;
    margin: 0 auto;
    border: black solid 1px;
}
/* Images for Porch Convo Dialogue */

.convo{
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.introConvo{
    text-align: center;
}



header{
    background-color: #96858F;
    color:white;
    padding: 4em;
    margin:2em;
}

a:hover{
    color:#6D7993;;
}

.cover{
    height:410px;
    margin-top:0;
    background-image: url('images/porchConvo2.png');
    background-size: cover;
}



/* Homepage styles*/


.front-logo h1{
    color: white;
    margin: 50px;
	position: relative;
	top:  -75px; 
	left: -50px;
}

main .col-md-2{
    height:200px;
    padding:2em;
    margin-top:2em;
}

.front-nav-1{
    background-color: #64271b;
	height: 50px; 
}

.front-nav-2{
    background-color: #354243; 
	height: 50px; 
}

.front-nav-3{
    background-color: #80598d;
	height: 50px; 
}

/* Sheena Page styles */
.col-sm img{
	height: 300px; 
	width: 300px; 
}

/* Contact Me Page */

p a:hover{
	text-decoration: none; 
}

/* Message Blockquotes CSS for Conversation */