html{
    box-sizing: border-box;
    text-align: center;
    margin:auto;
    max-width: 1120px;
}

body{
    background-color: rgb(255, 255, 255);
}

header, footer{
    display: flex;
    justify-content: space-around;
    background-color: rgb(0, 0, 0);
    /* background-color:rgb(211, 211, 211); */
    /* background-image: url(../images/IMG_1660.jpg); */
    font-family: Serif;
    margin:0;
    padding:0.5rem;
    height:100px;
    color:rgb(255, 255, 255);
}
#splashNav{
    position:absolute;
}
.navHead{
    /* margin:auto 2rem; */
}
.theBack{
    margin:0 auto;
    z-index: -99;
    width:100%;
}
/* #splash{
    margin:0 auto;
    height:100vh;
    text-align:center;
    background-image: url(../images/IMG_2199.JPG);
} */
.name{
    margin: 0rem 2.5rem 0rem -2.5rem;
}
.lineUp{
    line-height: 5rem;
}
#splash{
    padding:0;
}
main{
    padding:2rem 0rem 2rem 1rem;
    font-family:'Lucida Grande';
}
/* .bigTitle{
    z-index:1;
    margin:-10rem 0rem 5rem 0rem;
} */
#title1{
    margin:2rem -2rem 0rem 3rem;
    position:absolute;
}
.subTitle{
    /* margin: -26rem 0rem 23rem 0rem; */
    top:20rem;
    left:20rem;
    right:20rem;
    /* bottom:20rem; */
    position: absolute;
    background-color: rgb(0, 0, 0);
    opacity:0.5;
}
.navContent{
    padding: 1rem 0rem;
}
/* .navContent > a > h3 {
    margin:3rem 0;
} */
.navContent > p {
    margin:2rem 0rem;
}
.education{
    margin:0.85rem auto;
}
.pic-slider, .pic2-slider, .pic3-slider{
    display:flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-evenly; */
}
.pic-slider > a, .pic2-slider > a, .pic3-slider > a{
    margin:0rem 0.5rem;
    width: 50vw;
}
.pic-slider > a > img, .pic2-slider > a > img, .pic3-slider > a > img{
    /* margin:0rem 0.5rem; */
    width: 100%;
    height:370px;
}
.desc{
    padding:0rem 1.3rem 0.5rem 2rem;
    text-align:left;
    display:none;
}
.showDesc{
    /* z-index: 900; */
    margin-bottom:1.2rem;
}
.column{
    float:left;
    width:25%;
    /* height:200px */
}
input{
    text-align: center;
}
.fcf-label{
    border:none;
}
#emailInfo{
    display:flex;
}
#labelM{
    margin:0;
}
.message{
    box-sizing: border-box;
    min-height:55px;
    margin-bottom:1.5rem;
    width:40vw;
}
.myButton {
    cursor:pointer;
    padding:0.5rem;
    border:solid black 1px;
}
.myButton:hover{
    background-color: #000000;
    color:#ffffff;
}

/* Slick/Slider CSS */
/* .slick-dots {
    bottom:-5px;
} */
/* .slick-dots li button::before {
    font-size: 16px;
    color:grey;
    opacity:1.0;
}
.slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 0;
    opacity: 1.0;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 10000;
}
.slick-prev {
    left:-35px;
    top: 120px;
}    
.slick-next {
    right: -15px;
    top: 120px;
}
.slick-slide > img{
    height:210px;
    padding:0 25px;
} */

/* Image Modals */
.myImgs {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImgs:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding:0;
    width: 90%;
    max-width: 1200px;
}

.caption-container {
    text-align: center;
    color: #ffffff;
    padding: 2px 16px;
    background-color: #000000;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img.myImgs{
    opacity:1;
}
.active, img.myImgs:hover{
    opacity:1;
}
img.hover-shadow{
    transition:0.3s;
}
.hover-shadow:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-content > .mySlides > .myImgs{
    opacity:1;
}

/* Zoom in the Modal */
.modal-content, .caption {
    animation-name: zoom;
    animation-duration: 0.8s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Modal Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display:none;
}

.prev, .next{
    cursor:pointer;
    position: absolute;
    top:50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev{
    left:0;
    border-radius: 0px 3px 3px 0px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



@media print, screen and (max-width: 1000px) {
    .subTitle{
        /* margin:0; */
        top:12rem;
        left:2rem;
        right:2rem;
    }

    .message{
        width:45vw;
    }
}

@media print, screen and (max-width: 600px) {
    .name{
        margin:0;
    }
    .navContent{
        margin-top:2rem;
    }
    #title1{
        margin:1rem -1rem 0rem 1rem;
    }
    .subTitle{
        /* margin:0; */
        top:5rem;
        left:2rem;
        right:2rem;
    }
    .subTitle > h3{
        color:#ffffff;
    }
    .subNav > a{
        color:#ffffff;
    }
    /* .slick-slide > img{
        height:180px;
        width:300px;
        margin:0 auto;
        padding:0 20px;
    }
    .slick-prev {
        left:20px;
        top: 100px;
    }    
    .slick-next {
        right: 40px;
        top: 100px;
    } */
    .pic-slider > a > img, .pic2-slider > a > img, .pic3-slider > a > img{
        /* margin:0rem 0.5rem; */
        width: 100%;
        height:160px;
    }
    .modal-content {
        width: 100%;
    }
    .message{
        width:42vw;
    }
    #emailInfo{
        display:block;
    }
    .none{
        display: none;
    }
}

.bold{
    font-weight: 500;
}
.boldest{
    font-weight: 900;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
    justify-content: center;
}
.point{
    cursor:pointer;
}
.border{
    border: black 1px solid;
    padding:0.5rem;
    cursor:pointer;
    margin: 0rem auto 1rem auto;
}
.greenBack{
    background-color: green;
}
.white{
    color:rgb(255, 255, 255);
}
.black{
    color:rgb(0, 0, 0);
}
.show{
    display:block;
}
.hideAll{
    display:none;
}