@charset "UTF-8";
/* CSS Document */
/*.jumbotron {
    position: relative;
    background: #000 url("jumbotron.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}*/


/*.wrapper {
  height: 100%; 
  width: 100%; 
}


.wrapper15 {
  height: 15%; 
  width: 100%; 
}*/

html, body{
  height: 100%;
  padding-top:10px;
}
body {
	background:transparent;
}


h1,h2,h3,h4,h5 {
    font-family: 'Oswald', sans-serif;
}


p {
    font-family: 'Open Sans', sans-serif;
}

a {
  color: #af190b;
  text-decoration: none;
}
a:hover,
a:focus {
  color:	rgb(229, 162, 57); 
  text-decoration: underline;
}

.wu-text-big {
	font-size:x-large;
}




.wu-text-green {
	color:rgba(157, 175, 99,1);
}

.wu-text-red {
	color:rgba(203, 56, 52,1);
}
.wu-text-orange {
	color:rgb(229, 162, 57);
}




.wu-message-green {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  /*min-height:25%;*/
  /*bottom: 0; 
  display: block;
  position: absolute;*/
  background-color: rgba(157, 175, 99,1);
  color: #fff;
  padding: 0.5em;
}

.wu-message-red {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:25%;
  /*bottom: 0; 
  display: block;
  position: absolute;*/
  background-color: rgba(203, 56, 52,1);
  color: #fff;
  padding: 0.5em;
}


.wu-message-orange{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:25%;
   /*bottom: 0; 
  display: block;
  position: absolute;*/
  background-color: rgb(229, 162, 57);
  color: #fff;
  padding: 0.5em;
}


.wu-message-clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  background-color:	transparent;
  color: #fff;
  padding: 0.5em;
}


.wu-row-green {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:10px;
  background-color: rgba(157, 175, 99,1);
  color: #fff;
}

.wu-row-red {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:10px;
  background-color: rgba(203, 56, 52,1);
  color: #fff;
}

.wu-row-orange {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:10px;
  background-color: rgb(229, 162, 57);
  color: #fff;
}


.wu-btn-bottom {
	display: block;
	position: absolute;
	bottom: 0;
}


.box .btn {
    display: block;
    position: absolute;
    /*left: 0;*/
    bottom: 10px;
    width: 80%;
    border-radius: 5;
    /*padding: 8px 8px;*/
	padding-top:10px;
	
}

.jumbotron {
	position: center center;
    margin-bottom: 50px;
    background-image: url("jumbotron.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 55% 35%; 
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}


.wu-bodytxt {
  
    font-family: 'Raleway', sans-serif;
}


a.navbar-brand:link {
	color:#53CB5B;
}


.wu-pad-top {
	padding-top:30px;
}

.wu-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  width: 100%; 
  background-color: rgba(0,0,0,.8);
  color: #000;
  padding: 0.5em;
}


.wu-pad-bottom10 {
	padding-bottom:10px;
}
	