/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}

html {
    scroll-behavior: smooth;
}
body {
    line-height:1;
}
ol,ul {
    list-style:none;
}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

article {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

body {
    font:13px/1.1 Helvetica,sans-serif;
    background: #333;
    width: 100%;
}
p {
    line-height:1.6;
    font-size: 13px !important;
}

a {
    text-decoration: none;
}


header{
    z-index: 9999 !important;
}

section {
    min-height: 1000px;
    position: relative;
    width: 100% !important;
    min-width: 1000px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

section:nth-of-type(1){background:orange;height:1400px;}
section:nth-of-type(2){background:black;height:1600px;}
section:nth-of-type(3){background:black;height:1600px;}

#home>div:nth-of-type(1){
    margin: 0;
    height: 1400px;
    position:absolute;
    top:0;
    left:0;
    width:100%;   
}

#home-about>div:nth-of-type(1) {
    background: url(../images/backimage-about.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px;
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

#home-project>div:nth-of-type(1) {
    background: url(../images/backimage-project.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px;
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

#siteTitle {
    position: fixed;
    top: 30%;
    left: -6%;
    width: 500px;
    height: 118px;
    z-index:1000 !important;
}
#logo {
    position: absolute;
    top: 0
    left:0;
    z-index:1000 !important;
}
.st0 {
	fill:rgba(255,255,255,0);
	stroke:#FFF;
	stroke-width:1;
	stroke-dasharray: 5000;
	stroke-dashoffset:5000;
	animation: DASH 5s ease-in alternate forwards;
	-webkit-animation:DASH 5s ease-in 0s forwards;
	-o-animation:DASH 5s ease-in 0s forwards;
	animation:DASH 5s ease-in 0s forwards;
	z-index:1000 !important;
}
@-webkit-keyframes DASH{
	0%{stroke-dashoffset:5000;}
	50% {stroke-dashoffset:2000;fill:rgba(255,255,255,0.5);}
	100%{stroke-dashoffset:0;fill:rgba(255,255,255,1);}
}
@keyframes DASH{
	0%{stroke-dashoffset:5000;}
	50% {stroke-dashoffset:2000;fill:rgba(255,255,255,0.5);}
	100%{stroke-dashoffset:0;fill:rgba(255,255,255,1);}
}

#siteTitle #logo-png {
    display: none;
}
#siteTitle h2 {
    font-size: 25px;
    color: #FFF;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    letter-spacing: 0.1em !important;
}
.contentArea, .contentAreaProject, .contentAreaContact {
    margin: 0 auto !important;
    width: 700px !important;
}
p.pageTitle {
    margin: 0 0 30px 0;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px !important;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    padding: 0 0 1px 0;
    width: auto;
}
p.pageTitle2 {
    margin: 0 0 30px 0;
    color: #FF9900;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px !important;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FF9900;
    padding: 0 0 1px 0;
    width: auto;
}
p.pageTitle3 {
    margin: 0 0 30px 0;
    color: #FF9900;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px !important;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FF9900;
    padding: 0 0 1px 0;
}
.contentArea h1 {
    color: #FFF;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 25px;
    letter-spacing: 0.1em !important;
}
.contentArea h1 span {
    font-size: 18px;
}
.contentArea h2 {
    margin: 50px 0 50px 0;
    font-size: 24px;
    color: #FFF;
    font-family: "Hiragino Kaku Gothic Pro";
    letter-spacing: 0.1em !important;
}
.contentArea h2 span {
    font-size: 15px;
}
.profile {
    margin: 0 0 100px 0 !important;
    padding: 0;
    color: #FFF;
    letter-spacing: 0.1em !important;
}
.profile dl {
    margin: 20px 0 100px 0 !important;
    padding: 0 0 100px 0;
    width: 500px;
    line-height: 150%;
    clear: both;
}
.profile dt {
    margin: 0 1em 1.2em 0;
    float: left;
    clear: left;
    width: 120px;
}
.profile dd {
    float: left;
    margin: 0 0 1.2em 1em;
}

.officeAddress {
    margin: 100px 0 100px 0 !important;
    padding: 0;
    color: #FFF;
    letter-spacing: 0.1em !important;
}
.officeAddress p {
    margin: 0 0 40px 0 !important;
}
.officeAddress span {
    font-size: 15px;
}
.officeAddress p a {
    color: #FFF !important;
}
.officeAddress p a:hover {
    color: #FF9900 !important;
}

.mapButton {
    margin: 5px 0 30px 0;
    padding: 10px;
    width: 100px;
    text-align: center;
    border: 1px solid #FFF;
    color: #FFF;
}
.mapButton:hover {
    border: 1px solid #333;
    color: #333;
}

.contentAreaProject {
    margin: 0;
    padding: 0;
    color: #FFF;
}

.contentAreaContact {
    margin: 0;
    padding: 0;
    color: #FFF;
}
.contactFormArea p {
    margin: 30px 0 0 0;
    color: #FFF;
}

.contactFormArea p {
}

section article {
    position:absolute;
    top:240px;
    left:0;
    width:100%;
    z-index:4;
}

.clear {
    clear: both;
}

input[type="text"] {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
}
input[type="email"] {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
}
textarea {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
}
input[type="submit"] {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #FFF;
  background-color: #333;
  outline: 0;
  font-family: "Hiragino Kaku Gothic Pro";
  width: 100px;
  text-align: center;
  color: #FFF;
}
input[type="reset"] {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #FFF;
  background-color: #333;
  outline: 0;
  font-family: "Hiragino Kaku Gothic Pro";
  width: 100px;
  text-align: center;
  color: #FFF;
}
input[type="submit"]:hover {
  border: 1px solid #FFF;
  background-color: orange;
  color: #333;
}
input[type="reset"]:hover {
  border: 1px solid #FFF;
  background-color: orange;
  color: #333;
}

select {
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option {
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

select {
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #FFF;
    vertical-align: middle;
    color: #000;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #333;
    color:#333;
    width:50%;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 13px !important;
}
select option {
  background-color: #fff;
  color: #333;
  font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif !important;
    font-size: 13px !important;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before {
  color:#fff;
}
.select-wrap.select-primary > select {
  background:#0084B4;
  color:#fff;
  border-color:#0084B4;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before {
  color:#fff;
}
.select-wrap.select-inverse > select {
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}
.contents-wapper-contact {
    margin: 250px auto 0 auto;
    padding: 0;
    width:90%;
    text-align: center;
    color: #FFF;
}
.contents-wapper-contact a {
    color: #FFF;
}
.contents-wapper-contact a:hover {
    opacity: 0.7;
}

.txtFadeIn {
  transition: opacity 2s;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 20px;
  padding-bottom: 20px;
  display:block;
  z-index: 5000;
}
.btn-pagetop {
  display: block;
  padding: 0;
  margin: 0;
  border: 2px solid #FFF;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
#pagetop a {
  text-decoration: none !important;
  color: #FFF;
}
#pagetop a:hover {
  text-decoration: none !important;
  color: #666;
}
.btn-pagetop:hover {
  border: 2px solid #FFF;
  background: #FFF;
}


.project-archive {
    margin: 0 0 30px 0;
    padding: 0;
    z-index: 7000 !important;
}
.project-archive ul {
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.project-archive li {
    margin: 0 2% 1% 0;
    padding: 0;
    width: 32%;
    float: left;
}
.project-archive li:last-child {
    margin: 0 0 1% 0;
    padding: 0;
    width: 32%;
    float: left;
}
.project-archive li.project-details {
    margin: 0 0 3% 0;
    padding: 0;
    width: 100%;
}
.project-archive li.project-details p {
    line-height: 200%;
}
.project-archive li img {
    margin: 0;
    padding: 0;
    width: 224px;
    height: 168px;
    object-fit: cover; 
}
.project-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

.drawer-nav ul li a {
    margin: 0 0 30px 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0.2em !important;
    text-decoration: none !important;
    display:block;
    width: 100%;
}
#navSiteTitle {
    margin: 0 0 30px 0;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    letter-spacing: 0.2em !important;
    background: #333;
}
#navSiteTitle a {
    color: #FFF;
    text-decoration: none !important;
}

.copyright {
    margin: 0 0 50px 0;
    padding: 0;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

/* CLEARFIX */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

.mgnBtm10 {
    margin-bottom: 10px !important;
}
.mgnBtm20 {
    margin-bottom: 20px !important;
}
.mgnBtm30 {
    margin-bottom: 30px !important;
}
.bgOrange {
    background: orange;
}
.fBold {
    font-weight: bold !important;
}
.fSize16 {
    font-size: 16px !important;
}
.fSize18 {
    font-size: 18px !important;
}
.fSize20 {
    font-size: 20px !important;
}



/*--------------------------------------------------------------
Responsive for max-width 1024px
--------------------------------------------------------------*/
@media screen and (max-width: 64em) {
section {
    min-height: 1000px;
    position: relative;
    width: 100% !important;
    min-width: 1000px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

section:nth-of-type(1){background:orange;height:1400px;}
section:nth-of-type(2){background:black;height:1600px;}
section:nth-of-type(3){background:black;height:1600px;}

section article {
    position:absolute;
    top: 200px;
    left: 0;
    width:100%;
    z-index:4;
}
#home>div:nth-of-type(1){
    margin: 0;
    height: 1400px !important;
    position:absolute;
    top:0;
    left:0;
    width:100%;   
}

#home-about>div:nth-of-type(1) {
    background: url(../images/backimage-about.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px !important;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background-size: cover;
    overflow: hidden;
}

#home-project>div:nth-of-type(1) {
    background: url(../images/backimage-project.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px !important;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background-size: cover;
    overflow: hidden;
}
#siteTitle {
    position: absolute;
    top: 15%;
    left: 0%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: auto;
    z-index:1000 !important;
}
}

/*--------------------------------------------------------------
Responsive for max-width 800px
--------------------------------------------------------------*/
@media screen and (max-width: 50em) {
section {
    min-height: 1000px !important;
    position: relative;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
section:nth-of-type(1){background:orange;height:1400px;}
section:nth-of-type(2){background:black;height:1600px;}
section:nth-of-type(3){background:black;height:1600px;}

#home>div:nth-of-type(1){
    margin: 0;
    height: 1400px;
    position:absolute;
    top:0;
    left:0;
    width:100%;   
}

#home-about>div:nth-of-type(1) {
    background: url(../images/backimage-about.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px !important;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background-size: cover;
}

#home-project>div:nth-of-type(1) {
    background: url(../images/backimage-project.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px !important;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background-size: cover;
}

section article {
    position:absolute;
    top: 200px;
    left: 0;
    width:100%;
    z-index:4;
}
#siteTitle {
    position: absolute;
    top: 15%;
    left: -30%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120%;
    height: auto;
    z-index:1000 !important;
}
}


/*--------------------------------------------------------------
Responsive for max-width 720px
--------------------------------------------------------------*/
@media screen and (max-width: 45em) {
section {
    min-height: 1000px !important;
    position: relative;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
section article {
    position:absolute;
    top: 100px;
    left: 0;
    width:100%;
    z-index:4;
}
#siteTitle {
    position: absolute;
    top: -30%;
    left: -30%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130%;
    height: auto;
    z-index:1000 !important;
}
section:nth-of-type(1) {
    background:orange;
    height:1000px;
}
section:nth-of-type(2) {
    background:black;
    height:1600px;
}
section:nth-of-type(3) {
    background:black;
    height:1600px;
}

#home>div:nth-of-type(1){
    margin: 0;
    height: 1000px !important;
    position:absolute;
    top:0;
    left:0;
    width:100%;   
}
#home-about>div:nth-of-type(1) {
    background: url(../images/backimage-about.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px !important;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background-size: cover;
}
#home-project>div:nth-of-type(1) {
    background: url(../images/backimage-project.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1600px !important;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background-size: cover;
}
.contentArea, .contentAreaProject, .contentAreaContact {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 90% !important;
}

p.pageTitle {
    margin: 0 0 30px 0;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    padding: 0 0 1px 0;
    width: 100%;
}
p.pageTitle2 {
    margin: 0 0 30px 0;
    color: #FF9900;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FF9900;
    padding: 0 0 1px 0;
    width: 100%;
}
p.pageTitle3 {
    margin: 0 0 30px 0;
    color: #FF9900;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FF9900;
    padding: 0 0 1px 0;
    width: 100%;
}

/* PROFILE */
.profile {
    margin: 0 0 10% 0 !important;
    padding: 0;
    color: #FFF;
    letter-spacing: 0.1em !important;
}
.profile dl {
    margin: 20px 0 100px 0 !important;
    padding: 0 0 100px 0;
    width: 90%;
    line-height: 150%;
    clear: both;
}
.profile dt {
    margin: 0 0 0.5em 0;
    width: 100%;
}
.profile dd {
    float: left;
    margin: 0 0 1.2em 0;
    width: 100%;
}

/* PROJECT */
.project-archive {
    margin: 0 0 30px 0;
    padding: 0;
    z-index: 7000 !important;
    width: 100%;
}
.project-archive ul {
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.project-archive li {
    margin: 0 2% 1% 0;
    padding: 0;
    width: 32%;
    float: left;
}
.project-archive li:last-child {
    margin: 0 0 1% 0;
    padding: 0;
    width: 32%;
    float: left;
}
.project-archive li img {
    margin: 0 0 1% 0;
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover; 
}

/* CONTACT */
input[type="text"] {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
  width: 90% !important;
}
input[type="email"] {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
  width: 90% !important;
}
textarea {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
  width: 90% !important;
}
}


/*--------------------------------------------------------------
Responsive for max-width 480px
--------------------------------------------------------------*/
@media screen and (max-width: 30em) {
section {
    min-height: 700px !important;
    position: relative;
    width: 100% !important;
    min-width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
section article {
    position:absolute;
    top: 100px;
    left: 0;
    width:100%;
    z-index:4;
}

#siteTitle {
    position: absolute;
    top: 20%;
    left: -30%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130%;
    height: auto;
    z-index:1000 !important;
}
section:nth-of-type(1) {
    background:orange;
    height:700px;
}
section:nth-of-type(2) {
    background:black;
    height:1200px;
}
section:nth-of-type(3) {
    background:black;
    height:1200px;
}

#home>div:nth-of-type(1){
    margin: 0;
    height: 700px !important;
    position:absolute;
    top:0;
    left:0;
    width:100%;   
}
#home-about>div:nth-of-type(1) {
    background: url(../images/backimage-about.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1200px !important;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background-size: cover;
}
#home-project>div:nth-of-type(1) {
    background: url(../images/backimage-project.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 1200px !important;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background-size: cover;
}
.contentArea, .contentAreaProject, .contentAreaContact {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 90% !important;
}
p.pageTitle {
    margin: 0 0 30px 0;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    padding: 0 0 1px 0;
    width: 100%;
}
p.pageTitle2 {
    margin: 0 0 30px 0;
    color: #FF9900 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FF9900;
    padding: 0 0 1px 0;
    width: 100%;
}
p.pageTitle3 {
    margin: 0 0 30px 0;
    color: #FF9900;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    letter-spacing: 0.2em !important;
    text-decoration: none;
    border-bottom: 1px solid #FF9900;
    padding: 0 0 1px 0;
    width: 100%;
}

/* PROFILE */
.profile {
    margin: 0 0 10% 0 !important;
    padding: 0;
    color: #FFF;
    letter-spacing: 0.1em !important;
}
.profile dl {
    margin: 20px 0 100px 0 !important;
    padding: 0 0 100px 0;
    width: 90%;
    line-height: 150%;
    clear: both;
}
.profile dt {
    margin: 0 0 0.5em 0;
    width: 100%;
}
.profile dd {
    float: left;
    margin: 0 0 1.2em 0;
    width: 100%;
}

/* PROJECT */
.project-archive {
    margin: 0 0 30px 0;
    padding: 0;
    z-index: 7000 !important;
    width: 100%;
}
.project-archive ul {
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.project-archive li {
    margin: 0 2% 1% 0;
    padding: 0;
    width: 32%;
    float: left;
}
.project-archive li:last-child {
    margin: 0 0 1% 0;
    padding: 0;
    width: 32%;
    float: left;
}
.project-archive li img {
    margin: 0 0 1% 0;
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover; 
}

/* CONTACT */
input[type="text"] {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
  width: 90% !important;
}
input[type="email"] {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
  width: 90% !important;
}
textarea {
  margin: 0;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
  outline: 0;
  width: 90% !important;
}
}

