@charset "UTF-8";
/* Body */
body {
font-family: 'Sawarabi Gothic', sans-serif;
	background-color: #0b2545;
	margin: 0;
}
/* Container */
.container {
	width: 90%;
    top:10%;
	margin-left: auto;
	margin-right: auto;
    background-color: #13315c;
}
/* Header */
header {
	width: 90%;
	height: 40px;
    	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid black;
    background-color: #134074;
    background-size: cover;
    background-position: top;
    position:fixed;
    text-align: left;
    z-index: 100;
    vertical-align: middle;
    line-height: 25px;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	padding-top: 5px;
    padding-left: 5px;
	font-size: 18px;
    vertical-align: middle;
    top: 0;
     z-index: 110;
}
#resume_icon {
    color: #fff;
	font-weight: bold;
position:absolute;
    right:5px;
	text-align: right;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 6px;
    padding-left:6px;
     z-index: 110;
    height: 24px;
    width:24px;
}
#linkedin_icon {
    color: #fff;
	font-weight: bold;
position:absolute;
    right:32px;
	text-align: right;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 6px;
    padding-left:6px;
     z-index: 110;
    height: 24px;
    width:24px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
    max-height: 500px;
    height: 500px;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: white;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 10px;
border-top: 4px solid white;
    border-bottom: 4px solid white;
    box-shadow: 0px 2px #000000;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #8da9c4;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.column-profile {
	width:100%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
#right_column {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 10%;
    padding-top: 10%;;
}

#profile_image {
    pointer-events:auto;
    cursor: pointer;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.lightbox_title {
    color: #8da9c4;
	text-align: center;
}
.lightbox_text {
    color: #FFFFFF;
    
	text-align: center;
    position:relative;
    margin-left: auto;
    margin-right:auto;
}
a:link {
  color: white;
}
.intro .column p {
	color: white;
    font-size: 18px;
 text-shadow: 1px 1px #000000;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
    object-fit: contain;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #eef4ed;
	color: #0b2545;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #134074;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #8da9c4;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
    background-image: url(../images/bgcloud1.png),url(../images/bgsky1.jpg);
    background-size: cover, cover;
    background-attachment:local,fixed;
    z-index: 10;
}

#video_button {
    border-radius: 20px;
  background: white;
  padding: 5px;
    color: #8da9c4;
    pointer-events: auto;
    cursor: pointer;
    bottom:5%;
    font-size: 14px;
    width:180px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
}

#video_button:hover {

  background: #8da9c4;
text-shadow: 1px 1px #8da9c4;
    color: white;
    pointer-events: auto;
    cursor: pointer;
}

#introback {
    width: 100%;
    height: 100%;
 /*background-image: url(../images/bgcloud1.png);*/
    background-color: yellow;
    background-size: cover;
    z-index: 20;
    position: relative;
    float: left;
}
.video-section {
	display: inline-block;
    background-color: green;
    width: 100%;
    height:auto;
}
.profile {
	width: 80%;
    	margin-left: auto;
	margin-right: auto;
    text-align: center;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: left;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
     padding-left: 5px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 90%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: left;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
     padding-left: 5px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 98%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 70%;
    padding-top: 10%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
}

#profilePic {
    






-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);







}
.sectionTitle {
	color: white;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	line-height: 2em;
	font-size: 22px;
      background-color: #8da9c4;
    background-attachment: fixed;
}


 /*
#wxp1 {
  
    -webkit-animation-name: example;/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
#wxp2 {
    transform: rotate(-10grad);
}

#wxp3 {
    transform: rotate(50grad);
}

#wxp4 {
    transform: rotate(-40grad);
}

#wxp5 {
    transform: rotate(62grad);
}
#wxp6 {
    transform: rotate(-22grad);
}
    */

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from {transform: rotate(0grad);}
  to {transform: rotate(20grad);}
}

/* Standard syntax */
@keyframes example {
  from {transform: rotate(0grad);}
  to {transform: rotate(20grad);}
}



/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

