* {
  padding: 0px;
  margin: 0px;
}

body {
  background-color: #e5e5e5;
}

.nav-main {
  width: 100%;
  height: 57px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  z-index:999;
  position: fixed;
  top: 0;
  border-bottom: solid 3px #F98F39;
}

#nav-block{
  width: 60px;
  height:100%;
  background-color: #F98F39;
}

.btn-toggle-nav:hover {
  opacity: 0.7;
}

nav p {
  list-style: none;
  line-height: 60px;
  font-family: arial;
  font-size: 16px;
  text-transform: uppercase;
  color: #111;
  padding-left: 20px;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}

nav ul li {
  list-style: none;
  line-height: 60px;
}

nav ul li a{
  display: block;
  height: 100%;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
  font-family: arial;
  font-size: 16px;
}

#contactBtn {
  cursor: pointer;
}

.sidebar-gallery {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 60px;
  width: 200px;
  padding: 0 5px;
  height: calc(100vh - 60px);
  background-color: #1B1B1B;
  overflow:hidden;
  transition: width 0.5s;
  border-right: solid 3px #F98F39;
}

.sidebar-gallery ul {
  padding-top: 15px;

}

.sidebar-gallery ul li {
  line-height: 60px;
  list-style: none;
}

.sidebar-gallery ul li a, .sidebar-gallery ul li span {
  display: block;
  height: 60px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: arial;
  font-size: 16px;
  white-space: nowrap;
}

.sidebar-gallery ul li a:hover{
  cursor: pointer;
  opacity: 0.8;
}

#sidebar-content {
  transition: visible 2s;
}

.nav-break {
  color: #F98F39;
  font-size: 26px;
}

#home {
  width: calc(100vw - 77px);
  height: auto;
  overflow: hidden;
  margin-left: 60px;
  margin-top: 30px;
}

@media only screen and (orientation: portrait) {
  #home {
    width:100%;
    height:auto;
  }
}

#home-img {
  width: 100%;
  height: auto;
  overflow-y: hidden;
}

#gallery {
  width: calc(100vw - 250px);
  height: calc(100vh - 60px);
  text-align: center;
  transition: width 2s;
  margin-top: 15px;
  margin-left: 270px;
}


.tabContent{
  width:95%;
  height:100%;
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.galleryImg {
  height: 220px;
  width: auto;
  margin: 3px;
}

.galleryImg:hover {
  opacity: 0.6;
  cursor: pointer;
}













.imgModal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}


.imgModal-content {
  margin: auto;
  display: block;
  width: auto;
  max-height: 700px;
  max-width: 1000px;
}


#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}


.imgModal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


#modalClose {
  position: absolute;
  top: 50px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#modalClose:hover,
#modalClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}








.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

#contact {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
  text-align: center;
  border-radius: 15px;
  border-top: solid 8px #F98F39;
  border-bottom: solid 8px #F98F39;
}

.close {
  color: #F98F39;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#contact-form input[type=text] {
	width:90%;
	padding:14px 20px;
	margin:3px 0px;
	border-radius: 5px;
}


#contact-form button {
  width:95%;
	padding:14px 20px;
	margin:3px 0px;
	background-color: #595959;
	color:#fff;
	border-radius: 5px;
}

#contact-form textarea {
  width: 95%;
  margin:3px 0px;
  border-radius: 5px;
}

#socialMedia {
  margin-top: 40px;
}

#socialMedia h3{
  margin-bottom: 25px;
}

#socialMedia ul li{
  width: 30%;
  display: inline-block;
  margin:0 0.5%;
  list-style: none;
}

#socialMedia ul li a {
  width: 100%;
  height: 100%;
}

#socialMedia ul li a img {
  width: 100px;
  height: 100px;
}
