
body {
  font: 400 15px/1.8 Lato, sans-serif;
  color: #777;
}
  
/* ===== Skipnav ===== */

.skip { 
  position: relative; 
  top: 50px;
  left: 10px;
  width: 250px;
  height: 0;
}

#skip-btn { 
  position: absolute; 
  top: -15px;
  left: -15000px;
  color: white;
  background-color: black; 
  border: 2px solid black;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.5px;
  padding: 7px 20px;
  border-radius: 30px;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

#skip-btn:active, #skip-btn:focus { 
  position: absolute; 
  top: -25px;
  left: 15px;
  color: yellow;
  background-color: black; 
}  

#skip-btn:hover, #skip-btn:active, #skip-btn:focus {  
  color: yellow;
  border: 2px solid yellow;
} 
  
/* ===== Nav =====*/
 
nav {
  padding: 5px 0;
}  
  
.navbar {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  background-color: #660202;
  opacity: 0.9;
  border-bottom: 10px solid #aa6402;
  font-size: 12px !important;
  letter-spacing: 4px;
}

.navbar-brand { 
  font-size: 12px;
  font-weight: bold;
}
   
.navbar li a, .navbar .navbar-brand { 
  color: #f5f5f5 !important;
}

.navbar .navbar-brand:hover {
  background-color: black;
}

.navbar li:hover {
  background-color: black;
}

.navbar-nav li a:hover {
  color: yellow !important;
}

.navbar-nav li.active a {
  color: yellow !important;
  background-color: #2d2d30 !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}
.open .dropdown-toggle {
  color: #fff;
  background-color: #555 !important;
}

.dropdown-menu  {
  background-color: #2d2d30 !important;
  padding: 1px 0;
}

.dropdown-menu li:hover {
  background-color: black !important;
}

.dropdown-menu li a {
  color: white !important;
  font-size: 0.9em;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
}

.dropdown-menu li a:hover { 
  color: yellow !important;
  background-color: black !important;
}  

.navlogo {
  width: 50px;
  height: 50px;
  margin-top: -15px;
}

#phone {   
  font-size: 1.2em;
  color: white !important;
  letter-spacing: 2px;
  padding: 0 10px;
  margin-top: 15px;
}


/* ===== Font =====*/

h1 {
  font-size: 3em;
  letter-spacing: 7px;
  line-height: 1.3;
  margin-top: 100px
}

h2 {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 5px; 
  padding: 15px 0;
  margin-bottom: 50px
}

p {
  color: #666;
  font-size: 1.2em;
  font-style: normal;
  line-height: 2;
  letter-spacing: 3px;
  margin-bottom: 20px
} 
 
/* ===== Main =====*/

#content {
  width: 100%;
}

.container {
  width: 100%;
  background-image: linear-gradient(white, lightyellow, white);
}

.sec-main { 
  margin-bottom: 50px;
}

.col-main { 
  margin-top: 50px;
}
  
 
/* ===== Footer =====*/ 

footer {
  height: 220px;
  background-color: #222;
  border-top: 15px solid #aa6402; 
  padding-top: 50px;
  margin-top: 50px; 
  margin-bottom: 0; 
}

footer .container {
  background-image: none;
}

/*--- foot1 ---*/
 
#button {
  color: #333;
  background-color: #fff;
  border: 3px solid #aa6402;
  border-radius: 30px;
  padding: 7px 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

#button:hover, #button:focus {
  color: #fff;
  background-color: #000;
  border: 3px solid #fff;
  text-decoration: none;
} 

/*--- foot2 ---*/

#foot2 {
  margin-top: 50px; 
  margin-bottom: -20px; 
}

#foot2 p, #foot2 a {
  color: #fff;
  font-size: 1.1em; 
  letter-spacing: 2px;	
}

#foot2 a {
  text-decoration: underline;
  padding: 5px;
}

#foot2 a:hover, #foot2 a:focus {
  color:#000;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #000;
} 


/*=== RESPONSIVE LAYOUT ===*/

@media (max-width: 600px) {

/* ----- Nav ----- */

.dropdown-menu li {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
}

#phone {     
  font-size: 1.2em;
  letter-spacing: 2px;
  padding: 0 10px;
  margin-top: 17px;
}

/* ----- Footer ----- */

footer {
  padding: 50px 0;
  margin: 0 auto;
  font-size: 0.9em;
}

/* ----- Main ----- */

Main {
  margin-top: 30px;
}

.container {
  padding: 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
  width: 100%;
}

p {
  font-size: 1.1em;
}

}