
/*-----------     width 540 pixels      ---------     */

@media only screen and (max-width: 540px) {
    
 /*----------- TOP NAV -------------*/

	/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

	/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

.topnav.responsive {position: relative;}
 .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 15px;
  }

  .topnav.responsive a {
    float: right;
    display: block;
    text-align: right;
  }

  /*******************************************
               PIC NAV
*******************************************/
.picNav {
    padding-right: 5px;
	padding-left: 10px;
}
.picNavLogo {
	padding-right: 20px;
    font-size: 120%;
}
.picNavText {
	font-size: 90%;
	padding-right: 15px;
}  
  
.col { 
        width: 100%;
        margin: 0 0 4% 0;
}

#logo {
	text-align:left;
	letter-spacing:-2px;
	text-shadow:0px 0px 8px #000;
	font-family: 'Merriweather', serif;
    font-size: 190%;
    font-weight: 400;
	margin-top:1%;
    margin-left: 5%;
	color:#FFF;
	float: left;
}
.home-box {
    position: absolute;
    width: 80vh;
    top: 23%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform : translate(-50%, -50%);
    transform : translate(-50%, -50%);
    } 
    .home-box h1{
        font-size: 155%;
    }    
.recent {
    list-style: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
}
#dad-tribute {
    padding-top: 45%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.dad-pic {
    width: 100%;
}
#dad-tribute p {
    font-size: 70%;
    line-height: 120%;
    font-family: 'Merriweather', serif;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 8px;
}
    .dad-col-1 {
    width: 40%;
}
.dad-col-2 {
    width: 60%;
}
#main-table {
    width: 95%;
}
.shiftLeft {
    padding-left: 0%;
    }
/* ***************  Welcome  **************/
    
.welcomeText{
    color: #fff;
    font-size: 90%;
    line-height: 130%;
    width: 90%;
    margin-bottom: 40px;
}
.caption {font-size: 80%;} 
.ham-caption {font-size: 70%;}
.welcome-showcase {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
    margin-top: 30px;
}
  .welcome-showcase .col { 
        width: 33%;
        margin: 0 0 7px 0;
}
/* ***************  365  **************/

    #table-365 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
    #section-365 p {
        font-size: 80%;
    }  
 .project365-img {
    display: inline-block;
    width: 55%;
    padding-bottom: 1%;
    padding-top: 20px;
}   
.welcome365-img {
    display: inline-block;
    width: 75%;
    padding-bottom: 10px;
    padding-top: 0%;
}  
.table2rows {width: 95%;}
    
.recentEvents {width: 80%;}
  
.section-recent h1 {
    font-size: 190%;
    }
    
 .ham-caption {
	font-size: 70%;
    margin-top: 0%;
    margin-bottom: 20px;
}
.hamH1 {font-size: 150%;}
.hamH3 {
    font-size: 100%;
    letter-spacing: 0px;
    word-spacing: 2px;
}   
/*************  Renaissance  ****************/
.Renaissance {
    width: 90%;
}
    /*************  Navigation  ****************/
.logo2 {
    letter-spacing:-2px;
	font-family: 'Merriweather', serif;
    font-size: 120%;
    font-weight: 400;
	color:#FFF;
    margin-top: 10px;
    text-align: center;
}
.nav2 {
    list-style: none;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.nav2 li {
    display: inline-block;
    margin-left: 1%;;
    margin-top:-5px;
    font-size: 70%;
    margin-bottom: 5px;
}
.navInstagram {
    width: 25px;
    margin-right: 15px;

}
/* ---------------------------
/*     PROJECT 2020
-----------------------------*/
.project2020 {
    width: 90%;
}
.project2020OLD {
    width: 90%;
}    
.section2020 p {
    margin-left: 0%;
    margin-right: 0%;
}  
.project2020Img {
    width: 45%;
    padding-top: 5px;
}

    
    
    
    
    
    
    
    
    
    
}

/*-----------     width 700 pixels      ---------     */



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


    /*----------- TOP NAV -------------*/

	/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

	/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

.topnav.responsive {position: relative;}
 .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
/*******************************************
               PIC NAV
*******************************************/
.picNav {
    padding-right: 5px;
	padding-left: 10px;
}
.picNavLogo {
	padding-right: 20px;
    font-size: 120%;
}
.picNavText {
	font-size: 90%;
	padding-right: 15px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    
    
}

