/*******************************
            Global
*******************************/

html {
  font-size: 14px;
}


/*******************************
            Global
*******************************/

#home .menu .right.menu > .mobile.item {
  display: none;
}

/*--------------
    Masthead
---------------*/

#home .masthead {
  background-image: url(images/bg.jpg);
  margin: 0em;
  padding: 5rem 0rem;
}
#home .masthead .column {
  position: relative;
}
#home .masthead .information {
  margin: 10em 1em 1em 350px;
}
#home .masthead .information p {
  max-width: 600px;
}
#home .masthead .image {
  position: absolute;
  left: 0%;
  bottom: -110px;
}

/*--------------
    Ribbons
---------------*/

#home .segment h1 {
  font-size: 3em;
  margin-bottom: 1em;
}

#home .vertical.segment {
  padding: 12rem 0rem;
}

#home .feature.segment {
  margin: 0em;
  padding: 6rem 0rem;
}
#home .feature.segment p {
  min-height: 50px;
}

#home .selection.list {
  margin: 0em -0.5em;
}

#home .logo.row {
  height: 10rem;
}

/*--------------
    Footer
---------------*/

#home .footer.segment {
  background-color: #000000;
  padding: 3rem 0rem;
}


/*******************************
          Responsive
*******************************/

/* Mobile Only */
@media only screen and (max-width : 768px) {

  #home .menu .right.menu > .item {
    display: none;
  }

  #home .menu .right.menu > .mobile.item {
    display: block;
  }
  #home .menu .right.menu > .mobile.item .menu {
    left: auto;
    right: 0em;
  }

  #home h1 {
    font-size: 1.5em;
  }
  #home .masthead.segment .information {
    margin-left: 170px;
  }

  #home .masthead.segment .image {
    width: 170px;
  }

  #home .masthead.segment .button {
    font-size: 1rem;
  }

  #home .overview .divided.grid .header .icon {
    font-size: 1.5em;
  }

  #home .overview .divided.grid .header + p {
    min-height: 0px;
  }

  #home .masthead.segment .column {
    font-size: 0.7rem;
  }

  #home .masthead.segment .column p {
    display: none;
  }

  #home .selection.list .right.floated {
    display: none;
  }
}


/* Put your CSS here */
#home .masthead {
    background-image: url(https://cdn.rawgit.com/jugalthakkar/murt/master/public/images/bg_old.jpg);

}
@media only screen and (min-width: 1920px) {
    .ui.page.grid {
        width: auto;
        margin-left: 0em;
        margin-right: 0em;
        padding-left: 15%;
        padding-right: 15%;
    }
}

#home .masthead .image {
    bottom: -15px;
}

.ui.menu .item{
    vertical-align: middle;
}

#home .vertical.segment {
    padding: 6rem 0rem;
}

#examInputs > div{
    max-width: 480px;
    margin: 10px auto;
}


#result.hidden{
    display:none;    
}

#result .hidden{
    display:none;    
}

.menu .header{
    text-align:center;
}

.ui.menu .item .icon {
    font-size: 3.4rem;
}

.ui.inverted.menu,.ui.inverted.menu .header.item{
    background-color: #000;
}

.ui.menu .item {
    padding: .5em .5em;    
    width:auto;
    font-size: xx-small;
}

.ui.inverted.menu .header.item.title
{
    padding: 0px;
    margin-top: 5px;
}

.ui.menu .title.item,.ui.header > img {    
    width:50px;    
}



/*.fixed.menu img{
    width: 30px;
}*/
.ad-container{
    margin:auto;
    width: 100%;
    max-width:1000px;
   }