@import url('https://fonts.googleapis.com/css?family=Quicksand');



body {
    background-color: white;
    font-family: 'Quicksand';
    margin: 0;
}

p p{
    font-family: 'Quicksand';
}

h1 {
    font-color: white;
}

text {
    font-size: 2em;
}

.s {
    font-size: 1em;
    fill: white;
    font-style: arial;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    position: absolute;
    top: 0;
    stroke: black;
    font-family: 'Quicksand', sans-serif;
}

.good {
    position: absolute;
    list-style-type: bullet;

}

.good1 {
    text-align: center;
    display: line;
}

.li {
    float: left;
}

.li a {
    display: block;
    color: black;
    text-align: center;
    padding: 20px 40px;
    text-decoration: none;
}

.li a:hover {
    background-color: #B63F3F;
    color: white;
}


.li:last-child {
    border-bottom: none;
}


.li5 {
    float: right;
    list-style-type: none;
    top: 0;
    right: 0;
}


.button {
    background-color: #AF4C4C; /* Green */
    border: none;
    color: #CE5C5C;
    padding: 25px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Quicksand';
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

text {
    font-family: 'Quicksand', sans-serif;
}

.buttonelement {
    background-color: #E24E4E;
    border: none;

}

.buttonelement:hover {
    background-color: #FFFFFF;
    border: none;
}

.parallax {

    background-image: url("img_parallax.jpg");


    min-height: 500px;


    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

table {
    font-family: 'Quicksand';
    background-color: #E24E4E;
}

td:hover {
    background-color: #FFFFFF;
    font-color: white;
}

.p2 {
    float: right;
    right: 10px;
    font-size: 1em;
}

input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    right: 0;
    top: 0;
}

input[type=text]:focus {
    width: 100%;
}

.nocolor {
    background-color:#862323;
}

.nocolor:hover {
    background-color: #862323;
}

.btn-green {
    background-color: #1ab394;
    color: #fff;
    border-radius: 3px;
  }
  .btn-green:hover, .btn-green:focus {
      background-color: #18a689;
      color: #fff;
  }
  .panel-footer {
      padding: 0 15px;
      border:none;
      text-align: right;
      background-color: #fff;
  }



}

div {
    display: none;
    font-family: 'Quicksand';
}
