.scripture{
    font-style: italic;
    margin-left: 5%;
    text-align: left;
}

.study{text-align: left;}

.studyLink{
    display: inline-block;
    background-color: #46c8eb;
    border-radius: 3px;
    margin: 0 5% 2.5%;
    color: white;
    width: 20%;
    text-decoration: none;
    text-align: center;
    padding: 1.5%;
    border: none;
    cursor: pointer;
    font-family: 'Agency FB Bold', arial;
    font-size: 150%;
}

#map{ display: inline-block;
      width: 25vw; 
      height: 35vh; 
      border: 0; 
      margin: 0 10% 2.5% 0;
}

.studyLink:hover{background-color: lightsteelblue;}

.fa-bible{ 
   margin-right: 7.5%;
}

@media screen and (max-width: 1280px){
    .studyLink{
        width: 30%;
        padding: 2%;
        margin: 0 5% 5%;
    }
    #map{ 
        width: 80%; 
        display: block; 
        margin: 0 auto 2%;
    }
}