html {
  background: #ffffff no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%
}


@font-face{
  font-family:'franklin-gothic-condensed';
  src:url(https://use.typekit.net/af/f95b4b/00000000000000003b9b1f75/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/f95b4b/00000000000000003b9b1f75/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/f95b4b/00000000000000003b9b1f75/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
}

@font-face{
  font-family:'franklin-gothic-condensed';
  src:url(https://use.typekit.net/af/0b1774/00000000000000003b9b1f77/27/l?subset_id=2&fvd=n6&v=3) format("woff2"),url(https://use.typekit.net/af/0b1774/00000000000000003b9b1f77/27/d?subset_id=2&fvd=n6&v=3) format("woff"),url(https://use.typekit.net/af/0b1774/00000000000000003b9b1f77/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
  font-weight:600;
  font-style:normal;
}

@font-face{
  font-family:'baskerville-urw';
  src:url(https://use.typekit.net/af/a04e51/00000000000000003b9acb60/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/a04e51/00000000000000003b9acb60/27/d?subset_id=2&fvd=i4&v=3) format("woff"),url(https://use.typekit.net/af/a04e51/00000000000000003b9acb60/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
}

body {
  font-family: 'franklin-gothic-condensed', sans-serif, 'baskerville-urw', serif;
  font-size: 1em;
  overflow: auto;
  color: rgba(25, 43, 108, 1.0);
  margin: 0;
  padding: 0;
  height:100%;
}

* {
    box-sizing: border-box;
}

.sidebar{
  width: 30%;
  height: 100%;
  bottom:50px;
  float: left;
  padding-left: 50px;
  padding-top: 70px;
  position: fixed;
  overflow: auto;
  background: rgba(0, 0, 0, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.sidebar a{
  text-decoration:none;
  color: rgb(25, 43, 108);
}

.sidebar a:visited{
  text-decoration:none;
  color: rgb(25, 43, 108);
}

.sidebar a:hover{
  text-decoration:none;
  color:rgb(109, 110, 113);
}

.sidebar a:active{
  text-decoration:none;
  color:rgb(109, 110, 113);
}

.sidebar #title{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  display: block;
  font-size: 3em;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  line-height: 0.9em;

}

.sidebar #subheading{
  display: block;
  font-family: 'baskerville-urw', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.3em;
  margin-left:auto;
  margin-right:auto;
  margin-top: -16px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;

}

.sidebar #description{
  font-size: 1.2em;
  font-weight:600;
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;

}

.sidebar #description a{
  color: rgb(25, 43, 108);
  border-bottom: 0.15em solid currentColor;
  text-decoration: none;
  cursor:pointer;

}

.sidebar #description a:hover{
  color:rgb(109, 110, 113);
  border-bottom: 0.15em solid white;
  cursor:pointer;
  transition: border-bottom 0.3s ease;

}

.sidebar #nav{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}

.nav-item {
  font-size: 1em;
  font-weight:600;
  margin-right: 10px;
  display: inline-block;
  color: rgb(25, 43, 108);
  cursor:pointer;
}

.nav-item:hover {
  display: inline-block;
  color:rgb(109, 110, 113);
  cursor:pointer;
}

p a{
  text-decoration:none;
  color: rgb(25, 43, 108);
  border-bottom: 0.1em solid currentColor;
  cursor:pointer;

}

p a:visited{
  text-decoration:none;
  color: rgb(25, 43, 108);
  border-bottom: 0.1em solid currentColor;
  cursor:pointer;

}

p a:hover{
  border-bottom: 0.1em solid white;
  transition: border-bottom 0.3s ease;
  color:rgb(109, 110, 113);
  cursor:pointer;
}

.dropbtn {
	display:none;
    border: none;
    cursor: pointer;
    text-align: center;
}

.dropdown {
  position: fixed;
    display: none;
}

.dropdown-content {
    display: none;
    min-width: 160px;
    height: 100px;
	  overflow: auto;
}

.dropdown-content a {
	  display:none;
    padding: 12px 16px;
}

.dropdown-content a:hover {
    text-decoration: none;
    color: #6d6e71;
    cursor: pointer;
}

.pages{
  width: 70%;
  float: right;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-left: 40px;
  position: static;
  overflow: hidden;
}

#work{
  margin-right:40px;
}

.page{
  width: 100%;
  margin-top: 25px;
}

.page-title{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  display: block;
  font-size: 2em;
  line-height: 0.9em;

}

.page-description{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:400;
  color: #6d6e71;
  display: block;
  font-size: 1em;
  line-height: 1.2em;

}

.gallery{
  width: 100%;
  display:inline;
  position: relative;
  overflow-y:hidden;

}

.gallery_mobile{
  display:none;
  margin:auto;
}

.piece{
  display: inline-flex;
  margin: 10px;
  margin-bottom:45px;
}

.label_left{
  position: relative;
  width:50%;
  height:auto;
  text-align:right;
  margin-right:25px;
  margin-top:8px;
}

.label_left a{
  text-decoration: none;
  color: rgb(25, 43, 108);
  cursor:pointer;
}

.label_left a:visited{
  text-decoration: none;
  color: rgb(25, 43, 108);
  cursor:pointer;
}

.label_left a:hover{
  cursor:pointer;
  color: rgb(109, 110, 113);
  text-decoration: none;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.label_left a:active{
  text-decoration:none;
  color:rgb(109, 110, 113);
}


.label_right{
  position: relative;
  width:50%;
  height:auto;
  text-align: left;
  margin-left:25px;
  margin-top:8px;
}

.label_right a{
  text-decoration: none;
  color: rgb(25, 43, 108);
  cursor:pointer;
}

.label_right a:visited{
  text-decoration: none;
  color: rgb(25, 43, 108);
  cursor:pointer;
}

.label_right a:hover{
  cursor:pointer;
  color: rgb(109, 110, 113);
  text-decoration: none;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.label_right a:active{
  text-decoration:none;
  color:rgb(109, 110, 113);
}

#work_title{
  display: inline-block;
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  font-size: 3em;
  line-height: 0.9em;
  text-decoration: none;
}

#work_description{
  display: inline-block;
  font-family: 'baskerville-urw', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1em;
  margin-top: 3px;
  line-height: 1em;
  text-decoration: none;
}

.categories_left{
  position: absolute;
  width: 100%;
  height:auto;
  display: block;
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  line-height: 1em;

}

.categories_left a{
  text-decoration: none;
  color: rgba(109, 110, 113,0.5);
  cursor:pointer;
}

.categories_left a:visited{
  text-decoration: none;
  color: rgba(109, 110, 113,0.5);
  cursor:pointer;
}

.categories_left a:hover{
  cursor:pointer;
  color: rgb(25, 43, 108);
  text-decoration: none;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.categories_right{
  position: absolute;
  width: 100%;
  height:auto;
  display: block;
  font-family: 'franklin-gothic-condensed', sans-serif;
  color: rgba(109, 110, 113,0.5);
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1em;
}

.categories_right a{
  text-decoration: none;
  color: rgba(109, 110, 113,0.5);
  cursor:pointer;
}

.categories_right a:visited{
  text-decoration: none;
  color: rgba(109, 110, 113,0.5);
  cursor:pointer;
}

.categories_right a:hover{
  cursor:pointer;
  color: rgb(25, 43, 108);
  text-decoration: none;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.opening{
  display:inline-block;
  text-align: left;
  width: 27.5%;
  vertical-align: top;
  padding-right:7.5px;
  margin-bottom:15px;
}

.middle{
  display: inline-block;
  text-align: left;
  width: 27.5%;
  vertical-align: top;
  padding-right:7.5px;
  margin-bottom:15px;
  margin-top:-5px;
}

.project-title{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  font-size: 3em;
  line-height: 0.9em;
  margin-bottom: 0px;
  margin-top: -5px;

}

.project-description{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:400;
  color: #6d6e71;
  font-size: 1em;
  line-height: 1.2em;
}

.project-description #subtitle{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  color: rgb(25, 43, 108);
  font-size: 1em;
  line-height: 1.8em;

}

.thumbnail{
  width:100%;
  height:auto;
  margin: 10px;
  border: none;
  box-shadow: rgba(0,0,0,0.6);
  -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    }

.thumbnail:hover {
  width:100%;
  height:auto;
		-o-transform: scale(0.99,0.99); -ms-transform: scale(0.99,0.99); -moz-transform: scale(0.99,0.99); -webkit-transform: scale(0.99,0.99); transform: scale(0.99,0.99);
    }

.twenty_left{
  width: 17.5%;
  height:auto;
  padding-right:7.5px;
}

.twenty_right{
  width: 17.5%;
  height:auto;
  padding-left:7.5px;
}

.thirty_left{
  width: 27.5%;
  height:auto;
  padding-right:7.5px;
}

.thirty_right{
  width: 27.5%;
  height:auto;
  padding-left:7.5px;
}

.forty_left{
  width:37.5%;
  height:auto;
  padding-right:7.5px;
}

.forty_right{
  width:37.5%;
  height:auto;
  padding-left:7.5px;
}

.fifty_left{
  width: 47.5%;
  height: auto;
  padding-right:7.5px;
}

.fifty_right{
  width: 47.5%;
  height: auto;
  padding-left:7.5px;
}

.sixty_left{
  width:57.5%;
  height:auto;
  padding-right:7.5px;
}

.sixty_right{
  width:57.5%;
  height:auto;
  padding-left:7.5px;
}

.seventy_left{
  width:67.5%;
  height:auto;
  padding-right:7.5px;
}

.seventy_right{
  width:67.5%;
  height:auto;
  padding-left:7.5px;
}

.eighty_left{
  width:77.5%;
  height:auto;
  padding-right:7.5px;
}

.eighty_right{
  width:77.5%;
  height:auto;
  padding-left:7.5px;
}

.hundred{
  width:95.5%;
  height:auto;
}

.thumbnail_project{
  margin-bottom: 15px;
  border: none;
}

.thumbnail_project:hover{
  cursor: pointer;
}

.rec{
  height: 300px;
  width: 200px;
}

.square{
	height: 250px;
	width: 250px;
}

.about_content{
    display: inline-block;
    vertical-align: top;
}

.portrait{
    display:inline-block;
    width:35%;
    height: auto;
    float:left;
}

.about_text{
  display: inline-block;
  text-align: left;
  margin-left:20px;
  width: 30%;
  vertical-align: top;
  font-size: 1em;
  font-weight:400;
}

.contact-page{
  font-size: 1.5em;
  font-weight:600;
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.contact-page a{
  color: rgba(25, 43, 108, 1.0);
  border-bottom: 0.15em solid currentColor;
  text-decoration: none;
  cursor:pointer;

}

.contact-page a:visited{
  color: rgba(25, 43, 108, 1.0);
  border-bottom: 0.15em solid currentColor;
  text-decoration: none;
  cursor:pointer;

}

.contact-page a:hover{
  color:rgb(109, 110, 113);
  border-bottom: 0.15em solid white;
  cursor:pointer;
  transition: border-bottom 0.3s ease;

}

#reserve{
  width: 65%;
  padding: 25px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.65);

}

#MY_VIDEO_1{
  display: block;
  width: 95.5%;
  margin-bottom: 15px;
}

input{
  width: 100%;
  height: 50px;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  padding: 20px 10px;
  background-color: white;
  border-radius: 5px;

}

select{
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline;
  border: none;
  width: 50px;
  height: 30px;
  border-radius: 10px;
  background-color: white;

}

input[type=datetime-local]{
	width: 200px;
	margin-left: 10px;
	display: inline;
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	font-family: 'Franklin Gothic', sans-serif;

}

@media (max-width: 1350px) {
  input[type=datetime-local]{
	width: 200px;
	display: block;
	margin-left: 0px;
	border: none;
	padding: 20px 10px;
	background-color: white;
	font-family: 'Franklin Gothic', sans-serif;

  }

  select{
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    display: block;
	border: none;
	width: 50px;
	height: 30px;
	border-radius: 10px;
	background-color: white;

  }
}

textarea{
	width: 100%;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px;
	border: none;
	background-color: white;
	font-size: 1em;
	border-radius: 5px;

}

input[type=submit]{
	width: 100%;
	padding-top: 10px;
	background-color: #757373;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-size: 0.7em;
	border-radius: 5px;

}

#googleMap{
	width: 50%;
	height: 300px;

}

#footer{
  width: 100%;
  height: 50px;
  bottom: 0;
  position: fixed;
  left: 0;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 0.65em;
  background: #000000;
  display: flex;
  align-items: center;

}

#footer p.footer{
  float: left;
  left: 10px;
  margin: 10px;
}


#footer #social{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  right: 0px;
  top: 15px;
}

#footer .icon{
  margin-right: 10px;
}

@media only screen and (max-width: 940px) {

  nav {
    z-index: 999 !important;
    background-color: transparent;
    height: 50px;
  }

  .cbp-spmenu {
    background: #47a3da;
    position: fixed;
  }

  .cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
  }

  .cbp-spmenu-push-toright {
  left: 240px;
  }

  .cbp-spmenu-push-toleft {
  left: -240px;
  }

  .cbp-spmenu,
  .cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }


.cbp-spmenu-vertical {
  font-size: 90%;
  width: 190px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-left,
.cbp-spmenu-push-toleft {
  left: -190px;
}

.cbp-spmenu-right {
  right: -190px;
}

.cbp-spmenu-push-toright {
  left: 190px;
}

  #showLeftPush {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 40px;
    left: 30px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #showLeftPush input
  {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  #showLeftPush span
  {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: rgb(25, 43, 108);
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #showLeftPush span:first-child
  {
    transform-origin: 0% 0%;
  }

  #showLeftPush span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }

  #showLeftPush input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }
  #showLeftPush input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #showLeftPush input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu
  {
    position: fixed;
    width: 90vw;
    height: 100vh;
    box-shadow: 0 0 10px #85888C;
    margin: -40px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: rgba(25, 43, 108, 1.0);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  #menu li
  {
    padding: 10px 0;
    transition-delay: 2s;
  }

  #menu li a
  {
    font-family: 'franklin-gothic-condensed', sans-serif;
    font-weight:600;
    font-size: 3em;
    text-decoration:none;
    color:rgb(255, 255, 255);
  }

  #menu li a:visited
  {
    text-decoration:none;
    color:rgb(255, 255, 255);
  }

  #menu li a:active
  {
    text-decoration:none;
    color:rgb(255, 255, 255);
  }

  #showLeftPush input:checked ~ ul
  {
    transform: none;
  }

  .sidebar{
    display:none;
    width: 0%;
    height: 0%;
    bottom:0px;
    float: left;
    left: 0px;
    padding-top: 0px;
    position: fixed;
    overflow: auto;
    background: rgba(0, 0, 0, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }

  #title{
    font-family: 'franklin-gothic-condensed', sans-serif;
    font-weight:600;
    display: block;
    font-size: 5em;
    margin-left:auto;
    margin-right:auto;
    margin-top: 160px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    line-height: 0.9em;

  }

  #subheading{
    display: block;
    font-family: 'baskerville-urw', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 0.3em;
    margin-left:auto;
    margin-right:auto;
    margin-top: -16px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;

  }

  #category_description{
    font-size: 3em;
    font-weight:600;
    line-height:0.9;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 100px;
    margin-bottom: 40px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;

  }

#description{
  font-size: 1.8em;
  font-weight:600;
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;

}

#description a{
  color: rgb(25, 43, 108);
  border-bottom: 0.15em solid currentColor;
  text-decoration: none;
  cursor:pointer;

}

#description a:hover{
  color:rgb(109, 110, 113);
  border-bottom: 0.15em solid white;
  cursor:pointer;
  transition: border-bottom 0.3s ease;

}

section {
  position: relative;
  width: 100%;
  height: 100%;
}
section::after {
  position: absolute;
  bottom: 0;
  left: -30px;
  content: '';
  width: 100vw;
  height: 95%;
  background: transparent;
}

#section05 {
  background: transparent / center center / cover no-repeat;
  height:100px;
}

.demo a {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

.scroller{
  padding-top: 70px;
}
.scroller span{
  position: absolute;
  top: 0;
  left: 47%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid rgb(25, 43, 108);
  border-bottom: 3px solid rgb(25, 43, 108);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.pages{
  display:none;
}

.page{
  display: none;
}

.gallery{
  display:none;
  margin:0 auto;
}

.gallery_mobile{
  display:inline-block;
  width: 85%;
  margin-top: 0px;
  margin-left:30px;
}

.piece{
  display: inline-block;
  margin-left:auto;
  margin-bottom: 50px;
  align-content: left;
}

.label_left{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  text-align:left;
  margin-top:12px;
}

.label_left a{
  text-decoration: none;
  color: rgb(25, 43, 108);
  cursor:pointer;
}

.label_left a:visited{
  text-decoration: none;
  color: rgb(25, 43, 108);
  cursor:pointer;
}

.label_left a:hover{
  cursor:pointer;
  color: rgb(109, 110, 113);
  text-decoration: none;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.label_left a:active{
  text-decoration:none;
  color:rgb(109, 110, 113);
}

#work_title{
  display: block;
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  font-size: 3em;
  line-height: 0.9em;
  text-decoration: none;
}

#work_description{
  display: block;
  font-family: 'baskerville-urw', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.3em;
  margin-top: 3px;
  line-height: 1em;
  text-decoration: none;
}


.categories_left{
  display: block;
  position: relative;
  width: 100%;
  height:auto;
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: rgba(109, 110, 113, 0.5);
  margin-right: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 1em;
}

.categories_left a{
  text-decoration: none;
  color: rgba(109, 110, 113, 0.5);
  cursor:pointer;
}

.categories_left a:visited{
  text-decoration: none;
  color: rgba(109, 110, 113, 0.5);
}

.categories_left a:hover{
  cursor:pointer;
  color: rgb(25, 43, 108);
  text-decoration: none;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.page-title{
  margin-top: 60px;
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  display: block;
  font-size: 2.5em;
  line-height: 0.9em;
  margin-top: 100px;

}

.page-description{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:400;
  color: #6d6e71;
  display: block;
  font-size: 1em;
  line-height: 1.2em;

}

.thumbnail_project{
  height:auto;
  width:100%;
  margin-left:0px;
  border: none;
  box-shadow: rgba(0,0,0,0.6);
}

.opening{
  display:inline-block;
  text-align: left;
  width: 100%;
  margin-right:0px;
  margin-top:100px;
  margin-bottom:-20px;
  margin-left:0px;
}

.middle{
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
}

.project-title{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  font-size: 3em;
  line-height: 0.9em;
  margin-left:auto;

}

.project-description{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:400;
  color: #6d6e71;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-left:auto;
}

.project-description #subtitle{
  font-family: 'franklin-gothic-condensed', sans-serif;
  font-weight:600;
  color: rgb(25, 43, 108);
  font-size: 1.3em;
  line-height: 1.8em;

}

.thumbnail_project_horizontal{
  width: 100%;
  height: auto;
    border: none;
    display:block;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:0px;
}

.portrait{
    display:inline-block;
    width:95%;
    height: auto;
    float:left;
    margin-left:auto;
}

.about_text{
  display: inline-block;
  text-align: left;
  margin-top:20px;
  margin-left: 0px;
  width: 100%;
  margin-left:auto;
  margin-bottom: 50px;
  font-size: 1.3em;
}

.contact-page{
  font-size: 1.6em;
  font-weight:600;
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.contact-page a{
  color: rgba(25, 43, 108, 1.0);
  border-bottom: 0.15em solid currentColor;
  text-decoration: none;
  cursor:pointer;

}

.contact-page a:visited{
  color: rgba(25, 43, 108, 1.0);
  border-bottom: 0.15em solid currentColor;
  text-decoration: none;
  cursor:pointer;

}

.contact-page a:hover{
  color:rgb(109, 110, 113);
  border-bottom: 0.15em solid white;
  cursor:pointer;
  transition: border-bottom 0.3s ease;

}


#MY_VIDEO_1{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-left:0px;
  margin-bottom: 15px;
}

}


}

/* Text Animations */

.fadeinout{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

/***********************************/

@media only screen and (max-width: 475px) {
	#footer{
       width: 100%;
       height: 70px;
       bottom: 0;
       position: fixed;
       left: 0;
       font-weight: 700;
       color: #FFFFFF;
       font-size: 0.65em;
       background: #000000;
	   display: flex;
	   flex-wrap: wrap;
       align-items: center;
	   align-content: center;
	   justify-content: center;
	   text-align: center;

     }

	 #footer p.footer{
	   margin: 10px 10px;
     }

	 #footer #social{
	   position:  initial;
	   display: flex;
  	   flex-wrap: wrap;
	   margin-bottom: 10px;
     }

	 #footer .icon{
       margin-right: 10px;
     }
}
