/*Css for email page only*/
body {
background-image:  url("http://mohavewebdesign.com/melissa/cryptobook_bags/images/lighter_background_gradient.png");
font-family: Helvetica, Arial, sans-serif;
font-size:90%;
}
nav {
    padding: 10px 0;
    text-align: center;
}
h1 {
	border-bottom: solid 3px #009;
	padding-bottom: 11px;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #999;
        text-align: center;
}
#flower{
    margin: auto;
    float: left;
    width: 10%;
    height: 200px;
    position: relative;
    padding: 0px;
    
}
#flower img{
    height:100%;
   
    }
    
#banner {
 float: left;
 margin: -3% auto;
 position: absolute;
 z-index: 3;
}
#portfolio{
    width:100%;
  
    margin:2% auto;
    padding:0px;
    text-align: center;
    position: relative;
}
  #model_container{
   padding: 33px 6% 47px 0px;
    margin: 0% 21% -1% 26%;
    float: right;
         }
         #model_container a img{
           margin: 2px;
         }
         
         
              /*logo image*/   
          #logo_new:hover {
           border: purple 1px solid;
          border-style:inset;
          border-radius: 90%;
          }
          #logo_new {
              margin: 1px;
              margin-top: -10px;
              margin-bottom: -30px; 
            }           
#footer {
padding : 0.5em;
clear : both;
font-size : 0.9em;
position:relative;
z-index: 0;
width: 200px;
margin: 0 auto 10px auto;
}
#footerlinks {
position:absolute;
bottom: 0px;
left: 0px;
}
#footer_background {
opacity: .2;
width:100%
}
a:link, a:visited {
color :#ffff88;
background : inherit;
}
a:hover {
text-decoration : none;
color : #000000;
background : inherit;
}
h2 {
margin : 1em 0 1em 0.5em;
color : #000000;
font : 160% "lucida sans", "Trebuchet MS", "arial", "verdana", "sans-serif";
background : inherit;
}
#button{
    font-size:1.5em;
    box-shadow: 2px 3px 2px black;
    border: 5px double  white;
    border-radius: 25px;
    float:right;
    margin:-5% 14% 7% 2%;
}
@media(max-width: 1500px) {
    
                #model_container {
                    display:none;
                }   
                .title_jpg {
                    width:80%;
                }
                #container  {
                    width: 80%;
                }
            
                .yellowborder {
                width:80%;
                }
                #banner {
                 display: none;
                }
                 #content {
                 width: 80%;
                 border:none;
                 box-shadow: none;
                
                }
               img {
                 display: none;
                }
               
                .home_img {
                 display: hidden;
                }
                video{
                width:50%; 
                }   
                #flower img{
                 display: none;
                }
              #butterfly {
                 display: none;
                }
                body {
                    background-image: none;
                }
              
     }