/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
  /*font-family: 'Dancing Script', arial, serif;*/
  font-family: 'Covered By Your Grace';

}

.full {
  background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
    color: #f39918;
    font-size: 2.6em;
    text-decoration: none;
    text-shadow: 2px 2px 4px #000000;

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #FFFF00;
    color: #FFC0CB;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #f39918;
    text-decoration: underline;
}

*::after, *::before {
    box-sizing: unset;
}


/*
@media (max-width: @screen-xs) {
    body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}
*/

/*Navbar*/
body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
      color:#1D0C05; 
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

.nav > li.active {
text-decoration: underline;
background-color: transparent;
color: #f39918;
}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.img-responsive2 {
    display: inline-block;
    max-width: 80%;
    height: auto;
    }


.navbar-toggle{
background-color:#f39918;
}

span.icon-bar{
  background-color: #fff;
}

@media (max-width: 767px) {
.navbar-header { background-color: #281302; }
.navbar-collapse { background:#9C6D39; /*replace with desired color*/ } 
}

.back-egypt{
/*background-color:#f39918;*/
background-color: rgba(243,153,24,0.5); 

}

.back-egypt {
    font-family: arial;
    font-size: 1.2em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#myTab a  {
 color: #1E0D06;
 font-size: 1.0em;
}

#myTab-accordion{
font-size: 0.6em;
}

#myTab-accordion p{
font-size: 1.6em;
background-color: transparent;
}

h4.panel-title {
 font-size: 0.8em;
 color: #1E0D06;
}

.panel-body {
 background-color:#f39918;
/*opacity: 0.5;
filter:Alpha(Opacity=50); */
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }
 
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #a3854d;
    border-color: #1e0d06 #1e0d06 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #1e0d06;
}

