/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_tree .
 *= require_self
 */
html, body {
  background-image: url('https://download.unsplash.com/uploads/1413395496082cbc91228/43e39040');
  
  background-repeat: no-repeat;

  font-family: 'OpenSansRegular', sans-serif;
/*  background-size: cover;*/
  background-color: #fff; 
  margin: 0px 0px 0px 0px;

} 


.container-fluid {
  width: 100%;

}
/* nav bar 
.nav {}

.navbar {
  width: 100%;
  background-color: #b9b1a8;
  margin: 0px 0px -20px 0px;
  padding: 0px 0px 0px 0px;
  position: fixed;
}

.navbar img {
  position: relative;
  margin: auto;
  padding: 0px 0px 0px 0px;

 
}
.navbar a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  
  
}

.navbar li {
  display: inline;
  color: #ffffff;
  font-size: 16px;
   margin: auto;
  padding: 20px;
}*/

/* Main 
.main {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 80px 0px 0px 10px;
  text-align: center;
  font-family: 'OpenSansRegular', sans-serif;
  color: #1e1e1e;

}

img.resize{
   max-width:20%;
   max-height:20%;
}*/
/*
.main h1 {
  font-size: 75px;
  font-weight: 100;
  color: #FFFFFF;
}

.main p {
  position: relative;
  top: 20px;
  font-size: 30px;
  color: #FFFFFF;
} */

/*Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
/*@media (min-width: 750px) { ... } */

/* Medium devices (desktops, 992px and up) */
/*@media (min-width: 970px) { ... } */

/* Large devices (large desktops, 1200px and up) */
/*@media (min-width: 1170px) { ... } */


/*@media screen and (max-width: 800px) {
    body {
        background-size: auto 100%;
    }
    .container {
        width: 100%;
    }
}
*/
/* HEADER 

.pull-right {
  text-align: right; 
  float:right;
  margin: 25px 10px 0px 5px;
  
}
.pull-left {
  position: inline;
  
}

.header {
  z-index: 1;
  width: 100%;
  height: 60px;
  background-color: #002624;
  position: fixed;
  display: block;
  margin: -5px 0px 0px 0px;
  border-bottom: 1px solid #001312;

}

.header li {
  position: relative;
  float: right;
  padding: 10px;
  color: #FFFFFF;

}

.header img {
  position: relative;
  float: left;
  margin: 15px 0px 0px 5px;
  height: 40px;
  width: 40px;
}
.header a {
  display: inline-block;
  font-size: 16px;  
  text-decoration: none; 
  color: #FFFFFF;
}

.header a:hover {
  text-decoration: none;  
  color: #ffb16a; 
}*/

/* FORM PAGES */
@import "bootstrap-sprockets";
@import "bootstrap";

.form {
  text-align: center;
  margin: 0 auto 10px;
  padding: 60px 0 10px 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #404040;
  width: 300px;
}

input[type=text],
input[type=email],
input[type=password] {
  color: #666666;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 6px; 
  height: 60px;
  margin: 6px auto;
  text-indent: 10px;
}

.btn-submit {
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  background: #C0C0C0;
  padding: 10px 20px;
  border: 1px solid #d8d8d8;
  margin-top: 6px;
  border-radius: 6px;
  opacity: 0.5;
}

#error_explanation {
  color: red;
  ul {
    color: red;
    margin: 0 0 30px 0;
  }
}

.field_with_errors {
  @extend .has-error;
  .form-control {
    color: $state-danger-text;
  }
}



/*  RESPONSIVE 

@media screen and (max-width: 992px) {
  .img-container img {
    width: 100%;
  }
}

@media screen and (max-width: 512px) {
  .pull-right {
    background-color: #f1f2f2;
    position: relative;
    margin: 0;
    width: 100%;
  }

  .pull-right ul {
    margin: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
  }

  .pull-right ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    width: 50%;
  }

  .pull-right ul li a {
    display: block;
    width: 100%;
  }

  .img-container {
    height: 40px;
  } */
