/**
* Template Name: Instant
* Template URL: https://templatemag.com/instant-bootstrap-personal-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

#logo {
  width: 50px;
}

/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */


::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #000000;
    color: #ffffff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}

.navbar-content {
  margin-left: 20px;
  margin-right: 20px;
}

.navbar-brand {
	font-weight: 700;
  padding: 0px;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	color: #04c8ff;
}

.navbar-default {
	border-color: transparent;
  background-color: rgba(30, 52, 76, 0.8);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #04c8ff;
	background-color: transparent;
}

.nav-item {
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #04c8ff;
}

.navbar-default .navbar-toggler {
  border: none;
  border-color: #fff;
}

.navbar-default .navbar-toggler:hover {
  background: #666;
}

.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.myBtn  {
  background: rgb(44, 96, 119);/*#04c8ff;*/
  border: 10px;
  border-radius: 4px;
  padding: 16px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
}

.myBtn:hover {
  background: #04c8ff;/*#2addb9;*/
  color: #fff;
  text-decoration: none;
}

section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blackWhite  {
  -webkit-filter: grayscale(100%) brightness(0.4); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(0.4);
}

.textOverImgContainer:hover img {
  opacity: 0.4;
}
.textOverImgContainer:hover .textOverImg {
  opacity: 1;
  font-size: 25px;
}

.textOverImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #4a4a4a;
  font-weight: 500;
  font-size: 0px;
  opacity: 0;
  width: 100%;
  transition: .5s ease;
}

.galleryImg {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

/* Default hide the video on all devices */
#myVideo{display:none}
/* Default display the image to replace the video on all devices */
#videoSubstitute{display:block;width:100%;height:auto;max-width:100%}
/* Medium Devices, Desktops */

@media only screen {
#myVideo{display:block;}
#videoSubstitute{display:none}
}

#myVideo {
  width: 100%;
}
#headerwrap {
  position: relative;
  width: 100%;
  margin:auto;
  display:block;
}

#headerText {
  position: absolute;  top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height:100%;
    padding-right: 15px;
    padding-left: 15px;
}

#headerwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
  font-size: 80px;
	font-size: 8vw;
	font-weight: bold;
  text-align: center;
}

img.confetti {
  width: 70px;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

li {
  text-align: start;
}

.flip {
  transform: scaleX(-1);
}

#headerwrap h4 {
	font-weight: 400;
  font-size: 2vw;
	color: #ffffff;
  text-align: center;
  width: 100%;
}

/*@media (max-width: 768px) {
  #headerText {
    padding-top: 60px;
  }
}*/

#introduction {
  margin-top: 30px;
}

#social {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
	color: #4a4a4a
}

#social i:hover {
	color: #04c8ff
}

#footerwrap {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
}

#footerwrap p {
	color: #f2f2f2;
	margin-left: 10px;
}

#workwrap {
	background: url(../images/work.jpg) no-repeat center top;
  background-attachment: relative;
  background-position: center center;
  background-size: 100%;
  background-size: cover;
}

.workTag {
  display: inline-block;
  background: rgb(44, 96, 119);
  border: 10px;
  border-radius: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  padding-left: 6px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.workTag:hover {
  filter: brightness(1.1);
  cursor: pointer;
}

#aboutwrap {
  background: url(../images/about.jpg) no-repeat center top;
  margin-top: -70px;
  padding-top: 250px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 550px;
  width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#whyVRwrap {
  background: url(../images/whyVR.jpg) no-repeat center top;
  padding-top: 250px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 550px;
  width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img {
  margin-left: auto;
  margin-right: auto;
}

.gallery img:hover {
	opacity: 0.4;
}


/* Contact Form */

/*.titlewrap {
  margin-top: -70px;
  padding-top: 250px;
  text-align:center;
  min-height: 650px;
  width: 100%;
}*/
.titlewrap {
  padding-top: 180px;
  text-align:center;
  min-height: 580px;
  width: 100%;
}
#contactwrap {
	background: url(../images/contact.jpg) no-repeat center top;
  background-attachment: relative;
  background-position: center center;
  background-size: 100%;
  background-size: cover;
}

.titlewrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 60px;
	font-weight: bold;
  width: 100%;
}

.titlewrap h4, h6 {
  font-weight: 400;
  color: #ffffff;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .titlewrap h1 {
    font-size: 10vw;
  }
  .titlewrap h4 {
    font-size: 4vw;
  }
  .titlewrap h6 {
    font-size: 3vw;
  }
}

#contact {
  padding: 40px 0;
}

#contact h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.flex-container {
  display: flex;
  align-items: stretch;
}

.flex-container > div {
  flex-grow: 1;
  align-self: center;
  margin: 10px;
  /*text-align: center;
  line-height: 75px;
  font-size: 30px;*/
}

i {
  color : rgb(44, 96, 119);
}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: rgb(44, 96, 119);/*#04c8ff;*/
  border: 0;
  padding: 14px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
}

.contact-form .form-send button:hover {
  background: #04c8ff;/*#2addb9;*/
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #04c8ff;
}

.credits {
  color: #999;
}
