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

html {
  font-size: 14px;
  height:100%;
  min-height:100%;
  max-width: 100%;
  overflow-x: hidden;
}

body{
 min-height:100%;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	color: #fff;
	z-index: 1999;
}

blockquote {
  border-left:5px solid grey; 
  margin-left:0px; 
  padding:0px 20px
}

.fb-note {
  width:800px; 
  margin:auto; 
  text-align:left; 
  padding: 40px;
  font-family: Roboto, 'Droid Sans', Helvetica, sans-serif;
}

.hidden {
  display:none;
}

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

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

.full { 
  width: 100%;
  height: 100%;
}

#post {
  text-align: center
}

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

#home .masthead {
  margin: 0em;
  padding: 0rem 0rem;
}

#home #bg1 { z-index:1; background: url(images/bg2.JPG)   no-repeat center center; background-size: cover; }
#home #bg2 { z-index:2; background: url(images/bg-v2.JPG) no-repeat center center; background-size: cover; }
#home #bg3 { z-index:3; background: url(images/3.JPG)     no-repeat center center; background-size: cover; }
#home #bg4 { z-index:4; background: url(images/9.JPG)     no-repeat center right ; background-size: cover; }
#home #bg5 { z-index:5; background: url(images/12.JPG)    no-repeat center center; background-size: cover; }
#home #bg6 { z-index:6; background: url(images/15.JPG)    no-repeat center center; background-size: cover; }


#home .bg {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin: 0em;
  padding: 0rem 0rem;
}

#home .masthead .column {
  position: relative;
}

#home .masthead .information p {
  max-width: 600px;
}


#home .masthead .image {
  position: absolute;
  left: 0%;
  bottom: -1500px;
}

/*--------------
    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 {
    right: 0px;
  }
  
  #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;
  }

  #home .fbposts {
    display:none;
  }
  
  #home .fb-note.hidden  {
    display:block;
  }
}
