body, html   {

		        width: 100%;
		        height: auto;
		        margin:0;
		  }
		
		header   {
		             clear: both;
					 display: block;
					 width: 103%;
					 height: 13%;
					 z-index:1;
					 margin-bottom: 65px;
				}
			#logo    {
			            margin-left: 75px;
						border-radius: 50%;
				}
		
		#navbar    {
		              list-style-type: none;
					margin-top: 50px;
					  float: right;
					  margin-right: 305px;
					}
		.navlink    {
		               display: inline;
					   padding: 25px;
					   font-family: "Eb Garamond"; font-size: 22px;
					   color: black;
					  }
					  
					  .navlink:link   {
		                   color: black;
		                   text-decoration: none;
		}
		
		.navlink:hover   {
		  
		         color: chocolate;
		}
					  
		.out:link   {
		                   color: black;
		                   text-decoration: none;
		}
		
		.out:hover   {
		  
		         color: chocolate;
		}
					  
			/*STYLE UNIQUE TO PAGE*/
			
			
		
						
		
		#maincontent    {
		                   text-align: center;
						   width: 103%;
						   
						  z-index: 1;
						   height: 700px;
						   background-color: tan;
					
						 margin: 0;
		         font-family: "Eb Garamond"; font-size: 27px;
				
				 letter-spacing: 3px;
				 line-height: 42px;
				 color: black;
				 padding: 15px;
				 
				
				}
	#text    {
	         width: 600px;
			 text-align: center;
			 margin-left: 365px;
			 margin-top: 60px;
			 }
	    #icon     {
		               display: block;
		              margin: 0 auto;
					}
	    
		
		
		#bottom    {
		              color: black;
					  background-color: lightslategrey;
					  width: 103%;
					  padding: 20px;
					  font-family: Montserrat; font-size: 12px
					  
				}
				h5   {
				  
				  text-align: right;
				}
				
	#today, h5    {
	                 display: inline;
	}
				
                          /*PARALLAX*/

        .slide    {
		background-image: url('http://res.cloudinary.com/rapha3l/image/upload/v1525717006/glass-3360838_1920_etx08u.jpg');
			 height: 100%; 
			 width: 105%;
            background-attachment: fixed;
            margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
     }	
     
     #namebox   {
                  
                  font-family: "Eb Garamond"; font-size: 60px;
                  text-shadow: 2px 1px gray;
                  text-align: center;
                 padding-top: 150px;
                 color: #e0a641;
                 line-height: 60px;
     }
	 
	 
	 /*OTHER PARALLAX*/
	 
	 .slide1  {
	 background-image: url('http://res.cloudinary.com/rapha3l/image/upload/v1514392306/woman2_bet4ti.jpg');
			 height: 100%; 
			 width: 105%;
            background-attachment: fixed;
            margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
	 }
	 
	 .issatitle1 {
	   font-family: "Eb Garamond"; font-size: 38px;
	   text-align:center;
	   padding-top: 25px;
	 }
	 
	 
	 .special {
	   
	   font-family: "Eb Garamond", serif; 
	   font-size: 36px;
	   margin-top: 46px;
	   text-align: center;
	   letter-spacing: 9px;
	   color:#e0a641;
	   
	   
	 }
	 
	 
	 /*   THIS IS THE SYLE FOR THE CONTACT SIDEBAR!!!!!  */
	 
	   #contact-sidebar {
	     display: none;
	     width: 28%;
	     height: 355%;
	     background-color:black;
	     
	   left: 72%;
	     position: absolute;
	     line-height: 20px;
	     
	   }
	   
	   #contact-p {
	     text-align: right;
	     color:#e0a641 ;
	     font-family:Montserrat;
	     font-size: 16px;
	     z-index: 2;
	     margin: 30px;
	     position: absolute;
	     
	   }
	   
	   #close {
	     font-size: 25px;
	     border-width: 1px;
	     border-color: white;
	     border-style: solid;
	     color: white;
	     width:14px;
	     height: auto;
	     margin: 22px;
	     cursor: pointer;
	     
	   }
	   
	   #link {
	     cursor: pointer;
	   }
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 @media only screen and (max-width: 750px) {
	   
	   
	   #logo {
	    display: none;
	     
	 }
	 
	 .navlink{
	   
	   font-size: 17px;
	   display: inline-block;
	   
	   
	 }
	 
	 #navbar {
	   margin-right: 40px;
	 }
	 
	 #namebox {
	   margin-left: 1px;
	 }
	 
	 #text {
	   margin-left: 18px;
	   letter-spacing: 1px;
	   font-size: 14px;
	   text-align: center;
	   width: 300px;
	   
	 }
	 
     .slide1  {
       
	 background-image: url('http://res.cloudinary.com/rapha3l/image/upload/v1523822339/womanphone_cgeyzz.jpg');
	 
			 height: 100%; 
			 width: 100%;
            background-attachment: fixed;
            margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
	 }
	 
	 .issatitle1 {
	   font-family: Montserrat; font-size: 21px;
	   margin-left: 10px;
	   text-align: center;
	
	   
	 }
	 
	 
	 .special {
	   
	   font-family: Montserrat; font-size: 19px;
	   margin-top: 42px;
	   margin-left: 20px;
	   text-align: center;
	   
	   
	   
	 }
       
     }
	 
	 
	 
	 
	 
				  
		
						 
				
					
		
		       
		
	
					  
					  
					  
					  