body {
		background-color: white;


	  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
    /*background-image: url("/img/tay-bridge-bg.jpg");*/ 
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.main {
	padding-bottom: 5%;
	width: 100%;
	height: 100%;
	-webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
	   -moz-animation: fadein 2s; /* Firefox < 16 */
	    -ms-animation: fadein 2s; /* Internet Explorer */
	     -o-animation: fadein 2s; /* Opera < 12.1 */
	        animation: fadein 2s;
}

.bizcard {
	font-family: "Times New Roman", Times, serif;
	margin: auto;
	height: 40%;
	width: 50%;
    left: 20%;
    top: 30%;
    position: absolute;
    overflow: hidden;
    text-align: center;
}

#biz-picture-img {
	width: 80%;
	height: 100%;
	overflow: auto;
	border-radius: 25px;
	filter: grayscale(100);
}

.about-header-right { 
	width: 60%;
	height: 100%;
	float: right;
	text-align: left;
}

.about-title {
	font-size: 100%;
	margin-top: 1.5vw;
}

.about-subtitle {
	font-size: 50%;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

#about-content-my-skills {
	margin-top: 10px;
	margin-bottom: 10px;
}


.biz-left {
	width: 50%;
	height: 100%;
	float: left;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
}

.about-header-image {
	width: 100%;
    height: 100\%;
    text-align: left;
    margin: auto 0;
}

#about-header-img {
	width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 25px;
    filter: grayscale(100);
}

.about-header-left {
	width: 30%;
    height: 100%;
    float: left;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-header {
	height: 20%;
	width: 70%;
	margin: auto;
}

.biz-picture {
	margin-top: 4vh;
	width: 75%;
	height: 75%;
	text-align: right;
	margin-left: 1vw;
}

.biz-right {
	width: 50%;
	height: 100%;
	float:right ;
}

.pass-text {
	font-size: 100%;
}

.biz-title {
	font-size: 70px; 
    font-size: 3vw;
/*	overflow: auto;*/
	font-family: 'Nunito Sans', sans-serif;
}

.biz-blurb {
	font-size: 70px; 
    font-size: 1.5vw;
	font-family: 'Roboto', sans-serif;
	white-space: nowrap;
}

.biz-bottom-right {
	height: 50%;

}

.biz-linkedin {
	float: left;
	padding: 2.5vh 0;
	width: 33%;
	height: 100%;
	font-size: 4vh;
	text-align: center;
	line-height: 50%;
}

.biz-blog {
	float: left;
	padding: 2.5vh 0;
	width: 33%;
	font-size: 4vh;
	text-align: center;
	height: 100%;
	vertical-align: middle;
}

.about-title-back-text {
	margin-top: 1vh;
}

.biz-email {
	float: right;
	padding: 2.5vh 0;
	font-size: 4vh;
	width: 33%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

h2 {
	font-weight: normal;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25vw;
	font-weight: bold;
}

a, a:visited{
  color: black !important;
  text-decoration: underline !important;
}

.nostyle:link {
   color: black; /* blue colors for links too */
   text-decoration: inherit; /* no underline */
}

.nostyle:visited {
    color: black; /* blue colors for links too */
  	text-decoration: inherit; /* no underline */
}

hr.biz-seperator {
	background-color: black;
	height: 0.2vh;
} 

.main-2 {
	margin-top: 10vh;
	height: 200vh;
	width: 100%;
	background-color: white;
}

.main-2-left-col {
	float: left;
	width: 40%;
}

.main-2-center-col {
	float: right;
	width: 60%;
}

/* About me page */

.about-me {
	width: 50%;
	margin-left: 25%;
	margin-top: 5%;
	position: relative;
	font-family: "Times New Roman", Times, serif;
}

.about-textbox {
	font-size: 30px; 
    font-size: 2vw;
    text-align: center;
/*	overflow: auto;*/
	font-family: 'Nunito Sans', sans-serif;
}

#about-title-back {
	font-size: 2.5vh;
	margin-top: 1vh;
}

#about-title-back-icon {
	margin-right: 3px;
	float: left;
	text-align: right;
}

.about-title-text {
	width: 20%;
	margin-left: 40%;
}

#about-content {
	/* border-style: dashed; */
	margin-top: 1vw !important;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
}

#about-footer{
	margin-top: 25px;
}

.about-content-section-text {
	font-family: 'Roboto', sans-serif;
	font-size: 1vw;
	margin-top: 5px;
}

.about-content-image {
	margin-top: 10px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 100%;
    height: 10%;
}

.location-marker {
	text-decoration: underline;
	margin-left: 3px;
	word-spacing: 5px;
}

.location-text {
	margin-left: 5px;
}

/* Mobile */
@media only screen and (max-width: 600px) {
  .bizcard {
  	width: 80%;
  	left: 20%;
  	top: 20%;
  	height: 80%;
  }

  #biz-picture-img {
  	height: 100%;
  	width: 90%;
  }


  .biz-left {
	width: 50%;
	height: 25%;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	float: none;
	margin-left: 10%;
  }

  .biz-right {
  	float: left;
  	margin-left: 10%;
  	height: 20%;
  }

  .pass-text{
  	font-size: 5vw;
  }

  .biz-blurb {
  	font-size: 3vw;
  }

  .biz-picture {
  	margin-top: 0vh;
  	width: 100%;
  	height: 100%;
  	text-align: center;
  	margin-left: 0vw;
  	margin-bottom: 10%;
  }

  .main {
  	overflow: hidden;
  }

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}