html {
    min-height: 100% !important;

}

html, body {
    margin: 0 auto;
    font-size: 14pt;
    
}

img {
    transition: all .6s ease;
    max-width: auto;
    height: auto;
    width: auto\9; /* ie8 */
}



.img1 {
    width: 100%;
    height: auto;
}


#aboutimg {
    width: 350px;
    height: 350px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

#servicesimg {
    width: 250px;
    height: 250px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

#servicesimg {
    width: 250px;
    height: 250px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

#servicesimg {
    width: 250px;
    height: 250px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

#img1id {
    width: 250px;
    height: 250px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

#img2id {
    width: 250px;
    height: 250px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

#img3id {
    width: 250px;
    height: 250px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

.marypic {

    width: 350px;
    height: 350px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

.pclass {
    padding-left: 2em;
}

.container2 a {
    color: burlywood;
    font-size: 20pt;
    text-decoration: none;
    font-family: 'Dancing Script', cursive;
}

.container2 a:hover {
    color: purple;
    font-size: 20pt;
    text-decoration: none;
}

.iframewrapper {
    text-align: center;
}

iframe {
    margin-right: auto;
    margin-left: auto;
}


.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }

.centered2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }

.centered3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  } 

.blur {
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.logoimage {
    width: 100%;
    height: auto;
}

span{
    display:block;
    width: 60%;
    border-top: 1px solid #ccc;
    justify-self: center;
 }

.header {
    grid-area: header;
    width: 100%;
    height: auto;
}

.header1 {
    padding-top: 2em;
    grid-area: header1;
    width: 100%;
    height: auto;
}

.content-wrapper {
    width: 100%;
  }
  
  .content-wrapper img {
    width: 100%;
    box-shadow: 0 0 10px;
  }
  
  .text-wrapper {
    width: 100;
    position: relative;
    margin-top: -43%
  }

  .text-wrapper2 {
    width: 100;
    position: relative;
    margin-top: -43%
  }

  .text-wrapper2 h1 {
    text-align: right;
    color: #ffffff;
    padding: 0.5em;
    font-size: 2vw;
  }

  
  .text-wrapper h1 {
    text-align: left;
    color: #ffffff;
    padding: 0.5em;
    font-size: 2vw;
  }

  .text-wrapper span {
    text-align: right;
    color: #ffffff;
    padding: 0.5em;
    font-size: 2vw;
  }


.container1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px solid black;
    grid-template-areas: 
    "header"
}

.container1b {
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    grid-gap: 20px solid black;
    grid-template-areas: 
    ". header1 ."
}

.nav-item1 {
    grid-area: nav1;
    justify-self: center;
}

.nav-item2 {
    grid-area: nav2;
    justify-self: center;
}

.nav-item3 {
    grid-area: nav3;
    justify-self: center;
}

.nav-item4 {
    grid-area: nav4;
    justify-self: center;
}

.container2 {
    display: grid;
    grid-template-columns: 20% 1fr 1fr 1fr 1fr 20%;
    grid-template-areas: 
    ". nav1 nav2 nav3 nav4 .";
    margin-top: 20px;
}

#banner {
    grid-area: banner;
    justify-self: center;
    color:burlywood;

}

.photo {
    grid-area: photo;
    justify-self: center;
}

.headline {
    grid-area: headline;
    justify-self: center;
    font-family: 'Raleway', sans-serif;
}

.artphoto {
    grid-area: artphoto;
    justify-self: center;
}

.article {
    margin: auto;
    padding-left: 2em;
    grid-area: article;
    justify-self: center;
    font-family: 'Raleway', sans-serif;
    font-size: 14pt;
    line-height: 22pt;
}


.container3 #banner h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 27pt;
}

.container3 {
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    font-family: 'Lexend Deca', sans-serif;
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    grid-template-areas: 
    ". banner ."
    ". headline ."
}

.introcontainer {
    padding-top: 2em;
    padding-bottom: 7em;
    display: grid;
    grid-template-columns: 20% 1fr 1fr 1fr 20%;
    grid-template-areas: 
    ". sec2aphoto sec2article sec2article ."
}

.introcontainer1 {
    padding-top: 5em;
    padding-bottom: 7em;
    display: grid;
    grid-template-columns: 20% 1fr 20%;
    grid-template-areas: 
    ". headline1 ."
}


.headline1 {
    grid-area: headline1;

}

.sec2article {
    grid-area: sec2article;
    padding: 3em;
}

.sec2head {
    grid-area: sec2head;
    justify-self: center;
}

.sec2a {
    grid-area: sec2a;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
    line-height: 22pt;
}

.sec2aphoto {
    grid-area: sec2aphoto;
    align-self: center;
    justify-self: center;
    position: relative;
    text-align: center;
    color: white;
    margin-top: 1em;
}

.sec2b {
    grid-area: sec2b;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
    line-height: 22pt;
}

.sec2bphoto {
    grid-area: sec2bphoto;
    align-self: center;
    justify-self: center;
    position: relative;
    text-align: center;
    color: white;
    margin-top: 1em;
}

.sec2c {
    grid-area: sec2c;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12pt;
    line-height: 22pt;
}
.sec2cphoto {
    grid-area: sec2cphoto;
    align-self: center;
    justify-self: center;
    position: relative;
    text-align: center;
    color: white;
    margin-top: 1em;
}

.sec3 {
    grid-area: sec3;
    justify-self: start;
    font-family: 'Lexend Deca', sans-serif;
}

.container5 {
    display: grid;
    background: rgb(32, 32, 32);
    grid-template-columns: 20% 60% 20%;
    grid-template-areas:
    ". footer ."
}

.container6 {
    padding: 1em;
    display: grid;
    grid-template-columns: 20% 1fr 1fr 20%;
    grid-template-areas:
    ". photo text1 ."
}

.photoarea {
    grid-area: photo;
}

.textarea {
    grid-area: text1;
}

.footer {
    grid-area: footer;
    padding: 1em;
    color: burlywood;
    justify-self: center;
    text-align: center;
}

.connect {
    justify-self: center;
    text-align: center;
    color: black;
    font-family: 'Lexend Deca', sans-serif;
}

h3 a {
    color: black;
}

h3 a:hover {
    color: burlywood;
}

.container4 {
    padding-top: 5em;
    padding-bottom: 7em;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-areas: 
    ". sec2head sec2head sec2head ."
    ". sec2aphoto sec2bphoto sec2cphoto ."
    ". sec2a sec2b sec2c ."
    ". sec3 sec3 sec3 ."
}

.container4services {
    padding-top: 5em;
    padding-bottom: 7em;
    display: grid;
    grid-template-columns: 20% 20% 1fr 20%;
    grid-template-areas: 
    ". sec2aphoto sec2a ."
    ". sec2bphoto sec2b ."
    ". sec2cphoto sec2c ."


    /* ". sec2aphoto sec2bphoto sec2cphoto ."
    ". sec2a sec2b sec2c ."
    ". sec3 sec3 sec3 ." */
}

.nohr {
    display: none;
}

.nohr1 {
    display: block;
}

.container7 {
    padding: 1em;
    display: grid;
    grid-template-columns: 20% 20% 40% 20%;
    grid-template-areas: 
    ". con7photo con7text ."
    ". con7photo2 con7text2 ."
    ". con7photo3 con7text3 ."
}

.con7photo {
    grid-area: con7photo;
    padding-bottom: 2em;
    padding-top: 2em;
}

.con7text {
    grid-area: con7text;
    padding-bottom: 2em;
    padding-top: 2em;
}

.con7photo2 {
    grid-area: con7photo2;
    padding-bottom: 2em;
    padding-top: 2em;
}

.con7text2 {
    grid-area: con7text2;
    padding-bottom: 2em;
    padding-top: 2em;
}

.con7photo3 {
    grid-area: con7photo3;
    padding-bottom: 2em;
    padding-top: 2em;
}

.con7text3 {
    grid-area: con7text3;
    padding-bottom: 2em;
    padding-top: 2em;
}






@media only screen and (max-width:1425px){

    
    
    .container4 {
        display: grid;
        grid-template-columns: 20% 60% 20%;
        grid-template-areas: 
        ". sec2head ."
        ". sec2aphoto ."
        ". sec2a ."
        ". sec2bphoto ." 
        ". sec2b ."
        ". sec2cphoto ."
        ". sec2c ."
        ". sec3 ."
    }

    .container4serices {
        display: grid;
        grid-template-columns: 20% 60% 20%;
        grid-template-areas: 
        ". sec2head ."
        ". sec2aphoto ."
        ". sec2a ."
        ". sec2bphoto ." 
        ". sec2b ."
        ". sec2cphoto ."
        ". sec2c ."
        ". sec3 ."
    }

    .nohr {
        display: block;
    }
    .nohr1 {
        display: none;
    }

    .container6 {
        padding: 1em;
        display: grid;
        grid-template-columns: 20% 1fr 20%;
        grid-template-areas:
        ". photo ."
        ". text1 ."
    }

    .photoarea {
        grid-area: photo;
        justify-self: center;
    }

    .textarea {
        grid-area: text1;
        padding: 1em;
    }


    .introcontainer {
        padding-top: 5em;
        padding-bottom: 7em;
        display: grid;
        grid-template-columns: 10% 1fr 1fr 10%;
        grid-template-areas: 
        ". sec2aphoto sec2article sec2article"
    }

    .sec2article {
        grid-area: sec2article;
        padding-top: 4em;
    }


}

@media only screen and (max-width:1075px){
    .container4 {
        display: grid;
        grid-template-columns: 20% 60% 20%;
        grid-template-areas: 
        ". sec2head ."
        ". sec2aphoto ."
        ". sec2a ."
        ". sec2bphoto ." 
        ". sec2b ."
        ". sec2cphoto ."
        ". sec2c ."
        ". sec3 ."
        
    }

    .container4services {
        display: grid;
        grid-template-columns: 5% 90% 5%;
        grid-template-areas: 
        ". sec2head ."
        ". sec2aphoto ."
        ". sec2a ."
        ". sec2bphoto ." 
        ". sec2b ."
        ". sec2cphoto ."
        ". sec2c ."
        ". sec3 ."
        
    }
    .nohr {
        display: block;
    }
    .nohr1 {
        display: none;
    }

    .container6 {
        padding: 1em;
        display: grid;
        grid-template-columns: 20% 1fr 20%;
        grid-template-areas:
        ". photo ."
        ". text1 ."
    }

    .photoarea {
        grid-area: photo;
        justify-self: center;
    }

    .textarea {
        grid-area: text1;
        padding: 1em;
    }



    .introcontainer {
        padding-top: 5em;
        padding-bottom: 7em;
        display: grid;
        grid-template-columns: 1% 1fr 1%;
        grid-template-areas: 
        ". sec2aphoto ."
        ". sec2article ."
    }

    .sec2article {
        grid-area: sec2article;
        padding-top: 4em;
    }

    .article {
        grid-area: article;
        font-family: 'Raleway', sans-serif;
        font-size: 14pt;
        line-height: 22pt;
        padding: 0;
        margin: 0;
    }

    .container3 {
        margin: auto;
        padding-top: 2em;
        padding-bottom: 2em;
        font-family: 'Lexend Deca', sans-serif;
        display: grid;
        grid-template-columns: 10% 1fr 10%;
        grid-template-areas: 
        ". banner ."
        ". headline ."
    }    




}


@media only screen and (max-width:675px){
    .marypic {
    width: 250px;
    height: 250px;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
}

.container4 {
    display: grid;
    grid-template-columns: 5% 90% 5%;
    grid-template-areas: 
    ". sec2head ."
    ". sec2aphoto ."
    ". sec2a ."
    ". sec2bphoto ." 
    ". sec2b ."
    ". sec2cphoto ."
    ". sec2c ."
    ". sec3 ."
    
}

.container3 {
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    font-family: 'Lexend Deca', sans-serif;
    display: grid;
    grid-template-columns: 5% 1fr 5%;
    grid-template-areas: 
    ". banner ."
    ". headline ."
}    


iframe {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        height: 740px;
    }
    

}