body {
  background-color: white;
  max-width: 1200px;
  margin: auto;
  font-family: "franklin-gothic-urw";
}

/* header */
header {
  display: flex;
  align-items: center;
  background-color: white;
  max-width: 1200px;
  margin: 0px 0px 20px 0px;
  padding-bottom: 25px;
  font-family: "franklin-gothic-urw";
  justify-content: space-between;
}
#gnav ul {
  display: flex;
  justify-content: right;
  padding: 60px 0px 0px 145px;
}
li {
  list-style:none;
} 
h1.title a {
  display: flex;
  justify-content: left;
  font-size: 25px;
  font-weight: normal;
  color: #c30404;
  padding: 50px 0px 0px;
}
h1.title:hover a {
  color: #111111;
} 
a {
  margin: 0 16px;
  font-size: 13px;
  font-weight: normal;
  color: #999999;
  text-decoration: none; 
}
li.ind a {
  color: #111111;
}
a:hover {
  color: #111111;
}
/* header */

/* contents gallery */
main {
  background-color: white;
  margin: auto;
  font-family: "franklin-gothic-urw";
}
.gallery {
  text-align: center;
}

.gallery .img-h {
  width: 264.5px;
  height: 198px;
  padding: 35px 0px 10px;
  object-fit: cover;
  transition: filter 0.3s ease; 
}

.gallery .img-v {
  width: 204.5px;
  height: 271px;
  padding: 30px 0px 10px;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.gallery .img-h:hover {
  filter: brightness(1.2);
}

.gallery .img-v:hover {
  filter: brightness(1.2);
}

/* about */
.about-container {
  width: 1200px;
  margin: auto;
  font-family: "franklin-gothic-urw";
}
.about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.about-text {
  background-color: #ffffff;
  width: 450px;

}
.bio {
  display: flex;
  justify-content: left;
  font-size: 15px;
  font-weight: normal;
  color: #999999;

}
.aboup {
  font-family: "franklin-gothic-urw";
  font-size: 15px;
  font-weight: normal;
  color: #999999;
	margin-bottom: 15px;
	line-height: 1.6em;
}
.float_none {
  font-family: "franklin-gothic-urw";
  font-size: 15px;
  font-weight: normal;
  color: #999999;
	clear: both;
  margin-bottom: 15px;
  line-height: 1.6em;
}

figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 100%;
}
figure img {
	max-width: 100%;
}

/* contact */
.container {
  max-width:600px;
  margin:0 auto;
  text-align:center;
  border-radius:10px;
  border-radius:10x;
  border-radius:10px;
  background-color:#ffffff;
}

#contact {
  padding: 20px 0px 0px 100px;
}
.construction {
  font-size: 18px;
  font-weight: bold;
  color: #f49907;
}
.p_contact {
  margin: 5px 0px 1px;
  text-align:center;
  font-size: 13px;
  font-weight: normal;
  color: #c30404;
}
input {
  margin-bottom:10px;
}
textarea {
  height:100px;
  margin-bottom:10px;
}
input:first-of-type
{
  margin-top:1px;
}
input, textarea {
  font-size: 1em;
  padding: 10px 10px 10px;
  font-family: "franklin-gothic-urw"; 
  border: 1px solid #d7d7d7;
  background: #d7d7d7;
  color:#FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
}
::-webkit-input-placeholder {
   color: #FAFAFA;
}
:-moz-placeholder {
   color: #FAFAFA;  
}
::-moz-placeholder {
   color: #FAFAFA; 
}
:-ms-input-placeholder {  
   color: #FAFAFA;  
}
button {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#aae5ff;
  padding: 12px 45px;
  border: 1px solid #aae5ff;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color: #ffffff;
}
.mail-me {
  font-size: 16PX;
  font-weight: bold;
  color: #3462d663;
}
.mail-me:hover {
  color: #c30404;
}

button:hover, .button:hover {
  background:#7bd2f7;
}

/* media queries */
@media (max-width: 700px) {
  label.error {
    width: 90%;
  }
  input, textarea {
    width: 90%;
  }
  button {
    width:90%;
  }
  body {
  padding-top:10px;
  }  
}
.message {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2ABCA7;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
 
/* footer */
footer {
  background-color: white;
  max-width: 1200px;
  margin: auto;
  font-family: "franklin-gothic-urw";
}
ul {
  display: flex;
}
li {
  list-style:none;
}
footer {
  background-color: white;
  padding-bottom: 20px;
}  
.footer-nav ul {
  display: flex;
  justify-content: right;
  padding: 50px 0px 0px 50px;
  list-style: none;
}
ul.footer a {
  margin: 0 16px;
  font-size: 10px;
  font-weight: normal;
  color: #999999;
  text-decoration: none;
  
}
ul.footer li.ind a {
  color: #111111;
}
ul.footer a:hover {
  color: #111111;
}
ul.footer li.gall a {
  color: #111111;
}
ul.footer a:hover {
  color: #111111;
}

h1.fotoglamorous {
  margin: 50px 16px 5px;
  font-size: 13px;
  font-weight: normal;
  color: #c30404;
}
p.copyright {
  margin: 0 16px 50px;
  font-size: 13px;
  font-weight: normal;
  color: #575757;
}
/* footer */


/* LIGHT BOX2 PREV */
.lb-nav a.lb-next {
  width: 34% !important;
}


/* TABLET CSS */
@media (max-width: 1024px) {
  .container {
    width: 90%;
  }
  .about-container {
  width: 90%;  
  }
  #gnav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 60px 0px 0px 55px;
    width: 20%;
  }
  #gnav li {
    padding: 0.5px;
    margin: 0.5px;
  }
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 0px 0px 50px;
    width: 90%;
  }
  .footer-nav li {
    padding: 0.5px;
    margin: 0.5px;
  }
}
/* TABLET CSS */

/* SMART PHONE CSS */
@media (max-width: 768px) {
  .container {
    width: 90%;
  }
  .about-container {
    width: 90%;  
  }
  #gnav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 60px 0px 0px 55px;
    width: 20%;
  }
  #gnav li {
    padding: 0.5px;
    margin: 0.5px;
  }
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 0px 0px 50px;
    width: 20%;
  }
  .footer-nav li {
    padding: 0.5px;
    margin: 0.5px;
  }
}
/* SMART PHONE CSS */
