  @font-face {
  font-family: Montserrat;
  src: url(Font/Montserrat-Black.ttf);
  }


@font-face {
  font-family: "Oswald";
  src: url("Font/Oswald/Static/Oswald-Medium.ttf");
}

@font-face {
  font-family: "Sana";
  src: url("Font/Sana/Sana.ttc");
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FAF9F6;
  font-family: sans-serif;
  font-color: white; !important
} /*old background color #212121*/

p {
  font-size: 23px; /*instead of 30*/
  overflow: hidden;
}

h2 {
  font-size: 40px; /*instead of 50*/
}

h3 {
  font-size: 30px;
}

/*.wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-column-gap: 1px;
  grid-row-gap: 170px;
  grid-auto-rows: 150px; 
}*/


.wrapper,
.wrapperAbout {
  display: grid;
  grid-column-gap: 1px;
  grid-row-gap: 170px;
}

.wrapper {
grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
grid-auto-rows: 150px; 
}
.wrapperAbout {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-auto-rows: 200px; 
}

/*.wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr)); 430 is perfect for all browsers
  grid-column-gap: 1px;
  grid-row-gap: 170px;
  grid-auto-rows: 150px; 
}*/

.content {                  
  padding: 10px;
}

.wrapperAbout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-column-gap: 1px;
  grid-row-gap:  170px;
  grid-auto-rows: 200px; 
}

.Proj1Content {
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
  font-family: Montserrat;
}

.NameWave {
  width: 500px;
}

.HomeIntro {
  max-width: 1300px;
  margin: auto;
  line-height: 1.8;
  font-size: 80px;
  font-family: 'Barlow Condensed', sans-serif;
}

.HomeIntro2 {
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
  font-size: 17px;
  font-family: Verdana;
}

.AboutName {
  font-size: 60px;
  margin: auto;
  line-height: 1.8;
  font-family: Montserrat;
}

.AboutTitle {
  font-size: 50px;
  margin: auto;
  line-height: 1.8;
  font-family: Montserrat;
}

/*non-screen images*/
.Proj1Img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 400px;
}

.PhotoMe{
  height: 360px;
  width: 360px
}

.OldSite-GetInvolvedImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

h1 {
	font-size: 20pt;
	position: fixed;
	top: 5%
}


/*********Color of words and makes the cut in the middle*********/
.Mask {
  position: absolute;
  overflow: hidden;
  color: white; /*#FF2C75;*/
  height: 49%;
  transition: all 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}

/**************enables cut in the middle***************/
.Mask span {
  display: block;
}

/**************enables cut in the middle***************/
.Mask + .Mask {
  top: 48.9%;
  height: 51.1%;
}

/**************enables cut in the middle***************/
.Mask + .Mask span {
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
}

.Menu-list-item:hover .Mask,
.Menu-list-item:active .Mask {
  color: #FFF;
  -webkit-transform: skewX(12deg) translateX(5px);
          transform: skewX(12deg) translateX(5px);
}
.Menu-list-item:hover .Mask + .Mask,
.Menu-list-item:active .Mask + .Mask {
  -webkit-transform: skewX(12deg) translateX(-5px);
          transform: skewX(12deg) translateX(-5px);
}
.Menu-list-item:hover::before,
.Menu-list-item:active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}


/************HEADER**************/


.Menu-list-item {
  position: relative;
  color: transparent; 
  cursor: pointer;
}

/*
.Menu {
  display: flex;
  font-size: 3.3rem;
}

.header{
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   background-color: #28292b; 
   padding: 30px 656px;
   color: white;
}

nav #MainNav{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	position: fixed;
}

nav #MainNav a{
	flex-grow: 1;
	text-decoration: none;
}

nav #MainNav li{
	text-align: left;
	font-size: 20px;
}*/

.NavItem0{
  transition: 1s ease;
  position: fixed;
	left: 0%; /*45%*/
  top: 15px;
  z-index: 100;
}

.NavItem0:hover {
  opacity: 0.2;
}

.NavItem1{
  transition: .5s ease;
  position: fixed;
  right: 630px; 
}

.NavItem1:hover {
  color: gray;
  opacity: 0.6;
}

.NavItem2{
  transition: .5s ease;
  position: fixed;
  right: 400px;  
}

.NavItem2:hover {
  color: gray;
  opacity: 0.6;
}

.NavItem3{
  transition: .5s ease;
  position: fixed;
  right: 170px;  
}

.NavItem3:hover {
  color: gray;
  opacity: 0.6;
}

.NavItem4{
  transition: .5s ease;
	position: fixed;
	right: 70px; 
}

.NavItem4:hover {
  color: gray;
  opacity: 0.6;
}

.NavItem5{
  transition: 1s ease;
  position: fixed;
  left: 10px;
  top: 40px;
  text-decoration: none;
  list-style: none;
  z-index: 102;
}

.NavItem5:hover {
  opacity: 0.2;
}

.NavItem6{
  transition: 1s ease;
  position: fixed;
  left: 2%;
  top: 40px;
  text-decoration: none;
  list-style: none;
  z-index: 101;
}

.NavItem6:hover {
  opacity: 0.2;
}


.parent {
  position: relative;
  margin-top: 10px;
}
/******************HEADER END*******************/


#proj1 {
	position: absolute;
	top: 100px;
	right: 100px;	
	list-style: none;
  width: 550px;
}

form {
	position: absolute;
	top: 120px;
}

#contactBio {
	font-size: 18px;
}

.Heading {
	font-size: 40px;
  max-width: 500px;
  margin: auto;
}

.Heading2 {
  font-size: 65px;
  max-width: 500px;
  margin: auto;
}

.contactHeading {
  font-size: 45px;
  color: #d3d3d3;
}

.control {
  max-width: 500px;
  margin: auto;
  float: middle;
  font-size: 19px;
  margin-right: 100px;
  color: #d3d3d3;
  grid-column: 2/4;
}

.personal {
  float: left;
  margin-left: 150px;
  height: 600px; 
  width: 500px;
  grid-column: span 2/7;
}

.headSize {
	font-size: 40px;
}

.screenImg{
  height: 450px; 
  width: 80% ;
  display: block;
  margin-left: auto; 
  margin-right: auto;
}

.FSAscreenImg {
  width:800px; 
  display: block;
  margin-left: auto; 
  margin-right: auto;"
}

.CoPscreenImg{
  height: 300px; 
  width: 500px;
  display: block;
  margin-left: auto; 
  margin-right: auto;"
}

.MicrosoftImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 450px;

}

.UStartscreenImg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height:600px;
}

#UStartLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height:300px;
}

#UStartPersonas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  height:600px;
}

.CoasterVRscreenImg {
  display: block;
  margin-left: auto; 
  margin-right: auto;
  height: 450px; 
  width: 700px;
}

.WebVRscreenImg {
  display: block;
  margin-left: auto; 
  margin-right: auto;
  height: 350px; 
  width: 700px;
}

.ShootingscreenImg {
  display: block;
  margin-left: auto; 
  margin-right: auto;
  height: 350px; 
  width: 550px;
}

#ShootingPicscreenImg {
  display: block;
  margin-left: auto; 
  margin-right: auto;
  height: 350px; 
  width: 650px;
}

.FlyBirdscreenImg {
  display: block;
  margin-left: auto; 
  margin-right: auto;
  height: 450px; 
  width: 700px;
}


/*******************************FOOTER**************************/
.footer {
   position: fixed;
   bottom: 0;
   left: 0;
   color: rgba(188,188,188, 0.4);
   width: 100%;
   bottom: 0px;
   font-family: Montserrat;
}

/*icons*/
.fa {
  text-decoration: none;
}

.fa-linkedin {
  color: white;
}

.fa-github {
  color: white;
}

.fa-envelope {
  color: white;
}

.fa-file-pdf-o {
  color: white;
}

/*icons hover*/
.footer-icons {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-icons .footer-icons-effect {
  list-style: none;
}

.hiii {
  float: left;
  list-style: none;
  text-decoration: none;
  padding: none;
  border: none;
  top: 30%;
  z-index: 200;
}

 ul li a {
  position: relative; 
  text-align: center;
  font-size: 30px;
  transition: .5s;
  font-size: 200px;
}

ul li a::before {
  position: absolute;
  transition: .5s;
  transform: scale(.9);
}

ul li a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px gray;/*#ffee10;*/
}

ul li a:hover {
  color: gray;/*#ffee10;*/
  box-shadow: 0 0 5px gray;/*#ffee10;*/
  text-shadow: 0 0 5px gray;/*#ffee10;*/
}

/*******************FOOTER ICONS FADING OUT*********************/
.transparency{
  transition: .3s ease;
}

.transparency:hover {
  opacity: 0.5;
}



/******IMAGES CHOICES OUTLINE (HAVING THEM CENTERED UNDER EACH OTHER)*****/
/*.column {  /* Create equal columns that floats next to each other */
  /*float: left;*/
  /*margin-left: 500px;
  width: 700px;
  margin: 0 auto;
}*/

/***************IMAGE CHOICES FADE OUTS - WORDS FADE INS***************/
#FSAMobileAppImage{
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  height: 300px;
  width: 80%
}

#MobileAppImage{
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  height: 300px;
  width: 40%
}

.image2 {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  width: 100%
}

.image3 {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  height: 300px;
  width: 40%
}


.video-responsive {
  width: 100%;
  padding-bottom:56%;
  position:relative;
  height:0;
}

.video-responsive iframe{
  left: 10%;
  top:0;
  height:80%;
  width:80%;
  position:absolute;
}








































































/*makes words appear*/
.DesktopInterfaceVR {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  top: 700px; 
  left: 17%; 
  transform: translate(-50%, -50%);
  text-align: center;
}

.Microsoft {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 1430px;*/ /*if i get rid of animation then I'll use this*/
  top: 740px; /*1930 before intro on home page*/
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.UXPersonal {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 1430px;*/ /*if i get rid of animation then I'll use this*/
  top: 740px; /*1930 before intro on home page*/
  left: 83%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.FSABlog {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  top: 1060px; 
  left: 17%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.FAFSAMobile {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  top: 1060px; 
  left: 17%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.FSAMobileAppMiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  top: 1060px; /*400 before intro on home page*/
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.FSAmiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 350px;*/ /*if i get rid of animation then I'll use this*/
  top: 1060px; /*930 before intro on home page*/
  left: 83%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.VIP-AR{
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 880px;*/ /*if i get rid of animation then I'll use this*/
  top: 1370px; /*1470 before intro on home page*/
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.NYUCoPmiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 880px;*/ /*if i get rid of animation then I'll use this*/
  top: 1370px; /*1470 before intro on home page*/
  left: 17%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.UStartmiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 1430px;*/ /*if i get rid of animation then I'll use this*/
  top: 1370px; /*1930 before intro on home page*/
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.CoasterVRmiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 370px;*/ /*if i get rid of animation then I'll use this*/
  top: 470px;
  left: 19%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.WebVRmiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 860px;*/ /*if i get rid of animation then I'll use this*/
  top: 430px;
  left: 71%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ShootingGamemiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 260px;*/ /*if i get rid of animation then I'll use this*/
  top: 510px;
  left: 22.5%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.FlyBirdmiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  /*top: 760px;*/ /*if i get rid of animation then I'll use this*/
  top: 510px;
  left: 73.5%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.LinkedInmiddle {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  top: 1900px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/*makes images turn gray so text can appear*/
.content:hover .image {
  opacity: 0.2;
}

.content:hover .image2 {
  opacity: 0.2;
}

.content:hover #FSAMobileAppImage{
  opacity: 0.2;
}

/*fmakes words disappear*/

.content:hover .DesktopInterfaceVR {
  opacity: 1;
}

.content:hover .Microsoft {
  opacity: 1;
}

.content:hover .UXPersonal {
  opacity: 1;
}

.content:hover .VIP-AR {
  opacity: 1;
}

.content:hover .FSABlog {
  opacity: 1;
}

.content:hover .FAFSAMobile {
  opacity: 1;
}

.content:hover .FSAMobileAppMiddle {
  opacity: 1;
}

.content:hover .FSAmiddle {
  opacity: 1;
}

.content:hover .NYUCoPmiddle {
  opacity: 1;
}

.content:hover .UStartmiddle {
  opacity: 1;
}

.content:hover .CoasterVRmiddle {
  opacity: 1;
}

.content:hover .WebVRmiddle {
  opacity: 1;
}

.content:hover .ShootingGamemiddle {
  opacity: 1;
}

.content:hover .FlyBirdmiddle {
  opacity: 1;
}

.content:hover .LinkedInmiddle {
  opacity: 1;
}

.text {
  background-color: transparent;  
  color: white;
  font-size: 23px;
  padding: 16px 32px;
  margin: 0 auto;
}

#temporary {
  background-color: transparent;  
  font-size: 30px;
  padding: 16px 32px;
  margin: 0 auto;
}



/************************LOGO ANIMATION (flip)***********************/

.NavItem0 {
  -webkit-animation: rotate-diagonal-1 0.4s linear both;
          animation: rotate-diagonal-1 0.4s linear both;
}

@-webkit-keyframes rotate-diagonal-1 {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
            transform: rotate3d(1, 1, 0, -360deg);
  }
}
@keyframes rotate-diagonal-1 {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
            transform: rotate3d(1, 1, 0, -360deg);
  }
}


.glow {
  font-size: 25px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  text-align: center;
  /*-webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;*/
}

@-webkit-keyframes glow {
  from {
    text-shadow: #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


#stars3:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 902px 1883px #FFF , 1416px 628px #FFF , 1009px 811px #FFF , 19px 767px #FFF , 1845px 1751px #FFF , 879px 634px #FFF , 836px 1588px #FFF , 1359px 1621px #FFF , 212px 1135px #FFF , 1097px 1484px #FFF , 1230px 274px #FFF , 1543px 839px #FFF , 1756px 339px #FFF , 964px 1320px #FFF , 1967px 1902px #FFF , 217px 1618px #FFF , 410px 1985px #FFF , 777px 1782px #FFF , 651px 300px #FFF , 292px 68px #FFF , 807px 1097px #FFF , 1463px 45px #FFF , 269px 1445px #FFF , 838px 1615px #FFF , 82px 255px #FFF , 1731px 1614px #FFF , 258px 1997px #FFF , 861px 893px #FFF , 1922px 1027px #FFF , 10px 1066px #FFF , 1003px 1444px #FFF , 1312px 1386px #FFF , 880px 1199px #FFF , 11px 374px #FFF , 6px 4px #FFF , 1836px 1094px #FFF , 1855px 1183px #FFF , 353px 763px #FFF , 80px 262px #FFF , 1883px 5px #FFF , 1101px 7px #FFF , 1536px 1814px #FFF , 561px 1378px #FFF , 1527px 1968px #FFF , 1850px 1770px #FFF , 1795px 1333px #FFF , 1401px 162px #FFF , 854px 582px #FFF , 1723px 1358px #FFF , 1222px 466px #FFF , 790px 1070px #FFF , 360px 1226px #FFF , 1016px 90px #FFF , 727px 76px #FFF , 1195px 1906px #FFF , 1733px 420px #FFF , 855px 1945px #FFF , 1064px 528px #FFF , 783px 624px #FFF , 1016px 1437px #FFF , 1493px 333px #FFF , 485px 1044px #FFF , 1259px 193px #FFF , 1471px 891px #FFF , 847px 472px #FFF , 1530px 1261px #FFF , 1500px 1164px #FFF , 205px 1529px #FFF , 1664px 830px #FFF , 980px 575px #FFF , 1602px 848px #FFF , 1073px 1405px #FFF , 1980px 316px #FFF , 1743px 1696px #FFF , 60px 643px #FFF , 189px 1426px #FFF , 1654px 197px #FFF , 138px 1689px #FFF , 299px 106px #FFF , 1523px 1622px #FFF , 1921px 818px #FFF , 559px 84px #FFF , 312px 973px #FFF , 511px 1503px #FFF , 1425px 1128px #FFF , 241px 1480px #FFF , 461px 1221px #FFF , 1404px 196px #FFF , 634px 1135px #FFF , 908px 1347px #FFF , 369px 1874px #FFF , 514px 761px #FFF , 1612px 985px #FFF , 1073px 685px #FFF , 902px 1091px #FFF , 316px 833px #FFF , 1915px 802px #FFF , 1838px 269px #FFF , 83px 56px #FFF , 563px 1816px #FFF;
}


@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(2000px);
  }
}

























/* Original Dark Burger Menu */

/*
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif; 
}

.navbar {
  background-color: #28292b;
  padding-bottom: 10px;  
  position: fixed;
  width: 100%;
  z-index: 5;
}

.main-nav {
  list-style-type: none;
  display: none;
}

.nav-links,
.logo {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}


.navbar-toggle {
  position: fixed;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}

#chkToggle {
  display: none;
}

#chkToggle:checked + ul.main-nav {
  display: block;
}

@media screen and (min-width: 1355px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
    align-items: center;
  }

  #chkToggle:checked + ul.main-nav {
    display: flex;
  }

  .main-nav {
    display: flex;
    margin-right: 30px;
    flex-direction: row;
    justify-content: flex-end;
  }

  .main-nav li {
    margin: 0;
  }

  .nav-links {
    margin-left: 40px;
  }

  .navbar-toggle {
    display: none;
  }

}

*/







/* fun facts drop down */

/*
nav ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  display: inline-table;
}

nav ul ul {
  display: none;
}

nav ul li:hover > ul {
  display: block;
}


nav ul li {
  float: left;
  text-align: left;
  
}

nav ul li a {
  display: block; 
  padding: 15px 10px;
  text-decoration: none;
}
          
nav ul ul {
  border-radius: 0px; 
  padding: 0;
  position: absolute; 
  top: 100%;
}

nav ul ul li {
  float: none;
  border-bottom: 2px solid #eaeaea; 
  position: relative;
}

nav ul ul li a {
  padding: 15px 10px;
  color: white;
  background: #28292b;
} 

#down-triangle {
  float: right;
  width: 0; 
  height: 0;
  margin-top: 5px;
  margin-left: 15px;
  border-top: 10px solid #884e6a;
  border-left: 10px solid transparent; 
  border-right: 10px solid transparent; 
}
*/
















































































































@import url('https://fonts.googleapis.com/css?family=Lora|Raleway&display=swap');

/* Styles for the overall layout of the page. Nothing important here */

body {
  padding: 2rem;
}

a {
  text-decoration: none;
}

/* Gray Scale */
.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*a:hover {
  color: gray;
  transition: 1.5s;
  -moz-box-shadow: 0 0 10px #ccc;
      -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 5px 5px 5px 5px;
}*/

h1 {
  font-family: 'Lora', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1F313D;
  margin-bottom: 1rem;
}

/* Styles for positioning the cards. Just three lines of code? That's how awesome CSS grid is! */
ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-gap: 1rem;
  padding-right: 50px;
  padding-left: 50px;
}

ul li {
  
  border: 1px solid #EDEFF5;
  box-shadow: 2px 4px 14px rgba(141, 153, 174, 0.18);
  border-radius: .25rem;
  list-style: none;
}

.image{
  
  border: none;
  box-shadow: none;
  border-radius: none;
  list-style: none;
  width: 350px;
  height: 350px;
}

ul li img {
  width: 100%;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.text-container {
  padding: 1rem;
}

.text-container h2 {
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1F313D;
  /* The styles here are meant to truncate titles that are too long. The first line ensures long text doesn't overflow its container. The second one ensures we title gets truncated */
  overflow: hidden;
  white-space: nowrap;
  /* Then, we show the three dots if the title is too long to be readable */
  text-overflow: ellipsis;
}

.text-container hr {
  border: none;
  border-top: 1px solid #EDEFF5;
}

.text-container p {
  font-family: 'Raleway', sans-serif;
  font-style: .8rem;
  color: #607380;
  line-height: 1.5rem;
  /* Here's where the line-clamp magic begins. First, we need to hide the content that overflows our desired number of text lines to show */
  overflow: hidden;
  /* Then, we use the old implementation of Flexbox on the paragraph and set its direction to be row */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* Finally, we set the desired number of lines we want to show */
  -webkit-line-clamp: 3;
}




/* CSS GRID */

/*
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Source+Sans+Pro:200,400');



a {
  text-decoration: none;
  color: white;
  border-radius: .25rem;
  text-align: center;
  display: inline-block;
  transition: all .3s;
}

a:hover {
  opacity: .6;
}

.breweries {
  padding: 2rem;
}

.breweries > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  grid-gap: 6rem;
  list-style: none;
}


.breweries > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
}


.breweries > ul > li > figure {
  max-height: 220px;
  overflow: hidden;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
}


.breweries > ul > li > figure > img {
  width: 100%;
}


.breweries > ul > li > figure > figcaption {  
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  width: 100%;
}


.breweries > ul > li > figure > figcaption > h3 {
  color: white;
  padding: .75rem;
  font-size: 1.25rem;
}


.breweries > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #666666;
}
*/

/*
.breweries > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
}

*/






















/* Final and last nav bar :) */

body {
  padding: 0;
  margin: 0;
}
.container {
  position: relative;
  margin-top: 100px;
}
.container img {
  display: block;
  width: 100%;
}
nav {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  padding: 0 5%;
  height: 100px;
  background-color: #28292b; 
}

nav .links {
  float: right;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
nav .links li {
  list-style: none;
  border: none;
  box-shadow: none;
  border-radius: none;
  padding-right: 20px;
}
nav .links a {
  display: block;
  /*padding: 1em;*/
  font-size: 14px; /*16*/
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  outline: 100px;
}
#nav-toggle {
  position: absolute;
  top: -100px;
}
nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 5px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 950px) {
 
  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgba(0,0,0,.8);
    overflow: hidden;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
  }
  nav .links a {
    font-size: 20px;
  }
  nav :checked ~ .links {
    bottom: 0;
  }
  nav .icon-burger {
    display: block;
  }
  nav :checked ~ .icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }
  nav :checked ~ .icon-burger .line:nth-child(2) {
    opacity: 0;
  }
  
}


