
/* Galery style*/
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
    transform:scale(2);
  }
  
  div.gallery img {
    width: 100%;
    height: 100%;
  }
  
  
  div.desc {
    padding: 15px;
    text-align: center;
  }

/* subsribtion form */
@import url(https://fonts.googleapis.com/css?family=Ceviche+One);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);


.subArea, .emailInput > input{
  margin: 0 auto;
}

.subArea{
  background: #232224;
  width: 450px;
  height: 400px;
  border-radius: 10px;
}

.subTitle{
  color: white;
  font-family: 'Ceviche One', cursive;
  font-size: 55px;
  height: 100px;
  line-height: 140px;
  text-align: center;
  text-shadow: 0 2px 5px #FFF;
}

.subInfo, .emailInput > input, .subButton button{
  font-family: 'Ubuntu Condensed', sans-serif;
}

.subInfo{
  color: #5c5c5c;
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.emailInput{
  height: 60px;
  margin-top: 20px;
}

.emailInput > input{
  width: 60%;
  height: 37px;
  text-align: center;
  display: inherit;
  border: none;
  border-radius: 3px;
  outline: none;
}

.subButton button{
  width: 61%;
  height: 37px;
  margin: 10px auto;
  display: inherit;
  background: #A77D53;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: white;
  outline: none;
}

.subButton button:hover{
  background-color: #45a049;
}
/*style bryan */
body{
  background-image: url('../images/jason/sand.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	font-family: 'Catamaran', sans-serif;
}

nav{
	margin-top: -20px;
	width: 100%;
	position: fixed;
	background-color: white;
	box-shadow: 0px 3px 10px rgb(88, 27, 27);
}
.home{
	margin-block-start: 1em;
	margin-left: 10px;
	float: left;
	text-transform: uppercase;
}

ul{
	display: flex;
	justify-content: flex-end;
}
ul.inspiration{
  display: contents;
list-style-type: none;
}
li{
	display: inline-block;
	padding: 0 20px;
}
li.inspiration{
  display: list-item;
}

#infos{
	width: 100px;
}
.nav{
	text-decoration: none;
	color: rgb(27, 25, 139);
}
a:hover{
	color: rgb(160, 57, 57);
}

.orange{
  color: #FF7C00;
}
.paralax{
	top:30px;
	background-image: url("../images/jason/jasons.jpg");
	background-size:cover;
	margin-top: 20px;
  	background-attachment: fixed;
  	padding: 150px;
  	box-shadow: 0px 3px 10px grey;
}
h1{
	text-transform: uppercase;
	color: white;
	text-align: center;
	font-size: 100px;
	letter-spacing: 15px;
	text-shadow: grey 1px 0 5px;
}

.scroll{

	margin:-120px auto 60px;
	padding: 30px;
	padding-bottom: 30px;
	width: 850px;
	height: 300px;
	color: grey;
	background-color: rgb(170, 204, 206);
	overflow: scroll;
}
.alinea { 
  text-indent: 20px; 
}
.bold{
	font-weight: bold;
	text-transform: uppercase;
}
/*card */
.card {
  background-color: rgb(221, 217, 217);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 48%;
  height: 200px;
  
}


.card:hover {
  box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 18px 16px;
}
#card1{
  
  float: right;
}
#card3{
  width:100%;
  height:300px;
}
#card4{
  width:45%;
  float: right;
  }
#lifeChange{
  font-family: 'Kalam', cursive;
  color: #232224;
}
.inspiration{
  font-family: 'Kalam', cursive;
  color: #232224;
}
h3{
  font-family: 'Judson', serif;
  color: rgb(18, 42, 66);
}
/*contact form*/
 /* Style inputs with type="text", select elements and textareas */
 input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #A77D53;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
#contactFormClass {
  width:50%;
  margin:auto;
  padding: 20px;
  background: #232224;
  width: 410px;
  height: 550px;
  border-radius: 10px;
} 
#contact{
  color: white;
  font-family: 'Ceviche One', cursive;
  font-size: 55px;
  height: 100px;
  line-height: 50px;
  text-align: center;
  text-shadow: 0 2px 5px #FFF;
}
.contactEntry{
  color: white;
}

