body {
  background-color: white;
  color: black;
  margin: auto;
  min-height: 675px;
  justify-content: center;
  overflow-x: hidden;
}

.contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-bottom: 100px;
    max-width: 980px;
    width: 90%;
}

@font-face {
  font-family: Train One; /* set name */
  src: url(/assets/fonts/TrainOne-Regular.ttf); /* url of the font */
}

@font-face {
  font-family: Space Grotesk; /* set name */
  src: url(/assets/fonts/SpaceGrotesk.ttf); /* url of the font */
}

h1 { 
 font-family: Train One;
 font-size: 36pt;
 color: #375c7c;
}

h2 {
  font-family: georgia;
  font-size: 20pt;
  color: black;
}

h3 {
  font-family: "space grotesk";
  font-size: 18pt;
  color: #375c7c;
  font-weight: 500;
}

h4 {
  font-family: "space grotesk";
  font-size: 16pt;
  font-weight: 400;
  line-height: 1;
}

h5 {
 font-family: "gill sans";
 font-size: 13pt;
 color: #375c7c;
 font-weight: 500;
 line-height: 1;
}

p {
  font-family: verdana;
  font-size: 12pt;
  margin-bottom: 20px;
}

p2 {
  font-family: "space grotesk";
  font-size: 10pt;
  text-align: left;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

p3 {
  font-family: verdana;
  font-size: 11pt;

}

p4 /*DOG ZINE*/ {
  font-family: courier;
  font-size: 12pt;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active {
  color: #375c7c;
}

hr {
  background: rgba(0, 0, 0, 0.6);
	border: 0;
	height: 1px;
	display: block;
	width: 100%;
	margin-top: 20px;
}

sup {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 8pt;
}


.name {
    vertical-align: bottom;
    text-align: left;
    font-family: "Train One";
    font-size: 36pt;
    font-weight: bold;
    color: #375c7c;
    min-width: 375px;;
    display: inline-block;
    margin: auto;
    width: 50%;
}

.menu {
    font-family: "space grotesk";
    font-weight: 400;
    font-style: normal;
    font-size: 22pt;
    text-align: right;
    vertical-align: bottom;
    color: rgba(0, 0, 0, 0.85);
    display: inline-block;
    min-width: 375px;
    width: 49%;
}

.gallery1 {
   width: 45%;
   max-width: 475px;
   min-width: 300px; 
   display: inline-block;
   vertical-align: top;
   padding-top: 10px;
   padding-bottom: 30px;
   padding-right: 20px;

}

.gallery2 {
   width: 50%;
   max-width: 475px;
   min-width: 300px;
   display: inline-block;
   text-align: center;
   vertical-align: top;
}

.gallery3 {
  width: 90%;
  margin: auto;
  
}  

.gallery4 {
  width: 47%;
  min-width: 155px;
  float: left;
  padding:5px;
  text-align: left;
  
}

.gallery5 {
  width: 49%;
  min-width: 155px;
  float: right;
  text-align: left;
}

.gallery6 {
  width: 70%;
  min-width: 325px;
  padding: 5px;
  text-align: center;
  float: left;
}

.gallery7 {
  width: 27%;
  min-width: 150px;
  float: left;
  padding:5px;
  text-align: center;
  
}

.textgallery {
  font-family: verdana;
  font-size: 14pt;
  width: 65%;
  max-width: 615px;
  min-width: 250px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.im-border {
  border: 3px solid #d3d3d3;
}



/*Accordion menu*/

#accordionDiv {
  background: transparent;
}

.accordion {
  background-color: transparent;
  color: black;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16pt;
  font-family: "space grotesk";
  display: block;
  transition: 0.4s;
  cursor: pointer;
}

.active, .accordion:hover {
  color: inherit;
}

#accordionDiv.panel {
  display: none;
  background-color: white;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 10px;;
}

.panstyle {
  padding-left: 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  
}

.button {
  font-family: "space grotesk";
  font-size: 16pt;
  font-weight: 400;
  border-bottom: 1.5px solid #375c7c;
  width: 90%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}


/* DOG ZINE */

.dogs {
  background-image: url(/assets/images/dog-zine/pub-domain.jpg);
  background-size: 100%;
  background-attachment: fixed;
  width: 100%;
  text-align: center;
}

.dogheader {
  font-family: "impact";
  font-size: 60pt;
  text-align: center;
  border: 3px solid black;
  background-color: white;  
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.zinebox {
  background: white;
  border: 2px solid black;
  font-family: courier;
  font-weight: light;
  font-size: 16pt;
  text-align: justify;
  margin: 30px;
  padding: 30px;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
}

img.zine {
  background: white;
  border: 2px solid black;
  padding: 20px;
  display: inline-block;
  min-width: 300px;
  vertical-align: center;
}

.zineboxcentered {
  background: white;
  border: 2px solid black;
  font-family: courier;
  font-weight: light;
  font-size: 16pt;
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  min-width: 300px;
}

/* MARQUEE */
.marquee {
  height: 50px;
  width: 90%;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  background: black;
  color: white;
  border: 1px solid #4a4a4a;
}
.marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: left;
  transform: translateX(100%);
  animation: scroll-left 25s linear infinite;
  font-family: "Impact";
  font-size: 18pt;
}          
            
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
    transform: translateX(100%);
                }
  100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}

#Table2 {
  width: 1100px;
  font-size: 10pt;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#Table2 .cell0 {
  width: 500px;
  vertical-align: top;
  padding-left: 20px;
  font-family: "diatype variable";
}

#Table2 .cell1 {
  width: 200px;
  padding-top: 30px;
  text-align: right;
}

#Table2 .cell2 {
  width: 500px;
  font-family: georgia;
  font-size: 16pt;
  padding-top: 40px;
  padding-left: 20px;
  vertical-align: top;
}

#Table3 {
    width: 95%;
	  max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-family: verdana;
}

#Table3 .cell0 {
	  text-align: left;
	  padding-left: 20px;
    padding-top: 10px;
    font-size: 13pt;
}

#Table3 .cell1 {
	  text-align: left;
}

#Table3 .cell2 {
	  font-size: 13pt;
    color: #375c7c;
    font-weight: 600;
    padding-top: 50px;
    text-align: left;
}

#Table3 .cell3 {
	  font-weight: 600;
    text-align: left;
    padding-top: 10px;
    font-size: 12pt;
}

/* Project Titles: */
#Table3 .cell4 { 
    font-family: "space grotesk";
	  text-align: left;
    padding-left: 50px;
    font-size: 16pt;
    font-weight: 400;
}

/*Table for project details*/

#Table4 {
  background: transparent;
}

#Table4 .cell40 {
  width: 600px;
  vertical-align: central;
  text-align: left;

}

#Table4 .cell41 {
  width: 200px;
  vertical-align: central;
  padding: 0;
  margin-left: 0;
}

#Table5 /*SMALL ACCORDION*/ {
  width: 100%;
}

#Table5 .cell0 {
  width: 30%;
  vertical-align: top;
}