@charset "utf-8";
/* CSS Document */

/* COLOR PALETTE */
.red {color: #f15645;}
.black {color: #1b1817;}
.white {color: #f1ecce;}

/* - - - - - - - - - - - - - - - - - - - - - - - - HTML - - - - - */
html {
    font-family: 'Yantramanav', sans-serif;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
/*a {
    padding-left:10px;
    margin:0;
    text-decoration: none;
}*/
a img {
    border: 0;
} 
img {
    height: auto;
    max-width: 100%;
} 
ul {
    padding:0;
    margin:0 0 20px 0;
    list-style:none;
}
h1, h2 {
    padding:0;
    margin:0 15px 15px 0;
    font-weight:normal;
    display:inline-block;
}
p {
    padding:0;
    margin:0 0 20px 0;
}
hr {
    color: #e5e5e5;
}

h1 {
    font-size:2.5rem;
}
h2 {
    font-size:2rem;
}
h3 {
    font-size:1.5em;
    display: inline-block;
}
h4 {
    font-size:1rem;
    margin: 5px;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.col-menu {
  float: left;
  width: 50%;
  padding: 5px 5px 5px 15px;
}
.col-menu a {
    color:#fff;
    text-decoration: none;
    cursor: hand;
    padding-left:10px;
}
.col-menu a:hover {
    color:#999;
    padding-left:10px;
}
.col-1 {
  float: left;
  width: 100%;
  padding: 0px;
}
.col-2 {
  float: left;
  width: 50%;
  padding: 0px;
}
.col-3 {
  float: left;
  width: 33.3%;
  padding: 0px;
}
.col-4 {
  float: left;
  width: 25%;
  padding: 0px;
}
.col-5 {
  float: left;
  width: 20%;
  padding: 0px;
}

.row {
    margin: 0px;
}
.row a {
    text-decoration: none;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
#stickyRow {
    padding: 10px 10px 0px 10px;
    background: #e5e5e5;
    border-bottom: 2px solid #2c62bf;
}
.stickyRow {
    margin: 0px;
    background: #fff;

}
.stickyRow a {
    text-decoration: none;
}

/* Clear floats after the columns */
.stickyRow:after {
  content: "";
  display: table;
  clear: both;
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 50;
}
.sticky + .stickyContent {
  padding-top: 160px;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media only screen and (min-width: 1200px) {
    /* styles for wide screens */
}

@media only screen and (max-width: 320px) {
    /* styles for narrow screens */
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
    /* styles for Retina-type displays */
}

@media screen and (max-width: 600px) {

/* - - - - - - - - - - - - - - - - RESPONSIVE 600PX COLUMNS- - - - - - - - - - - - - - - */

    .col-menu {
      width: 100%;
    }
    .col-2 {
    width: 100%;
    }
    .col-3 {
    width: 100%;
    }
    .col-4 {
      width: 100%;
    }
    .col-5 {
      width: 33%;
    }
    .footerbox{
      font-size:120%;
      line-height:12px
    }
    .buttonRed {
    font-size: 2rem;
    }

 }   

/* - - - - - - - - - - - - - - - - END RESPONSIVE 600PX COLUMNS- - - - - - - - - - - - - - - */

@media screen and (max-width: 320px) {

/* - - - - - - - - - - - - - - - - RESPONSIVE 320PX COLUMNS- - - - - - - - - - - - - - - */

    .col-menu {
      width: 100%;
    }
    .col-2 {
    width: 100%;
    }
    .col-3 {
    width: 100%;
    }
    .col-4 {
      width: 100%;
    }
    .col-5 {
      width: 100%;
    }
    .footerbox{
      font-size:200%;
      line-height:12px
    }
    .buttonRed {
    font-size: 2rem;
    }

}    

/* - - - - - - - - - - - - - - - - END RESPONSIVE 320PX COLUMNS- - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - CONTAINERS - - - - - - -  */

#mainbox {
    padding:1% 2% 1% 2%;
    overflow: auto;
    width:100%;
}

.intro-text {
  font-size:100%;
  text-align:center
}

footer {
    width:100%;
    padding:10px;
}
.footerbox {
    color: #f1ecce;
    background: #f15645;
    width: 100%;
    height: 40px;
    z-index: 50;
    position:fixed;
    bottom: 0;
    padding:15px;
    font-size: 90%;
    line-height: 12px;
    text-align: center;
    border-top: 0px solid #000;
}


/* - - - - - - - - - - - - - - - - BUTTONS - - - - - - - - - - - - - - - - */

.buttonBack {
    background: #2c62bf;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border: solid #2c62bf 1px;
    border-radius: 6px;
    padding: 5px 5px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    display:inline-block;
    text-align: center;
    content: url(arrow-back.png);
    width:45px;
    height: 45px;
    float: left;
}
.buttonRed {
    background: transparent;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border: solid #f15645 1px;
    border-radius: 6px;
    color: #f15645;
    font-size: 1.5rem;
    padding: 10px 10px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    display:inline-block;
    text-align: center;
    width:100%;
    float: left;
}
.buttonRed:hover {
    background-color: #f15645;
    color: #FFF;
}

/* - - - - - - - - - - - - - END BUTTONS - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - FORMS - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - MISC - - - - - - - - - - - - - - - - */

.example-title {
	width:100%;
	color: #fff;
	font-size: 150%;
	background: #F15645;
  padding:10px;
	margin: 3px 0px 20px 0px;
}
.example-text {
  padding: 20px 40px;
  text-align: center;
}


.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.spacer-100 {
  height: 100px;
}
.spacer-200 {
  height: 200px;
}

/* CSS Document */

