
html, body {
    overflow-x: hidden;
}

.container1{
    width: 110%!important;
    overflow:hidden!important;
    position: relative!important;
    transform: translateX(-5%);
    height: 100vh;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: black;
}

#Logo {
    filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(80%);
	-webkit-filter: invert(1%) 
					sepia(1%) 
					saturate(1%) 
					hue-rotate(1deg) 
					brightness(1000%) 
					contrast(80%);
}

#video2 {
  transform: translateX(5%)!important;
}
#video21 {
  transform: translateX(-5%)!important;
}

.image_about {
  transform: translateX(-5%);
}

.section {
	border-style: solid;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.topnav {
  list-style-type: none;  
  margin: 0;
  width:100%;
  padding: 16px;
  position: fixed;
  top: 0;
  z-index:10;
  overflow: hidden;
  background-color: transparent;
}

.topnav a {
  float: left;
  display: block;
  font-family: "helvetica";
  font-size:1.2em;
  color: white;
  text-align: center;
  padding-left: 14px; 
  padding-top: 6px;
  text-decoration: none;
  font-weight: lighter;
}

.topnav a:link.active {color: white!important; text-decoration: none;}
.topnav a:hover:not(.active) {text-decoration: underline; color:white!important;}
.topnav a:visited{color:white;text-decoration: none;}
.topnav a.right {float: right;}
.column {
  float: left;
  width: 50%;
  padding:10px;
  padding-bottom:0;
  padding-top: 0;
}
.column2 {
  float: left;
  width: 50%;
  padding:10px;
  padding-bottom:0;
  padding-top: 0;
}
.column3-left {
  float: left;
  margin-left: 5%;
  width: 50%;
  padding:10px;
  padding-bottom:0;
  padding-top: 0;
  border-right: solid gray 0.02px;
}
.column3-right {
  float: left;
  margin-right: 5%;
  width: 50%;
  padding:10px;
  padding-bottom:0;
  padding-top: 0;
}
.column1 {
  float: left;
  width: 33.33%;
  padding: 5%;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.row-left {
	display: flex;
	flex-direction: row;
	border-bottom: solid gray 0.02px;
	padding: 0;
}
.row-right {
	display: flex;
	flex-direction: row;
	border-bottom: solid gray 0.02px;
	padding: 0;
}
.column-text-right {
	padding-right:20%; padding-top:17%;font-family: helvetica; font-weight: lighter;
}
.column-text-left {
	padding-left:20%; padding-top: 10%;font-family: helvetica; font-weight: lighter;
}
.topnav .icon {
  display: none;
}

#section5 {
  text-align: center; 
  font-weight: lighter; 
  font-family: helvetica;
  padding:10%;
}
.contact {
  display: inline-block!important;
}

input:focus{
  outline: none;
}
textarea:focus{
  outline: none;
}
.section5 {
  border:none;
}

.submit-button {
  border-radius: 4px;
  background-color: white!important;
  border: solid black 1px;
  color: black !important;
  text-align: center;
  font-size: 1em;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  float:left;
}

.submit-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.submit-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.submit-button:hover span {
  padding-right: 25px;
}

footer {
  box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.1);
  font-family: helvetica;
  padding:20px;
  font-weight: lighter;
  text-align: center;
}

.row-left1 {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.submit-button:hover span:after {
  opacity: 1;
  right: 0;
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.3%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.3%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.3%, 0, 0);
            transform: translate3d(33.3%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.3%, 0, 0);
            transform: translate3d(-33.3%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-control:hover, .carousel-control:focus {
  opacity: 1;
}

.carousel-control, .carousel-control {
  opacity: 1;
}

@media all and (min-width: 1600px) {
  .carousel-main-container {
    width: 100%;
    margin-left: 16.66666667%;
  }
}

.glyphicon {
  color: #46166b;
  top: 60px;
}

@media all and (min-width: 768px) {
  .glyphicon {
    top: 62px;
  }
}


@media all and (min-width: 992px) {
  .glyphicon {
    top: 65px;
  }
}

@media all and (max-width: 767px) {
  .glyphicon-menu-right {
    margin-left: 20px;
  }

  .glyphicon-menu-left {
    right: 28px;
  }
  .item img{
    width:100%;
  }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    color:white;
  }
  .topnav.responsive a:not(:first-child) {opacity: 0.75;}
}
@media screen and (max-width: 600px) {
  .column1 {
    width: 100%;
    border:0!important;
  }
  .column2 {
    width: 100%;
    border:0!important;
    padding-top: 10px;
  }
  .row-left {
  	padding-bottom: 20px;
  	border-bottom: none;
    flex-direction: column;
  }
  .row-left1 {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: none;
    flex-direction: column;
  }
  .submit-button {
    margin:0;
    width:100%;
  }
  .row {
    padding-bottom: 0 !important;
  }
  .row-right {
  	padding-bottom: 20px;
  	border-bottom: none;
    flex-direction: column-reverse;
  }

  #section4 {
    border:none!important;
  }
  #section3 {
    padding-top: 0 !important;
    border-bottom: 0 !important;
  }
  .column {
  	width:100%;
  }

  .non{
    width: 30%!important;
    padding-top: 10px !important;
  }
  #video2 {
    transform: none!important;
  }
  #video21 {
    transform: none!important;
  }
  .column-text-right{
  	padding-left:10%;
  	padding-right:10%;
  	padding-top: 0;
  }
  .column-text-left{
  	padding-left:10%;
  	padding-right:10%;
  	padding-top: 0;
  }
.image_about {
  transform: none;
}
  .contact {
    display:block;
  }
  .column3-left {
  width: 100%;
  margin:0;
  padding-bottom: 20px;
  border:none;
}
.space {
  display: none;
}
.column3-right {
  width:100%;
  margin:0;
}
}