body {

color: #f5f5f5  ;

    background: rgb(0,34,74);
background: linear-gradient(104deg, rgba(0,34,74,1) 0%, rgba(31,25,158,1) 27%, rgba(144,21,158,1) 76%, rgba(21,78,158,1) 100%);

}

.container {
  border-left: 0px solid #fff;
}

img {
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 8px 0px #555555; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 5px 4px 8px 0px #555555;
    border: 0px solid #555555;

}


/* Zoom In #1 */
.smallImage1{
    width:100%;
    height:auto;
    overflow:hidden;
    -webkit-transition: all 0.4s;
        transition: all 0.4s;

}

.smallImage1:hover{
    /*opacity: .5;*/
    -webkit-transform: scale(1.8) rotate(0.01deg);
        transform: scale(1.8) rotate(0.01deg);
}

.margins {
  margin-top: 20px;
  margin-bottom: 20px;
 margin-right: 20px;
}

.textPadding {
  padding-left: 50px;
  padding-right: 50px;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  color:#f5f5f5;
  font-size: 40px;
  line-height: 60px;
}


h2, h4, p {
    font-family: 'Montserrat', sans-serif;
    color:#f5f5f5;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.headerName {
  font-family: 'Montserrat', sans-serif;
  color:#f5f5f5;
  font-size: 20px;
}

.navbar-inverse .navbar-brand {
    color: ##f5f5f5;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.bold {
    font-weight: 500;
    color:##f5f5f5;
}

.smallred {
font-weight: 400;
    color:#red;
}

.gold {
  color: gold;
}


.boldred {
    font-weight: 500;
    color:white;
    font-family: 'Montserrat', serif;
}

.boldnav {
    font-weight: 700;
    color:#red;
}

.red {
  color:#RED;
}

/* glitch for fun */

.glitch {
  position: relative;
}
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch::before {
  /* ... anything needed to make it identical */

  /* variation */
  left: 2px;
  text-shadow: -1px 0 red;

  /* important: opaque background masks the original */
  background: black;
}
.glitch::after {
  /* ... anything needed to make it identical */

  /* variation */
  left: -2px;
  text-shadow: -1px 0 blue;

  /* important: opaque background masks the original */
  background: black;
}

.glitch::before {
  clip: rect(44px, 450px, 56px, 0);
  /*
    Essentially a box from 0, 44px
    to 450px, 56px
  */
}

@keyframes glitch-anim {
  0% {
    clip: rect(70px, 450px, 76px, 0);
  }
  20% {
    clip: rect(29px, 450px, 16px, 0);
  }
  40% {
    clip: rect(76px, 450px, 3px, 0);
  }
  60% {
    clip: rect(42px, 450px, 78px, 0);
  }
  80% {
    clip: rect(15px, 450px, 13px, 0);
  }
  100% {
    clip: rect(53px, 450px, 5px, 0);
  }
}



.glitch::before {
  ...

  animation: glitch-anim-1 2s infinite linear alternate-reverse;
}

.glitch::after {
  ...

  animation: glitch-anim-2 2s infinite linear alternate-reverse;
}

/*glitch end*/




/* Gradient color1 - color2 - color1 */ hr.style-one { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }
.jumbotron {
    background-color: rgba(0,0,0,0);
    margin-bottom: 30px;
    padding: 40px 50px 0px 50px;
    color:##f5f5f5;
}

.jumbotron p {

    line-height: 45px;
    font-weight: 500;
    font-size: 26px;


}

.jumbotron h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
}

.worktitle h2 {
    /*font-family: 'ultra', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
    padding-left: 50px;

}

.subheadtext h2 {

    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 100px;
    color:darkgray;

}

#tech {
    background-color: rgba(0,0,0,0);
    margin-bottom: 30px;
    margin-top: 60px;
    color:#006799;

}

#tech p {

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 20px;

}

#tech ul li {
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    color: #ccc;
    font-size: 18px;
}

.font24 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding-left: 80px;
    padding-right: 150px;
    margin-bottom: 20px;
}



.centerText {
    text-align: center;
}
?
.faSpacer {
    margin-right: 300px;
    margin-left: 300px;
}

.faSpacerL {
    margin-left: 100px;
}

.faSpacerR {
    margin-right: 100px;
}

.btn-primary {
    background-color:rgba(0,34,74,1);

}

.btn-primary:hover {
    background-color:#b104c2;

}


}
.well {
  /*  background-color: ##000000;*/
    /*border-radius: 14px;
    background:url('../images/struckaxiom.png') repeat left top;
    box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.25) inset;*/

}

.well2 {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}



.list-group-item {
    background-color: rgba(0,34,74,1);
    border: none;

}

.linehight {
  line-height: 1.3;
}

/*.img-responsive:hover {

    width: 100%;
    height: 100%;
    opacity: .50;
    color: #000;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;

}
*/
.module {
    background-color: #000;
    display: inline-block;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 10px;
  /*  -webkit-box-shadow: 5px 5px 8px 0px #000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4
    box-shadow: 5px 4px 8px 0px #000;*/
    /*border: 0px solid #555555;*/
}

.module-content {
    background-color: black;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all ease .5s;
    width: 100%;
    color: white;
}

.module:hover .module-content {
    opacity: 0.85;
    top: 0;
}
.module:hover h2 {
    opacity: 1;
    padding-top: 50px;
}
.module img {
    height: auto;
    max-width: 100%;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    margin-top: 50px;
    padding-top: 50px;
    background-color: #000;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color:#080808;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.gallery{
    margin-top: 10px;
}
.gallery-item{
    margin-bottom: 30px;
}
.modal-footer{
    text-align: center;
}
.pagination{
    margin: 0;
}

@media (max-width: 800px) {

    .jumbotron p {

        line-height: 40px;
        font-weight: 500;
        font-size: 20px;

    }

    .jumbotron h2 {
        font-weight: 600;
    }

    .font24 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }

}
@media (max-width: 768px) {



    .module-content h2 {
        font-size: 14px;
        margin-top: 0px;
        line-height: 14px;
    }
        .module-content h4 {
        font-size: 12px;
        margin:  4px 0 10px;
        line-height: 12px;
    }
    .btn-lg, .btn-group-lg > .btn {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
    }
    .module:hover h2 {
    opacity: 1;
    padding-top: 10%;
}

    .navbar-brand {
        float: left;
        font-size: 12px;
        height: 50px;
        line-height: 20px;
        padding: 15px;
    }

    .font24 {
        display: none;
    }

}



@media (max-width: 375px) {
    .font24 p {
        display: none;
    }

    .smallFont {
      font-size: 18px;
    }

}

/*animations css*/


/*hereo header css*/


.flexslider {
		width: 790px;
		margin: 0 auto;
		box-shadow: none;
}

.flexslider li {
		position: relative;
}

.flexslider li .meta {
		position: absolute;
		bottom: 20px;
		left: 20px;
		color: white;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		font-family: 'Roboto', sans-serif;
}

.flexslider li h1 {
		background: rgba(51, 51, 51, 0.5);
		padding: 12px 18px 12px;
		margin-bottom: 0;
		font-size: 1.8em;
		font-weight: 300;
}

.flexslider li h2 {
		background: rgba(51, 51, 51, 0.5);
		padding: 13px 18px 11px;
		font-size: 1.1em;
		margin-bottom: 0;
		font-weight: 300;
}

.flexslider li .category {
		display: flex;
		flex-direction: row;
}

.flexslider li .category p {
		background: #e43837;
		margin-right: 7px;
		font-size: 1.1em;
		padding: 12px 18px 10px;
		font-weight: 300;
}

.flexslider li .category span {
		background: #e43837;
		margin-top: 17px;
		padding: 8px 12px 0;
		font-size: 0.9em;
		font-weight: 300;
		height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft;
		animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
		-webkit-animation-delay: .8s;
		animation-delay: .8s;
}

.flex-direction-nav {
		position: absolute;
		top: 0;
		left: 30px;
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 30px;
		height: 30px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		overflow: hidden;
		opacity: .5;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
		text-align: left;
		left: -10px;
}

.flex-direction-nav .flex-next {
		text-align: right;
		left: 30px;
}

.flexslider:hover .flex-prev {
		left: -10px;
}

.flexslider:hover .flex-next {
		left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity: 1;
}

.flex-direction-nav a:before {
		font-family: FontAwesome;
		content: '\f104';
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
		content: '\f105';
}

@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}
