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

/*Global*/
/*==========================================*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    /*font-weight: 300;*/
    line-height: 1.15;
    color: #00395a;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: none;

    background-image: url("../images/bg-angle.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
/*Alignment*/
/*==========================================*/
.alignt {
  margin-top: 140px;
}
.alignb {
  margin-top: 100px;
}
.center {
  text-align: center;
}

.hr{
  margin-top: 20px;
  margin-bottom: 20px;
}
/*Colors*/
/*==========================================*/
.cp-b {
  color: #00395a;
}
.cp-m {
  color: #b61f7e;
}
.cp-g {
  color: #b4c0cc;
}
/*Active*/
/*==========================================*/
.lead {
    font-size: 1.25rem;
    font-weight: 400;
}
.display-4 {
    font-size: 3.0rem;
    font-weight: 300;
}
