* {
    margin: 0 auto;
    font-family: 'Quicksand', sans-serif;

}

/* ----- NAVIGATION BAR ----- */

/* TARGETING BOTH */

.nav > li > a {
    -webkit-transition: 1s;
}

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

/* NO SCROLL */

#my-navbar {
    position: absolute;
    width: 100%;
}

.navbar-left img {
    position: absolute;
    width: 240px;
    margin-top: 10px;
    margin-left: 10px;
}

.noscroll-nav {
    margin-top: 30px;
    margin-right: 30px;
}

.noscroll-img {
    margin-top: 30px;
    margin-left: 30px;
}

.noscroll-nav li a {
    border-radius: 10px;
    margin-right: 10px;
    color: #fff;
}

.noscroll-nav > li > a:hover {
    border-radius: 10px !important;
    background-color: dodgerblue !important;
}


/* SCROLL BAR */

.scrollbar {
  display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: rgba(28, 26, 26, 0.93);
    box-shadow: 0px 2px 20px black;
    border-radius: 0px;
}

.contact-form-comment {
    color: #fff !important;
    margin-top: 2px;
    transition: .3s;
}

.contact-form-comment:hover {
    transition: .3s;
    color: dodgerblue !important;
}

.btn-scroll-bar {
    background-color: transparent;
    margin-top: 7px;

}

.btn:focus,.btn:active {
   outline: none !important;
}

.btn-scroll-bar span {
    color: #fff;
}

.dropdown-menu {
    background-color: #262626;
    margin-top: 7px;
    border-radius: 0;
}

.dropdown-menu li a {
    color: #fff !important
}

.dropdown-menu li a:hover {
   color: #262626 !important;
}

.angle-up {
    color: #fff;
    margin-top: 2px;
    transition: .3s;
}

.angle-up:hover {
    transition: .3s;
    color: dodgerblue;
}

.scroll-nav-left img {
    width: 100px;
    margin-top: 10px;
}

.contact-us a:focus {
  outline: none !important;
  background-color: transparent !important;
}


/* ----- Contact Us Modal Styling ----- */

.modal-content {
    margin-top: 60px;
    background-color: rgba(28, 26, 26, 0.87);
    border-radius: 30px;
    border: 2px solid lightgrey;
}

.modal-header img {
    width: 200px;
    padding-top: 20px;
}

.head-top {
    height: 80px;

}

.modal-title {
    text-align: center;
}

.modal-header {
    border-style: none;
}

.modal-header h4 {
    text-align: center;
}

.text-under {
    text-align: center;
    font-size: 16px;
}

button[class=close] {
  color: #fff !important;
}

label, .text-under, .modal-title {
    color:#fff;
}
input[type=text] {
  border: none;
  border-radius: 10px;
  width: 150%;
  height: 30px;
  margin-top: 5px;
  text-indent: 15px;
}

input[type=text]:focus {
  outline: none;
}

textarea {
  border: none;
  border-radius: 10px;
  width: 150%;
  height: 100px;
  margin-top: 5px;
  text-indent: 15px;
  padding-top: 5px;
}

textarea:focus {
  outline: none !important;
}

input[type=submit] {
  color: #fff;
  background-color: #51af3b;
  border: none;
  border-radius: 5px;
  width: 50%;
  height: 30px;
  transition: .5s;
}

input[type=submit]:hover {
  cursor: pointer;
  background-color: #306823;
  transition: .5s;
}

input[type=reset] {
  color: #fff;
  background-color: #8e0000;
  border: none;
  border-radius: 5px;
  width: 30%;
  height: 30px;
  transition: .5s;
}

input[type=reset]:hover {
  cursor: pointer;
  background-color: #590000;
  transition: .5s;
}

.submit_reset {
  margin-right: 6%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-section {
  padding-top: 10px;
  padding-bottom: 20px;
}

.c-image-row img {
  width: 210px;
  height: 230px;
    margin-top: 20px;
 border: none;
    border-radius: 50px;
    box-shadow: 3px 3px 10px black;
}

.profile-section button {
  margin-top: 20px;
  border: 2px solid #fff;
  outline: none !important;
  width: 80%;
  height: 40px;
  background-color: #112544;
  border-radius: 10px;
  font-size: 20px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  transition: .7s;
}

.profile-section button:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
  box-shadow: 1px 1px 10px #fff;
  transition: .7s;
}

.profile-section button a {
  text-decoration: none !important;
  color: #fff !important;
}
.profile-section h4 {
  padding: 20px;
  line-height: 2em;
}

.contact_details {
  padding-top: 20px;
}

/* ----- Main body ----- */

.full-section {
    background-image: url('slideImages/image1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.title-owner {
    margin-top: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    background-color: rgba(15, 16, 17, 0.89);
}

.profile-window {
    width: 75%;
    margin-left: 12.5%;
    margin-bottom: 50px;
    background-color: rgba(1, 37, 109, 0.95);
    color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px black;
}

.profile-pic {
    width: 200px;
    border-radius: 30px;
    border: 2px solid #fff;
   

}

.c-image-row {
    margin-top: -100px;
}

.profile-text {
    font-size: 20px;
    padding: 50px;
    line-height: 2em;
}

.middle-row {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), #00224c);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    margin-top: 0px;
    padding-bottom: 50px;
}

.middle-row p {
    padding: 50px;
    font-size: 20px;
}

.lower-row {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #262626;
    margin-top: 0px;
    padding-bottom: 50px;
}

.lower-row p {
    padding: 50px;
    font-size: 20px;
}


.test-title {

    padding-top: 0px;
    padding-bottom:  20px;
    color:#262626;
    background-color: #fff;
}

.test-1, .test-2, .test-3 {
    background-color: #0b3170;
    color: #fff;
    border-radius: 10px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 150px;
    box-shadow: 3px 3px 10px black;
    -webkit-transition: 1s;


}

.options-row {
    background-color: #fff;
}

.test-1:hover, .test-2:hover, .test-3:hover {
    background-color: #42cef4;
    color: #303030;
    -webkit-transition: 1s;


}

.contain_tech {
  background: url('imageroll_background.jpg');

  background-size: cover;
   box-shadow: inset 0px 0px 20px black;

}

.tech-slideshow {
  height: 200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}



.tech-slideshow > div {
  height: 200px;
  width: 2526px;
  background: url('imageroll_profilepage.png');
  background-size: 50%;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 52s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 0;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}



/* -- NEW BOOTSTRAP FOOTER -- */

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px black;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 45px 50px;

}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

.footer-distributed p.footer-links{
	font-size:18px;
	font-weight: bold;

	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

.footer-links a {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
}

.footer-links a:hover {
    color: #47b8ff;
    transition: .5s;
    -webkit-transition: .5s;
}

.footer-right a{
    transition: 1s;
    -webkit-transition: 1s;
}

.footer-right a:hover {
    background-color: #0048bc;
    transition: 1s;
    -webkit-transition: 1s;
}


/* -- Media Queries -- */ 

@media screen and (max-width: 768px) {

	#navbar-collapse {
          background: -webkit-linear-gradient(top, rgba(10,10,10,0.5), #292c2f); /* For Safari 5.1 to 6.0 */
          background-color: ;
      }
      
      .profile-window {
    width: 99%;
    margin-left: 0%;
  }

  .c-image-row img {
    margin-top: 130px;
    box-shadow: none;
    border: 2px solid #fff;
  }



  .profile-text {
    font-size: 16px;
  }
      
}

@media screen and (max-width: 480px) {
  .noscroll-img img {
    margin-top: 30px;
    margin-left: 50px;

  }
}


