.dove{
    //font-size: 45px/1.6;
    //text-shadow: -2px 2px 0 #404040, -4px 4px 0 #666;
    //text-shadow: -2px 2px 0 #404040, -4px 4px 0 #FFCF60;
    //color: rgba(0,0,0,0.6);
    //text-shadow: 2px 8px 6px rgba(255,255,255,0.7),
                 /*0px -5px 12px rgba(255,255,255,0.7);*/
                 /*0px -5px 35px rgba(0,0,0,0.3);*/
                 0px -5px 12px rgba(0,0,0,0.7);
    //position: absolute;
    font-size: calc(20px + 1vw);
    text-shadow:    0 1px 1px #000,
                    0 2px 2px #000,
                    0 3px 3px #000,
                    0 4px 4px #000,
                    0 5px 5px #000,
                    0 6px 6px #000;

    
}
#e2{
    //position: relative;
	color: #FFFFFF;
    line-height: 50px;
    //color: #FFCF60;
    height: 580px;

	//text-shadow: -2px 2px 0 #404040, -4px 4px 0 #000;
    text-shadow:    0 1px 1px #000,
                    0 2px 2px #000,
                    0 3px 3px #000,
                    0 4px 4px #000,
                    0 5px 5px #000,
                    0 6px 6px #000;

	text-align: center;
	//padding-top: 10px;
    padding-bottom: 40px;
    margin-top: -30px;
    //margin-left: -98px;
    //background: rgba(84,26,122, 0.7)
	//background: #000;
	//background-color: 
	
    //
    //background-repeat:no-repeat;
    //background-position:right center;
    background-size: 100% 100%; 
    //background-position: right;
    border: 5px solid #54167E;

    -webkit-transition: opacity 5000ms ease-out 200ms; /* property duration timing-function delay */
    -moz-transition: opacity 5000ms ease-out 200ms;
    -o-transition: opacity 5000ms ease-out 200ms;


	//-webkit-transition: background 5000ms ease-in 200ms; /* property duration timing-function delay */
    //-moz-transition: background 5000ms ease-in 200ms;
    //-o-transition: background 5000ms ease-in 200ms;
    //transition: background 5000ms ease-in 200ms;

    //-webkit-transition: background 5000ms linear 200ms; /* property duration timing-function delay */
    //-moz-transition: background 5000ms linear 200ms;
    //-o-transition: background 5000ms linear 200ms;
    //transition: background 5000ms linear 200ms;

    -webkit-transition: background 5000ms ease-out 200ms; /* property duration timing-function delay */
    -moz-transition: background 5000ms ease-out 200ms;
    -o-transition: background 5000ms ease-out 200ms;
    transition: background 5000ms ease-out 200ms;

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

#tranHeaderImage{
	background: url('img/members/IMG_1.JPG');
}

@media (max-width: 799px) {
   #e2{
        font: 13.5px/1.6 "Roboto Slab", "Griffy", Helvetica, Arial, sans-serif;
   }
}

@media (min-width: 800px) {

	#e2{
		background-size: 33% 100%;
		margin-left: 0;
		margin-right: 0;
        height: 325px;
        text-align: center;
        

	}
	.work-experience{
		//padding-bottom: 900px;
		margin-top: 50px;
		width: 30%;

	}
    .container{
        margin-bottom: 2px;
    }
    


}


@media only screen 
  and (max-device-width: 414px) 
  and (orientation: portrait){
    

    #e2{
        line-height: 50px;
        font: 13.5px/1.6 "Roboto Slab", "Griffy", Helvetica, Arial, sans-serif;
        height:400px;
    }

    .dove{
        font-size: 30px;
    }
    .wrapper{
        padding:0;
        margin-top:0;
        width: 100%;
    }
    .education{
        //height: 1250px;
    }
    #fadeHeader{
        background-size: 100% 100%;
    }
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape){

    #e2{
        height: 400px;
        font: 80px "Roboto Slab", "Griffy", Helvetica, Arial, sans-serif;
        
    }
    .dove{
        font: 100px;
    }
}

