
/*==============================================
** base css
**============================================*/
body {
    color: #fefefe;
    overflow: scroll;
    font-family: 'Open Sans', sans-serif;
}
#background {
    background: #fff url("../images/noisy_grid.png");
    background-attachment: fixed;
}

.container {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.base-color {
  color: #337ab7 !important;
}

.column {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

/*==============================================
** my_logo
**============================================*/

.my_logo {
  text-align: center;
  border-radius: 45px;
  background: #000;
  height: 100%;
  border: 8px solid #337ab7;
  font-family: 'Titan One', cursive;
  font-size: 50px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-decoration: none;
}

.my_logo:after {
  content: 'ec';
}



/*==============================================
** custom hr
**============================================*/
.hr {
  border-radius: 25px;
  background: #000;
  /*max-width: 900px;*/
  height: 8px;
  margin: 0 auto;
  z-index: -999;
  text-align: center;

}
.hr-text {
  position: relative;
  width: 100%;
  margin: 0 auto;

  font-family: 'Titan One', cursive;
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
.hr-subtext {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.hr-row {
  margin-bottom: 50px;
}

.hr-text-wrap {
  position: relative;
  bottom: 50px;
}



/*==============================================
** header css
**============================================*/
#header-wrap {
    background: #000;
    position: fixed;
    z-index: 200;
    width: 100%;
    left: 0;
    top: 0;
}

#header #nav {
  list-style: none;
  text-align: center;
  font-size: 18px;
  width: 100%;
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#header #nav li {
  display: inline;
}
img {
  width: 100%;
  height: auto;
}
#logo {
  text-decoration: none;
  position: absolute;
  width: 111px;
  height: 111px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  border: 8px solid #000;
  z-index: 1;
}
#nav #about-link {
    margin-right: 50px;
}
#nav #work-link {
    margin-right: 100px;
}
#nav #contact-link {
    margin-left: 100px;
}
#nav #blog-link {
    margin-left: 30px;
}
#toggle {
  font-size: 25px;
  color: white;
}
#header #nav li a {
    text-decoration: none;
    color: #FFF;
    line-height: 70px;
    text-transform: uppercase;
}
a:hover {
  color: #337ab7 !important; /* #306393 !important; */
}

/*==============================================
** intro css
**============================================*/

#intro {
  padding-top: 120px;
  margin-bottom: 50px;
  text-align: center;
}

#intro-img {
  max-width: 650px;
  max-height: 350px;
}
#extro-img {
  /*max-height: 50px;
  width: auto;*/

  max-width: 70px;
  height: auto;
}

#intro p {
  max-width: 650px;
  font-size: 18px;
}


/*==============================================
** about css
**============================================*/
/*
#my_pic_container {
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  width: 50px;
  height: 70px;
}*/


/*#my_pic_container {
  float: left;
  margin: 0 50px 50px 0;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  border: 16px solid white;
  background : #fff url("../images/prof_pic.png");
  background-size: contain;
  box-shadow: 10px 25px 20px #888888;
  width: 235px;
  height: 215px;
}*/

#about {

}


#my_pic {
  float: left;
  /*margin: 30px; /* 10px 0 0;  */
  margin: 40px 40px 40px -20px ;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  max-width: 30%;
  height: auto;
  border: 18px solid white;
  box-shadow: 10px 25px 20px #888888;
}

#about p {
  margin: 20px;
}


/*==============================================
** work css
**============================================*/


/* work css - customer project container */

ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 10px;
	margin: 0 0 2.5% 2.5%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
  border: 1px solid #cdcab7;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}



/*==============================================
** contact css
**============================================*/
#contact-other .mdi {
  color: #a9bac8;
  font-size: 50px !important;
}


/*==============================================
** footer css
**============================================*/

#footer {
  background: #000;
  width: 100%;
  /*margin-top: 70px;*/
  height: 150px;
  padding-top: 50px;
}

#footer-wrap {
  position: relative;
  text-align: center;
}

#footer-logo {
  text-decoration: none;
  position: absolute;
  width: 111px;
  height: 111px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-bottom: 85px;
  border-radius: 50%;
  border: 8px solid #000;
  z-index: 1;
}

#footer_name {
  font-size: 40px;
  margin-bottom: 0px;
  color: white;
}

#footer_title {
  font-size: 25px;
  margin-bottom: 0px;
  color: #337ab7;
}
