/*fonts*/
@font-face {
    font-family: 'candara';
    src: url('../fonts/Candara.ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}

h1,h2{
    font-family: Roboto;
    font-weight: 100;
}

body {
    font-family: open sans, Roboto, sans-serif;
    background: #23527c;
    overflow: hidden;
}


.row{
  margin: 0;
}



hr{
    height: 1px;
    border: none;
    background-image: -webkit-linear-gradient(left, rgba(136,136,144,0) 0%, #f3f3f8 5%, #f3f3f8 95%, rgba(136,136,144,0) 100%);
    background-image: -moz-linear-gradient(left, rgba(136,136,144,0) 0%, #f3f3f8 5%, #f3f3f8 95%, rgba(136,136,144,0) 100%);
    background-image: -ms-linear-gradient(left, rgba(136,136,144,0) 0%, #f3f3f8 5%, #f3f3f8 95%, rgba(136,136,144,0) 100%);
    background-image: linear-gradient(to right, rgba(136,136,144,0) 0%,#f3f3f8 5%,#f3f3f8 95%,rgba(136,136,144,0) 100%);
    display: block;
    margin-top: 3.4rem;
    margin-left: -20px;
    margin-right: -20px;
    opacity: 0.6;
}

.sttr-pod-header h1 {
    font-size: 5rem;
    text-align: center
}

/*.starter-pod-container{
    /*position: absolute;
    width: 90%!1!
}*/

.starter-pod-container ul{
    padding: 0;
    text-align: center
}

.starter-pod-container ul li{
    list-style: none;
    
}

.pace-progress{
    height:4px;
}
.pace{
    height:4px!important;
}

.pace-activity{
    height:4px!important;
}

.starter-pod-container ul li h2{
    font-family: open sans!important;
}

.sttr-pod-footer{
    padding: 2em 0
}



