:root{
    --mainBackgroundColor:#f4f4f4;
    --lightBackgroundAccent:#ffffff;
    --mediumBackgroundAccent:#6e5d55;

    --accentColor:#97685D;

    --mainTextColor:#000;
    --mediumTextColor:rgb(156, 34, 18);
    --lighterTextColor:#6e6464;
    --medlighttextcolor:#574842;

    --overlayColor:rgba(33,33,33,0.9);

}

*{  margin: 0;
    padding: 0;
    box-sizing: border-box
}
/***********************OVERALL STYLES*******************************/
body{
    background-color: var(--mainBackgroundColor);
    font-family:cambria, georgia, serif;
    font-size: 1.1rem;
}
h1{
    font-size:2rem 
}
h2{
    background-color: var(--accentColor);
    color: #fffcff ;
    text-align: center;
    margin-top: 20px;
    word-spacing: 9px;
}
h3{
    font-size: 1.57rem;
    margin-bottom: 10px;
}
h4{
    font-size: .9rem;
    color: var(--lighterTextColor);
}
a{
    text-decoration: none;
    text-align: center;
    color: var(--mainTextColor)
}
p{
    font-style: italic;
    color:var(--lighterTextColor);
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: .02rem;
}
img{
    max-width: 100%;
}
ul li{
    list-style: none ;
}
#phonePhoto{
    display: none;
}
/**************HEADER*****/
header{
    width: 100%;
    height:60px;
    background-color: var(--mainBackgroundColor);
    display:flex;
    position: sticky;
    top:0;
    
}
.headerleft{
    width: 20vw;
    height: 50px;
}
.headerleft img{
    margin-top:2px;
    max-width:200px;
    float:right;
}
nav{
    width: 60vw;
    padding: 10px;
    
}
nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;   
}  
nav ul li a:hover{
    font-weight: bold;
    color:var(--accentColor);
}
.headerright{
    width:15vw;
}
.pagetitle, header{
    z-index:1;
    
    }
/************FIRST CONTAINER*/ 
#firstContainer{
    
    margin-bottom: 5px;
    padding: 0;
}
#firstContainer img{
    max-width: 100%;
}
.pagetitle{
    position: sticky;
    top:60px
}
.pagetitle h2{
    margin-top: 10px;
}
/****************************************************HOME PAGE NEWS ITEMS as of 2022*/
#homeNews{
    max-width: 950px;
    margin: 0 auto;
    padding:20px;
    justify-content: space-evenly;
}
#newsPge{
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding:20px;
    justify-content: space-evenly;

}
.homepagearticle2022format{
    
    margin: 5px;
    padding:10px;
    max-width: 950px;
    margin-bottom: 60px;

}
.homepagearticle2022format p{
    font-size: 1em;
}
.storyTitleHomepage {
    color: var(--medlighttextcolor);
    font-style: italic;
    padding: 10px;
    margin: 5px;
}
.storyTitleHomepage img{
    max-width: 80%;
    
    
}
.noPhotoCenterPara{
    margin: 5px;
    padding:10px;
    max-width: 700px;
}
.photoCenterImg{
    margin: 5px;
    
    padding:10px;
    max-width: 700px;
}
.leftPhotoItem{
    overflow:auto ;
    margin: 5px;
    padding:10px;
    max-width: 800px;
    
}
.leftPhotoPara{
    background-color: var(--accentColor);
    color: white;
    padding: 5px;
    margin-top: 50px;
    max-width: 50%;
    float: right;
}
.leftPhotoPara span{
    color: #f1eeee;
    font-weight: bold;
    font-size: 105%;
}
.leftPhotoImg{
    overflow: auto;
    max-width: 50%;
    float: left;
    padding-right: 10px;
}

.rightPhotoItem{
    overflow:auto ;
    margin: 5px;
    padding:10px;

}

.rightPhotoPara{
    background-color: var(--accentColor);
    color: white;
    padding: 5px;
    max-width: 50%;
    margin-top: 10px;
    float: left;
}
.rightPhotoPara span{
    font-weight: bold;
    font-size: 105%;
}
.rightPhotoImg{
    overflow: auto;
    max-width: 50%;
    float: right;
    padding-left: 10px;
}
.sideBysidePhotos{
    overflow:auto ;
    margin:5px;
    padding:10px

}

/************************************************OLDER HOME PAGE STYLES ***********************************/

.homePageNewsItem{
    background-color: var(--lightBackgroundAccent);
    margin: 5px;
    padding:10px;
    width: 350px;
    /* max-height: 700px; *****************************RESTORE THIS************************************************************/
    overflow: hidden;
    box-shadow: 3px 5px rgba(213,203,213,.35);
}
.homePageNewsItem  p{
    margin-top: 0px;
    padding: 5px 10px 5px 5px
    
}
.articleTop {
    padding: 5px;
    background-color: var(--lightBackgroundAccent);
    display:grid;
    grid-gap: 3px;
    grid-template-areas:    'title title' 
                            'photo1 photo2' 
                            'location photo2'
                            'city photo2';
}
.articleTop h3{
    font-style: italic;
    grid-area: title
}
.posterImageContainer{
    max-width: 60%;
    grid-area: photo1;
}
.eventVenue{
    grid-area:location;
    color:var(--mediumTextColor);
}
.eventCity{
    grid-area: city;
    font-size: .8rem;
    color:var(--medlighttextcolor);
}
.showHighlightPhotoContainer{
    max-width: 300px;
    max-height: 250px;
    grid-area: photo2 ;
}
.showHighlightPhotoContainer img{
    max-height: 200px
}

/****************************FOOTER********************/
footer{
    display:flow-root;
    height: 200px;
    margin-top: 100px;
    background-color: var(--mediumBackgroundAccent);
}
.footernav{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.footernav ul{    
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.footernav ul li{
    margin-left: 20px;
    margin-top: 10px;
    padding: 2px;
    border:solid 2px rgb(160, 144, 144);
    display: flex;
}
.footernav ul li a{
    padding: 4px;
    color: var(--mainBackgroundColor);
    font-size: .8rem;
}

/************** ABOUT AND MEDIA PAGE TAB STYLES*****************************************************************************************************************/
#tabbedPageHolder .tab{
    margin-left: 200px;
    max-width: 900px;
    margin: 20px auto 0px auto;
}   
#tabbedPageHolder{
    max-width: 900px;
    margin:auto;   
    display: flex;
    flex-direction: column;
    align-items: center;
}
#tab1{
    max-width:900px;
    margin: 0 auto;
}

#tab1text {    
    margin-top: 20px auto;
    padding: 15px;
}
#tab1text h3{
    color:var(--mediumTextColor);
    font-size: 1.2rem;
    margin-bottom: 0px;
    margin-top: 25px
}
#tab2{
    width: 100%;
}
.tab {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}
.tab button:hover {
    background-color: #6e5d553b;
}
.tab button.active {
    background-color: #6e5d55;
    color:#fff;
}
.tabcontent {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.tabcontent {
    animation: fadeEffect 1s; 
}
@keyframes fadeEffect {
    from {opacity: .5;}
    to {opacity: 1;}
}

#tab1 h3{
    margin-top:5px;
    margin-bottom:0px;
}       
#tab1 h4{
    color:rgba(156, 34, 18,.7);
}
#tab1 img{
    max-width:120px;
}


/***********RESUME TABLE STYLES*************/
table{
    font-size: 1rem;
    width:100%;
    padding: 0px;
    padding-bottom: 50px;
}
table tr{
    vertical-align: top;
}
table td{
    padding: 0px;
}
td{
    padding: 0px;
}
.firstcol{
    width:33%;
}
.secondcol{
    width:30%
}
.thirdcol{
    width:33%

}.resumeheadings{
    font-size: 1rem;
    font-weight: bold;
    padding-top: 20px;
    height: 30px;
    text-align: bottom;
}
.underlinetext{
    text-decoration: underline;
}
.resumeHeadingRow{
    height: 15px;
}

/**********PHONE OVERLAY AND BUTTON******/
.navButtonOverlay{
    width: 0px;
    position:absolute;
    background-color:rgba(213,203,213,.75);
    height: 2000px;
    transition: .7s ease-in-out;
    z-index: 10; 
}  
.navButtonOverlay ul{
    font-size: 2rem;
    height: 400px;
    width:75%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: .7s ease-in-out;
    overflow: hidden;
}
.menu_btn_holder{
    position: relative;
    float:right;
    margin-top: 5px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .5 ease-in-out;
    border-radius: 90px;
    display: none;
}
.menu_btn {
    width: 30px;
    height: 4px;
    background-color:rgb(68, 64, 64);          
    border-radius: 5px;
    transition: all 1s ease-in-out;
}
.menu_btn::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background-color:rgb(95, 85, 76);
    border-radius: 5px;
    transition: all .75 ease-in-out;
    transform: rotate(90deg);
}
.buttonopen{
    transform:rotate(45deg);
}
.overlayopen{
    width:80vw;
    display: flex;
    position:fixed;
}
.downarrowholder{
    content:"";
    height:600px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom:0px;   
}

.downarrow{
    position:absolute;
    bottom:10px;
    visibility: hidden;
}
/***********************MORE INFO BUTTON AND OVERLAY*****/
.moreinfobtnholder{
    margin: 5px 0px 5px 0px;
    display:flex;
    justify-content:center
}
.morebtn{
    width: 100px;
    background-color: #ddd; 
    font-style: italic;
    color:var(--lighterTextColor); 
    font-size:.9rem; 
    padding: 2px 5px;    
    border: none;
    outline: none;
    cursor: pointer;
    bottom:10
}
.morebtnmove{
    display: block;
    cursor: pointer;
}
.morebtn:hover .morebtnmove:hover{
    background-color:#ede
}
.enlargeNews{
    position:fixed;
    z-index:2;
    top:5px;          
    height:90vh;
    overflow:scroll;
    cursor:pointer;
}
#overlay{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); 
    z-index: 1;
}
.newsparagraf{
    max-height: 275px;   
    overflow: hidden;
}
.newsparagrafopen{
    max-height:100%;
    overflow: hidden;
}
/******************COACHING PAGE STYLES***********/
#coachingmaincontainer{
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
#coachingmaincontainer div{
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 25px;
    padding:20px;
}
#coachingmaincontainer h1{
    font-size: 1.5rem;
    color: var(--medlighttextcolor);
    
}
.coachingpics{
    max-width: 600px;
    margin: 0 auto;
    ;

}

.coachcolorpara{
    background-color: var(--lighterTextColor);
    font-size: 1.8rem;
    color: white;
    margin: 50px auto 50px auto
}
#lessonlist{
    margin-top: 0px !important;
}
#lessonlist ul{

    max-width: 400px;
    text-align: left;
    margin: 0 auto;
    list-style:circle;
    margin-bottom: 25px;
}
#lessonlist ul li{
    list-style: circle;
    line-height: 2rem;
}
caption h1{
    font-size: .5rem;
}


















    
/************************Contact Page***********************/
#contactContainer{
    max-width: 500px;
    margin: auto;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cardholder{
    padding: 25px;
    margin-top: 25px;
    max-width: 400px;
    display: flex;
    flex-direction:column;
    justify-content: center;
}
#contactagent p{
    text-align: center;
    font-weight: bold;
    font-style: normal;
    
}   
.cardholder img{
    max-width: 100%;
}
.contactfooter{
    margin-top: 180px;
}
.showThisTitle{
    display: none;
}
/*********************************MEDIA PAGE*********/
#mediaPageContainer{
    max-width: 900px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-items: center;

}
#mediaPageContainer img{
    max-width: 180px;

}


/*************MEDIA QUERYS******/
@media  only screen and (max-width: 650px){
    #homeNews{
        padding: 0px;
    }
    .leftPhotoPara{
        max-width: 100%;
        float: none;
        margin-top: 5px;
        padding: 9px;
    }
    .leftPhotoImg{
        max-width: 100%;
        float: none;
        padding-right: 0px;
    }
    .rightPhotoPara{
        max-width: 100%;
        float: none;
        margin-top: 5px;
        pad: 9px;
    }
    .rightPhotoImg{
        max-width: 100%;
        float: none;
        padding-left: unset;

    }
    .noPhotoCenterPara{
        max-width: 95%;
        padding-left: 15px;
    }
    .storyTitleHomepage{
        max-width: 90%;
    }
    
}
@media only screen and (max-width: 425px){

    /* .pagetitle{
    position:relative;
    top:auto
    }     */
    #mainPhoto{
        display: none;
    }
    #phonePhoto{
        display:block
    }
    #homeNews{
        padding-top: 2px;
    }
    #newsPge{
        padding-top: 2px;
    }
    /* header{
        position: relative;
    } */
    header nav{
        display:none
        
    }
    .headerleft{
        margin-top: 5px;
        width:80vw;
    }
    .headerright{
        width:100%;
        display: block;
        float: right;
    }
    .menu_btn_holder{
        display: flex
    }
    table tr {
        vertical-align: top;
        height:70px;
    }
    .resumeheadings{
        padding:0px;
        height: 20px;
    }
    .homePageNewsItem{
        max-height: 100%;
        height:100%;
        overflow: visible;
    }
    .newsparagraf{
        max-height:100%;
        overflow:visible;
        
    }
    .articlefadetext{
        display:none
    }

    .morebtn{
        display: none;
    }
    #contactContainer{
        margin-top: 10px;
    }
    .cardholder{
        margin-top: 10px;
    }
    .titleBarBlank{
        display: none;

    }
    .showThisTitle{
        display: block;
    }
    #tab1 img {
        width: 30vw;
    }
}
