h1, h2{
  font-family: 'Fauna One', serif;
}

h1{
  font-size: 2em !important;
}


p{
  font-family: 'Lato', sans-serif;
}

body{
  background: #0C2D58;
}


.subheading{
  font-size:1.4em;
  text-align: center;
  color: white;
  margin: 0em;

}

.hero-unit{
  background: white;
}

.row{
  color: #e9e9e9;
  text-align: center;
  float: center;
}

.topcontact{
  font-family: 'Fauna One', serif;
  text-align: center;
  margin: 2.5em 1em 1em 1.1em;
  font-size: 1em;
  background-color: white;
  padding: 0.1em;
  float: right;
  border-style: solid;
  border-width: 0.5em;
  border-radius: 0.5em;
  border-color: black;
}

.navbar-inner {
  background: #99161C !important; 
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.navbar .nav > li > a{
  color: white;
  text-decoration: none;
  background-color: transparent;
}

.navbar-inverse .nav > li > a:hover {
  color: #e9e9e9 !important;
}

.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: white;
    font-family:'Lato', serif;
 
}


.dropdown-menu {
  background-color: #99161C;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

/*
.nav-header{
  color: black;
  box-shadow: none;
}
*/

.navbar .nav > li > a{
  padding: 0.8em;
  margin: 3.0em 1.0em 0.5em 1.0em;
  font-family:'Lato', serif;
  font-weight: 700;
}
    

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: white;

  }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: black;
  background-image: none;
  filter: none;
}

.back-to-top a{
  color: white;
}

.copyright{
  color: white;
}




/*Non-home css*/

h1.subheading{
  text-align: left;
  color: white;
  font-size:1.5em !important;
  margin-top: 1.5em !important;
}

h1.subheading1{
  text-align: left;
  color: white;
  font-size:1.5em !important;
  margin-top: 3.5em !important;
}

p.subheading{
  color:white;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 1.2em;
}

.contactform{
	margin-top:8em !important;

}
.navbar-inverse .nav .active > a:focus {
    background-color: black !important;
}

/* Media queries */


@media screen and (min-width: 100px){
    h1{
      font-size: 2em !important;
      min-width: 100%;
      text-align: center;
    }
    p{
      font-size:0.9em;
    }
    .copyright, .back-to-top{
      min-width: 100%;
      text-align: center;
    }
    .topcontact{
      float: center;
    }

}

@media screen and (min-width: 980px) {
    .navbar .nav > li > a{
    font-size: 0.85em;
    }
    .topcontact{
      font-size: 0.85em;
      float: right;
    }
    .hero-unit{
      margin-top:70px;
    }
    h1{
    	margin-top:4em !important;
    }

}


@media screen and (min-width: 1200px) {
	h1{
		margin-top:4em !important;
	}

    .hero-unit{
      margin-top:90px;
    }
    .sidebar-nav {
    padding: 9px 0;
    }

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px; 
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }
    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px;
    }
    .navbar .dropdown-menu {
     margin-top: 0px;
    }

    .navbar .nav > li > a{
    font-size: 1.0em;
    }
    .topcontact{
      font-size: 1.0em;
      float: right;
      margin: 2.5em 1em 1em 8.0em;
    }
 }