@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&subset=latin-ext");
body {
  font-family: 'Titillium Web', sans-serif; }

a {
  text-decoration: none;
  color: #000; }

.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

header {
  height: 120px;
  border-bottom: 1px solid #ebecec; }
  @media screen and (max-width: 900px) {
    header {
      height: auto; } }
  header .left {
    width: 30%;
    float: left;
    padding: 29px 0 28px 0; }
    header .left a.logo {
      text-decoration: none;
      color: #000000;
      font-size: 32px;
      text-transform: uppercase;
      font-weight: 700; }
      header .left a.logo .first-name {
        font-weight: 300; }
      header .left a.logo .description {
        font-size: 17px;
        font-weight: 400;
        font-family: 'Open sans', sans-serif;
        margin-top: 5px;
        text-transform: none;
        display: block; }
      header .left a.logo strong {
        font-weight: 700; }
    @media screen and (max-width: 900px) {
      header .left {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 5px; } }
  header .right {
    width: 70%;
    float: right; }
    header .right .follow-me {
      background-color: #204790;
      color: rgba(255, 255, 255, 0.5);
      height: 45px;
      padding-left: 16px;
      padding-right: 16px;
      float: right;
      margin: 0; }
      header .right .follow-me a {
        width: 27px;
        height: 27px;
        display: inline-block;
        transition: .3s all;
        margin-right: 3px;
        position: relative;
        top: 8px;
        opacity: .5; }
        header .right .follow-me a:hover {
          opacity: 1; }
      header .right .follow-me span {
        padding-right: 12px;
        font-weight: 300; }
      header .right .follow-me .fb {
        background: url("../images/fb.png") no-repeat center center; }
      header .right .follow-me .tw {
        background: url("../images/tw.png") no-repeat center center; }
      header .right .follow-me .insta {
        background: url("../images/insta.png") no-repeat center center; }
      header .right .follow-me .rss {
        background: url("../images/rss.png") no-repeat center center; }
      @media screen and (max-width: 900px) {
        header .right .follow-me {
          display: none; } }
    header .right #menu {
      list-style-type: none;
      float: right;
      margin-top: 26px; }
      header .right #menu li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }
        header .right #menu li a {
          text-transform: uppercase;
          line-height: 44px;
          display: block;
          transition: border-bottom 2s;
          position: relative;
          color: #000;
          font-size: 17px;
          font-weight: 300; }
          header .right #menu li a:hover:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 7px;
            margin: 0 auto;
            height: 1px;
            /* width: 35px; */
            border-bottom: 1px solid #71a9e3; }
        header .right #menu li:last-child {
          padding-right: 0; }
    @media screen and (max-width: 900px) {
      header .right {
        width: 100%;
        float: none;
        text-align: center; }
        header .right ul#menu {
          display: inline-block;
          float: none; } }

#introduction {
  background: url("../images/int_bg.png") no-repeat center center;
  padding: 94px 0 40px; }
  @media screen and (max-width: 1200px) {
    #introduction {
      padding: 60px 0; } }
  #introduction .left {
    float: left;
    width: 47%; }
    #introduction .left h1 {
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 27px;
      padding-top: 20px; }
    #introduction .left p {
      font-size: 16px;
      line-height: 25px;
      padding-bottom: 50px; }
    #introduction .left a {
      background: #2d4d86;
      padding: 15px 38px;
      border-radius: 7px;
      color: #fff;
      font-weight: 700;
      margin-right: 10px;
      margin-bottom: 10px; }
      #introduction .left a:hover {
        background: #0c285a; }
    @media screen and (max-width: 1200px) {
      #introduction .left {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        #introduction .left a {
          display: inline-block; } }
  #introduction .right {
    width: 558px;
    float: right; }
    #introduction .right .slider div {
      position: relative; }
      #introduction .right .slider div .title {
        width: 100%;
        background: rgba(254, 254, 254, 0.8);
        position: absolute;
        bottom: 0;
        right: 0; }
        #introduction .right .slider div .title p {
          font-size: 21px;
          color: #000;
          padding: 25px 25px 23px; }
    @media screen and (max-width: 1200px) {
      #introduction .right .bx-wrapper {
        display: none; } }

#what-i-do {
  padding: 70px 0;
  text-align: center; }
  #what-i-do h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-top: 20px;
    text-align: center; }
  #what-i-do .box {
    width: 33%;
    float: left; }
    #what-i-do .box img {
      margin: 0 auto;
      display: inherit; }
    #what-i-do .box h2 {
      font-size: 21px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      padding: 22px 0;
      line-height: 30px; }
    #what-i-do .box p {
      font-size: 16px;
      text-align-last: center;
      line-height: 23px;
      padding: 0 40px; }
      #what-i-do .box p a {
        color: #2754b0;
        text-decoration: underline; }
        #what-i-do .box p a:hover {
          cursor: pointer;
          text-decoration: none; }
    @media screen and (max-width: 1000px) {
      #what-i-do .box {
        width: 49%;
        margin-bottom: 30px;
        float: none;
        display: inline-block; }
        #what-i-do .box h2 {
          padding-left: 20px;
          padding-right: 20px; } }
  @media screen and (max-width: 1000px) and (max-width: 700px) {
    #what-i-do .box {
      width: 80%;
      margin-bottom: 70px; }
      #what-i-do .box p {
        padding: 0; } }

#interact {
  background: #2d4d86;
  text-align: center;
  padding: 55px 0; }
  #interact .box {
    max-width: 264px;
    display: inline-block;
    margin: 0 10px; }
    #interact .box img {
      float: left;
      margin: 9px 15px 144px 0; }
    #interact .box h2 {
      font-size: 21px;
      font-weight: 700;
      text-align: left;
      text-transform: uppercase;
      color: #fff;
      text-decoration: underline;
      line-height: 26px;
      padding-bottom: 26px; }
      #interact .box h2 a {
        color: #fff; }
      #interact .box h2:hover {
        text-decoration: none !important; }
    #interact .box p {
      font-family: 'Open sans', sans-serif;
      font-size: 16px;
      color: #fff;
      text-align: left;
      line-height: 20px;
      padding-bottom: 20px; }
    #interact .box > a {
      font-size: 16px;
      font-weight: 700;
      color: #2d4d86;
      text-transform: uppercase;
      background: #fff;
      display: inline-block;
      float: left;
      padding: 8px 15px;
      border-radius: 5px; }
      #interact .box > a:hover {
        background: #d0deec; }
    #interact .box:first-child {
      margin-left: 0; }
    #interact .box:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1200px) {
      #interact .box {
        max-width: 280px;
        margin: 0 0 50px 0; }
        #interact .box > * {
          text-align: center !important; }
        #interact .box img {
          float: none;
          display: inline-block;
          margin-bottom: 20px; }
        #interact .box a {
          float: none; }
        #interact .box h2 {
          text-align: center;
          padding-left: 20px;
          padding-right: 20px; } }
  @media screen and (max-width: 1200px) and (max-width: 700px) {
    #interact .box {
      width: 80%;
      margin-bottom: 70px; } }

#about-me {
  padding: 55px 0;
  text-align: center; }
  #about-me h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 45px; }
  #about-me p {
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    padding-bottom: 30px; }
    #about-me p a {
      color: #2754b0;
      text-decoration: underline; }
      #about-me p a:hover {
        cursor: pointer;
        text-decoration: none; }
  #about-me > div > a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background: #2d4d86;
    padding: 20px 40px;
    border-radius: 10px;
    margin-right: 11px;
    margin-top: 20px;
    display: inline-block; }
    #about-me > div > a:hover {
      background: #0c285a; }

#who-supports-me {
  padding: 55px 0;
  background: #f8f8f8;
  text-align: center; }
  #who-supports-me h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 45px; }
  #who-supports-me p {
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    padding-bottom: 30px; }
  #who-supports-me img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 38px; }

footer {
  background: #1c1c1c; }
  @media screen and (max-width: 900px) {
    footer ul {
      text-align: center; }
      footer ul li {
        display: inline-block;
        float: none !important;
        padding: 30px 20px; } }
  footer ul {
    list-style-type: none; }
    footer ul li {
      display: inline-block;
      padding: 55px 20px; }
      footer ul li a {
        font-size: 17px;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase; }
        footer ul li a:hover {
          text-decoration: underline; }
      footer ul li.last {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        float: right; }

.bx-wrapper {
  border: 0 !important; }

#bx-pager img {
  width: 100%; }

.slider {
  visibility: hidden; }

.bx-pager-link {
  background: #fff !important; }

.bx-pager-link:hover, .bx-pager-link.active {
  background: #2d4d86 !important; }

.clear {
  clear: both; }

/*# sourceMappingURL=style.css.map */
