@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
*{padding: 0px; margin: 0px;}

.main {width:100%;background-color:#421c52; min-height: 1000px;   }
.main2 {width:96%; padding-top: 15px; background-color:#421c52; min-height: 1000px; }
.container {
	float:center;
	width: 100%;
}


.topnav {
  overflow: hidden;
  background-color: #421c52 ; float:left; width:100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px; 
}

.active {
  background-color:#300030 ;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
   
}

.dropdown .dropbtn {
    font-size: 14px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:  #300030 ; 
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color:#300030 ;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.cont { width: 70%; height:410px; background-color: white; float:left;}
  .slider{ width:100%; height: 410px; margin-left:0px;}

.cont1 { width: 29.2%;  height:400px; background-color:white; float:left; border: 3px solid #000000;
border-radius: 10px 10px 10px 10px;
 }
.cont1 p { font-size: 17px;}
.cont a { text-decoration:none; color:#FFFFFF;}

.footer1 { width: 100%; height:300px; float:left; background-color: #300030;}
.footer2 { width: 50%; height: 220px; float:left; background-color:#300030; margin-top: 30px;}

.footer3 { width: 50%; height: 220px; float:left; background-color: #300030; color:#FFFFFF;  margin-top: 30px; }
.footer3 h5{ text-align:center; font-size:15px;}
.footer { width: 100%; height:60px; float:left; background-color: #300030 ;}
.footer p { text-align:center; line-height: ; color:#FFFFFF;}

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin:0;
padding:0;
font-family: 'Roboto Slab', serif;
}
div#envelope{
width: 100%; height: 250px;
border: 2px solid orange;
border-radius:10px;
}
form{
width:90%; height: 250px;

}

/* Makes responsive fields. Sets size and field alignment.*/
input[type=text]{

width:100%;

border-radius:5px;
border:1px solid #7ac9b7;
}
input[type=submit]
{

width:100%;
border-radius:5px;
border:1px solid #7ac9b7;
background-color: #4180C5;
color: aliceblue;
font-size:15px;
cursor:pointer; margin-left: 5px;
}
#submit:hover
{
background-color: ;
}
textarea{
width:100%;
border:1px solid #7ac9b7;
border-radius:5px; margin-left: 5px;

resize:none;
}
input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}
div#envelope{
width: 100%;
height: 250px;
}
h2{
font-size:16px;
}
p{
font-size:14px;
}
label{
font-size:12px; margin-left: 5px; margin-top:15px;
}
input[type=submit]{

}
input[type=text]{
margin-left: 5px;
}
div#envelope{
width: 80%;

}
input[type=submit]
{

font-size:12px;
}
input[type=text]{
margin-left: 5px;
}
label{
font-size:12px;
}
h2{
font-size:15px;
}
p{
font-size:12px;
}
div#envelope{
width: 100%; height: 250px;
}
.vl {
	border-left: 3px solid white;
	height: 270px;
	position: absolute;
	left: 50%;
	
}

@media screen and (max-width: 700px) {
	.container {
	float:left;
	width: 100%;
	}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none; 
  }
  .topnav a.icon {
    float: right;
    display: block; 
  }
  .cont { width: 70%; height:410px; background-color:#EAEAEA; float:left;}
  .slider{ width:94%; height: 600px;  margin-left:0px;}

.cont1 { width: 29%;  height:400px; background-color: #EAEAEA; float:left; border: 1px solid #000000;
border-radius: 5px 5px 5px 5px;
 }


.footer { width: 100%; height:60px; float:left; background-color:#300030;}
.footer p { text-align:center; line-height: ; color:#FFFFFF;}
}

@media screen and (max-width: 800px) {
	.container {
	float:left;
	width: 100%;
	}
  .topnav.responsive {position: relative; }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: left;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .cont { width: 70%; height:410px; background-color:#EAEAEA; float:left;}
  .slider{ width:94%; height: 600px;  margin-left:0px;}
.cont1 { width: 29%;  height:400px; background-color: #EAEAEA; float:left; border: 1px solid #000000;
border-radius: 5px 5px 5px 5px;
 }

.cont1 p { font-size: 12px;}
.cont a { text-decoration:none; color:#FFFFFF;}


.footer { width: 100%; height:65px; float:left; background-color: #300030}
.footer p { text-align:center; line-height: ; color:#FFFFFF; font-size:8px;}


}
