/* Organized - Coutured from top to bottom */

/* /////////// FONTS ////////// */
 @font-face
 {
     font-family: 'ubuntu-c';
     src: url('../fonts/Ubuntu-L.ttf');
     font-weight: normal;
     font-style: normal;
 }

 @font-face
 {
     font-family: 'oswald';
     src: url('../fonts/Oswald-Regular.ttf');
     font-weight: normal;
     font-style: normal;
 }



body {
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

h1
{
  padding:10px;
}

.h1
{
  color:#cccccc;
}

.h3
{
  color:#cccccc;
}

p
{
  font-family: 'ubuntu-c';
  font-size: 16px;
  line-height: 23px;
  color:#666666;
}

p.light_font
{
  font-family: 'ubuntu-c';
  font-size: 16px;
  line-height: 23px;
  color:#aaaaaa;
}

img.frame
{
  border: 1px solid #aaaaaa;
}

.border_gray
{
  border: 1px solid #aaaaaa;
}
.dark-bg
{
  background-color: #030005;
  padding: 40px 0px 30px 0px;
}

/* NAVBAR PROPERTIES */

 .navbar-inverse
 {
   background-color: #100010;
   border-color: #080808;
   height:60px;
 }

 .navbar-brand {
   color: #9d9d9d;
   width:215px;
   padding: 0px 10px;
 }
 .navbar-inverse .navbar-brand:hover,
 .navbar-inverse .navbar-brand:focus {
   color: #fff;
   border: 0px solid #00ff00;
 }
 .navbar-inverse .navbar-text
 {
   color: #9d9d9d;
 }

  .navbar-nav ul {
   background-color: #100010;
 }

 .navbar-inverse .navbar-nav > li > a {
   color: #ffffff;
   background-color: #100010;
   text-transform: uppercase;
   font-weight:bold;
   border: 0px solid #00ff00;
   padding-top:13px;
   padding-bottom:5px;
 }

 .navbar-inverse .navbar-nav > li > a:hover,
 .navbar-inverse .navbar-nav > li > a:focus {
   color: #ffccff;
   font-weight:bold;
   background-color: #070007;
 }

 .no-marg-padd
 {
   padding:0px;
   margin:0px;
 }

.navbar-inverse
{
  padding:0px;
  margin:0px;
}

/* BORDER */

.border-none
{
  border:1px solid transparent;
}

.border-pink
{
  border:1px solid #ff00ff;
}

.border-red
{
  border:1px solid #ff0000;
}

.border-green
{
  border:1px solid #00ff00;
}

.border-blue
{
  border:1px solid #000fff;
}

header {
  background-image: url(../img/header-bg_text.jpg);
  height:600px;
  margin-top:-25px;
  margin-bottom:20px;
  background-color:#ffffff;
  background-size: cover;
}

.fa {
  font-size:33px;
  width:40px;height:40px;
  color:#ffffff;
  border:0px solid #cccccc;
  margin:0px;
  padding-top:3px;
}

img {
max-width: 100%;
}

.center
{
  margin-left:auto;
  margin-right: auto;
  text-align:center;
}

.banner1
{
  background-image:url('banner_1.jpg');
  background-position: center 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  display:block;
  max-width:100%;
  height:auto;
}

.banner2
{
  background-image:url('tony_collage5.jpg');
  background-position: center 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  display:block;
  background-size: cover;
  width:100%;
  height:400px;
}

.banner2x
{
  background-image:url('../img/header-bg_sm.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  display:block;
  max-width:100%;
  height:300px;
}

.banner3
{
  background-image:url('banner_3.jpg');
  background-position: center 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  display:block;
  max-width:100%;
  height:400px;
}

.banner3
{
  background-image:url('banner_2.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  display:block;
  max-width:100%;
  height:400px;
}

.banner3
{
  background-image:url('banner_3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  display:block;
  max-width:100%;
  height:400px;
}

/* ////////////////// FOOTER AND CONTACT FORM ////////////// */

#contact{
  color: white;
}
#contact h1{color: white}

.form-control-white {
    background: rgb(230, 240, 255);
    border: 2px solid #223344;
    color:    #888888;
    /* color: black; */
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aaaaaa;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   #aaaaaa;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aaaaaa;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aaaaaa;
}



#footer
{
  background: #2B3E51;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding:30px 0px;
}

/* /////////// FORM STYLING ////////// */
#contact::-webkit-input-placeholder {
color: #000000 !important;
  line-height: 22px;
}

#contact::-moz-placeholder { /* Firefox 18- */
color: #000000 !important;
  line-height: 22px;
}

#contact::-moz-placeholder {  /* Firefox 19+ */
color: #000000 !important;
  line-height: 22px;
}

#contact::-ms-input-placeholder {
color: #000000 !important;
  line-height: 22px;
}

.form-control{
  border-radius: none !important;
  padding: 20px 26px;
}
.form-group .btn.btn-o-white {
    width: 100%;
    padding: 9px 0;
    background: #db5252;
    border: 2px solid #ca4242;
    text-shadow: -1px -1px 1px #000000;
}



.footer-bottom {
  padding: 15px 0;
  width:100%;
  background-color: #000000;
}
.details ul p{
  margin-left: 40px;
  list-style-type: none;
}
.details ul li .fa {
  text-decoration: none;
  list-style-type: none;
  border-radius: 33px 33px;
  background: rgb(219, 82, 82);
  width: 30px;
  /* height: 20px; */
  text-align: center;
  padding: 7px 7px;
  margin-right: 9px;
}
.details ul {
  margin-left: -40px;
}
.details .fa{
  background: rgb(219, 82, 82);
  width: 30px;
  text-align: center;
  padding: 7px 7px;
  cursor: pointer;
}
.details .fa:hover{
  color: rgb(219, 82, 82);
  background:white;
}

.social {
  margin-left:0px;
  width:200px;
}


/* /////////////// RESPONSIVE PROPERTIES ////////////////// */
