/* =#masthead
-------------------------------------------------------------- */

.site-header{
	background: #00b7ce;
	color: white;
}

#masthead {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  /*background-color: #00b7ce;*/
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
 

 
#masthead #logo {
    /*background-color: aqua;
    line-height: 150px;
    font-size: 150px;*/
    color: white;
    display: inline-block;
    float: left;
    height: 150px;
    max-width: 280px;
    transition: all 0.3s ease 0s;
}

#masthead #logo img{
	/*background-color: yellow;*/
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	height: 65%;
}
 
 
  #masthead nav {
    display: inline-block;
    float: right; }
    #masthead nav a {
      line-height: 150px;
      margin-left: 20px;
      color: white;
      font-weight: 700;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #masthead nav a:hover {
        color: #00808c; 
        text-shadow:0px 0px 20px white;
        }
  #masthead.smaller {
    height: 75px; 
    background-color: #00b7ce;}
    #masthead.smaller #logo {
      width: 180px;
      height: 75px;
      font-size: 30px; }
    #masthead.smaller nav a {
      line-height: 75px; }
    #masthead.smaller nav a:hover {
      text-shadow:none; }
      
#masthead .clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}     

#masthead .container {
    margin: 0 auto;
    padding: 0 30px;
    width: 80%;
}

#masthead ul, ol{
    margin: 0;
    list-style: none;
    text-decoration: none;
}

#masthead li{
    color: #9fdbfc;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    float: left;
    transition: all 0.3s ease 0s;
}

#masthead li a{
    text-decoration: none;
}

#masthead li a:focus{
    color: white;
    outline: 0;
}






#new-royalslider-1 h2 {
    background-color: transparent;
    font-family: "Freckle Face",cursive;
    color: black;
    display: block;
    padding: 20px;
    font-size: 40pt;
    top: 50%;
    z-index: 100;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    position: relative;
    text-align: center;
}


/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
  /* =#masthead
  -------------------------------------------------------------- */
  #masthead #logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    text-align: center; }
  #masthead nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    #masthead nav a {
      line-height: 50px;
      margin: 0 10px; }
  #masthead.smaller {
    height: 75px; }
    #masthead.smaller #logo {
      height: 80px;
      font-size: 30px; }
    #masthead.smaller nav {
      height: 35px; }
      #masthead.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
  .container {
    width: 100%; }
