@media only screen and (min-width: 768px) and (max-width: 959px) {

}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1400px) {

/*Header*/

.More_info{
margin-top:24px;
}


#logo img{
width:250px;

}

.header{
height:80px;
}


/* Home */
#weather{
margin-top:400px;
width:120px;
}
#weather li{
font-size:10px;
}

i{
font-size:80px;
}
.story{
width:600px;
height:500px;
}
#bigText{
font-size:50px;
}
.titulo{
padding:203px 0 0 0;
}
.wheater{
height:114px;
}
#academia{
padding:10px 0 0px 10px;
height:100px;
}
#membresiaInd{
padding:10px;
height:100px;
}
#membresiaFam{
padding:10px;
height:100px;
}


#titleMemb{
font-size:24px;
}

#academia li{
font-size:16px;
}

#membresiaInd li{
font-size:16px;
}

#membresiaFam li{
font-size:16px;
}


/* Golf */
#imgGolf img{
width:200px;
}

/*Academia*/

#imgAcademia img{
width:430px;

}

#imgAcademia{
width:400px;
margin-left:10px;

}
#fitnessOption{
width:300px;
}


.dg-wrapper{
width:350px;

}

.dg-wrapper a{
width:350px;
}

#extFrameScore{
width:95%;
}

#residencialLogo img{
width:300px;
}
#residencialLogo{
width:300px;
}

}


/* small screens */
@media screen and (max-width: 44em) {

  nav[role="select"] ul {
    display: none;
  }
  nav[role="select"]:after {
    
    z-index: -1;
    content: "Menu";
    right: 0;
    bottom: -1.75em;
    background: rgba(174, 86, 168, 0.4);
    padding: .15em .55em;
  }
  nav[role="select"] select {
    display: block;
    user-select: none;
    cursor: pointer;
    width: 100%;
    padding: .55em .45em;
    border: none;
    background-color: rgba(174, 86, 168, 0.25);
    font: 1.2em 'Exo', sans-serif;
  }
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


.navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;

}



#slide2{
background-image: none;
background:#0e4048;
}

#slide3{
background-image: none;
background:#12480e;
}

#slide4{
background-image: none;
background:#0e3748;
}


#infoPgolf span{
font-size:20px;
}


/*MY CODE*/
.header{
 height:130px;
}
#logo img{
height:140px;
width:auto !important;
}
.More_info{
	display:none;
}
#nav{
 z-index:99999;
}
#nav li{
z-index:999999 !important;
}
#nav li{
   font-size:72px;
   line-height:72px;
   height:auto;
}
#nav li img{
   height:70px;
}
#menu{
	position:relative;
}
.navigation{
background-color:rgba(0,0,0,0.6);
font-size:14px;
}
#nav{
width:100%;
height:68px;
position:relative;
font-size:14px;
}
 #nav li
    {
        position: relative;
		
    }
 
    /* first level */
 
    #nav > ul
    {
        height: 3.75em;
    }
        #nav > ul > li
        {
            width: 25%;
            height: 100%;
            float: left;
			display:block;
        }
 
    /* second level */
 
    #nav li ul
    {
        display: none;
        position: absolute;
        top: 100%;
    }
        #nav li:hover ul
        {
            display: block;
        }






    #nav
    {
        position: relative;
    }
        #nav > a
			{
		  
        }
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
			{
			padding-top:30px;
			padding-bottom:30px;
            display: block;
			
			}
		
			
 
    /* first level */
 
    #nav > ul
    {
		width:100%;
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }
        #nav:target > ul
			{
            display: block;
			}
		#nav:target >  .Tel_menu{
		display: block;
		}
		
        #nav > ul > li
        {
            width: 100%;
            float: none;
        }
 
    /* second level */
 
    #nav li ul
    {
        position: static;
    }




}





/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
	
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */

}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */

	
	
	
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */

/* Home */
#weather{
margin-top:400px;
}
.story{
width:600px;
}
#bigText{
font-size:50px;
}
.titulo{
padding:203px 0 0 0;
}
.wheater{
height:140px;
background-color: #191F1F;
}
#academia{
padding:10px 0 0px 10px;
}
#membresiaInd{
padding:10px;
}
#membresiaFam{
padding:10px;
}


}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */

}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}