
/*------- HEADING STYLE -----*/

body {
    width: 70%;
        max-width: 670px;
       margin: auto;
    background: #fafafa;
    color: black;
    
    
   
    
    
    }

h1{
    margin-top: 1em;
    margin-bottom: 3em;
}










/*-----NAVIGATION----*/

nav {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    background-color: dimgrey;
    padding: 0em 0;
    font-size: 0.75em;
    
    
}


nav ul {
    
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    
    
}

nav ul li {
    
    display: inline;
    margin: 30px;
    
}

nav a:link {
    
    color: white;
    
}

nav a:visited {
    
    color: white;
}

nav a:hover {
    
    border-bottom: none;
    color: black;
    
}


/*----STYLING LINKS----*/

a{
    
    color: dimgray;
    text-decoration: none;

}

a:hover{
    color: lightgray;
    border-bottom: 1px dotted;
}





/*------ TYPOGRAPHY -------*/

h1, h2, h3 
{font-weight: normal;
color: #8F0040;
    
    text-align: center;
}

p,cite{font-family: 'Libre Baskerville', serif;}
p, blackquote {
    margin-bottom: 2.0em;
    line-height: 1.4;
   
}

h1 {font-size: 10em;
    margin-top: 2;
    margin-bottom: 0.8em;
color: dimgray;
    font-weight: 600}

h2 {font-size: 1.999em;
    margin-top: 0.8;
    margin-bottom: 0.8;
color: dimgray}

h3 {font-size: 3em;
    margin-top: 2em;
    margin-bottom: 1.5em;
    font-family: 'Libre Baskerville', serif;
    color: dimgray;
    font-weight: 400}

h4 {font-size: 1.414em;
    margin-top: 3em;
margin-bottom: 1em;
font-family: 'Libre Baskerville', serif;
text-align: center;
color: dimgray}

blockquote{
    font-size: 1.2em;
    hanging-punctuation: first;
    text-indent: -0.45;
    color: dimgray
}

cite{
    font-size: 1em;
    color: dimgray;
    margin-top: 1em;
    margin-bottom: 3em;
    padding-top: 1em
    
}

p {
    color: dimgray;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}



/*------IMAGES------*/


img {
    
    display: block;
    margin: 2em auto;
    margin-top: 2em;
    padding: 2;
    max-width: 100%;
    
}


.column {
  float: left;
  width: 48%;
  padding: 5px;
}

row {
    margin-top: 2em;
    margin-bottom: 2em
}



/*-----ICONS-----*/

.connections ul {
    
    margin: 0;
    padding: 1;
}

.connections li {
    margin: 0 15px;
    padding: 0;
    list-style: none;
    display: inline-block;

}

.connections a:link {
    
    border-bottom: none;
    padding: 1em
}

.connections img {
    
    opacity: 0.5;
    border: none;
}

.connections a:hover img {
    
    opacity: 1.0;
    border-bottom: none;
    transform: all 0.3s ease-in-out
}



/*------LIST-------*/

li {
    color: dimgray
}












