
@import url(//fonts.googleapis.com/css?family=Roboto);
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
.section-heading > a{
  color: #333333;
}

.navbar-inverse .navbar-nav .active  > a {
  background-color: #DDDDFF;
  color: #000000;
}

.navbar-inverse .navbar-nav .active  > a :hover {
  background-color: #DDDDFF;
  color: #000000;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}

#top-menu {
  /*background-color: #0066FF;*/
  border: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1em;
	background-image: url("../img/dark-blue-gradient.png");
	background-repeat: repeat-x;
	/*background-size: auto 100%;*/
}

#loading {
    /* Will be revealed as needed via JavaScript */
    display: none;
}

#topnav-links > li > a:hover {
  color: #FFFF00;
}

.topnav-links > li > a:hover {
  color: #FFFF00 !important;
}
#main-content {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.25em;
}

#page-heading {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  display: table;
}

.jumbotron {
  width: 100%;
  background: linear-gradient(rgba(204, 204, 255, 0.35), rgba(204, 204, 255, 0.35)),
             	url('../img/cork-wallet.png') repeat center center;
  font-family: 'Raleway', sans-serif;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
}

#heading-text {
  display: table-cell;
  vertical-align: middle;
}

#heading-text > p {
  color: #000000;
}

#heading-text > p > a {
  color: inherit;
}

#heading-text > p.big-text {
  font-family: 'Roboto Slab'; 
  font-weight: 700; 
  font-size: 5em;
}

.lamem-text {
  color: #082253;
  text-shadow: 1px 1px #F7F7F7, -1px -1px 0 #F7F7F7, 1px -1px #F7F7F7, -1px 1px 0 #F7F7F7;
}

.row {
  /*height: 100%;*/
  padding-top: 15px;
 /* padding-left: 30px;
  padding-right: 30px;*/
  /*display: table;*/
  margin-left: 0px;
  margin-right: 0px;
}

#file-upload {
  text-align: center;
}

.img-container {
  width: 65px;
  height: 65px;
  overflow: hidden;
  display: inline-block;
  margin: 5px;
  position: relative;
}
.img-container > img {
  position:absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: none;
 }

.img-container > .portrait {
  max-width: 100%;
  max-height: none;
 }

/* .thumbnail {
  position: relative;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border: none;
  padding: 0px;
  margin: 0.25em;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}*/

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.underline-text {
      border-bottom: solid 2px #000000;
      display: inline;
      padding-bottom: 1px;
}

.section-header {
  font-family: 'Raleway'; 
  /*font-weight: 700;*/
  font-size: 2em;
  color: #082253;
  float: center;
}

.row-title {
  display: table-cell; 
  vertical-align: middle;
  font-family: 'Raleway', sans-serif;
  font-size: 4em;
}

.title-emph {
  font-family: 'Roboto Slab'; 
  font-weight: 700;
}

.btn-reference {
  background-color: transparent;
  border: 1px solid;
  margin: 4px;
  color: #082253;
}


@media (max-width: 768px) {
  /* change things for smaller devices */

  .img-container {
    width: 50px;
    height: 50px;
    margin: 3px;
  }

  #heading-text > p.big-text {
    font-size: 10vw;
  }

  .lamem-text {
    color: #082253;
    text-shadow: 1px 1px #F7F7F7, -1px -1px 0 #F7F7F7, 1px -1px #F7F7F7, -1px 1px 0 #F7F7F7;
  }

}

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 400px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], .loginmodal-container input[type=email], .loginmodal-container input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}


.loginmodal-container input[type=text]:hover, .loginmodal-container input[type=password]:hover, .loginmodal-container input[type=email]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}


 
.warning-box {
  margin: 10px;
  border: 1px black solid;
}

.warning-box h4 {
  text-align: center;
  font-weight: bold;
  color: red;
}
