
@font-face {
  font-family: 'ISOCT2';
  src: url("fonts/isoct2_IV25.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ISOCT3';
  src: url("fonts/isocp3_IV25.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ISOCT50';
  src: url("fonts/isoct_IV50.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: 'ISOCT50' !important;
}

button {
    font-family: 'ISOCT50' !important;
}


.carousel-control {
    line-height: 15px !important;
}

.mas3-nav-bar a {
    color: #7a7d82;
}

.mas3-nav-bar .dropdown-toggle .caret {
    border-bottom-color: #7a7d82 !important;
    border-top-color: #7a7d82 !important;
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 700px;
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    margin: 60px 0;
    text-align: center;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}
