
.navbar .navbar-brand{
	color: #000000e6; 
}

.navbar .navbar-nav li a{
	color: #000000e6; 
}

.panel-adonis {
	background: #FAD773;
	border-color: black;
  }

  .padonis {
	border-color: black;
  }

  .active {
	background: white;
	border-color: #FAD773; 
  }

  .navbar-toggle {
	border-color: black;
	background-image: url(
		"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 8, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='5' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
		
}

body{
	font-family: 'Open Sans', sans-serif;
	background-image: url("images/fondo.jpg");
}


@media (min-width: 1281px) {
  
  
    
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  


  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .nav-tabs {
	padding-top: 80px;
  }
  
  div.panel.padonis:first-of-type{
	padding-top: 60px;
  }
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .nav-tabs {
	padding-top: 80px;
  }

  div.panel.padonis:first-of-type{
	padding-top: 60px;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .nav-tabs {
	padding-top: 80px;
  }
  div.panel.padonis:first-of-type{
	padding-top: 60px;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  

  
}