html,
body {
    margin:0;
    padding:0;
    height:100%;
    max-width:100%;
    font-weight: lighter;
    font-family: Helvetica, Geneva, sans-serif;
    line-height:150%
    
}


@media screen and (max-width: 600px) {
  /* comes into effect for screens less than or equal to 600 pixels */
  body{
	    font-size: medium;
	    
  }
  h1.em {
      	font-size: 3em;
  }
  h2.em{
  font-size: 1em;
  }
  h1.em2 {
    font-size: 1em;
  }
  li.nav a {
    padding: 8px 10px;
    font-size: smaller;
	}
   div.Myshortdiv{
	    width: 90%; 
	}
#body {
    width: 90%;
    }
div.imgscale {
	width:  95%;
   }   

li.navlogo img {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    background-color: white;
    padding:0px 5px 0px 5px;
    max-width:150px;
}

   
}
  @media screen and (min-width: 601px) {
  /* comes into effect for screens larger than or equal to 601 pixels */
  body{
	    font-size:larger;
  }
  h1.em {
      	font-size: 3em;
  }
  h1.em2 {
      	font-size: 2em;
  }
  h2.em{
  	font-size: 2em;
  }
  li.nav a {
    padding: 8px 10px;
    font-size: smaller;
    }
  div.MydivNoMin{
     width: 60%;
     
  }
#body {
    width: 80%;
    }
div.imgscale {
	width:  80%;
   } 
div.Myshortdiv{
	    width: 80%; 
	}

	
	
}

@media screen and (min-width: 701px) {
  div.MydivNoMin{
     width: 50%;
  }
#body {
    width: 70%;
    }
div.imgscale {
	width:  70%;
   } 
div.Myshortdiv{
	width: 70%; 
	}
li.nav a {
    padding: 8px 20px;
    font-size: smaller;
    }
    
}

@media screen and (min-width: 801px) {
  div.MydivNoMin{
     width: 40%;
  }
  #body {
    width: 70%;
    }  
div.imgscale {
	width:  70%;
   } 
div.Myshortdiv{
	width: 70%; 
	}
li.nav a {
    padding: 8px 20px;
    font-size: smaller;
    }

	
}
  
@media screen and (min-width: 1028) {
  div.MydivNoMin{
     width: 40%;
  }
  #body {
    width: 70%;
    }  
div.imgscale {
	width:  70%;
   } 
div.Myshortdiv{
	width: 70%; 
	}
li.nav a {
    padding: 8px 30px;
    font-size: smaller;
    }

	
}

  
div.DGHead {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    margin: auto auto auto auto;
}
h1   {
	color:#bfc6d4;
	text-align: center;
	margin:auto;
    padding:0;
    max-width: 100%;
    font-weight:lighter;
}

h2   {  
	text-align: center;
	padding: 0; 
	font-weight:lighter;
}

	
h2.em{
  color: black;
  font-size: 1.6em;
}

	
hr{
	color: #bfc6d4;
	border-color: #bfc6d4;
	background-color: #bfc6d4;
	display: block;
    height: 0.5px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

#container {
    min-height:100%;
    position:50;
    padding:0px;
    margin:auto;
    padding-bottom:0px;   /* Height of the footer */
}
#header {
    padding:0px;
    background:white;
    opacity: 0.9; 
}
#hiddenmenu {
  background-color: rgba(101, 103, 178, 0.76); /* Not being used now having trouble making this work*/
  position: fixed;
  top: 50;
  z-index:1;
  width: 100%;
  height: 50px;
  }
#body {
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    padding-bottom:40px;   /* Height of the footer */
    max-width: 100%;
} 
#widebody {
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    padding-bottom:40px;   /* Height of the footer */
    max-width: 100%;
} 
#footer {	
	position:relative;
    padding:0;
    bottom:0;
    width:100%;
    height:40px;   /* Height of the footer */
    background:white;
    text-align: center;
}

#footer-grey{	
	position:fixed;
    padding:0;
    bottom:0;
    width:100%;
    height:40px;   /* Height of the footer */
    background:#bfc6d4;
    text-align: center;
}

p.foot{
	font-size: 80%;
	padding: 0;
	width: 100%;
	color: black;
	margin-bottom: 0px;
	margin-top: 8px;
}

ul{
	background-color: white;
	text-align: left;
}
ul.nav {
    list-style-type: none;
    margin: auto auto auto auto;
    padding:  10px 0px 0px 20px;
    overflow: hidden;
    background-color: white;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
}
li.nav {
    float: left;
    margin: 0;
}

li.nav a {
    display: block;
    color: black;
    background-color: white;
    font-weight: lighter;
    text-align: center;
    text-decoration: none;
    width: 50px;
    font-size: 0.75em;
}

li.nav a:hover:not(.active) {
	text-align: center;
    background-color: white;
    font-weight: bold;
    font-size: 0.75em;
}

li.navlogo {
    float: left;
    margin: 0;
    padding: : 0;
    font-size: 16px;
    font-weight: light;
}

li.navlogo img {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
    background-color: white;
    padding:0px 30px 0px 5px;
    width:180px;
}

li.navlogo img:hover:not(.active) {
    background-color: white;
    width:220px;
    padding:0px 10px 0px 5px;
}



ul.nav2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: grey;
    opacity: 0.9;
    position:absolute;
    top:50px;
    width: 100%;
}
li.nav2 {
    float: left;
    margin: 0;
}

li.nav2 a {
    display: block;
    color: #fffde8;
    text-align: center;
    padding: 7px 30px 7px 30px;
    text-decoration: none;
    font-size: smaller;
}

li.nav2 a:hover:not(.active) {
    background-color: #111;
}

div.phone {
	align-content: center;
	align-items: center;
	align-self: center;
	background-color: white;

}

div.Mydiv {
    padding:20px;
    min-height: 125px;
    width: 60%;
    max-width: 95%;
    margin: auto auto auto auto;
    background-color: white;
    border-style: none;
    border-width: 5px;
    border-color: #bfc6d4;

}

div.MydivWide {
    padding:20px;
    min-height: 125px;
    width: 95%;
    max-width: 95%;
    margin: auto auto auto auto;
    background-color: white;
    border-style: none;
    border-width: 5px;
    border-color: #bfc6d4;

}
div.MydivList {
    min-height: 150px;
    width: 60%;
    max-width: 95%;
    margin: auto auto auto auto;
    background-color: rgba(3, 3, 3, 0.03);
    border-style: solid;
    border-width: 10px;
    border-color: rgba(3, 3, 3, 0.06);

}
div.MydivNoMin {
    margin: auto auto auto auto;
    padding:1% 5% 1% 5%;
    background-color: white;
    border-style: none;
    border-width: 0;
    border-color: #bfc6d4;
    border-radius:20px;
    color:black;
    min-height: 180px;
}

div.MyButtons {
	cursor: pointer; text-align: center; background-color: #3754b3; color: white; text-decoration: none;
}

div.MyButtons:hover {
	    background-color: #6a83d2; text-decoration: none;
}

div.MyButtonsLeft {
	line-height: 40px; width:200px; height: 40px; cursor: pointer; text-align: center; background-color: #3754b3; color: white; text-decoration: none;
}

div.MyButtonsLeft:hover {
	    background-color: #6a83d2; text-decoration: none;
}

#MyVideos{
    background-color: white;
    align-self: center;
    margin:auto auto auto auto;
    width:100%;
}
div.MyVideosImage{
    margin: 65px auto auto auto;
    padding: 0px;
	background-color:#f4f6f8;
    border-style: solid;
    border-width: 0;
    border-color: rgba(223, 223, 228, 1);
    min-height: 125px;
    width: 504px;
    max-width: 95%;
    
}
div.MyVideosText{
	margin: auto 10px auto 10px;
	text-align:  left;
	border-style: solid;
    border-width: 0px 10px 10px 10px;
	background-color:#f4f6f8;
    border-color: #f4f6f8;
    width: 484px;
    max-width: 95%;
    font-size: 1em;
    padding: 0px 0px 0px 0px ;
}

div.MyBox{
	background-color :rgba(166,189,219,0.5) ;
	width:40%; 
	float: left; 
	height:200px;
	border-radius:20px;
}
div.MyBox:hover {
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc;
	 box-shadow: 0 0 10px #ccc;
	 background-color :rgba(166,189,219,0.4) ;
	 /*background-color: #f1eef6*/;
}

	
p.narrow{
	margin: 0 0 0 0;
	padding:0px;
	height:5px;
    font-size:larger;
    color:black;
}
p.narrowblack{
	margin: 0 0 0 0;
	padding:0px;
	height:5px;
    font-size:larger;
    color:black;
}
p.small{
	margin: 0 0 0 0;
	padding:0px;
    font-size:small;
}
p.medium{
	margin: 0 0 0 0;
	padding:0px;
    font-size:.8em;
}

.color{
	color:black;
}
img.Laptop {
	max-width: 100%;
	align-content: center;
	border-width: 0px 0px 0px 0px;
  }
img.general {
	max-width: 100%;
	align-content: center;
	border-width: 0px 0px 0px 0px;
}
  
  
