/*
 * Globals
 */

 @font-face {
     font-family:"ParisNineteenSixty";
     src: url("Chalet-ParisNineteenSixty_10023.ttf")
 }
 @font-face {
     font-family:"LondonNineteenSixty";
     src: url("Chalet-LondonNineteenSixty.otf")
 }

.timely {
  font-family: "LondonNineteenSixty",Helvetica,Arial,sans-serif;
  height: 100%;
  color: #1fbbe5;
}

.practice {
  font-family: "ParisNineteenSixty",Helvetica,Arial,sans-serif;
  height: 100%;
  color: #1fbbe5;
}
/* Links */
a,
a:focus,
a:hover {
  color: #27ace2;
  text-decoration: none;
}

/* Custom default button */
.btn-default {
    border: 1px solid #1fbbe5;
    color: #1fbbe5;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #1d92b7;
    color: #fff;
    background-color: #1d92b7;
}

/* Make roll over on buttons more obvious */
.btn-primary:hover,
.btn-primary:focus {
  color: #286090;
  background-color: #fff;
  border-color: #286090;
}

.btn-info:hover,
.btn-info:focus {
  color: #31b0d5;
  background-color: #fff;
  border-color: #31b0d5;
}

/* Button Circle */
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #27ace2;
    border-radius: 100%!important;
    font-size: 40px;
    color: #27ace2;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: #27ace2;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

/* Buttons */
ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

/*
 * Base structure
 */

html,
body {
  font-family: "ParisNineteenSixty",Helvetica,Arial,sans-serif;
  font-size: 25px;
  height: 100%;
  background-color: #fff;
}
body {
  color: #1d6997;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LondonNineteenSixty",Helvetica,Arial,sans-serif;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #1fbbe5; /* IE8 proofing */
  color: rgba(31, 187, 229,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(31, 187, 229,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #1d92b7;
  border-bottom-color: #1d92b7;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #1fbbe5; /* IE8 proofing */
  color: rgba(31, 187, 229,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}
