/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


pre,
code {
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 16px;
  line-height:  1.500em;

}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}
/*
Button */
.btn-port,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
  
  color:inherit;
  font-size: 16.996px;
  text-decoration: none;

    display: inline-block;
    box-shadow: none;
    line-height: 2em;
    padding: 0.500em 0.938em;
    text-align: center;


    }

  .btn-port a,
  .btn-port a:visited {color:inherit; text-decoration: none; outline: 0 none; }
  .btn-port a:focus {color:inherit;}
    
  .btn-port:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover
  {

       color:inherit; transition: all 0.25s ease 0s;}

  .btn-port:active,
  button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    
    transition: all 0.25s ease 0s;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
  color: #A9A9A9;
}