


@charset "UTF-8";
.see-big {
display:inline;
}
.see-tiny {
display:none;
}

    @media screen and (min-width: 768px) and (max-width: 1280px) 
 {
        /* Most Tablets */
.see-big {
display:inline;
}
.see-tiny {
display:none;
}       


#wrapper {
width: 98%;
padding-top:0em;
        }

#menu ul{
list-style-type:none;
margin-right:0%;
}

.column-pics{
width:10%;
float:left;
height:57em;
background-color:#e8ebe0;
}
.column-full{
padding-left:1%;
padding-right:1%;
float:left;
width:88%;
background-color: #FFFFff;
}






        /* place the rest of your css here */
    }




@media screen and (min-width: 475px) and (max-width: 767px) 
{
        /* Most smartphones in landscape mode (Holding a smartphone on its side) */

.see-big {
display:none;
}
.see-tiny {
display:inline;
}

#wrapper {
width: 98%;
padding-top:0em;
        }

#branding{
position:relative;
width:100%;
height:4em;
background-color:#e8ebe0;
border-bottom:thin #573911 solid;
}

#branding h1{
font-family: "Times New Roman", Times, serif;
font-size:22px;
line-height:2em;
text-align:center;
color:#573911;
}


#menu ul{
list-style-type:none;
margin-right:0%;
}

.column-full{
padding-left:1%;
padding-right:1%;
float:left;
width:98%;
background-color: #FFFFff;
}

.column-half{
width:96%;
padding-left:2%;
padding-right:2%;
float:left;
background-color:#FFFFFF;
}






        /* place the rest of your css here */
    }

    @media screen and (min-width: 300px) and (max-width: 474px) 
{
        /* Most smartphones in landscape mode (Holding a smartphone on its side) */

.see-big {
display:none;
}
.see-tiny {
display:inline;
}


#wrapper {
width: 100%;
padding-top:0em;
        }

#branding{
position:relative;
width:100%;
height:4.0em;
background-color:#e8ebe0;
border-bottom:thin #573911 solid;
}

#branding h1{
font-family: "Times New Roman", Times, serif;
font-size:18px;
line-height:1em;
text-align:center;
color:#573911;
}

.column-full{
padding-left:1%;
padding-right:1%;
float:left;
width:98%;
background-color: #FFFFff;
}

.column-half{
width:96%;
padding-left:2%;
padding-right:2%;
float:left;
background-color:#FFFFFF;
}




        /* place the rest of your css here */
    }


