@import url(http://fonts.googleapis.com/css?family=Lora:300italic,400italic);
html, body {
  font-family: 'Georgia', serif;
  margin: 0;
  padding: 0;
  background: url(/img/background-eggshell-blue-3.jpg) repeat;
  /*-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;*/ }

#nav-m {
  display: none;
  width: 100%;
  background: url(/img/mary-nav-texture-navy.jpg) repeat;
  color: #fff; }

.nav-m-item {
  font-size: 30px;
  font-family: 'Lora', serif;
  font-style: italic;
  margin-left: 8px; }

#nav-m-menu-button {
  float: right; }

#nav-m-menu-text {
  font-family: Arial, sans-serif; }

#nav-m-menu-arrow {
  margin: 5px 8px;
  vertical-align: middle; }

#nav-m-menu {
  display: none;
  width: 100%; }

.opacity-selected {
  opacity: 0.5; }

#nav-container-fill {
  display: none; }

#nav-container {
  width: 100%; }

#nav-m-menu div {
  margin-right: 10px;
  color: #fff;
  font-size: 1.5em;
  font-family: 'Lora', serif;
  font-style: italic; }

#nav-m-menu-button {
  cursor: pointer; }

#nav-m-menu a {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: right;
  padding: 1.2rem 0;
  border-bottom: 1px solid #fff;
  background: #4E5C9B; }

#nav-m-menu a:nth-child(1) {
  border-top: 1px solid #fff; }

#nav-m-menu a:nth-child(odd) {
  background: #404c80; }

#nav-m-menu a:hover {
  background: #5867ab; }

#nav {
  min-width: 1060px;
  width: 100%;
  display: inline-block;
  background: url(img/mary-nav-texture-navy.jpg) repeat;
  color: #fff;
  /* box-shadow:0px 2px 20px 0px rgba(50, 50, 50, 0.35);
  -webkit-box-shadow:0px 2px 20px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:0px 2px 20px 0px rgba(50, 50, 50, 0.35); */ }

.nav-item {
  height: 48px;
  display: inline-block;
  margin-left: 5px;
  padding: 10px 20px;
  text-align: center;
  font-size: 36px;
  font-family: 'Lora', serif;
  font-style: italic; }

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active, #nav-m a:link, #nav-m a:visited, #nav-m a:hover, #nav-m a:active {
  border: none;
  background: none;
  text-decoration: none;
  color: #fff; }

#nav div {
  background-color: rgba(155, 195, 225, 0.4);
  cursor: pointer; }

#nav div:hover {
  background-color: rgba(155, 195, 225, 0.6); }

/* background classes for old about and contact dropdowns
#nav div.highlight1 {
	background-color:$highlight1;
}
#nav div.highlight2 {
	background-color:$highlight2;
}*/
#copyright-info {
  width: 100%;
  display: inline-block;
  padding: 0;
  /*border-bottom:1px dotted $accent-colour;
  margin-bottom:1px;*/ }

#copyright-info div {
  margin-left: 2em; }

.copyrightinfo {
  float: right; }

#about, #contact, #footer {
  width: 100%;
  display: block;
  padding: 5em 0 0 0; }

#about-content, #contact-content, #footer-content {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem; }

#about-content p {
  text-align: justify; }

#about {
  background: #c1dcf1; }

#contact {
  background: #3c90cf; }

#contact p {
  color: #fff; }

#aboutimg {
  display: block;
  max-width: 200px;
  max-height: 100%;
  margin: 0 auto; }

.toparrow, .toparrow img {
  width: 32px; }

.toparrow {
  display: block;
  margin: 4em auto 0 auto;
  text-align: center;
  padding: 2em; }

.toparrow img {
  border: none; }

.toparrow:hover {
  opacity: 0.6; }

#footer {
  background: #222; }

#footer-content h3 a {
  color: #3c90cf;
  text-decoration: none;
  border-bottom: 1px #3c90cf solid; }

#footer-content h3 a:hover {
  color: #fff; }

#instafeed {
  width: 100%;
  margin: 2em 0 1em 0; }

#instafeed a {
  display: inline-block;
  margin: 8px; }

#instafeed a img {
  width: 250px;
  opacity: 0.6; }

#instafeed a img:hover {
  opacity: 1; }

.content-container {
  width: 100%;
  clear: both;
  position: relative; }

.content {
  padding: 10px 30px;
  min-width: 1060px; }

.portfolio {
  padding: 0;
  min-width: 1060px; }

.portfolio-col {
  vertical-align: top;
  display: inline-block;
  width: 24.5%; }

.portfolio-col img {
  width: 100%; }

.portfolio-col a {
  position: relative;
  display: block;
  margin: 2.5% 1%;
  overflow: hidden;
  text-decoration: none; }

.upgrad {
  width: 100%;
  height: 180px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.moretext {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0px;
  padding: 20px 0 10px 0;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  color: #2b75ad;
  text-decoration: none;
  opacity: 0.5;
  background: none; }

.moretext:hover {
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.hor img {
  max-width: 520px;
  max-height: 346px; }

.hor a {
  position: relative;
  display: inline-block;
  margin: 4px 0 4px 8px;
  max-width: 520px;
  max-height: 346px;
  overflow: hidden;
  text-decoration: none;
  vertical-align: top; }

.project-item-link {
  background: rgba(255, 255, 255, 0.4);
  margin: 1.5em 1.5em 0 0;
  display: inline-block;
  width: 580px;
  height: 140px;
  border: 0px solid #fff;
  color: #0d1845;
  vertical-align: top; }

.project-item-link:hover {
  background: rgba(255, 255, 255, 0.7); }

.project-item-image {
  display: inline-block;
  float: left; }

.project-item-image img {
  max-width: 100%;
  max-height: 140px; }

.project-item-text {
  margin: 0.75em 0 0 0.75em;
  display: inline-block;
  width: 250px;
  color: rgba(30, 53, 154, 0.7); }

.project-item-text span {
  font-size: 1.5em;
  font-family: 'Lora', serif;
  font-weight: 300;
  font-style: italic;
  color: #1E359A; }

.project-item-m-title {
  display: none; }

.info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.4em;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 28px;
  text-align: right;
  display: none; }

.bgfade {
  background: rgba(190, 190, 190, 0.1); }

.widthlimit {
  max-width: 900px; }

p a:link, p a:visited, p a:hover, p a:active {
  color: #1F346A;
  text-decoration: none;
  border-bottom: 1px solid #1F346A; }

p a:hover {
  color: #6986d3;
  border-bottom: 1px solid #6986d3; }

h2, h3 {
  font-size: 2em;
  font-family: 'Lora', serif;
  font-weight: 300;
  font-style: italic;
  margin: 10px 0 0 0;
  color: #1E359A; }

#contact-content h3 {
  color: #fff; }

h3 {
  font-size: 1.5em; }

p, ul li {
  color: #1F346A; }

button {
  color: #4E5C9B;
  background: #c1dcf1;
  border: none;
  padding: 13px 35px 13px 35px;
  font-family: Georgia, serif;
  font-size: 16px;
  cursor: pointer;
  transition: all .20s ease-in-out;
  -moz-transition: all .20s ease-in-out;
  -webkit-transition: all .20s ease-in-out;
  transition-property: background, color; }

button:hover {
  color: #fff;
  background: #3c90cf; }

.imagelist img {
  max-width: 120px;
  max-height: 80px;
  border: none; }

.delete-image {
  text-decoration: none;
  background: #f00;
  padding: 0 10px;
  color: #000;
  font-family: Arial, sans-serif;
  border: 1px solid #f00; }

.delete-image:hover {
  background: #000;
  color: #f00; }

.deleteprojectlink {
  margin-top: 4em; }

.deleteprojectlink a {
  text-decoration: none;
  background: #f00;
  color: #fff; }

.deleteprojectlink a:hover {
  background: #000;
  color: #f00; }

.show a {
  color: #fff;
  background: green;
  padding: 8px 15px;
  text-decoration: none;
  border: 1px solid green; }

.hide a {
  color: #fff;
  background: #f00;
  padding: 8px 15px;
  text-decoration: none;
  border: 1px solid #f00; }

.show a:hover, .hide a:hover {
  color: #000;
  border-color: #000;
  background: #fff; }

@media all and (max-width: 1300px) {
  .portfolio-col {
    width: 32.5%; }

  .opt1 {
    display: none; }

  .portfolio {
    min-width: 0; }

  .content {
    min-width: 0; }

  #nav {
    min-width: 0; }

  .project-item-link {
    width: 500px; } }
@media all and (max-width: 1140px) {
  .project-item-link {
    width: 100%; }

  #about-content, #contact-content, #footer-content {
    width: 750px;
    margin: 0 auto;
    font-size: 1.2rem; } }
@media all and (max-width: 800px) {
  #nav-container-fill {
    display: block; }

  #nav-container {
    position: fixed;
    top: 0;
    z-index: 999999;
    border-bottom: 4px solid #fff; }

  #nav {
    display: none; }

  #nav-m {
    display: inline-block; }

  /*.nav-item {
  	width:100%;
  	padding:0.25em 0 1em 0;
  	margin:0.5em 0 0 0;
  	font-size:3em;
  }
  .nav-item {
  	height:120px;
  	font-size:52px;
  }*/
  .copyrightinfo {
    display: none; }

  .portfolio-col {
    width: 49%; }

  .info {
    font-size: 18px; }

  .opt2 {
    display: none; }

  #about-content, #contact-content, #footer-content {
    width: 90%;
    margin: 0 4%;
    font-size: 1.3rem;
    text-align: center; }

  .toparrow, .toparrow img {
    width: 50px; } }
@media all and (max-width: 800px) {
  #instafeed a {
    margin: 10px 0;
    width: 90%; }

  #instafeed a img {
    width: 100%; } }
@media all and (max-width: 600px) {
  .project-item-link {
    height: auto;
    position: relative; }

  .project-item-text {
    display: none; }

  .project-item-m-title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.5em;
    font-family: 'Lora', serif;
    font-weight: 300;
    font-style: italic;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    width: 100%;
    text-align: center; }

  .project-item-image {
    display: block;
    float: none; }

  .project-item-image img {
    max-height: none;
    max-width: none;
    width: 100%; }

  .hor img {
    max-width: none;
    max-height: none;
    width: 100%; }

  .hor a {
    max-width: none;
    max-height: none;
    width: 100%;
    margin: 6px 0; }

  #about-content, #contact-content, #footer-content {
    width: 95%;
    margin: 0 2%; } }
