/*!
 * SNOW Landing Page Theme
 *
 * Created by Visual Soldiers
 * Visit us at http://www.visualsoldiers.com
 *
 * Handcrafted with love in Atlanta!
 */


/* ==========================================================================
   Global styles

========================================================================== */



/* bubble */


.thirteen{
    font-size: 14px !important;
}

body{
	background: url(../img/blusky.jpg) no-repeat center center fixed !important;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.cookierow{
	 margin: auto;
    width: 40%;
    padding: 10px;
    float: left;
}
#cookietext{
	bottom:0;
	 position:fixed; 
	 font-size:12px; 
	 padding:5px; 
	 color:#fff; 
	 background-color:#8DB64F;
	 /* width: 100%; */ 
	 /* margin:0 auto;  */
	  text-align:center; 
	  z-index:1000; 
	  display:block; opacity: 0.8 !important;	
      width: 30%;
}

.personalphone{
	border-radius: 16px;
display: block;
margin: -100px auto 50px;
position: relative;
z-index: 10;
}
.bubble
{
position: relative;
width: 365px;
height: 125px;
padding: 0px;
background: #8DB64F;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
}

.bubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 86px 9px 0;
border-color:#8DB64F transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -9px;
bottom: -86px;
left: 92%;
-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
}
/*end bubble */
#tog2{
    display: none;
}
.navbar-toggle2{
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-inverse2 .navbar-toggle2:focus, .navbar-inverse2 .navbar-toggle2:hover {
    background-color: transparent;
}

#headereg{
    display: block;
}
.triangle-arrow {
 width: 20px;
height: 10px;
background: #8DB64F;
position: relative;
margin-top: 0px !important;
margin-right: 25px;
display: inline-block;
vertical-align: middle;
}
.triangle-arrow:after {
     content: '';
    position: absolute;
    top: -8px;
    right: -12px;
    border-left: 12px solid #8DB64F;
    border-top: 12px solid transparent;
    border-bottom: 15px solid transparent;
}

.triangle-arrow3 {
 width: 20px;
height: 10px;
background: #fff;
position: relative;
margin-top: 10px !important;
margin-right: 25px;
display: inline-block;
}
.triangle-arrow3:after {
     content: '';
    position: absolute;
    top: -8px;
    right: -12px;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 15px solid transparent;

}
.triangle-arrow2 {
  width: 20px;
    height: 10px;
    background: #fff;
    position: relative;
    margin-right: 0px;
    margin-top: 5px;
}
.triangle-arrow2:after {
  content: '';
    position: absolute;
    top: -10px;
    right: -15px;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.arrow-right {
 width: 0; 
 height: 0;  
 border-left: 20px solid #fff;
 border-top: 20px solid transparent;
 border-bottom: 20px solid transparent; 
animation-name: scrolling2;
margin-right: 20px;
}
.bwhite{
    background-color:  #fff;
    width: 200px;
    height: 50px;
}
.arrows{
    width: 0;
height: 0;
border-style: solid;
border-width: 50px 0 50px 100px;
border-color: transparent transparent transparent #f60;

}
  #sugn-nav{
    display: none;
}
#sign-nav{
    display: block;
}
.personpic{
    width: 150px !important;
border-radius: 50%;
filter: grayscale(80%);
height: 150px !important;
}
.personpic:hover{
       filter: grayscale(0%);
       cursor: pointer;
}

    /*.float{
        display: none;
	position: fixed;
width: 60px;
height: 60px;
bottom: 15px;
right: 10px;
background-color: #8DB64F;
color: #FFF;
border-radius: 50px;
text-align: center;
box-shadow: 2px 2px 3px #000;
z-index: 1000;
animation: bot-to-top 2s ease-out;
}*/

.summitimg{
    width: 50px;
}
.vidbg{
    background: url(../../newtemp/img/evaplay.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.promote{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}

h1 {
  font-size: 80px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #7D9656;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#personalis{
	margin-top: 10px;
}
.personalpic{
	width: 16em;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#8DB64F;
  color: #ffffff;
}

.btn-primary2 {
  background-color: transparent;
  color: #ffffff;
}

.btn-make {
  background-color:#f60;
  color: #ffffff;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #aed581;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}

.title{
	color: #fff;
	margin-top: 0px; 
	font-size:20px;
}
.title2{
	font-size:3em !important; 
	line-height:50px !important;
}
/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.green {
  color: #9EC169;
}


.white {
  color: #ffffff;
}


.meles{
	color: #555;
}
.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #B8CEA0;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}

.navbar2 {
    border: 0px solid rgba(0, 0, 0, 0);
    background: transparent;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}



.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
	margin-top: 6px;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(../img/blusky.jpg) no-repeat center center fixed; 
    width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;

}

.header-info {
  position: absolute;
  /*bottom: 0;*/
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  /*margin-bottom: 12%;*/
}

.signin {
  padding-top: 9px;
}


.mouse-icon {
    border: 2px solid #555;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}

.phone-persona {
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 200px;
    z-index: 10;
}



.mouse-icon2 {
z-index: 1000;
position: fixed;
bottom: 35px;
left: 2px;
width: 100px;
color: #FFF;
text-align: center;
z-index: 1000;
animation: bot-to-top 2s ease-out;
float: left !important;
	
}

.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #555 none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}


@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 250px 0px;
}

.pad-lg {
	padding: 150px 0px;
}

.pad-sm {
	padding: 80px 0px;
}


.pad-smperson {
	padding: 80px 0px;
}

.pad-smpersonal {
	padding: 80px 0px;
	  background: url(../img/eva_personalss.png) #231f20 no-repeat center center fixed;

}


.pad-xs {
	padding: 30px 0px;
}


/* scrolling animation to right */

.mouse-iconright .scroll2 {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling2;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-iconright .scroll2 {
    background: transparent none repeat scroll 0 0;
    border-radius: 10px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0px;
    width: 10px;
    float: left;
    margin-right: 35px !important;
    -ms-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
transform: rotate(90deg);
}


@keyframes scrolling2{
0% {
    opacity: 0;
    left: 5px;
}
30% {
    opacity: 1;
    left: 10px;
}
100% {
    opacity: 0;
    left: 25px;
}
}

.pad-xl {
	padding: 250px 0px;
}

.pad-lg {
	padding: 150px 0px;
}

.pad-sm {
	padding: 80px 0px;
}
.pad-smperson {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}

/*end animation to right */

#be-the-first {
  background: url(../img/blusky.jpg) #231f20 no-repeat center center fixed;
  min-height: 100%;
  height:670px;
  /*height: 40vh;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-attachment: fixed !important;
background-position: center;
background-repeat: no-repeat;
position: relative;
}

#be-the-second {
  background: url(http://eva.id/beta/img/beach.jpg) #231f20 no-repeat center center fixed;
  /*min-height: 300px;*/
  min-height: 100%;
  height:525px;
  /*height: 40vh;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover ;
background-attachment: fixed !important;
background-position: center;
background-repeat: no-repeat;
position: relative;
}


hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.iphone {
    /*position: relative;
    height: 200px; */
}

.sphone {
    /*position: relative;
    height: 200px; */
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
	max-width: 1920px;
    /*max-width: 701px;*/
}

.sphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
}


#invite {
  background: #f2f2f2;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #fff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/

#whitehead{
    background-color: #fff;
}

#whitehead1{
    background: url(../img/blusky.jpg) no-repeat center center fixed; 
	height: 500px;
	background-size: 100%;
}

#whitehead2{
    background: url(../img/eva_personalss.png) no-repeat center center; 
	height: 70vh;
}


#brownhead{
	background-color: #EEEEEE;
	}
	
	
#personalhead{
	  background: url(../img/blusky.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

	}
#personalhead{ 
      background-attachment: scroll;
  }
	
#brownhead1{
	background-color: #ECEEF1;
	}
#improve{
background-color: #9EC169;
}



#pricing {
  background: #8DB64F;
}

#evademo{
	background-color: #ccc;
}
.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table2 {
  background: transparent;
  margin-bottom: -146px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.headline {
  background: #231f20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.price {
    background: none repeat scroll 0 0 #fff;
    color: #555;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #fff;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 0px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}


.evalogo{
	width:15em;
}

.logo-white{
	width: 50%; margin-top: 0px !important;"
}

.imgcarousel{
	height: 600px !important;
	background-position: center;
	width: 100%;
	object-fit: cover;
}
/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
/*@media (min-width: 1200px) { 
    
    header{
      height: 120vh;
    }
} */


@media (max-width: 2000px)
{
.sphone img 
{
 	margin-top: -15.7% !important; 
	
}
.triangle-arrow2
{
 	display: none !important;
	
}
}



@media (max-width: 800px)
{
.triangle-arrow3
{
 	display: none !important;
	
}
}


@media (max-width: 340px)
{
.sphone
{
 	margin-top: 22px !important; 
	
}
}

/* @media (max-width: 1700px)
{
.sphone img 
{
 	width: 67.7% !important; 
	
}
} */


/* @media (max-width: 1500px)
{
.sphone img 
{
 	width: 80% !important; 
	
}
} */


@media (max-width: 1300px)
{
.sphone img 
{
 	margin-top:-4.3% !important;  
	
}
}


@media (max-width: 1200px)
{
.sphone img 
{
 	margin-top:16.5% !important;   
}
}

@media (max-width: 1200px)
{
.sphone img 
{
 	margin-top:16.5% !important;   
}
}

@media (max-width: 780px)
{
.sphone img 
{
 	margin-top:19% !important;   
}
}


@media (max-width: 900px)

{
	
	.header-info{
		margin-bottom: 15% !important;
	}
		    .evalogo{
	width:15em;
}

}
@media (max-width: 800px) { 
    .triangle-arrow3{
        width:30px;
    }
	


}

@media (max-width: 700px) { 
    .triangle-arrow3{
        width:30px;
    }
}

@media (max-width: 770px) { 

     #tog2{
    display: block;
}
    #headereg{
    display: none;
}
    
   /* .float{
        display: block !important;
}*/
     .myModal{
        display: none !important;
    }
    modal-backdrop fade in{
        display: none !important;
    }
}


/*@media (max-width: 605px) { 

.sphone img{
	margin-top: 38% !important;
}
    
} */


@media (max-width: 600px) { 

.sphone img{
	margin-top: 38% !important;
}
    .evalogo{
	width:8em;
}

    #sign-nav{
    display: none;
}
    
    #sugn-nav{
    display: block;
}

/*header {
    height: 150vh !important;
  
}*/
    
    .float{
        display: block !important;
}
    
}
@media (max-width: 480px) { 
#be-the-first{
	height: 400px;
}
.sphone img 
{
 	margin-top:8% !important;   
}
.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }
 
#be-the-second { 
      background-attachment: scroll;
  }
  

#personalhead{ 
      background-attachment: scroll;
  }

	.logo-white{
	width: 20%; 
	margin-top: 5px !important;
	margin-left: 15px;
}
    
    #cookietext{
	bottom:5em;
      width: 80%;
}

   
}





@media screen and (max-width: 480px) {
   .title2{
	font-size: 1.5em !important;
	line-height: 1em!important;
}
.title{
	margin-top: 0px !important;
}

#personalis{
	padding-top: 25px;
}


}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
#be-the-first { 
      background-attachment: scroll;
  }

#be-the-second { 
      background-attachment: scroll;
  }
  
  
.be-transparent { 
      background-attachment: scroll;
  }
#personalhead{ 
      background-attachment: scroll;
  }
  
  .logo-white{
	width: 5%; 
	margin-top: 0px !important;
}

.evalogo{
	width: 17em;
}
}

@media (min-width: 481px) and (max-width: 767px) { 

#be-the-first { 
      background-attachment: scroll;
  }

#be-the-second { 
      background-attachment: scroll;
  }
  
  .be-transparent { 
      background-attachment: scroll;
  }
#personalhead{ 
      background-attachment: scroll;
  }
  
  .logo-white{
	width: 12%; 
	margin-top: 5px !important;
	margin-left: 15px !important;
}


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

#be-the-first { 
      background-attachment: scroll;
  }
  
#be-the-second { 
      background-attachment: scroll;
  }
  
  .be-transparent { 
      background-attachment: scroll;
  }
  
  #personalhead{ 
      background-attachment: scroll;
  }
  
}





@media (max-width: 400px) {
	.sphone img{
		margin-top: 95% !important;
	}

}

@media (max-width: 384px) {
	.sphone img{
		margin-top: 13% !important;
	}

}

@media (max-width: 321px) {
	.sphone img{
		margin-top: 21.5% !important;
	}
	
}

@media (max-width: 365px) {
	.sphone img{
		margin-top: 15% !important;
	}
	
	#nowev{
		font-size: 1.5em !important;
	}

}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {
	

}