.ui.inverted.segment{
    width: 100%;
    height: 100vh;
}
.masthead .ui.menu .ui.button {
    margin-left: 0.5em !important;
}
.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}
.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}
.ui.huge.primary.button a{
    color: #ffffff;
}

/* carrers css start */
.carrerspage .pusher{
    margin-top: 20px;
    background: #1b1c1d;
}
.carrerspage .pusher .container img{
    width: 100%;
}
.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ui.fixed.menu {
      display: none !important;
    }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
      display: none;
    }
    .secondary.pointing.menu .toc.item {
      display: block;
    }
    .masthead h1.ui.header {
      font-size: 2em;
    }
    .masthead h2 {
      margin-top: 0.5em;
      font-size: 1.5em;
    }
    .ui.vertical.menu .item>i.icon{
        float: none;
    }
    .ui.left.sidebar, .ui.right.sidebar {
        width: 100%;
    }
    .carrerspage.ui.segment,
    .homepage.ui.segment{
      padding: 0;
    }
    .carrerspage > .ui.container,
    .homepage > .ui.container:first-child{
      margin: 0 !important;
    }
  }