@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
.logo {
  max-width: 90px;
}
/* Layout styling */
.container {
  padding: 70px 15px;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
}
header {
  position: relative;
  border-bottom: solid thin;
  border-bottom-color: #D7D7D7;
  background-color: white;
  padding: 10px 40px;
}

.Ws{
	font-weight: 600;
	font-size: 1.5em;
	color:#0E3B5C;
}

nav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav > ul > li > a {
  padding: 0 15px;
  font-weight: 700;
  color: #4a4a4a;
}
.navtoggle li:not(:last-child) {
  display: none;
}
.navtoggle, .navtoggle.responsive {
  position: relative;
}
.navtoggle li .icon {
  position: absolute;
  right: 0;
  padding-right: 0;
  top: 10px;
  font-size: 20px;
}
body {
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 16px; /* Sets the font size to 16px */
  font-weight: 300; /* Sets the font weight to 300 */
  line-height: 1.6; /* Sets the line-height to 1.6 * the font-size */
  color: #4a4a4a;
}
h1, h2, h3, h4 {
  line-height: 1.4;
}
.navtoggle.responsive li {
  display: block;
}
.navtoggle.responsive nav {
  padding: 24px 0 0;
}
.navtoggle.responsive li {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #D6D6D6;
}
.navtoggle.responsive li:last-child {
  padding: 0 0 10px;
}
h1 {
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
}
h2 {
  font-size: 2em;
  font-weight: 700;
}
h3 {
  font-size: 1.75em;
  font-weight: 700;
}
h4 {
  font-size: 1.35em;
  font-weight: 400;
  text-align: center;
}
p {
  font-weight: 300;
  padding: 0 20px;
  font-size: 1.25em;
}
img {
  width: 100%;
}
a {
  color: #C2C1C1;
  text-decoration: none; /* No underlining */
  font-weight: 700;
}
a:hover, a:focus {
  color: #6798BA;
}
a:visited { /* visited link */
  color: #464646;
}
a:active { /* selected link */
  color: #01172E;
  text-decoration: none
}
.getintouch {
  text-align: center;
}
.button {
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: #7792BB;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  transition-duration: 1.2s;
  transition-property: opacity;
  margin-top: 20px;
}

.button-project {
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: #7792BB;
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  transition-duration: 1.2s;
  transition-property: opacity;
  margin: 20px 35px;
}

.button-project:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #7792BB;
  opacity: .8;
}

.button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #7792BB;
  opacity: .8;
}
.button.contact {
  background-color: #173878;
  color: white;
  text-transform: uppercase;
  border-style: none;
}
.button.contact:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #041328;
  transition: 0.6s opacity;
}
.social_icons {
  width: 20px;
  max-width: 25px;
  margin: 15px;
  display: inline;
}

.social_id{
	width:30px;
}
.tools_img {
  width: 22%;
  text-align: center;
  margin: auto;
	max-width: 150px;
}
.project_img_lg {
  width: 50%;
  margin: 30px auto;
  max-width: 600px;
}
.project_img_lg_2 {
  width: 80%;
  margin: 30px auto;
  max-width: 800px;
}

.project_img_lg_3 {
    width: 50%;
    margin: 30px auto;
	max-width: 600px;
  }
#hero_image {
  width: 100%;
}
#about {
  margin-top: 50px;
}
footer {
  margin-top: 40px;
  border-top: solid thin #C1BEBE;
}
#work .row {
  padding-bottom: 25px;
  border-bottom: 1px solid #4a4a4a;
}
#hero h1, h2, h3, p {
  text-align: center; /* Centers text */
}
#hero {
  background-color: white;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
}
#social_icons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#social_icons > ul {
  list-style-type: none;
  padding: 0;
}
#social_icons > ul > li {
  display: inline-block;
  padding: 5px;
}
.propic {
  max-width: 800px;
  text-align: center;
  margin: 50px auto;
}


/* ==============================
Medium devices (640px and larger)
================================= */
@media only screen and (min-width: 640px) {
  header {
    text-align: unset;
    padding: 20px 0px 13px 10px;
    background-color: white;
  }
  nav {
    width: auto;
    float: right;
    margin-top: 4px;
	  margin-right: 40px;
  }
  .button {
    text-align: center;
  }
  nav > ul {
    margin: 1em 0;
  }
  .navtoggle li:not(:last-child) {
    display: inline-block;
  }
  .navtoggle li:last-child {
    display: none;
  }
  #hero span {
    display: block;
  }
  .col-md-6 {
    width: 50%;
    display: table;
    margin-bottom: 50px;
	 }
  [class*="col-"] {
    float: left;
  }
  .container::after {
    content: "";
    clear: both;
    display: table;
  }
  .project_info {
    text-align: left;
    margin-left: 15px;
    font-size: .9em;
	padding-top: 20px; 
  }
  h3 {
    font-size: 1.9em;
    margin: auto;
    text-align: left;
    width: 80%;
  }
  .propic {
    max-width: 800px;
    text-align: center;
    margin: 50px auto;
  }
	h1{
		font-size:2.25em;
	}
  footer {
    width: 100%;
    content: "";
    clear: both;
    display: table;
    margin-top: 50px;
    position: relative;
  }
  p {
    max-width: 80%;
    text-align: center;
    margin: auto;
  }
  .align-h1-left {
    text-align: left;
  }
  .project_img_lg {
    width: 50%;
    margin: 30px auto;
  }
  .project_img_lg_2 {
    width: 80%;
    margin: 30px auto;
    padding: 0 10px;
  }
	
	.project_img_lg_3 {
    width: 30%;
    margin: 30px auto;
  }
	.hero_image{
		width: 80%;
		margin: 0;
	}
}
/* ==============================
Large devices (1024px or larger)
================================= */
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .col-lg-7 {
    width: 60%;
  }
  .col-lg-5 {
    width: 40%;
  }
  .project_info {
    text-align: left;
    margin-left: 35px;
    font-size: 1em;
  }
	
	.smaller_para{
		width:40%;
		text-align:justify;
	}
	
  h3 {
    font-size: 2em;
    text-align: center;
    margin: auto;
	width: 70%;
  }
	
	.social_id{
	width:35px;
}

  .propic {
    max-width: 1000px;
    text-align: center;
    margin: auto;
  }
  .getintouch {
    text-align: center;
    margin: auto;
  }
  .story {
    max-width: 70%;
    margin: auto;
  }
  .hero_image {
    width: 70%;
    text-align: center;
    margin: auto;
  }
  .project_img_lg {
    width: 50%;
    margin: 30px auto;
	max-width:400px;
  }
	
	.project_img_lg_2 {
    width: 80%;
    margin: 30px auto;
    padding: 0 10px;
  }
	.button {
    text-align: center;
  }
	
	.button-project{
		margin: 20px 55px;
		
	}
}
/* ==============================
X-large devices (1440px or larger)
================================= */
@media only screen and (min-width: 1440px) {
  .project_info {
    text-align: left;
    margin-left: 40px;
  }
  .propic {
    max-width: 850px;
    text-align: center;
    margin: auto;
  }
  .skills_section {
    max-width: 70%;
    margin: 0 auto;
  }
  .list_section {
    max-width: 70%;
    margin: 0 auto;
  }
  h3 {
    text-align: left;
    margin-left: 50px;
  }
  .hero_image {
    width: 60%;
  }
  .project_img_lg {
    width: 30%;
    margin: 30px auto;
  }
  .project_screen_lg {
    width: 60%;
    margin: 30px auto;
  }
	.button {
    text-align: center;
	
  }
}