/* 


Blue
RGB: 0 – 178 – 170
#0B2AA

Green
RGB: 160 – 219 – 142
#A0DB8E 


Yellow
RGB: 244 – 226 – 135
#F4E287

brown
RGB: 193 – 168 – 117
#C1A875

tan
RGB: 252 – 204 – 147
#FCCC93


dark brown
RGB: 135 – 96 – 40
#876028

red/pink
RGB: 252 – 94 – 114
#FC5E72

light brown
RGB: 196 – 183 – 150
#C4B796

-webkit-text-stroke: 1px black ;

*/



body {
    display: flex;
    flex-direction: column;
    
    text-align:center;
    position:relative;
    color: black;
  
}

#hello {
  
    font-size: 300%;
    padding: 0;
    
}
 p {
     line-height:normal;
     padding:30px;    
}

*{
    padding: 0;
    margin: 0;
    font-family: Ubuntu; 
}








evt1{
    padding 10px;
}

evt2{
    padding 10px;
}

evt3{
    padding 10px;
}






#mainHead { 
    flex: 0 0 520px;
    background-image:url(pictures/mainHeader.jpeg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    
    background-position: 65%; 
    }

#titleBar{
    
    display: flex;
    justify-content: center;

}
#yogiLogo {

    flex:1;
    

}
#yogiLogo img {
    max-width: 200px;
}

#fbLogo{
    flex:1;
    display:flex;
    margin-top: 30px;   
    justify-content: center;

    
}
#fbLogo a {
    padding: 0px;
    margin: 0px;
}
#mainText {
    flex:1;
    color:white;
    font: arial;
    font-weight:bold;
    font-size:140%;
        display:flex;
    flex-direction: column;
    justify-content: center;
  
}
.logo {
    flex: 1;
    max-width: 70px;
    padding: 10px;
}


.MainNav {
   
    width: 100%:
    
}
/* For the drop-down nav bar*/

ul {
    
    list-style: none;
    
}
ol {
    list-style:none;
    
}

ul li {
    float:left;
    width:25%;
    height: 40px;
    background: transparent;
    opacity: .99;
    text-align:center;
    line-height: 40px;
    
}

ul li a {
    text-decoration: none;
    color: white;
    
    font-weight:bold;
    font-size:130%;
    display: block;
    
}
li ul li a {
    display:inline-block;
    width: auto;
    min-width: auto;
    padding: 0 20px;
    
}
ul li ul li {
    width: 100%
}

ul li :hover {
    
    background-color:#07306e;
}

ul li ul li  {
    
    display: none; 
}

ul li:hover ul li {
    
    display:block;
}

/* End for the drop-down nav bar*/







#mainOverview {
    display:flex;
    flex-direction:column;
    justify-content: center;
}


#contentOne {
    display: flex;
    background-image:url(pictures/NewIcons/Background1.png);
    border-bottom: 10px dashed #07306e;
    padding-bottom: 100px;
    
}
#welcomeParagraph {
    flex: 1;
    position:relative;
    width:100%;
    line-height: 2;
    font-weight: bold;
    font-size: 150%;    
} 

.welcome {
    padding: 15px;
    
}
#pictureScroll {
    flex: 1;
}
#pictureOne {
    
    padding-top: 4px;  
    
}
#pictureTwo {

    
}


#mainPictures {
}


.scrollingPics{
    border-bottom: 50px Solid #07306e;
    border-top: 50px Solid #07306e;
    border-left: 120px Solid #07306e;
    border-right: 120px Solid #07306e;
}


.trademark {
    padding: 5px;
    font-size: 60%
    
}


#picBar {
    flex: 1 0 auto;
    border-top: 50px solid #FCCC93 ;
    border-bottom: 50px solid #FCCC93 ;
    overflow: hidden;
}


#endPage {
    flex: 1 0 auto;
    display: flex;
    overflow: hidden;
    border-top: 10px dashed #07306e;
    padding-top: 40px;
    padding-bottom: 40px;
}
#endPic{
    
}
#endText{
    font-size: 200%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#jtftPic {
    background: #FCCC93 ;
}
#endPic {
    flex: 2;
}
#endText {
    flex: 1;
    
}
#familyCamp {
    flex: 1 0 auto;
    display: flex;
    overflow: hidden;
    border-top: 10px dashed #07306e;
}









#upcomingEvents {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    border-bottom: 10px dashed #07306e;
    border-top: 10px dashed #07306e;

}
#upcomingOne {
    flex: 1;
    padding: 20px;
}
#upcomingTwo {
    flex: 1;
    padding: 20px;
}
#upcomingThree {
    flex: 1;
    padding: 20px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
    position:relative;
    background: #eee;
    padding: 5px;
    
}













.CenterContent {
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}







footer {
    display: flex;
    border-top: 10px dashed #07306e;
    background: #FCCC93;
    
}
a {
    text-decoration: none;
    color: black;
    
}
#footerLogo {
    flex:1;
    
    
}
#linkRowOne {
    flex:1;
    padding-top: 10px;
    
}
#linkRowTwo {
    flex:1;
    padding-top: 10px;
    
}
#linkRowThree{
    flex:1;
    padding-top: 10px;
    
}















@media screen and (max-width: 900px ) {
    body {
        
        
        font-size: 70%;
    }
    li {
        margin-bottom: 1px;
    }



}

@media screen and (max-width: 500px ) {
    body {
        
        
        font-size: 40%;
    }

}


