/*====================================================
    Author: Matt Kunnari
    checkout my github @ https://github.com/mkunnari1
======================================================
    GENERIC STYLES
======================================================*/

html {
    font-family: 'Courier New', Courier, monospace;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body{
    font-size: 15px;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
}

footer,
nav{
    display: block;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Courier New', Courier, monospace
}

h1 {
    line-height: 50px;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: rgb(252, 237, 179);
    text-shadow: 1px 2px 3px rgba(0,0,0,.5);
}

h1::after { /*this is the underline */
    display: block;
    content: "";
    height: 2px;
    width: 150px;
    background: rgb(252, 237, 179);
    margin: 5px auto 40px;
    box-shadow: 4px 2px 3px rgba(0, 0, 0, .5)
}

h2 {
    line-height: 30px;
    color: rgb(252, 237, 179)k;
}

h3 {
    line-height: 30px;
    padding-bottom: 20px;
}

h4 {
	padding-top: 25px;
	line-height: 40px;
	padding-bottom: 0px;
	font-size: 22px;
	font-weight: 900;
}

p {
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 15px;
}

.home-central-text {
    line-height: 50px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 30px;
    color: rgba(143, 79, 6, 1);
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.521);
  /* 
   border: 5px groove rgba(143, 79, 6, .25); 
    border-radius: 35%;
  */
    
}

.home-header {
    padding-top: 40px;
    /*
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.9);
	font-variant: small-caps;
	color: #fff;
	letter-spacing: 5pt;
	word-spacing: 21pt;
	font-size: 4.5em;
	text-align: left;
	font-family: impact, sans-serif;
	line-height: 2;
    font-weight: 900;
    border: 5px double #fff;
    padding: 10px;
    */
}

section{
    padding-top: 50px;
    margin-top: 50px;
}

.navbar {
	height: 105px;
	max-height: 340px;
	display: block;
}

.wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    text-align: center;
}

.nav-wrap{
    height: 100%;
	width: 100%;
	position: absolute;
	/* This ensures that the images cannot 
	   render outside of their container 
	   without forcing any scrollbars*/
	overflow: hidden;
	top: 0;
	left: 0;
    
    
}

.nav-menu {
      max-height: 340px;
      margin: 0% auto;
      content: " ";
      width: 100%;
      position: fixed;
      z-index: 100;
     
}

.nav-container {
    max-height: 340px;
	margin: 0% auto;
	content: " ";
	/* top: 0;
	left: 0; */
	/* position: absolute; */ /* to the top edge of the screen */
	width: 100%;
	position: fixed;
    z-index: 100;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

#rotate-90 {
    transform: rotate(90deg);
    margin-left: -20px;
    margin-top: -80px;
    margin-bottom: -40px;
    height: 400px;
    width: 225px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .clearfix:after,
  .container:after,
  .navbar:after {
      clear: both;
      display: table;
      content: " ";
  }

/*=============================================
HOME STYLE SECTION
===============================================*/

#Home {
    background: url(../HTML-Project1/Images/pic-palace/dog-background-2-1.JPG.jpeg) no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    display: block;
    height: auto;
    padding-top: 450px; /*spacer before main title logo*/
    padding-bottom: 500px; /*spacer after main title logo*/
    color: #fff;
}

.head-sub-main {
    font-size: 23px ;
    font-weight: 500;
    padding: 50px 20px 10px 20px;
	text-transform: uppercase;  
}

.head-last {
    font-size: 18px ;
    font-weight: 900;
    padding: 5px 20px 20px 20px;
    border: 1px dotted #fff;
    padding: 5px;
}

/*=============================================
    MEMBERSHIP STYLES
===============================================*/

.gallery-flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 8px;
    margin: 0px auto;
    background-color:rgb(252, 237, 179);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5); 
}

#Membership {
    background-color: rgb(158, 87, 6);
}

.form-header {
    width: 60%;
    padding: 10px;
    border-radius: 8px;
    margin: 0px auto;
    background-color: ;
    box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, .1), 1px 2px 10px 0 rgba(0, 0, 0, .5);
}

.form-header h2 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    color: rgb(252, 237, 179);
    font-weight: 500;
    font-size: 1.3 em;
    letter-spacing: 0pt;
    word-spacing: 0pt;
}

.form-header h2 span {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    color: rgb(252, 237, 179);
    font-weight: 900;
    font-size: 1.5em;
    font-variant: small-caps;
    letter-spacing: 0pt;
    word-spacing: .3pt;
}

.form-header p {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    color: rgb(252, 237, 179);
    font-weight: 550;
    font-size: 1.2em;
    letter-spacing: 0pt;
}

.membership-form {
    font-size: 16px;
    outline: none;
    font-weight: 600;
    color: rgb(252, 237, 179);
    padding: 12px 12px;
    width: 70%;
    border: 1px solid rgb(252, 237, 179);
    margin: 2% auto;
    border-radius: 7px;
    background: rgb(161, 89, 6);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, .3);
    font-family: sans-serif;

}

.membership-form input[type="text"] {
    font-size: 15px;
    outline: none;
    font-weight: 500;
    color: #949494;
    padding: 2% 1% 2% 7%;
    width: 80%;
    border-top: 1px solid rgb(252, 237, 179);
    border-right: 2ps solid rgb(252, 237, 179);
    border-bottom: 2px solid rgb(252, 237, 179);
    border-left: 2px solid rgb(252, 237, 179);
    margin: 10px 1em;
    border-radius: 7px;
    background: rgb(151, 84, 7);
    box-shadow: 0px 3px 0px 0px rgba(5,5,5,.15);
    font-family: sans-serif;
}

.membership-form input[type="text"]:hover {
    box-shadow:2px 4px 2px 0px rgba(221, 167, 131, 0.514) 
}

.form-spacer {
    padding: 30px 40px;
}

.terms {
    padding-left: 52px;
    margin-top: 7%;
    float: right;
    font-size: 14px;
    line-height: 5px;
    color: black;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    position: relative;
    display: inline;
 
}

.terms:hover {
    color: blue;
    text-decoration: underline;
}

.submit input[type="submit"] {
     cursor: pointer;
     color: burlywood;
     border: none;
     font-weight: 900;
     outline: none;
     text-align: center;
     font-family: 'Courier New', Courier, monospace;
     margin: 0px 3%;
     padding: 7px 0px;
     width: 25%;
     font-size: 20px;
     transition: border-color 0.3s color 0.3s background-color 0.3s;
     border-radius: 7px;
     background-color: rgb(252, 237, 179);
     box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3);

}

#mksubmit {
    margin: 0px 3%;
    padding: 0px 0px 10px 20px;
    width: 25%;
    font-size: 20px;
}


.submit input[type="submit"]:hover {
    color: #000;
    background-color: aquamarine;
    box-shadow: inset 1px 2px 15px 0 rgba(0, 0, 0, .5);
}

/*====================================================
             FOOTER STYLES
======================================================*/

#footer {
    background-color: rgb(76, 159, 207); 
    color: black;
    text-align: right;
    text-shadow: 2px 2px 8px 0 (0,0,0,.4);
    padding: 20px 50px 20px 50px;
    
}
