p{
    font-size: 25px;
    font-family:Garamond;
}
#home .jumbotron{
    margin-top: 50px;
    height:535px;
    background-image: url("https://codehs.com/uploads/b379706ae5e112e2ee82bba6a46f7b24");
}
.home-images{
    margin:52px;
    text-align:center;
    font-family:Garamond;
}
.comentary{
    padding-top:70px;
}
.cave{
    padding-top:100px;
    padding-left:10px;
    font-family:Garamond;
    text-align:center;
}
#local-bold{
    font-weight:bolder;
}
#local-italic{
    font-style: italic;
    font-weight:bold;
}
iframe {
    margin-left: 400px;
}
#source-left{
    text-alight:left
}
body{
     font-family:Garamond;
     background-color:#CCD1E0;
}
.local-background{
    background-color:#DFD4CD;
    border-color:#A6C7C9;
    border-style:dashed;
    color:white;
}
.margin-fix{
 margin-top:51px;   
}
#jumbo-text-home{
    padding-top:100px;
    color:white;
}
p.local-p {
    font-size: 18px;
}
img:hover{
    /* css pseudo-selector/class */
    border: 5px dashed #A6C7C9
}
.profile{
    border-radius:75px;
    font-size:20px;
}
#img-fm{
    height:310px;
    transition:height 2s;
}

#img-fm.interactive-image:hover {
    height:320px;
    filter:brightness(100%);
}

h4 {
    font-style:oblique;
    font-weight:bolder;
}

h4:hover {
    color:#008B8B;
}

h1 {
    font-weight:bold;
    font-style:italic;
}

h2 {
    font-family:Lucida;
    font-weight:bolder;
}

#img {
    height:300px;
    width:330px;
}

.navbar {
      margin-bottom: 0;
      border-radius: 0;
}