@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,900');
body,h1,h2,h3,h4,h5,h6,p,b,strong{
	font-family: 'Source Sans Pro', sans-serif !important;
}
.navbar-inverse {
	background-color: #989898;
	border-color: #f0ecec;
	margin-bottom: 0;
	min-height: 35px;
}
/*.navbar-toggle{
	padding: 4px;
    margin-top: 5px;
}*/
.unbold{
	font-weight: normal;
}
.color-red{
	color: red;
}
.link-design{
	height: 40px !important;
	width: 40%;
	border:1.2px solid #00004D;
	border-left: none;
	border-top: none;
	border-right: none;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color:grey;
}
.link-design-heading.link-design{
	background-color: #00004D;
	font-weight: bold;
	line-height:2;
	color: #fff;
	margin-bottom:0px;
}
.link-design:hover{
	background-color: #00004D;
	transition: .5s;
	color:white;
}
.link-container{
	margin-top: 40px;
	margin-bottom: 40px;
}
.link-container center div a{
    background:transparent;
}
.img-container,.foot{
	background-color: #00004D;
}
.img-responsive{
	margin-bottom: 5px;
}
.social-btn{
	background-color: #adadad;
	border-radius: 0px;
	border: none;
}
.btn-default{

}
ul.navbar-nav.nav li a{
	color:#fff !important;
	font-size: 16px;
	padding:7px;
}
ul.navbar-nav.nav li a:hover{
	color:#eee !important;
}
ul.navbar-nav.nav li.number a{
    font-weight:normal;
}
ul.navbar-nav.nav li.text-muted a{
	color:#00004D !important;
	font-size: 14px;
	padding:7px;
}
ul.navbar-nav.nav li a.amount{
	color:#fff !important;
	font-weight: bold;
}
.description{
	color: #00004D;
	font-weight: 500;
}
.description p{
	margin-bottom: 20px;
}
.icon-bar,.icon-bar:focus{
	background-color: black !important;
}
button.navbar-toggle:hover .icon-bar,button.navbar-toggle:focus .icon-bar{
	background-color: white !important;
}
/*Empty CSS file for your own CSS*/
body{
    font-family: 'Source Sans Pro', sans-serif !important;
}
.link-design{
    height: 40px !important;
}
.btn-default{

}
.images .home-images{
	display: inline-block;
	width: 170px;
}

.navbar-nav{
	float: none;
	width: 70%;
	margin: auto;
}
.blue-border{
	border: 5px solid #00004D;
	margin: 0;
	padding: 0;
}
.text-18{
	font-size: 16px;
}
.footer-text{
	padding: 30px 30px;
}

/*icons*/
.fa.social {
	font-size: 17px;
	text-decoration: none;
	margin: 1px 1px;
	width: 30px;
	height: 30px;
	padding-top: 7px;
}

.fa.social:hover {
	opacity: 0.7;
	text-decoration: none;
	color: white;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-google {
	background: #dd4b39;
	color: white;
}

.fa-linkedin {
	background: #007bb5;
	color: white;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.fa-instagram {
	background: #125688;
	color: white;
}

.fa-rss {
	background: #ff6600;
	color: white;
}
/*END icons*/

/*Products*/
.product-heading{
	font-size: 48px;
	font-weight: lighter;
	color: #00004D;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #00004D;
	width: 45%;
}
.color-blue{
	color: #00004D;
}
.color-blue.product-heading{
	color: #00004D;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 5px;
}
.upload-heading.product-heading{
	border-bottom: none;
	margin-top: 0;
	font-size: 45px;
	margin-bottom: 2px;
}
.file-upload::before{
	text-align: center;
}
.file-upload{
	padding: 40px 0px;
	text-align: center;
}
.fa.file-upload{
	width: 0 !important;
	height: 0 !important;
}
.file-icon{
	font-size: 210px;
	cursor: pointer;
}
.file-icon:hover{
	color: black;
}
.bold-text{
	font-weight: 700 !important;
}
.bold-text .text-muted{
	color: #d2cfcf;
}
.bold-text .text-danger{
	color: #b20000;
}

.btn-start-project{
	background: #b20000;
	color: #fff;
	border: none;
	margin: 10px 0px;
	padding: 8px 84px;
	border-radius: 6px;
	font-size: 26px;
	font-weight: bold;
	word-spacing: 3px;
	margin-bottom: 40px;
}

.bold-text .text-muted,.bold-text .text-danger{
	font-weight: 700 !important;
}
/*FILE UPLOAD*/
h3.file-upload-text{
	font-weight: 200;
}
.file-class:hover .fa, .file-class:hover h3{
	color:black;
	cursor: pointer;
}

/*THANK YOU*/
.text-bold{
	font-weight: bold;
}

.fa.done{
	padding: 50px;
	background: #00004D;
	color:#fff;
	font-size: 70px;
	font-weight: lighter;
	border-radius: 50%;
}
.thankyou-container{
	padding: 20px 0px;
	padding-bottom: 40px;
}

/*FORM*/
.padding-form{
	padding: 0px 100px;
}
.form-text{
	/*font-size: 16px;*/
}
}


input[type=number]#credit-card::-webkit-inner-spin-button, 
input[type=number]#credit-card::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number]#zip1::-webkit-inner-spin-button, 
input[type=number]#zip1::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number][name="zip2"]::-webkit-inner-spin-button, 
input[type=number][name="zip2"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


input[type=number][name="phone"]::-webkit-inner-spin-button, 
input[type=number][name="phone"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

@-moz-document url-prefix() {
	input[type=number][name="phone"]::-webkit-inner-spin-button, 
	input[type=number][name="phone"]::-webkit-outer-spin-button { 
	  -webkit-appearance: none; 
	  margin: 0; 
	}

	input[type=number]#credit-card::-webkit-inner-spin-button, 
	input[type=number]#credit-card::-webkit-outer-spin-button { 
	  -webkit-appearance: none; 
	  margin: 0; 
	}    

	input[type=number]#zip1::-webkit-inner-spin-button, 
	input[type=number]#zip1::-webkit-outer-spin-button { 
	  -webkit-appearance: none; 
	  margin: 0; 
	}

	input[type=number][name="zip2"]::-webkit-inner-spin-button, 
	input[type=number][name="zip2"]::-webkit-outer-spin-button { 
	  -webkit-appearance: none; 
	  margin: 0; 
	}
}

@media screen and (max-width: 1200px) {
	.images .home-images{
		width: 150px;
	}
}

@media screen and (max-width: 992px) {
	.images .home-images{
		width: 130px;
	}
}

@media screen and (max-width: 840px) {
	.product-heading{
		font-size: 35px;
	}
}

@media screen and (min-width: 768px) {
	.navbar-inverse {
		height: 35px;
	}
}


@media screen and (max-width: 768px) {
	.images .home-images{
		display: inline-block;
		width: 100px
	}
	.bold-text span{
		font-size:28px;
	}
	.btn-start-project{
		margin: 10px 0px;
		padding: 6px 70px;
		font-size: 26px;
		margin-bottom: 40px;
	}
	.upload-heading.product-heading{
		width: 80%;
	}
	.navbar-brand {
	    position: absolute;
	    width: auto;
	    left: 25%;
	    top: -10px;
	    text-align: center;
	    margin: auto;
	}
	.navbar-toggle {
	    z-index:3;
	}
	.navbar{
		background: #fff;
		border: none;
	}
	ul.navbar-nav.nav li a {
		color:gray !important;
	}
	ul.navbar-nav.nav li a:hover {
		color:black !important;
	}
}
.blue-border-bottom{
	border-bottom: 1px solid #00004D;
	padding-bottom: 5px;
}
h3.form-text{
	font-weight: bold;
	font-size: 16px;
}
p.light-text,label{
	color: grey;
}
p.light-text input[type="text"],p.light-text input[type="email"],p.light-text input[type="number"],p.light-text select{
	width: 200px;
	height: 26px;
}
h4 label{
	font-size: 17px;
}
.max{
	font-weight: lighter;
	font-size: 13px;
	color: gray;
}
.main-menu-link{
	font-size:22px;
	text-decoration: none;
	border-bottom: 1px solid #00004D;
	font-weight: lighter;
}
.main-menu-link:hover,.main-menu-link:focus{
	text-decoration: none;
}


@media screen and (max-width: 624px) {
	.link-design{
		width: 80%;
	}
	.order-btn.btn-start-project{
		padding: 2px 10px;
		font-size: 22px;
	}
	.product-heading{
		width: 55%;
	}
	.btn-start-project[type="submit"] {
	    margin: 10px 0px;
	    padding: 2px 43px;
	    font-size: 24px;
	    margin-bottom: 40px;
	}
}

@media screen and (max-width: 600px) {
	.images .home-images{
		display: inline-block;
		width: 80px
	}
	.padding-form {
	    padding: 0px 80px;
	}
}


@media screen and (max-width: 520px) {
	.product-heading{
		font-size: 30px;
		width: 55%;
	}
	.padding-form {
	    padding: 0px 40px;
	}
	.bold-text span{
		font-size:24px;
	}
	.btn-start-project{
		margin: 10px 0px;
		padding: 4px 55px;
		font-size: 26px;
		margin-bottom: 40px;
	}
	.btn-start-project[type="submit"] {
	    margin: 10px 0px;
	    padding: 2px 26px;
	    font-size: 19px;
	    margin-bottom: 40px;
	}
	.upload-heading.product-heading{
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.link-design{
		width: 90%;
	}
	.padding-form {
	    padding: 0px 20px;
	}

}

@media screen and (max-width: 460px) {
	.product-heading{
		font-size: 30px;
		width: 65%;
	}	
	.color-blue.product-heading{
		font-size: 25px;
	}
	.btn-start-project {
	    margin: 10px 0px;
	    padding: 12px 60px;
	    font-size: 20px;
	    margin-bottom: 40px;
	}
	.padding-form {
	    padding: 0px 5px;
	}
}
@media screen and (max-width: 490px) {
	.images .home-images{
		display: inline-block;
		width: 70px
	}
}

@media screen and (max-width: 440px) {
	.images .home-images{
		display: inline-block;
		width: 57px
	}
}

@media screen and (max-width: 360px) {
	.color-blue.product-heading{
		font-size: 22px;
	}
}



