.cover-form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  --width: 450px;
  max-width:460px;
  padding: 20px 20px 5px 25px;
  background: rgba(0,0,0,0.60);
  border-radius: 5px;
  margin-bottom:40px;
}

header .intro-text{
padding-top:100px;
padding-bottom:100px;
}

.intro-text p{
font-weight:200;
font-size:16px
}

.btn-primary {
background-color:#337AB7;
border-color:#2e6da4
}

.btn-primary:hover{
background-color:#1B466B;
border-color:#1B466B
}


a{
color:#337AB7
}


a:hover,a:focus,a:active,a.active{color:#1B466B}
a.visited{
color:#1B466B
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary
{color:#fff;background-color:#1B466B;border-color:#1B466B}

.navbar-default .navbar-nav>.active>a{
	background-color:#1B466B;
}

.navbar-default .navbar-nav>.active>a:hover{
	background-color:#1B466B;
}

::-moz-selection{text-shadow:none;background:#337AB7}
::selection{
	background-color:#337AB7
}

.navbar-nav>li>active{
	background-color:#1B466B;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
background-color:#1B466B;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #333 !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset !important;
    -webkit-text-fill-color: #333 !important;
}

.text-primary{
color: #337AB7;
}

section{
font-family: open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.home-desc {
font-size: 16px
}

.service-heading{
text-transform: uppercase;
}



.navbar-default .navbar-toggle{
background-color:#337AB7;
border-color:#2e6da4
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background-color:#1B466B;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
background-color:#1B466B;
border-color:#1B466B

}


.portfolio-modal .modal-content{
margin:65px 20px;
padding:20px 100px;
min-height:650px;
background-color:#212121;
color:#e5e5e5

}

.portfolio-modal .close-modal .lr{
background-color:#e5e5e5
}
.portfolio-modal .close-modal .lr .rl{
background-color:#e5e5e5
}

@media (max-width: 768px){
.portfolio-modal .modal-content{

	padding:20px 15px;

}
.portfolio-modal .close-modal{
top:0px;
right:5px;
}

}

.my-text-danger{
color:#a94442
}
