/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
/*    background-color: #2f2e2c;
    color: white;*/
    background-color: white;
    color: black !important;
}

h1 { 
    font-family: 'Oswald', sans-serif;
    font-size:30px;
    font-weight: extra-light;
}

#container {
           width: 60%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.carousel-inner img {
  margin: auto;
}

.carousel .item {
  height: auto;
  width: 100%;
}

.carousel-caption{
  padding-top: 10px;
  padding-bottom: 30px;
}

hr.black {
  border-color: #000000;
  border-width: 1px;
  max-width: 100%;
}

.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top25 { margin-top:25px; }
.top30 { margin-top:30px; }

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 0px 0;
    width: 100%;
}

.bluebutton {
  color: #ffffff;
  background-color: #21a5d5;
  border: 0px solid black;
  border-radius: 10px;
  border-collapse: collapse;
  overflow: hidden;
  webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: #B3B3B3 10px 10px 5px 0px;
  -moz-box-shadow: #B3B3B3 10px 10px 5pxi 0px; 
  box-shadow: #B3B3B3 10px 10px 5px 0px; 
  padding: 6px 6px 4px 6px;
}



select {

  /* make arrow and background */

  background:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 21px) calc(1em + 2px),
    calc(100% - 16px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;

  /* styling and reset */

  border: thin solid blue;
  font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  border-radius: 0;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
}

input[type=text] {
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 2px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 16px;
}

input[type="password"] {
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 2px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    font-size: 16px;
}

.gray{
  background-color: #dfdfdf;
}
.darkgray{
  background-color: #3d3d3d;
}
.white{
  background-color: white;
}

.clear-nav {
    height: 50px;
    width: 100%;
}

.footerblack {
    width: 100% !important;
    height: 70px;
    background-color: #000000;
    color: white;
    padding-top: 30px;
}

/*
*@media only screen and (max-width: 768px) {
*    .navbar-inverse .navbar-collapse {
*        background-color: #606060;
*        color: #ffffff !important;
*     } 
* }
*
*/

.navbar-nav > li > a {padding-top:30px !important; padding-bottom:10px !important; padding-left:10px; padding-right:10px;}
.navbar-text {padding-top:15px !important; padding-bottom:10px !important;}
.navbar {min-height:65px !important;}

/*.navbar-inverse-inner{
    position:absolute;
    padding-left:20px;
}
.navbar .brand {                
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    background: #f00;        
    margin-left: 0px;
    padding: 10px;
}*/

.navbar-inverse .navbar-brand {
    padding-top: 30px;
    color: #FFFFFF;
}


/*
*
*.nav a{
*    color: white !important;
*    font-family: 'Oswald', sans-serif;
*    font-size: 1.3em !important;
*    font-weight: regular;
*}
*
*nav.navbar{
*   -webkit-transition: all 0.4s ease;
*   transition: all 0.4s ease;
*}
*/

nav.navbar-inverse {
    background-color: #000000;
    border-color: #080808;
}


/*nav.navbar-inverse a{
    color: white !important;
}*/


nav.navbar.transparent {
   background-color:rgba(0,0,0,0);
}



.nav.navbar-nav.navbar-right li a {
    background-color:rgba(0,0,0,0);
    color: white;
    font-size: 1.1em !important;
    font-weight: regular;
}


.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    color:#000000;
    font-size: 1.1em !important;
    font-weight: regular;
 }

.nav.navbar-nav.navbar-right >li>a:hover, .nav.navbar-nav.navbar-right >li>a:focus {
    background-color: transparent;
    font-size: 1.1em !important;
    font-weight: regular;
}


/*
*.nav.navbar-nav .navbar-right > li > a:hover, .nav.navbar-nav .navbar-right > li > a:focus {
*    background-color:rgba(0,0,0,0);
*}
*/





navbar-inverse .navbar-toggle .icon-bar {
   background-color: white !important;
   border:1px;



/*
*.navbar-inverse .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
*    color: #FFFFFF;
*}
*
*.navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
*    /*background-color: #000000;*/
*    background-color:rgba(0,0,0,0);
*    color: #D0D0D0;
*}
*/

.navbar .nav > li.dropdown.open.active > a:hover, 
.navbar .nav > li.dropdown.open > a
{
   color: #fff;
   background-color: #000000;
}



dropdown-menu li>a { color: black !important; font-size: 1.5em !important;}

dropdown-menu li>a:hover { background: #606060; color: white; font-size: 1.5em !important;}

dropdown-menu li>a:active { background: #606060; font-size: 1.5em !important;}


.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.imgcentred {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  border: 1px dashed deeppink;
}
o.red{
    color:red;
}
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! 
*/
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
/*    background: url(../img/intro-bg.jpg) no-repeat center center; */
    background: no-repeat center center; 
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

p.med {
    font-size: 18px;
}
.page-topper {
   width: 100%;
   height: 70px;
}

table { border-spacing: 1px; } /* cellspacing */

th, td { padding: 5px; } /* cellpadding */

.portfolio-item {
    margin-bottom: 25px;
}
