
* {
  border-radius: 0 !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
	background-color: #EFEFEC;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.jumbotron {
    position: relative;
    background: #000 url("../images/FortifyDigital.jpg") center center;
    width: 100%;
    min-height: 600px;
    max-height: 700px;
    background-size: cover;
    overflow: hidden;
}

.workhed {
	margin-top: 50;
	padding-top: 800;
}

.logo {
	display: block;
	margin: auto;
	width: 100%;
	min-width: 300px;

}

.navbar {
	 background-color: white;
	 border-color: none;
	 border: none;
	 height: 70px;
}

.navbar-nav {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	font-size: 11px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 0; 
}

.navbar-nav li a {
		padding-bottom: 0px;
		margin-bottom: 4px;
	}

.navbar-nav li:hover {
	border-bottom: 6px solid #26D0E1;
}
.navbar-toggle {
	 border: none;
	 outline: none;
}

@media only screen and (max-width : 768px) {
#collapsemenu {
	background-color: white;
	margin-top: 20px; 
	padding: 10px 10px, 0px, 0px;}
}


.homebox {
	background-color: white;
	padding: 50px;
}


.thumbnail {
	display: inline-block;
	padding: 0px;
	text-align: left;
	transition: background-color 0.5s ease;
}

.thumbnail:hover {
   background-color: #26D0E1;
}


.caption {
	padding-left: 20px !important;
}


.workhed {
	text-align: left;
}

.move {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 200px;
  height: 100px;
  transform: translate(-50%, -50%);
  animation: move 2s;
  animation-iteration-count: 1;
}
@keyframes move { 
  0% { 
    transform-origin: 50% 0; 
    transform: perspective(800px) rotateY(90deg); 
  }
}

.borderAdd {
	border: 1px solid grey;
}

p a {
    color: #1DA1AE;
}

p a:hover {
    color: grey;
    text-decoration: none;
    
}

.footer {
 	position: absolute;
 	bottom: 0;
 	width: 100%;
 	height: 40px;
 	line-height: 40px;
	background-color: white;
}

.footertext {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	font-size: 10px;
	text-align: left;
	margin: 18px 0 10px 25px;
	color: grey;
}

h1, h2, h3, h4, h5, h6, p, .text, .placeholder, .desc {
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
}

.desc{
	font-size: 300%;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: .25px;
}


p {
	font-size: 115%;
	font-weight: 400;
	line-height: 110%;
	line-height: 130%;
	letter-spacing: .25px;
}

h1 {
	font-weight: 900;
	font-size: 3vw;
	letter-spacing: 2px;
	color: black;
}

h2 {
	font-weight: 100;
	font-size: 275%;
	letter-spacing: 1.5px;
	line-height: 120%;
	color: black;
}

hr { 
	display: block;
    height: 7px;
    margin: 1em 0;
    padding: 0; 
	width: 33%; 
	border-bottom:7px solid #26D0E1;
}

h3 {
	font-weight: 400;
	font-size: 100%;
	letter-spacing: 4px;
	color: #1DA1AE;
	text-transform: uppercase;
}

h4 {
	font-family: "rift",sans-serif;
	font-size: 160%;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 700;
}

h5 {
	font-family: "rift",sans-serif;
	font-size: 110%;
	font-style: normal;
	color: white;
	letter-spacing: 2px;
	font-weight: 500;
}

.carousel-indicators {
	display: none;
}

.wufoo .info h2 {
	font-family: "rift",sans-serif;
	font-size: 160%;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 700;
}

.woofoo, label#title9.desc, label#title3.desc, label#title4.desc, legend.desc {
	font-family: 'Nunito Sans', sans-serif;
  	text-align: left;
  	font-size: 160%;
  	font-weight: 200;
}

.wufoo, input.text, input.field, {
	height: 130%;
	font-family: 'Nunito Sans', sans-serif;
	border: 1px solid grey;
}

.woofoo, li.buttons {
		float: right;
}

.woofoo, input.btTxt, .btTxt, #saveform {
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		font-size: 190%;
		border: 1px solid grey;
}

input.btTxt:hover {
	color: #26D0E1;
}

.woofoo a {
	display: none;
}


.glyphicon {
	margin-right: 5px;
	margin-bottom: 10px;
	float: right;
}


.workSlug {
	font-family: "rift",sans-serif;
	font-size: 160%;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 700;
	vertical-align:middle
}

.displaytext {
	font-weight: 900;
	color: #3F3F3F;
	font-size: 140%;
	line-height: 120%;
	letter-spacing: .5px;
 	position: absolute;
 	bottom: 15px;
 	width: 74%;
 	border-bottom:7px solid #26D0E1;
    padding-bottom:7px;
 }

.icon {
	display: block;
	padding: 25px;
	background: white;
	min-height: 320px;
}


.about {
	padding-top: 60px;
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 80%;
      margin: auto;
  }	

  .bluework {
  	background-color: #153B50;
  	height: 300px;
  	padding: 30px;
  	margin: 60px 15px;
  	overflow: hidden;
  }

.red{
    color:red;
    }
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
	}

@media screen and (max-width: 768px) {
	h2  {
		font-size: 175%;
		}
	.displaytext {
		font-size: 120%;
		max-width: 70%;
	}
	.navbar-nav>li>a {
		padding-bottom: 15px;
	}
    

@media screen and (max-width : 400px) {
.move {
 	 top: 30%;
  	left: 34%;	
  }
.icon {
	margin-top: 20px;
	}


        
    }
}
