/* @import url('https://fonts.googleapis.com/css?family=Quicksand'); */
@font-face {
    font-family: "Quicksand";
    src: url("Quicksand/Quicksand-Regular.ttf");
}
@font-face {
    font-family: "Quicksand";
    src: url("Quicksand/Quicksand-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Quicksand";
    src: url("Quicksand/Quicksand-Light.ttf");
    font-style: italic, oblique;
}
@font-face {
    font-family: "Quicksand";
    src: url("Quicksand/Quicksand-SemiBold.ttf");
    font-weight: bold;
    font-style: italic, oblique;
}



html {
  height: 100%;
}

body {
  font-weight: 400;
  font-family: 'Quicksand', 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: rgb(50, 50, 50);
  height:100%;
  overflow-x: hidden;
}

/* h1 { */
/*     font-size:2.8vw; */
/*     line-height: 1.2; */
/*     letter-spacing: -.1rem; */
/*     color: #28B7C4; */
/*     font-weight: 1000; */
/*     position: center; */
/*     font-family: 'Quicksand'; */
/* } */

h1 {
    font-size:35px;
    /* line-height: 1.2; */
    letter-spacing: -.1rem;
    /* color: #28B7C4; */
    font-weight: 1000;
    position: center;
    font-family: 'Quicksand';
}


h2 {
    font-size:28px;
    /* line-height: 1.2; */
    letter-spacing: -.1rem;
    /* color: #28B7C4; */
    font-weight: 1000;
    position: center;
    font-family: 'Quicksand';
    text-align: center;
}

h5 {
    font-size:1.6vw;
    line-height: 1.5;
    letter-spacing: -.05rem;
    color: #CC3333;
    font-weight: bold;
    /* font-style: italic; */
    position: center;
    font-family: 'Quicksand';
}
h6 {
    font-size:16px;
    text-align:left;
    line-height: 18px;
    color: #CC3333;
    font-weight: bold;
    font-family: 'Quicksand';
    margin:0;
    padding:1px;
}

hr {
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

a, a:hover, a:visited, a:link, a:active {
    text-decoration: None;
}

.right {
    text-align:right;
}
.center{
    text-align:center;
}
.left{
    text-align:left;
}
.bold{
    font-weight:bold;
}
.normal{
    font-weight:normal;
}
.oblique{
    font-style:oblique;
}
.grey{
    color:#999999;
}

.fs90{
    font-size:90%;
}

.fs_large{
    font-size:large;
}

.fs_small{
    font-size:small;
}

.fs10px{
    font-size:10px;
}
