/*
 * Start Bootstrap - Half 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%;
}

.row {
    margin-right: 0px; 
  margin-left: 0px;
}

/ You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! /
@media (min-width: 768px) {
    .navbar-nav {
        float: right !important;
        margin: 0;
    }
}

.carousel {
    height: 80%;
    width:100%;
}

.fill{
    width: 100%;
    height: 80vh;
}

footer {
    margin: 50px 0;
}

.footer_main{
    background-color: #1768a2;
    color: white;
    padding: 30px 30px;
    font-size: 18px;
}

.logo{
    width: 16%;
}

.logo1{
  width: 30%;
}

.bml {
  margin-left: -669px;
}


@media only screen and (min-width: 300px) and (max-width: 991px) {
    .logo {
      width: 30% !important;
    margin-top: -64px !important;
    }
    
     .bml {
      margin-left: 111px;
      margin-top: -119px !important;
    }

    .carousel {
        height: 29vh;
        width: 100%;
		margin-top: 85px !important;

      }
	  .navbar-toggle {
  margin-top: 29px;
}
      
      .fill {
        width: 100%;
        height: 29vh;
      }

      .navbar-inverse .navbar-nav > li > a {
        color: #000000;
        margin-top: 0px !important;
      }
  }

.navbar-inverse {
    background-color: #c1c1c1;
  height: 115px;
  border-color: #c1c1c1;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    margin-top: 20px;
	font-size: 20px;
}

.navbar-inverse .navbar-nav>li>a:hover{
    color: blue;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left !important;
    /* margin-left: -170px !important; */
	margin-left: -241px !important;
  }
 
}
.copyright {
  font-size: 17px;
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
	 .copyright {
  font-size: 11px;
}
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010 !important;
  background-color: #c1c1c1 !important;
  margin-top: -1px;
}

.navbar-brand {
 margin-top: -6px;
}