@charset "UTF-8";
/* CSS Document */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
  text-rendering: optimizeLegibility;
  color: #fff;
  overflow-x: hidden;
}
.navbar.fixed-top.navbar-expand-lg.navbar.navbar-light .navbar-brand .img-fluid.nav{
	max-width: 80%;
    height: auto;
	margin-left: 40%;
}
.dropdown-item {
		background-color: #000 !important;
}
.dropdown-menu {
		background-color: #000 !important;
}
.dropdown-menu a:hover{
    background-color: #D56262 !important;
    color: white !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-text a {
    color:rgba(255,255,255,1.00);
}
.navbar-nav.mr-auto .nav-item .nav-link a:hover{
	color: white;
}
li {
	list-style-type: none;
}
@media screen and (min-width:1590px){
	.navbar.fixed-top.navbar-expand-lg.navbar.navbar-light .nav-item .description {
    text-decoration: none;
    list-style-type: none;
    color: white;
    margin-left: 50px;
    font-family: gfs-didot;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    text-shadow: 1.4px 1px 1px rgba(0,0,0,0.40),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}
.navbar.fixed-top.navbar-expand-lg.navbar.navbar-light .navbar-brand .img-fluid.logo {
	margin-left: 42px;
}
}

@media screen and (max-width:1590px){
	.navbar.fixed-top.navbar-expand-lg.navbar.navbar-light .nav-item .description {
		display: none;
}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 4rem;
    padding-left: 1rem;
    font-size: 1.5em;
    font-family: gfs-didot;
    font-style: normal;
    font-weight: 400;
	}
}
.w-100 {
    width: 100%!important;
	height: auto !important;
}








/*GraphicDesign CSS*/
.graphicdesignbg{
	background-color: antiquewhite;
}
.container-fluid .row div.col-sm-4{
	position: relative;
    width: 100%;
	padding: 0;
}
.row .col-sm-4 .img-fluid{
	width: 100%;
}
.row .col-sm-4 .img-fluid.gd1{
	margin-top: -12.2%;
}
.row .col-sm-4 .img-fluid.gd2{
	margin-top: -12.2%;
}
.row .col-sm-4 .img-fluid.gd3{
	margin-top: -12.3%;
}
.row .col-sm-4 .img-fluid.gd4{
    margin-top: -12.1%;
}
.row .col-sm-4 .img-fluid.gd5{
    margin-top: -12.3%;
}
.row .col-sm-4 .img-fluid.gd6{
    margin-top: -12.1%;
}
.row .col-sm-4 .img-fluid.gd7{
    margin-top: -66.7%;
}
.row .col-sm-4 .img-fluid.gd8{
    margin-top: -33.4%;
}
.content-footer {
  background: #000000;
  padding: 2em;
}
.content-footer > p {
	line-height: 1.3em;
	text-align: center;
	font-size: 1.6em;
	color: rgba(184,184,184,1.00);
}
.social {
  text-align: center;
  padding: 0;
}
.social > li {
  display: inline-block;
  line-height: 1.3em;
  margin-right: 2em;
  font-size: 1.5em;
}
a {
	color: #262626;
	text-decoration: none;
}
a:hover {
  color: #EDEDED;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social li:last-child {
  margin-right: 0;
}

.col-sm-4 a .img-fluid {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.col-sm-4 a .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 50%;
	-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.col-sm-4:hover a .img-fluid {
  opacity: 0.2;
}
.col-sm-4:hover a .middle {
  opacity: 1;
}
a .middle .midtext {
    color: rgba(203,64,64,1.00);
    font-size: 5em;
    /*    padding: 16px 32px;
    background-color: rgba(80,60,84,0.88);
    -webkit-box-shadow: 3px 3px 2.5px rgba(93,93,93,1.00);
    box-shadow: 3px 3px 2.5px rgba(93,93,93,1.00);*/
    font-family: stencil-std;
    border-radius: 5px;
    text-shadow: 1.4px 1.4px 1px rgba(0,0,0,0.40), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    font-style: normal;
    font-weight: 400;
}
.col-sm-4 a .middle.midgd1{
	top: 25%;
}
.col-sm-4 a .middle.midgd2{
	top: 50%;
}
.col-sm-4 a .middle.midgd3{
	top: 35%;
}


























/*StudioArts CSS*/
.studioartsbg{
    background-color: #C1BDBD;
}
a .middle .midtext.stdarts{
    color: rgba(255,237,237,1.00);
    text-shadow: 2px 2px 1px rgba(0,0,0,0.40), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}




































/*Photography CSS*/
.photographybg{
    background-color: #9B9B9B;
}

