.head1{
    text-align: center;
    margin-top: 50px; 
    margin-bottom: 30px;
    font-size:30px;
    letter-spacing:3px;
    /*font-weight: bold;*/
}

.header {
    /*background-color:#f1f1f1;*/
    padding: 30px;
    text-align: center;
  }
p{
    font-size:20px;
    text-align: center;
    color:darkblue;
    
}
  #topmainnavbar 
  {
      
    /*background: linear-gradient(to bottom right, white 0%, #99ff66 100%);*/
    /*background: linear-gradient(to top right, #00001a 0%, #000080 100%);*/
    background: linear-gradient(to top right, #003333 0%,  #008080 100%);
    color:white;
    letter-spacing:5px;
    text-decoration:none;
  }
  
  #topmainlogo
  {
      color:white;
       text-decoration:none;
  }
  
  #topmainlogo:hover , #topsmallnav:hover
  {
    /*background: linear-gradient(to right, #00001a 0%, #000080 100%);*/
    color:black;
    background: linear-gradient(to bottom, #b3ffff 0%, #ffffcc 100%);
    /*background: linear-gradient(to bottom, white 0%, white 100%);*/
    /*background: linear-gradient(to bottom right, white 0%, #99ff66 100%);*/
  }
  
  #topsmallnav
  {
    text-decoration:none;
    color:white;
  }
  
  
  /*#topsmallnav:hover */
  /*{*/
      /*color:green;*/
      /*background: linear-gradient(to bottom,  #ccffff 0%, #99ff66 100%);*/
      
  /*}*/

  #navbar {
    text-overflow: hidden;
    background: linear-gradient(to bottom, #b3ffff  0%, #e6e6ff 100%);
    /*background: linear-gradient(to bottom right, #0000cc 0%, #ff0000 100%);*/
     background-color: #000000; 
     font-family: Trebuchet MS;
     /*letter-spacing: 1px;*/
  }
  
  #navbar a {
      
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    
  }
  
  #navbar a:hover 
  {
        /*background: linear-gradient(to top, #00001a 0%, #000080 100%);*/
        /*background: linear-gradient(to bottom right, #000066 0%, #990000 100%);*/
        background: linear-gradient(to bottom, #e6ffff 0%, #ffffff 100%);
        background-color: #ddd;
        color: #000000;
  }
  
#footer-effect{
    background: linear-gradient(to bottom, #e6e6ff  0%, #b3ffff 100%);
    background-color: #000000;
    position:fixed;
    left:0;
    bottom:0;
    width:100%
}
  
  .content 
  {
    /*padding: 16px;*/
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 60px;
  }
  
  .spacebetw{
      font-size:29px;
  }
  
  
  body 
  {
    font-size:14px;
    background-color: #e6ffff;
    
    /*font-family: Trebuchet MS;*/
    /*background-image: url("bg.png") ;*/
    /*background-image: linear-gradient(to bottom, #e6ffff, #ffffff, #ffe6ff,  #ffe6ff, #fff2e6, #ffffff,#ffffff );*/
   
    background-image: linear-gradient(to bottom, #e6e6ff ,#e6e6ff, #e6e6ff, #e6e6ff);
    background-repeat: no-repeat;
    background-attachment: fixed;
    width:100%;
    
  }
  
  
  
  * {box-sizing: border-box}
  
  /* Full-width input fields */
  input[type=text], input[type=password],input[type=number]{
    width:auto;
    height:23px;
    padding: 15px;
    margin:10px;
    display: inline-block;
    background: white;
    font-size:14px;
    
  }
  

  input[type=text]:focus, input[type=password]:focus {
    background-color: white;
    outline: none;
  }
  
  hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
  }
  

  
  
  
  
  
  
  /* Extra styles for the cancel button */
  .cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
  }
  
  /* Float cancel and signup buttons and add an equal width */
  .cancelbtn, .signupbtn {
    float: left;
    width: 50%;
  }
  
  /* Add padding to container elements */
  .container {
    padding: 16px;
  }
  
  /* Clear floats */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .btn-lg {
        font-size:0.955em;
        display:block;
        left:-60px;
        margin-top:35px;
        width:100%;
      }
  
  #form1{
    
      height: auto;
      width: 98%;
      margin-top:15px;
      margin-bottom:15px;
      
      margin:auto;
      /*box-sizing: border-box;*/
      /*border: 1px solid rgb(0, 0, 0);*/
      border-radius: 4px;
      }
  
  /* Change styles for cancel button and signup button on extra small screens */
  @media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
  } 
  
  
  
 @media (max-width:629px) {
  img#waresys-hide {
    display: none;
  }
} 
  .mobileshowin { display: none;}
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 600px){ .mobileshowin { display: block;}}
  
 #div-welcome{
    margin: auto;
    /*border: 1px solid transparent;*/
    /*outline: darkblue solid 5px;*/
    width: 300px;
    height: 200px;
    letter-spacing: 1px;
    color: darkblue;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
    text-align:center; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% 
{
/*outline: darkred solid 5px;*/
/*outline-offset: 50px;*/
color: red ;
letter-spacing: 6px;
/*font-weight: bold;*/
}
}

/* Standard syntax */
@keyframes mymove {
    50% 
{
/*outline: darkred solid 5px;*/
/*outline-offset: 50px;*/
color: red ;
letter-spacing: 6px;
/*font-weight: bold;*/
}
}