@import url(http://fonts.googleapis.com/css?family=Roboto:500);	
html {
    height: 100%;
}

body {
background:white;


-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}

.badge{ 
   background-color: red;
}

.modal-backdrop {
  background-color: teal;
}    
p.cl1 {color:black; font-size:15pt; text-align:left;
       font-family:arial,sans-serif}
p b{ color: white;}  

.animated {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}

.stars
{
  margin: 20px 0;
  font-size: 24px;
  color: #d17581;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}


input[type='submit'], a.add {
  background-color: #cb6868;
  color: black;
  border: none;
  border-radius: 5px;
  padding: 8px 10px;
  margin-top: 10px;
  width: 50%;
  float: center;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;}

input[type='submit']:hover, a.add:hover {
  background-color: transparent;
  border: 1px solid black;
  color: #black;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  top: 1px;}
  

  label {
    color: white;
    display: block;
    margin: 10px 0 10px 0;
    font-size: 24px;}

  label.home {
      color: white;
      display: block;
      float: left;
      margin: 10px 0 10px 80px;
      font-size: 24px;}
    
  label.team{
    color: black;
    display: block;
    margin: 10px 0 10px 0;
    font-size: 24px;}

    input[type='text'], input[type='password'],input[type='email'], input[type='number'],input[type='range'],textarea {
      background-color: #999;
      color: black;
      font-family: 'Oswald', 'Futura', sans-serif;
      font-size: 24px;
      width: 50%;
      float: center;
      padding: 4px 6px;
      border: 1px solid #999;
      border-radius: 8px;}
      
      input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, textarea:focus {
        border: 1px solid #fff;
        background-color: #fff;
        outline: none;}

      input[type='submit'], a.add {
        background-color: #cb6868;
        color: black;
        border: none;
        border-radius: 5px;
        padding: 8px 10px;
        margin-top: 10px;
        width: 50%;
        float: center;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;}
         p {color:white; font-size:12pt; text-align:center;
             font-family:arial,sans-serif}
          p.cl1 {color:black; font-size:15pt; text-align:left;
             font-family:arial,sans-serif}
          .shiftright { position: relative; right: -10ex; }
          .shiftright1 { position: relative; right: -5ex; }
          .shiftleft { position: relative; left: -4ex; }

          p.reg {color:white; font-size:10pt; text-align:center;
             font-family:arial,sans-serif}
          p.foot {color:blue; font-size:9pt; text-align:left;
                  font-family:arial,sans-serif; font-weight:bold}
          p.foot2 {color:white; font-size:12pt; text-align:left;
                  font-family:arial,sans-serif; font-weight:bold}
          p.foot3 {color:blue; font-size:9pt; text-align:left;
                  font-family:arial,sans-serif; font-weight:bold}
          p.foot1 {color:white; font-size:9pt; text-align:left;
                  font-family:arial,sans-serif; font-weight:bold}
          p.foot4 {color:blue; font-size:40pt; text-align:center;
                  font-family:arial,sans-serif; font-weight:bold}
          p.foot5 {color:black; font-size:12pt; text-align:left;
                  font-family:arial,sans-serif; font-weight:bold}
          p.foot6 {color:red; font-size:8pt; text-align:left;
              font-family:arial,sans-serif; font-weight:bold}
          p b{ color: white;}        
          
          tr {color:black; font-size:12pt; text-align:center;
             font-family:arial,sans-serif}
          
          a:link{color:blue}
          
           a:active{color:black}
          
          a:visited{color:white}
          
          .button {
            display: inline-block;
            padding: 15px 25px;
            font-size: 24px;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            outline: none;
            color: #fff;
            background-color: #4CAF50;
            border: none;
            border-radius: 15px;
            box-shadow: 0 9px #999;
          }

          .button:hover {background-color: #3e8e41}

          .button:active {
            background-color: #3e8e41;
            box-shadow: 0 5px #666;
            transform: translateY(4px);
          }
          .button3:hover {
            background-color: transparent;
            border: 1px solid black;
            color: black;
          }


         .button3 {
          display: inline-block;
          border-radius: 4px;
          background-color: #cb6868;
          border: none;
          color: black;
          text-align: center;
          font-size: 14px;
          padding: 10px;
          width: 50%;
          transition: all 0.5s;
          cursor: pointer;
          margin: 5px;
        }
        .shiftleft { position: relative; left: -2ex; }
        
        .lds-ellipsis {
          display: inline-block;
          position: relative;
          width: 80px;
          height: 80px;
        }
        .lds-ellipsis div {
          position: absolute;
          top: 33px;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          background: #fff;
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }
        .lds-ellipsis div:nth-child(1) {
          left: 8px;
          animation: lds-ellipsis1 0.6s infinite;
        }
        .lds-ellipsis div:nth-child(2) {
          left: 8px;
          animation: lds-ellipsis2 0.6s infinite;
        }
        .lds-ellipsis div:nth-child(3) {
          left: 32px;
          animation: lds-ellipsis2 0.6s infinite;
        }
        .lds-ellipsis div:nth-child(4) {
          left: 56px;
          animation: lds-ellipsis3 0.6s infinite;
        }
        @keyframes lds-ellipsis1 {
          0% {
            transform: scale(0);
          }
          100% {
            transform: scale(1);
          }
        }
        @keyframes lds-ellipsis3 {
          0% {
            transform: scale(1);
          }
          100% {
            transform: scale(0);
          }
        }
        @keyframes lds-ellipsis2 {
          0% {
            transform: translate(0, 0);
          }
          100% {
            transform: translate(24px, 0);
          }
        }
      
       @media only screen and (max-width: 500px) {
        #nav2 {
          display: none;
        }
        #cont1{
          margin-top: 50px;
        }
        #results5{
          height: 50%;
        }
        
        #results4{
          height: 50%;
        }
        
        #results2{
          height: 50%;
        }
        
        #inter1{
          height: 100%;
        }
        
       }
      @media only screen and (min-width: 501px) and (max-width: 767px) {
       #nav2 {
        display: none;
      }
      #cont1{
        margin-top: 50px;
      }
       #results5{
          height: 50%;
        }
        
      #results4{
        height: 50%;
      }
      
      #results2{
        height: 50%;
      }
      
      #inter1{
        height: 100%;
      }
        
      }
      
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        
        .navbar-header {
              float: none;
          }
          .navbar-left,.navbar-right {
              float: none !important;
          }
          .navbar-toggle {
              display: block;
          }
          .navbar-collapse {
              border-top: 1px solid transparent;
              box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
          }
          .navbar-fixed-top {
              top: 0;
              border-width: 0 0 1px;
          }
          .navbar-collapse.collapse {
              display: none!important;
          }
          .navbar-nav {
              float: none!important;
              margin-top: 7.5px;
          }
          .navbar-nav>li {
              float: none;
          }
          .navbar-nav>li>a {
              padding-top: 10px;
              padding-bottom: 10px;
          }
          .collapse.in{
              display:block !important;
          }
        
        
        #nav2 {
                display: none;
        } 
      #cont1{
        margin-top: 50px;
      }
       #results5{
          height: 50%;
        }
        
        #results4{
          height: 50%;
        }
        
        #results2{
          height: 50%;
        }
        #inter1{
          height: 100%;
        }

      }
      
            /* Larger screens act like a demo for the app */
      @media only screen and (min-width: 1201px) {
      #nav1 {
              display: none;
      } 
      #cont1{
        margin-top: 90px;
      }
       #results5{
          height: 50%;
        }
       #results4{
        height: 50%;
      }
      
      #results2{
        height: 50%;
      }
      #inter1{
        height: 100%;
      }

     }
      
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
        #nav2 {
          display: none;
        }
        
        #cont1{
          margin-top: 90px;
        }
        #results5{
            height: 300px;
          }
        #results4{
          height: 300px;
        }
        
        #results2{
          height: 300px;
        }
        #inter1{
          height: 100%;
        }

      }
