body {
    margin: 0 250px;
    border: 0px solid;
    border-radius: 1px
}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  
  /* On mouse-over, add a deeper shadow */
  .card{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .container {
    padding: 4px 52px;
  }
div.title {
    display: flex;
}

.img-left {
    width: 50%;
    }
.img-right {
    width: 50%
}
.me_img{
    margin-right: 500px;
}
.shadow {
    /* text-shadow: 1px 1px #000; */
    color: #1f3863
  }
/* skill bar */
div.skills {
    display: flex;
}

.skill-left {
    width: 40%;
    }
.skill-right {
    width: 40%
}

.skill-break{
    margin-left: 20%;
}

.round-bar{
    border-radius:16px
}
.bar-container{
    padding:0.01em 16px
}
.grey{
    color:#000!important;background-color:#f1f1f1!important
}
.blue{
    color:#fff!important;background-color:rgb(33, 150, 243)!important
}
.round{
    border-radius:16px
}

.section{
    border-left: 6px solid rgb(90, 90, 90);
    /* background-color: #2e75b5; */
    background-color: #528ed7;
    color: #ffffff;
    padding: 2px 10px;
}

.company{
    background-color: #9cc3e5;
    padding: 2px 10px;
}

/* Contact Form */

.cform {
	max-width:400px;
	width:100%;
	margin:0 auto;
    position:relative;
    box-sizing:border-box;
    

}
#contact input[type="text"], #contact input[type="email"], 
#contact input[type="tel"], #contact input[type="url"],
 #contact textarea, #contact button[type="submit"] 
{ 
    font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; 

}

#contact {
	padding:25px;
    margin:50px 0;
    
}

#contact h3 {
	color: rgb(33, 150, 243);
	display: block;
	font-size: 30px;
    font-weight: 400;
    text-align: center;
}


fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:30%;
	border:none;
	background:rgb(33, 150, 243);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

