html, body {
    height: 100%;
} 
h1 {
    font-family: "Lucida Console", "Courier New", monospace;    
    font-weight: 400;
    font-style: normal;      
    font-size: 46px;
  }

#home h1{
    font-family: "Lucida Console", "Courier New", monospace;    
    font-size: 50px;  
}
h2 {
    font-family: "Lucida Console", "Courier New", monospace;    
    font-size: 16px;  
    color: #800b11;
}
h3 {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 16px;  
    color: #800b11 !important;

}
h4 {
    font-family: "Lucida Console", "Courier New", monospace;    
    font-size: 16px;  
    color: #800b11 !important;

}
p, a {
    font-family: Arial, Helvetica, sans-serif;
}
 
.container-fluid {
    overflow-y: hidden; /* don't show content that exceeds my height */
    background-color: #efe9e1;
}

.container {
    background-color: #efe9e1;
}
.col {
 background-color: white;
}

img {
    border-radius: 50%;
    width: 80%;
}
i {
    padding: 5px;
    color: #000;
}
i:hover {
    color: grey;
}