@mport url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");



body {
/*background-image:url("../images/marble2.jpg") ;*/
background-color:white;
  height:auto;

  color: white;
  font-family: "Poppins", sans-serif;
  font-size:18px;
 margin:0;
}

.one{
  /*background-color:yellow;
  opacity:.5;*/
  color:black;
}
.two{
 /* background-color:red;*/
  opacity:1;
  color:black;
}
.three{
 /* background-color:blueviolet; */
  opacity:1;
  color:black;
}
.four{
 /* background-color:fuchsia; */
  opacity:1;
  color:black;
}

.five{
  /*background-color:orangered; */
  opacity:1;
  color:black;
}


header a {
  text-decoration: none;
}

/*main container for mobile  */

* {
  /*padding: .2rem;
  margin: .2rem; */
  box-sizing: border-box;
}


.main-content2{
/*background-image:url("../images/marble2.jpg");*/
background-color:white;
  background-repeat:no-repeat;
  
  display: grid;
  gap: .8rem;
  grid-auto-columns: 1fr;
  grid-template-areas:
   'onea'
   'one'
   'twoa'
   'two'
   'threea'
   'three'
   'foura'
   'four'
   'fivea'
   'five'
   'sixa'
'six'
'sevena'
'seven'
'eight'
'ten'
'eleven';

  /*width: min(100%, 70rem);*/
  margin-inline: auto;

}

img{
	
	max-width:100%;
	/*margin-top:8rem;
	margin-bottom:8rem;*/
}

.img1{
	
	max-width:100%;
	margin-top:0;
	margin-bottom:0;
}
.overlay-text {
  position: absolute;
  top: 46%; 
  left: 24%; 
  transform: translate(-50%, -50%); 
  background-color: white; 
  opacity:77%;
  color: black; 
  padding: 1rem 1rem; 
  font-size: .9rem; 
  /*text-align: center; */
  font-weight:bold;
width:10rem;
height:17rem;  
border: 1px solid #000000;
}

.overlay-text2{
  position: absolute;
  top:  46%;
  left: 24%; 
  transform: translate(-50%, -50%); 
  background-color: white; 
  opacity:77%;
  color: black; 
  padding: 0 1rem; 
  font-size: .9rem; 
  /*text-align: center; */
  font-weight:bold;
width:10rem;
height:15rem;
padding-top:.5rem;  
border: 1px solid #000000;
}
.overlay-text6{
  position: absolute;
  top:  46%;
  left: 49%; 
  transform: translate(-50%, -50%); 
  background-color: white; 
  opacity:77%;
  color: black; 
  padding: .5rem 1rem; 
  font-size: .9rem; 
  /*text-align: center; */
  font-weight:bold;
width:16rem;
height:10rem;
margin-top:1.25rem;
border: 1px solid #000000;
}
.container{
	padding-bottom:1rem;
}
/*
.text{
/*** test for ellipse for lines 
            display: -webkit-box; 
            -webkit-box-orient: vertical; 
            -webkit-line-clamp: 7; 
            overflow: hidden; 
            text-overflow: ellipsis; 
       padding:0 .5rem;
  border: 1px solid #000000;
}
*/


.noshow{
	
	display:none;
}


.onea{
  grid-area: onea;
  position:relative;
}



.one{
  grid-area: one;
  
 
}

.twoa{
	grid-area:twoa;
	position:relative;
}
.two {
  grid-area: two;
}
.threea{
	grid-area:threea;
	position:relative;
}

.three {
  grid-area: three;
}

.foura{
	grid-area:foura;
	position:relative;
	
}
.four {
  grid-area: four;
}

.fivea{
	grid-area:fivea;
	position:relative;
	
}

.five {
  grid-area: five;
}


.sixa{
	grid-area:sixa;
	position:relative;
	
	
}

.six{
  grid-area:six;
  
}
.sevena{
  grid-area:sevena;
  position:relative;
  }


.seven{
  grid-area:seven;
 

}

.eight{
  grid-area:eight;
   display:flex;
  justify-content:space-evenly;
 

}

.nine{
  grid-area:nine;

}
.ten{
  grid-area:ten;

}


.eleven{
  grid-area:eleven;

}



/* Mobile first set up for the top navigation bar  */

.main-header {
  background-color:#36454F ;    
  height: 7rem;
  display:flex;
  justify-content: space-between;
  position:sticky;
  position:-webkit-sticky;
  top:0;
 z-index:100;
}

header nav{
	display:none;
}


#brand {
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items:center;
  padding-left:2rem;
  font-family:"Cormorant Garamond";
  
  
}

/* color for logo */

#brand a {
  
  color:#d4af37;
}


.mobile-menu a{
	
	color:#d4af37;
	font-weight:bold;
    text-decoration:none;
}

 .mobile-menu #login a,
 .mobile-menu #signup a {
  border-radius: 5px;
  padding: 5px 8px;
  color:white;
  font-weight:bold;
}

#hamburger-icon {
  margin: auto auto;
  cursor: pointer;
}

#hamburger-icon div {
  width: 2.2rem;
  height: .12rem;
  background-color: #d4af37;
  margin: .4rem 0;
  margin-right:4rem;
  transition: .4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.open main-content{
	display:block;
	opacity:0;
}

.mobile-menu {
  display: none;
  position:relative;
  font-size:1.3rem;
  top: 2rem;;
  left: 0;
  height:auto;
  width: 100%;
 
 background-color:darkgray;
 border: 4px solid darkgreen; 
}

.mobile-menu li {
  margin-bottom: .5rem;
  list-style-type:none;
}


/* *************Begin Footer Styling************  */

footer {
    
  background-color:#36454F ;
    color: #ddbd50;
    line-height: 1;
}
footer a {
    text-decoration: none;
    color: #ddbd50;;
}
a:hover {
    text-decoration: underline;
}

.ft-tle{
	font-size:1rem;
	margin-right:0;
	margin-bottom:1rem;
	margin-left:1.5rem;
	
}
.footer-links{
font-size:.9rem;	
	
}

.ft-title {
    color: #ddbd50;
    font-family: ’Merriweather’, serif;
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    margin-right:4rem;
    padding-top:.9rem;
   
}
#ft-ul{
	display:flex;
	justify-content:space-evenly;
	
    text-align:center;
	list-style:none;
}
#ft-ul>li{
	list-style:none;
	font-size:1rem;
	text-decoration:none;
	margin-right: 7rem;
	color:#ddbd50;
}


h6{
	font-size:.9rem;
	margin-top:1rem;
	margin-bottom:.5rem;
}


footer-links li a{color:#ddb50;}

a:visited{
	color:#ddbd50;
	
	
}

.footer-links{
	text-align:center;
	text-decoration:none;
	list-style:none;
	margin-right:2.5rem;
}
.ft-main {
    display: flex;
    flex-wrap: wrap;
}
.ft-main-item {
    padding: 1rem 5rem 1rem 2rem;
    margin: 0 1rem;
   
    list-style-type:none;
}


.ft-main-item ul li {
  list-style-type:none;
	font-size:1rem;
}


#form_fill{
	font-size:1rem;
  text-align:center;
}

form {
   /* display: flex;
    flex-wrap: wrap;*/
    text-align:center;
}

input[type="email"] {
    border: 0;
    pad  ding: 0.625rem;
    margin-top: 0.3125rem;
}

input[type="submit"] {
    background-color: #00d188;
    color: black;
    cursor: pointer;
    border: 0;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.3125rem;
}

.ft-social {

    padding: 0 1rem;
	font-size:.9rem;
	font-weight:bold;
	margin-left:1rem;
	padding-top:1rem;
	margin-right:4rem;
	padding-left:3.5rem;
}

.ft-social-list {
    
    
    border-top: 1px #777 solid; 
    padding: .7rem 5rem;
	width:100%;
	padding-bottom:.6rem;
    list-style-type: none;
}

.ft-social-list li {
    margin: 0.5rem;
    font-size: 1rem;
    font-weight:bold;
}

.ft-legal {
    padding-right: 4rem; 
   margin-left:29rem;
	font-size:1.5rem;
	margin-bottom:-1rem;
	padding-bottom:rem;
	padding-top:2rem;
}

.ft-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	list-style:none;
  align-content: center;
 
 
}

.ft-legal-list li {
    
    white-space: nowrap;
    font-size:2rem;
    /*padding-left:2rem; */
    padding-bottom:1.5rem;
}

.ft-legal-list li a {
  color:white;
}

/* one before the last child */
.ft-legal-list li:nth-last-child(2) {
    flex: 1;       /* same as flex-grow: 1; */
}






/*   **********Large Screen Media Queries**********   */


            /******600 or larger**** */
@media screen and (min-width: 38em) {
  body{
    background-color:hotpink;
    
       }    

       footer{
        display:grid;
       }

  .main-content2 {
	  background-image:url("../images/marble1.jpg");
    grid-template-areas:
     'one one'
     'two five'
     'three five'
     'four four'
     'six six'
     'seven seven';
  }
}

        /******* 860 or larger screen******/
@media screen and (min-width: 54em) {
  body{
    background-color:#00d188;

  }
 

  .main-content2 {
	  background-image:url("../images/marble1.jpg");
      grid-template-areas:
      "one one two"
      "five five five"
      "three four four"
       "six seven eight"
       ". . nine"
       "ten ten ten"
       "eleven eleven eleven";
    }
}

          /*   #####################################*******1200 or larger screen############################################****    */
@media screen and (min-width: 54em) {

* {
  /*padding: 0;
  margin: 0;  */
  box-sizing: border-box;
}


body{
background-color:white;

}
  header{
    display:flex;
    background-color: #1d1f1d;
    padding: 0 1.5rem;
    height:4rem;
    justify-content:space-between;
  
  } 
  
  header nav{
    display:flex;
	z-index:100;
  }
  
  ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  
  ul li a {
     color:#ddbd50;
  }
  
  ul li {
    padding: 5px;
    margin-left: 10px;
    list-style-type:none;
  }
  
  ul li:hover {
    transform: scale(1.1);
    transition: 0.3s;
  }
  
  
  #hamburger-icon{
      display: none;
    }


footer{
  display:flex;
  flex-wrap:wrap;
}


.noshow{
	
	display:flex;
	justify-content:center;
}

.onea{
  grid-area: onea;
  position:relative;
display:flex;
justify-content:center;

}



.one{
  grid-area: one;

 
}

.twoa{
	grid-area:twoa;
	position:relative;
display:flex;
justify-content:center;
	
}
.two {
  grid-area: two;
}
.threea{
	grid-area:threea;
	position:relative;
display:flex;
justify-content:center;
	
}

.three {
  grid-area: three;
}

.foura{
	grid-area:foura;
	position:relative;
	display:flex;
justify-content:center;
	
}
.four {
  grid-area: four;
}

.fivea{
	grid-area:fivea;
	position:relative;
	
}
.five {
  grid-area: five;
  
}

.sixa{
	grid-area:sixa;
	position:relative;
	
}
.six{
  grid-area:six;
  display:flex;
  justify-content:space-evenly;
  
}
.sevena{
	
	grid-area:sevena;
	position:relative;
	
}
.seven{
  grid-area:seven;
   display:flex;
  justify-content:space-evenly;
 

}
.tt{
	/*margin-right:12rem */;
	font-size:1.25rem;
	/*position:relative;
	left: -15%; */
}

.eight{
  grid-area:eight;
   display:flex;
  justify-content:space-evenly;
 

}

.nine{
  grid-area:nine;

}
.ten{
  grid-area:ten;

}


.eleven{
  grid-area:eleven;

}


.six {
  margin-left:1rem;
}

.seven {
  margin-left:2rem;
}
.nine{
  margin-left:30rem;
}
.ten{
  margin-left:33rem;
}

.overlay-text {
  position: absolute;
  top: 111%; 
  left: 50%; 
  width:100%;
  transform: translate(-50%, -50%);
  opacity:77%;
  color: black; 
  padding: 2rem 6rem; 
  font-size: 20px; 
  /*text-align: center; */
  font-weight:bold;
  width:100%;
  height:auto;
  margin-top:1rem;
  border:none;
  
  
  
}

.overlay-text2 {
  position: absolute;
  top: 117%; 
  left: 51%; 
  width:100%;
  transform: translate(-50%, -50%);
  opacity:77%;
  color: black; 
  padding: 0 1rem; 
  font-size: 20px; 
  /*text-align: center; */
  font-weight:bold;
  
  height:auto;
  
  border:none;
  
  
  
}

	
.overlay-text6{
  position: absolute;
  top:  46%;
  left: 28%; 
  transform: translate(-50%, -50%); 
  background-color: white; 
  opacity:77%;
  font-size:1.25rem;
  color: black; 
  padding: .5rem 1rem; 
 
  /*text-align: center; */
  font-weight:bold;
width:16rem;
height:9rem;
/*margin-top:1.25rem; */
border:none;
}






.main-content2 {
	/*background-image:url("../images/marble2.jpg");*/
  display:grid;
  grid-auto-columns: 1fr;
  grid-template-areas:
 /* " . . . ."*/
  " . . . ."  
  "onea onea onea onea"
  
      "one one one  one"
	   " . . . ."
	  "twoa twoa twoa twoa"
	  "two two two two"
	 
	  " . . . ."
	  "threea threea threea threea"
      "three three three three"
	  " . . . ."
	 
	  "foura foura fivea fivea"
      "four four five five"
	    " . . . ."
	  "sixa sixa sixa sixa"
      "six six six six"
	    " . . . ."
     "sevena sevena sevena sevena"
      "seven seven seven seven"
       "footer footer footer footer";
      z-index:1;
	  gap:5em;
  }
  
  .container{
	  
	  margin:0 auto;
  }
  hr{
	  width:100%;
	  background: #ddbd50;
	  height:.3rem;
  }
  .site-footer {
background-color: #26272b;
padding: 0  1rem;
font-size: 1rem;

margin-top:7rem;

box-shadow: 0 10px 20px rgba(0,0,0,0.5);

}


 h6 {
color: #ddbd50;
font-size: 1rem;
text-transform: uppercase;
margin:.5rem .5rem;
letter-spacing: .1rem;
}
.site-footer a {
color:#ddbd50;
}
.site-footer a:hover {
color: #fff;
text-decoration: none;
}
.footer-links {
padding-left: 0;
list-style: none;
}
.footer-links li {
display: block;
}
.footer-links a {
color: #ddbd50;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
color: #fff;
text-decoration: none;
}
.site-footer .social-icons {
text-align: right;
}

.justify-text{
	display:block;
	text-align:center;
}
.ft-tle{
	font-size:1.25rem;
	margin-right:46rem;
	margin-bottom:1rem;
}
	
.simple{
	flex: 1;
            margin: 15px;
            padding: 40px;
            border: 2px solid gold;
			background-color:grey;
			
}	
	
	h5{
		font-weight:bold;
	}
}
}
