@charset "UTF-8";
/* CSS Document */

html, body  {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

.page-content {
    min-height: 100%;
    margin-bottom: 0px;
}

.page-content::after {
    content: "";
    display: block;
}

:root {
	--themecolor: rgba(105, 86, 80, 1);
	--themecolorlight: rgba(164, 120, 100, 1);
}


#ThreeDivBlocks {
    width: 100%;
    max-width: 1200px;
}

@-ms-viewport {
  width: device-width;
}

#PortfolioIntro {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 14px;
}

h4 {
    color: #585858;
}

/* GALLERY STYLES BEGIN*/

.PortfolioThumbnails {
    margin: 0 auto;
    width: 100%;
    max-width: 1214px;
    padding-bottom: 20px;
}

* {
  box-sizing: border-box;
}
.galleryrow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
    margin-bottom: 20px;
}

/* Create four equal gallerycolumns that sits next to each other */
.gallerycolumn {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

/* Create three equal gallerycolumns that sits next to each other */
.trigallerycolumn {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.gallerycolumn img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two gallerycolumn-layout instead of four gallerycolumns */
@media screen and (max-width: 700px) {
  .gallerycolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two gallerycolumns stack on top of each other instead of next to each other */
@media screen and (max-width: 520px) {
  .gallerycolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.PortfolioThumbnails img {
    display: block;
    transition: all .2s ease-in-out;
}

.PortfolioThumbnails:hover img {
    opacity: .7;
    transform: scale(.975);
}

.PortfolioThumbnails img:hover {
    opacity: 1;
    transform: scale(1.025) /*rotate(2deg)*/;
    box-shadow: 0 0 7px rgba(0,0,0, .7);
}

@media screen and (max-width: 6000px) {
	.PortfolioThumbnails {
		display: block;
		visibility: visible;
	}
	.MobilePortfolioThumbnails {
		display: none;
        visibility: hidden;
	}
    #InfographicDesktop {
        display: block;
        visibility: visible;
    }
    #InfographicMobile {
        display: none;
        visibility: hidden;
    }
    #InfographicDesktop2 {
        display: block;
        visibility: visible;
    }
    #InfographicMobile2 {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 520px) {
	.PortfolioThumbnails {
		display: none;
		visibility: hidden;
	}
	.MobilePortfolioThumbnails {
		display: block;
        visibility: visible;
	}
    #InfographicDesktop {
        display: none;
        visibility: hidden;
    }
    #InfographicMobile {
        display: block;
        visibility: visible;
    }
    #InfographicDesktop2 {
        display: none;
        visibility: hidden;
    }
    #InfographicMobile2 {
        display: block;
        visibility: visible;
    }
}

/*  GALLERY STYLES ENDS  */

/*YOUTUBE VIDEO BEGINS*/

.YouTubeWrapper {
  width:80%;
  max-width:600px;
  height:100%;
  margin:0 auto;
  background-color:#cfcfcf;
  border:1px solid red;
}

.h_iframe {
  position:relative;
  padding-top: 56%;
}

.h_iframe iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/*YOUTUBE VIDEO ENDS*/

/* NAV MENU BEGINS */

* {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.nav-bar {
    height: 70px;
    background: #ffffff;
    z-index: 1000;
}
 
.brand {
  position: absolute;
  padding-top: 4px;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a img {
	max-height: 60px;
}
.brand a,
.brand a:visited {
  color: var(--themecolor);
  text-decoration: none;
}
 
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}
 
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 60px;
  background: #ffffff;
  color: var(--themecolor);
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: var(--themecolor);
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 210px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
 
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1000;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--themecolor);
  height: 70px;
  width: 70px;
}
    
.activedropdown {
	color: #ffffff;
	background-color: var(--themecolorlight);
	}
    
.activemenu:hover {
	color: #ffffff;
	background-color: var(--themecolorlight);
	}
 
@media only screen and (max-width: 669px) {
  .nav-mobile {
    display: block;
  }
    
.activebar {
	color: #ffffff;
	background-color: var(--themecolorlight);
	}
 
  nav {
    width: 100%;
    padding: 70px 0 0 0;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
	padding-left: 25%;
	 
  }
  nav ul li ul li a {
    padding-left: 30%;
  }
 
  .nav-dropdown {
    position: static;
  }
	.brand a img {
		max-height: 60px;
		margin-top: 0px;
	}
    
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
}

@media screen and (min-width: 670px) {
  .nav-list {
    display: block !important;
  }

.activebar {
    border-bottom: 10px solid;
   border-bottom-color: var(--themecolorlight);
	}
}
    
   
@media screen and (min-width: 670px) {
	#logo1 {
		display: block;
	}
	#logo2 {
		display: none;
		visibility: hidden;
	}
     .MobileTitle {
        visibility: hidden;
		display: none;
        color: var(--themecolor);
	}
}    


@media screen and (max-width: 669px) {
	#logo1 {
		display: block;
	}
	#logo2 {
		display: none;
		visibility: hidden;
	}
    .MobileTitle {
         visibility: visible;
		display: block;
        float: right;
        position: absolute;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-weight: 700;
        font-style: normal;
        color: var(--themecolor);
		top: 25px; right: 80px;
	}
}
    
@media screen and (max-width: 450px) {
	#logo1 {
		display: none;
		visibility: hidden;
	}
	#logo2 {
		display: block;
        visibility: visible;
	}
}

/* NAV MENU ENDS */

.bodysmall {
	font-size: 14px;
    line-height: 18px;
}

.bodysmallfirst {
	font-size: 14px;
    line-height: 18px;
    margin-top: 40px;
}

.bodysmallwhite {
	font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.FigCap {
    font-size: 13px;
    color: #5a5a5a;
    align-content: center;
}

.CaptionArt {
    font-size: 14px;
    color: #5a5a5a;
}

.ComLink {
	color: #A47864;
	text-decoration: none;	
}

.ComLinkUnderlined {
	color: #A47864;
	text-decoration: underline;	
}

.ComLinkPale {
	color: #A47864;
	text-decoration: none;	
}

.ComLink:hover {
	text-decoration: underline;
}

.ComLinkPale:hover {
	text-decoration: underline;
}

.SectionHead {
font-family: atocha, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 44px;
line-height: 0em;
color: #695650;
}

.SectionHeadSideBar {
font-family: ivyjournal,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 22px;
color: #535353;
}

.SectionHeadSideBarLight {
font-family: ivyjournal,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 22px;
color: #ffffff;
}

.SectionHeadLatest {
font-family: ivyjournal,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 22px;
color: #F97272;
}

.YouTubeWrapper {
  width:80%;
  max-width:600px;
  height:100%;
  margin:0 auto;
  background-color:#cfcfcf;
  border:1px solid red;
}

.YouTubeWrapper2 {
  width:80%;
  max-width:600px;
  height:100%;
  margin:0 auto;
  background-color:#cfcfcf;
  border:1px solid red;
}

.h_iframe {
  position:relative;
  padding-top: 56%;
}

.h_iframe iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.ContactButton {
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: var(--themecolor);
}

.ContactButton:hover {
    background-color: var(--themecolorlight);
}

	.h_iframe {
	 overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
	}
	
	.h_iframe iframe {
	  border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
	}

@media screen and (max-width: 620px) {
	#DesktopMuse {
		visibility: hidden;
		display: none;
  }
	#MobileMuse {
		visibility: visible;
		display: block;
  }
}

@media screen and (min-width: 621px) {
	#DesktopMuse {
		visibility: visible;
		display: block;
        margin: 0 auto;
        max-width: 1200px;
  }
	#MobileMuse{
		visibility: hidden;
		display: none;
  }
}

@media screen and (max-width: 620px) {
	#ContactBttnBottom {
		visibility: visible;
		display: block;
        margin: 0 auto;
        max-width: 1200px;
  }
	#ContactBttnTop {
		visibility: hidden;
		display: none;
  }
}

@media screen and (min-width: 621px) {
	#ContactBttnTop {
		visibility: visible;
		display: block;
        margin: 0 auto;
        max-width: 1200px;
  }
	#ContactBttnBottom{
		visibility: hidden;
		display: none;
  }
}

#BttmNav {
    max-width: 800px; 
    margin: 0 auto; 
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

.BttmNavCol {
    border: 1px solid #adadad;
    border-radius: 8px;
    padding: 4px;
    margin: 30px 10px 30px 10px;
}

.BttmNavCol  a {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: .8em;
    color: #8B8B8B;
    text-decoration: none;
    text-align: center;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
}

.BttmNavCol:hover {
    background-color: rgba(225,225,225,1.00)
}

#ThreeDivBlocks {
    display: flex; 
    flex-wrap: wrap-reverse; 
    margin: auto;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(255,255,255,1.0),rgba(255, 255, 255, 1));
}

#LogoText {
    width: 70%;
    min-width: 200px;
    text-justify: auto;
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 1;
}

#Logo {
    width: 30%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 300px;
    min-width: 200px;
    flex-grow: 1;
}

#CurrentProject {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://www.cenydd.com/images/home/Current-Project-BG.jpg);
    background-position: center center;
    background-size: auto;
 }


.CurrentProjectLink {
    width: 55%;
    border-radius: 25px;
    background-color: rgba(70,70,70,0.65);
    text-decoration: none;
}

h4 {
    color: white;
}


@media screen and (max-width: 620px) {
    #PortfolioPromoRect{
        visibility: hidden;
        display: none;
    }
    #PortfolioPromoSquare{
        visibility: visible;
        display: block;
    }
}

@media screen and (min-width: 621px) {
 #PortfolioPromoRect{
        visibility: visible;
        display: block;
    }
    #PortfolioPromoSquare{
        visibility: hidden;
        display: none;
    }
    ]
}