body {
    background: url("../images/sprkls_lace-105-light.png") No-repeat fixed center center / cover  rgba(0, 0, 0, .15);
    font-size: 12pt;
}
 
#header {
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    background: rgba(255, 255, 255, .9);
    top: 0px;
    border-radius: 18px 18px 18px 18px;
    
}
 
.kahn {
    border-radius: 18px;
    margin-top: 10%;
    width: 100%;
}
 
 
#content {
    width: 75%;
    
    margin: auto;
    background: rgba(255, 255, 255, .9);
    border-radius: 18px 18px 18px 18px;
    padding: 5px 5px 5px 5px;
    overflow: auto;
    position: relative;
}

.foot {
    
    text-align: center;
    
    margin-top: 10rem;
    bottom: 0;
    font-size: 12px;
}
 
.main_heading {
    text-align: center;
    color: purple;
    font-family: 'Poiret One', cursive;
}
 
.minor_heading {
    color: darkred;
    font-family: 'Limelight', cursive;
    text-align: center;
}
 
p {
    font-family: 'Lora', serif;
}
 
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
}
 
.caption {
	font-family: 'Lora', serif;
    font-size: 10pt;
    text-align: center;
    color: maroon;
    margin-bottom: 10%;
}
 
a:hover { color: tomato;}
 
.myBtn a:hover,
a:visited { color: tomato;}
 
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    margin: auto;
    width: 75%;
    background-color: rgba(0,0,0,.80);
    padding-top: 2rem;
}
  

.modal p {
    color: white;
    text-shadow: 1px 1px #000000;
    padding-left: 30px;
    padding-right: 30px;
}
 
.modal-img {
    width: 70%;
    margin-left: 15%;
}

 
.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    padding: 2%;
    color: #ffffff; 
}
a.close { color: #ffffff; }
.close:hover,
.close:focus {
    color: tomato;
    background-color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}