/*******************************************************************************
Custom Theme
-Vanshil Shah
*******************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 2;
  width: 100%;
}

/*******************************************************************************
Theme Styles
*******************************************************************************/

body {
  box-sizing: border-box;
  color:#ecf0f1;
  /*background: #fefeff;*/
  background: #fff;
  /*font-family: 'Arial', sans-serif;*/
  font-family: 'Galdeano', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color:#000;

  letter-spacing: -1px;
}
h1 {
  font-size: 40px;
  font-weight: 100;
}

h2 {
  font-size: 36px;
  font-weight: 100;
}

h3 {
  font-size: 38px;
  font-weight: 100;
}

h4 {
  font-size: 26px;
  font-weight: 100;
}

h5 {
  font-size: 22px;
  font-weight: 100;
}

h6 {
  font-size: 20px;
  font-weight: 100;
}

a {
	text-decoration: none;
	font-weight: 200;
	color: #494C4E;
}
a:hover, a:focus {text-decoration: underline;}
footer {
  color: #226458;
  text-decoration: underline;
}

/*******************************************************************************
Full-Width Styles
*******************************************************************************/
.nav{
  position: fixed;
  top: 0px;
  width: 100vw;
  color: #1C2B3A;
  height: 60px;
}

.nav > div {
  height: 35px;
  min-width: 405px;
  max-width: 1080px;
  margin: auto;
}

.navButton{
  height: 25px;
  padding: 17.5px;
  margin: 0 2px 0 2px;
  font-size: 24px;
  text-decoration: none;
  float:right;
}
.card_out{
  -webkit-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.75);
}
.card_in{
  -webkit-box-shadow: inset 0px 0px 50px -15px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 50px -15px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 50px -15px rgba(0,0,0,0.75);
}
.sub_page{
  overflow: hidden;
  min-width: 405dp;
  max-width: 1080px;
  margin: 0px auto;
  padding: 65px 0 65px 0;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-position: right bottom;
  /*background: #373737;*/
}
.sub_border{
	border: 1px dashed #fff;
}
.sub_page_header{
  padding-left: 10px;
  margin-bottom: 20px;
}
.no_underline{
    color: inherit;
    text-decoration: none;
}
.no_underline:hover, .no_underline:focus{
    text-decoration: none;
}
.fadient{
  background: linear-gradient(to right, transparent, #fff, transparent);

}

#about{
  color: #000;
  background: #494C4E;
}
.para_A{
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-right: 0px;
  padding: 10px;
  /*text-shadow: .3px 0 0 #fff, -.3px 0 0 #fff, 0 .3px 0 #fff, 0 -.3px 0 #fff;*/
  background: rgba(255, 255, 255, 0.5);
}
#avatar_img{
  float: left;
  max-width: 150px;
  border-radius: 70px;
  border: 5px solid #494C4E;
}
#projects{
  color: #000;
}
.column-container {
    width: 100%;
    position: right;
    overflow: hidden ;
	/*background: #494C4E;*/
}

.thirds {
    display: inline-table;
	margin: 1%;
    width: 29%;
	min-width: 300px;
    height: 175px;
	font-size: 30px;
	font-weight: 700;
	transition-duration: .5s;
	text-decoration: underline;
    text-align: center;
	padding: 10px;
}
.thirds:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px rgba(17, 17, 17, 0.6);
  background: #fff;
  color: #1C2B3A}

.clear{
	clear: both;
}
.clearfix:after {
     visibility: hidden;
     display: inline-block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#button_Container{
  width: 100%;
  color: #fff;
  background: #494C4E;
}
.project_Button{
	display: block;
	margin: 10px 10px 10px 10px;
	padding: 30px 30px 30px 30px;
	font-size: 30px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	width: 150px;
	height: 150px;
	min-width: 150px;
}
#red{
	color: #fff;
	background: #e74c3c;
	text-decoration: none;
	transition-duration: .5s;
}
#red:hover, #red:focus {background: #f44;}
#red2{
	color: #fff;
	background: #e74c3c;
	text-decoration: none;
}
#video{}
#blue{
	background: #3498db;
	color: #fff;
	text-decoration: none;
	transition-duration: .5s;
}
#blue:hover, #blue:focus {background: #47f;}

#blue2{
	background: #3498db;
	color: #000;
	text-decoration: none;
}

.grey_red{
	background: rgba(68,108,179, 0.9);
	text-decoration: none;
}
.grey_red:hover, .grey:focus {background: #e74c3c;}

.grey_blue{
	background: rgba(68,108,179, 0.9);
	text-decoration: none;
}
.grey_blue:hover, .grey:focus {background: #3498db;}
#orange{
	background: #f1c40f;
	text-decoration: none;
	transition-duration: .5s;
}
#orange:hover, #orange:focus{background: #fd2;}
#orange2{
	background: #f1c40f;
	text-decoration: none;
}
.primary{
  background: #fff;
}
.primary_text{
	color: #1C2B3A;
	text-decoration: none;
}
.secondary{
  background: #1C2B3A;
}
.secondary_text{
  color: #fff;
	text-decoration: none;
}
.hover{
	transition-duration: .5s;
	text-decoration: none;
}
.hover:hover, .hover:focus{
  box-shadow: 0 5px 10px rgba(17, 17, 17, 0.6);
}

.navy{
	background: #1C2B3A;
	text-decoration: none;
}
.white{
	background: #fff;
	text-decoration: none;
}
.navy_hover{
	transition-duration: .5s;
	background: #1C2B3A;
    color: #fff;
	text-decoration: none;
}
.navy_hover:hover, .navy_hover:focus{
    background: #F2E5D2;
    color: #000;}

.tan{
    background: #F2E5D2
}
.listItem{
  text-align: left;
	color: inherit;
	font-size: 24px;
	font-weight: 100;
	padding: 15px;
	text-decoration: none;
}
.description{
	text-align: center;
	color: inherit;
	font-size: 24px;
	font-weight: 100;
	padding: 15px;
	text-decoration: none;
}#description_red{
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
}
#para_P{
  color: #000;
  background: #EAEAEA;
  font-weight: 100;
  font-size: 24px;
  text-align: center;
  padding: 80px 200px 80px 250px;
  box-shadow: 0 0 10px #fff;
}
#experience{
  color: #fff;
}
.para_E{
  font-weight: 100;
  text-align: left;
  padding: 80px 80px 80px 100px;
}
.bullet{
  font-size: 22px;
	padding-left: 30px;
}
#contact{
}
.quarters {
    display: inline-table;
	margin: 1%;
    width: 20%;
	min-width: 230px;
    height: 35px;
    padding: 5px;
	font-size: 34px;
	font-weight: 200;
	text-decoration: none;
	transition-duration: .5s;
    text-align: center;
}
.quarters:hover {
  text-decoration: none;
  box-shadow: 0 10px 10px rgba(17, 17, 17, 0.6);
  background: #fff;
  color: #1C2B3A
}

.contact_img{
  display: inline-table;
  max-width: 30px;
}

/*******************************************************************************
Small Device Styles
*******************************************************************************/

@media screen and (max-width: 480px) {
  body {
    font-size:18px;
  }

  #downloads {
    display: none;
  }

  .inner {
    min-width: 320px;
    max-width: 480px;
  }
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }
  .sub_page{
  width: 82%;
  min-width: 500px;
  max-width: 1400px;
  height: 97vh;
  min-height: 500px;
  max-height: 750px;
  margin: 0px auto;
  /*background: #373737;*/
  }
  .para_A{
    font-size: 12px;
  }
}
