/*
 * 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.
 *


 */

 html, body {
  /*background-image: url('https://download.unsplash.com/38/awhCbhLqRceCdjcPQUnn_IMG_0249.jpg');
  
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #ebe3e0;
  font-family: varela;

  color: #6e6e6e;

} 

.container-fluid {
  width: 100%;

}
/* nav bar */
.navbar {
  width: 100%;
  background-color: #b9b1a8;
  margin: 15px 0px 0px 0px;
  padding: 0px 0px 0px 0px;


}
.navbar img {
  margin: 0px 0px 0px 0px;
  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: 10px 30px 20px 0px;
  padding: 0px 0px 0px 0px;
}

/* Main */
.main {

  margin: 20px 20px 20px 20px;
}
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 {
  color: ;
  position: inline;
  margin: 30px 0px 0 0;
}
.pull-left {
  position: inline;
  margin: 0px 0px 0 0;
}*/
/*.header {
  margin: 0;
  padding: 0;

}
/*
.header li {
 display: inline;

 margin-right: 30px;
 right: 0px;
 color: #FFFFFF;
}

.header img {
  margin: 20px 0 0 0;
  height: 80px;
  width: 80px;
}
.header a {
  font-size: 20px;  
  text-decoration: none; 
  color: #FFFFFF;
}

.header a:hover {
  text-decoration: none;  
  color: #585858; 
}

/* FORM PAGES */


.form {
  text-align:center;
  margin: 0 auto 10px;
  padding: 20px 0 10px 0;
  font-size: 16px;
  
  width: 300px;
}

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

.btn-submit {
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  background: #C0C0C0;
  padding: 10px 20px;
  border: 0;
  margin-top: 6px;
}

/*  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;
  } */

