@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);

@font-face {
  font-family: 'DroidSansBold';
  src: url('fonts/DroidSans-Bold.ttf'); /* IE9 Compat Modes */
  src: url('fonts/DroidSans-Bold.ttf') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/DroidSans-Bold.ttf') format('woff2'), /* Super Modern Browsers */
}

/**  Basic Page CSS **/
body{
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 2em;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  margin: 0;
}

body {
  background: #586D74;
  overflow-x:hidden;
}

.navbar-default .navbar-collapse {
    border-color:transparent!important;
}

header {
    width: 100%;
    height: 150px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
header:not(.relative) {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header.small {
    background-color: white;
    height:85px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}

header .logo {
    height:100%;
    display:block;
    width:550px;
    position:relative;
}
header .logo .navbar-brand {
    height:100%;
}
header .logo img {
    display: inline-block;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .logo .date {
    display:table;
    height:80%;
    margin-top:5px;
}
header .logo .date div {
    display:table-cell;
    height:100%;
    vertical-align:bottom;
}
header:not(.relative) .logo .date {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .navbar-default,
header .navbar-default .container-fluid{
    background-color: rgba(0,0,0,0.0);
    border: 0px solid transparent;
    height:100%;
}
header .navbar-default .navbar-nav {
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
}
header .navbar-default .navbar-nav li {
  padding: 5px 8px;
  font-size:15pt;
  height:100%;
  display:table;
}
header:not(.relative) .navbar-default .navbar-nav li {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header:not(.relative):not(.small) .navbar-default .navbar-nav li {
  padding-bottom:40px;
}

header .navbar-default .navbar-nav li a {
  color:black;
  display: table-cell;
  vertical-align: bottom;
}

header .navbar-default .navbar-nav li:hover a {
  color: #E15D5F;
}

header .navbar-default .navbar-nav li.active a {
  font-weight: 700;
  background: transparent;
  border-bottom: 2px solid #E15D5F;
  text-shadow: none;
}

header .navbar-default .navbar-nav li.active a:hover {
  color: #E15D5F;
  background: transparent;
  text-shadow: none;
}




.thumbnail-container {
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;

}

.thumbnail-container > img {
    min-width: 100%;
    min-height: 100%;
}

#mission .slides {
    color: green;
}

.text-center{
	text-align: center;
}





body > .container {
   width:100%;
   padding:0px;
}
body > .container.addborder {
   border-top:85px solid white;
}

.content_text {
    background-color: #E4D29D;
    background-image: linear-gradient(to bottom, #E4D29D, #CDAE50);
    
    background-color: #EDDDB6;
    background-image: radial-gradient(at top, #E4D29D, #D8BF75);
    
    padding: 30px 0;
    border-top: 5px solid rgba(238, 200, 86, 0.5);
}

body > .container:not(.noinnermargin) .content_text {
    margin-top: -85px;
    padding: 115px 0;
}



    .strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap; 
        width: 80%;
	color:#555;
	margin-left:9%;
    }
    footer .strike {
        color:white;
    }

    .strike > span {
        position: relative;
        display: inline-block;
	font-size: 25pt;
    }
  
    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 600px;
        height: 1px;
        background-color: #555;
    }
    footer .strike > span:before,
    footer .strike > span:after {
        background-color: white;
    }

    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }
    
    .message_sent_tick {
	color:green;
	font-size:3em;
    }
    
    
    .pest {
        display:none;
    }
    
    .well legend {
      color: #555;
      font-weight:bold;
    }
    
    .well pre {
        white-space:pre;
        white-space:pre-wrap;
        word-break:keep-all;
        word-wrap:break-word;
        padding:0px;
        border: 0px solid transparent;
        font-size: 15px;
    }
    
@media all and (max-width: 1400px) {
  
  header .navbar-default .navbar-nav {
      position:relative;
      margin:0 auto;
      float:right;
  }
  
  #headermenu {
    background: white none repeat scroll 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: block;
    float: right;
    margin-right: -15px;
    max-width: 300px;
    position: relative;
    text-align: right;
  }
  header:not(.relative):not(.small) #headermenu {
      margin-top: -40px;
  }
  header:not(.relative) #headermenu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  #headermenu > ul {
    margin-top:0px;
  }
  #headermenu > ul > li {
    width:100%;
    padding-bottom:10px;
  }
  
  .navbar-header {
    position:absolute;
    right:10px;
    bottom:0px;
    float:none;
  }
  header:not(.relative):not(.small) .navbar-header {
    bottom:40px;
  }
  header:not(.relative) .navbar-header {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  footer .content, footer #sponsors {
      padding-left:0px;
      padding-right:0px;
  }
  
  footer .copyrights {
      margin: 0px 20px;
  }
  
  .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
}
.event_text{
    width: 100%;
    height: 44px;
    position: absolute;
    top:0;
    bottom: 15%;
    right: 0;
    margin: auto;
font-size: 30px;
background: rgba(0,0,0,0.5);
color:#fff;
text-align:center;
}
@media all and (max-width: 768px) {
  
  header {
        height:85px;
  }
  header .logo .date {
    left:-30px;
    position:relative;
  }  
  header .navbar-brand img {
    display:none
  }
  
  header:not(.relative):not(.small) .navbar-header {
    bottom:0px;
  }
  header:not(.relative):not(.small) #headermenu {
      margin-top: 0px;
  }
.event_text{
    width: 120vw;
    height: 4vh;
    position: absolute;
    top:0;
    bottom: 15%;
    right: 0;
    margin: auto;
font-size: 3.1vw;
background: rgba(0,0,0,0.5);
color:#fff;
text-align:center;
}
}
