@charset "UTF-8";

body {
	padding-top: 50px;
	
}
.sidebar-nav {
	background-color: #E5E7E6;
	color: #8a3324;
	height: 1200px;
}

#email {
	background-color: #F6C4AC;
	opacity: 50%;
}
li {
	font-size: 25px;
	text-align: left;
}
a img {
	display: list-item;
	padding: 5px;
	
}
	
.col-md-6 {
	color: #8A3324;
	font-size: 18px;
}
	
ul li a{
	color: #8a3324;
	font-size: 18px;
		
	}
footer {

  padding-left: 15px;
  padding-right: 15px;
}
.row .col-md-6 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar .img-responsive {
	background-color: #E5E7E6;
	padding-top: 5px;
	
}
header {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 50px;
	text-decoration: none;
	text-shadow: 0px 4px #000000;
	color: #8A3324;
}
.col-xs-12.col-sm-9 {
	font-size: 14px;
	text-align: center;
	color: #8A3324;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

/*contact form*/
input[type=text], select, textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #4CBB17;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
footer #social {
	display: inline-block;
	float: none;
}



/*tablet*/
@media screen and (max-width: 900px) {
#sidebar {
	      width: 100%;
	      height: 50px;
          float: left;
          margin: 0 0 3em 0;
          padding: 0;
	      padding-top: 0;
          list-style: none;
          background-color: #f2f2f2;
          border-bottom: 1px solid #ccc;
          border-top: 1px solid #ccc;
}
#sidebar .img-responsive {
	width: 200px;
	height: 100px;
	float: left;
	
}
	
#sidebar li {
          float: left;
}
#sidebar li a {
          display: block;
          padding: 8px 15px;
          text-decoration: none;
          font-weight: bold;
          color: #8A3324;
          border-right: 1px solid #ccc;
}
#sidebar li a:hover {
          color: #8A3324;
          background-color: #fff;
	      
}




}
    

/*mobile*/
@media screen and (max-width: 400px) {
	
	#sidebar{
		width: 100%;
		height: 50px;
	    float: left;
        margin: 0 0 3em 0;
        padding: 0;
	    padding-top: 0;
        list-style: none;
        background-color: #f2f2f2;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
		
	}
	
	#sidebar .img-responsive{
		width: 100px;
		height: 50px;
		
	}

	
}
