@charset "UTF-8";

	@font-face {
	 font-family: dinner;
	 src: url("font/DINNextLTPro-Regular.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('font/DINNextLTPro-Regular.ttf') format('ttf'), url('font/DINNextLTPro-Regular.ttf') format('truetype');

	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}
@font-face {
	 font-family: dinnerITA;
	 src: url("font/DINNextLTPro-MediumItalic.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('font/DINNextLTPro-MediumItalic.ttf') format('ttf'), url('font/DINNextLTPro-MediumItalic.ttf') format('truetype');

	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}	

@font-face {
	 font-family: dinner2;
	 src: url("font/DINNextLTPro-Light.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('font/DINNextLTPro-Light.ttf') format('ttf'), url('font/DINNextLTPro-Light.ttf') format('truetype');

	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}	

	@font-face {
	 font-family: modeca;
	 src: url("font/Modeka.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('font/Modeka-Extended.otf') format('otf'), url('font/Modeka-Extended.otf') format('truetype');

	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}

@font-face {
	 font-family: orator;
	 src: url("font/OratorStd.eot"); /* EOT file for IE */
	   src: local('☺'),
	         url('font/OratorStd.otf') format('otf'), url('font/OratorStd.otf') format('truetype');

	 /* src: url("Lekton-Regular.ttf") TTF file for CSS3 browsers */
	}
	@font-face {
	 font-family: oratorslanted;
	 src: url("font/OratorStd-Slanted.eot"); /* EOT file for IE */
	 src: local('☺'),
	         url('font/OratorStd-Slanted.otf') format('otf'), url('font/OratorStd-Slanted.otf') format('truetype');
}

body {
      font-family: orator;
      margin: 0;
      background: #ffffff;
}




.container {
      max-width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 0 0;
}


@media screen and (max-width: 580px) {
      .container {
         
            /*padding: 0 2rem;*/
      }
}

h1, h2, h3 {
      font-weight: 300;
      margin-top: 0px;
      margin-bottom: 8px;
}

h1 {
      font-size: 54px;
      color: #202020;
}

h2 {
      font-size: 28px;
      color: #8D8273;
}

h3 {
      font-size: 28px;
      color: #8D8273;
}

h4 {
      font-size: 20px;
      color: #8D8273;
      font-weight: 400;
      margin-bottom: 0;
}

p {
      margin: 10px 0;
      color: #8D8273;
      line-height: 24px;
}

img {
/*      margin: 0px 0; */

      width: 100%;
     
}

button {
      outline: none;
      border: none;
      margin: 18px 0;
      padding: 20px 40px;
      background: #FFD152;
      font-family: Roboto;
      color: #282627;
      letter-spacing: 2px;
      font-weight: 800;
      text-transform: uppercase;
}

i {
      font-size: 42px;
      letter-spacing: 14px;
}


a:link {
  color: #F2f2f2;
    text-decoration: none;
}

/* fixed navigation */

nav {
      height: 60px;
      width: 100%;
      background-color: #000000;
      position: fixed;
}

nav ul {
      padding: 0;
      margin: 0;
}

nav li {
      display: inline;
      float: left;
}

nav a {
      display: inline-block;
      width: 100px;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      padding: 20px 0;
      color: #f2f2f2;
      transition: 1s;
}

nav a:hover {
      color: #6C6C6C;
}

nav a#toggle-btn {
      display: none;
}

@media screen and (max-width: 580px) {
      nav {
            height: auto;
            border-bottom: 0;
      }

      nav ul {
            display: none;
            height: auto;
      }

      nav li {
            width: 100%;
            float: left;
            position: relative;
      }

      nav a {
            text-align: left;
            width: 100%;
            text-indent: 25px;
            background: #282627;
            color: #c6c6c6;
      }

      nav a:hover {
            color: #6C6C6C;
      }

      nav a#toggle-btn:after {
            content: "|||";
            transform: rotate(-90deg);
            width: 40px;
            height: 40px;
            display: inline-block;
            position: absolute;
            right: 5px;
            top: 25px;
      }

      nav a#toggle-btn {
            display: block;
            background: #000000;
            color: #f2f2f2;
            width: 100%;
            position: relative;
      }

      .menu:before, .menu:after {
            content: "";
            display: table;
      }

      .menu:after {
            clear: both;
      }

      .menu {
            zoom: 1;
      }
}

/* landing-page content */

.section-hero {
   /*   width: 100%;
      height: 100vh; */
      margin: 0;
      padding: 0;
/*      overflow-y: hidden; */
}

.section-hero .container {
/*      margin-top: 3vh; */
}

.section-hero h2 {
      color: #ffffff;
}

@media screen and (max-width: 580px) {
      .section-hero h2 {
            font-size: 24px;
      }

      .section-hero p {
            display: none;
      }
}

/* About */

#about {
      background: #ffffff;
      padding: 8rem 0;
}

.about-content {

      text-align: center; 
       /* padding-left: 120px; */
}

@media screen and (max-width: 580px) {
      .about-content {
            display: grid;
            grid-gap: 1px;
            grid-template-columns: repeat(1, 1fr);
            text-align: center;
          padding: 20px;
      }
}

/* about section */

#about {
      padding: 0 0;
}

#about h2 {
      text-transform: uppercase;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 12px;
      margin-bottom: 1em;
      padding-left: 12px;
     color: #202020;
}

#about p {
    padding-left: 12px;
        color: #202020;
}

/* gallery */

#gallery {
      background: #000000;
      padding: 0 0;
}

#gallery h2 {
      text-transform: uppercase;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 12px;
 align-items: center;
      color: #f2f2f2;
    margin-top: 200px;
    margin-bottom: 200px; 
}

#gallery p {
    padding-left: 12px;
      color: #f2f2f2;
}

.gallery-content {
      display: grid;
      grid-gap: 1px 1px;
    grid-template-columns: repeat(3, 1fr);
   /*   text-align: left; */
    align-items: center;
}



@media screen and (max-width: 580px) {
      .gallery-content {
            display: grid;
            grid-gap: 1px 1px;
            grid-template-columns: repeat(1, 1fr);
           /* text-align: left; */
           align-items: center;
      }
}

/* contact section */

#contact {
      background: #000000;
     /* padding: 25em 0; */
    text-transform: uppercase;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 12px;
      align-items: center;
      color: #f2f2f2;   
    padding-top: 200px;
    
}

#contact h2 {
      color: #f2f2f2;
margin-bottom: 50px;

}

#contact p {
      color: #8d8d8d;
        font-size: 12px;
      letter-spacing: 4px;
    margin-bottom: 0px;

}

.contact-content {
  
}



@media screen and (max-width: 580px) {
      .contact-content {
            ;
      }
}

#subscribe input {
      width: 80%;
      margin: 2em 0;
      background: none;
      border: 1px solid #8D8273;
      padding: 20px;
      font-family: dinner;
      font-weight: 400;
      color: rgb(211, 165, 100);
}

#subscribe input:focus {
      border: none;
      outline: none;
      border: 2px solid #f2f2f2;
}

input::placeholder {
      color: #8D8273;
      text-transform: uppercase;
      font-weight: 400;
}

/* footer */

footer {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      /* padding: 1em 0; */
      background: #101010;
     font-size: 7px;
}

footer span {
      color: #8c8c8c;
      font-weight: 300;
      font-size: 10px;
     font-family: dinner;
      letter-spacing: 2px;
}
