body {background-color: rgb(241, 241, 241);}

/* unvisited link */
.nav:link {
    text-decoration: none;
    text-align: center;
    color:rgb(57, 63, 68);
    padding: 1%;
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 17px;
    font-weight: bold;
    display: inline;
    }
  
/* visited link */
.nav:visited {
    color:rgb(57, 63, 68);
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 1%;
    display: inline;
    }
  
/* mouse over link */
.nav:hover{
    color:rgb(182, 10, 10);
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 1%;
    text-decoration: none;
    text-align: center;
    display: inline;
    }
  
  /* selected link */
.nav:active {
    color:rgb(57, 63, 68);
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    padding: 1%;
    text-align: center;
    display: inline;
    }

.navStatic {
    text-decoration: none;
    text-align: center;
    color:rgb(57, 63, 68);
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 17px;
    display: inline;
    padding: 1%;
    }

.navPad {
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    }

.FooterPad {
    padding-bottom: 25px;
    }

.ResumeButtonPad {
    padding: 50px 0px;
    }

.PortfolioReelPad {
    padding: 15px 0px;
    }

.PortfolioReelVideoPad {
    padding: 0px 0px 30px 0px;
    }

.PreviousWorkHeaderPad {
    padding: 20px 0px 30px 0px;
    }

.PreviousWorkGalleryPad{
    padding: 0px 0px 30px 0px;
    }

 /* unvisited link */
.ResumeButton:link {
    text-decoration: none;
    text-align: center;
    color:rgb(241, 241, 241);
    background-color: rgba(211, 43, 43, 0.884);
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 100px;
    border-radius: 15px 5px 15px 5px;
    }
  
/* visited link */
.ResumeButton:visited {
    text-decoration: none;
    text-align: center;
    color:rgb(241, 241, 241);
    background-color: rgba(211, 43, 43, 0.884);
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 100px 15px 100px;
    border-radius: 15px 5px 15px 5px;
    }
  
/* mouse over link */
.ResumeButton:hover{
    text-decoration: none;
    text-align: center;
    color:rgb(241, 241, 241);
    background-color: rgb(47, 155, 14);
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 100px 15px 100px;
    border-radius: 15px 5px 15px 5px;
    }
  
  /* selected link */
.ResumeButton:active {
    text-decoration: none;
    text-align: center;
    color:rgb(241, 241, 241);
    background-color: rgba(211, 43, 43, 0.884);
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 20px;  
    font-weight: bold; 
    padding: 15px 100px 15px 100px;
    border-radius: 15px 5px 15px 5px;
    }   


.ProfilePic {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 50%;
    max-width: 40%;
    }

.NavLine{
    margin-left: 1%;
    margin-right: 1%;
    }

.FooterLine{
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    }

.ResumeLine{
    margin-left: 40%;
    margin-right: 40%;
    border-top: 1px solid rgba(211, 43, 43, 0.514);
    margin-center:0;
    }

.Resume{
    margin-left: 10%;
    margin-right: 10%;
    border-top: 1px solid rgba(211, 43, 43, 0.514);
    margin-center:0;
    }

.TextDivider{
    color:rgba(112, 119, 126, 0.5);
    font-weight: 100;
    display: inline;
    }

.ResumeFooterDivider{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 60px;
    border-right: 1px solid rgba(112, 119, 126, 0.35);
    height: 370px;
    display: inline-block;
    }

.TextParagraph {
    font-family: "Roboto-Medium", Roboto, sans-serif;
    font-size: 16px;
    text-align: center;
    color:rgba(112, 119, 126, 0.9);
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom:50px;
    }

.TextParagraphResume{
    font-family: "Roboto-Medium", Roboto, sans-serif;
    font-size: 18px;
    text-align: center;
    color:rgba(112, 119, 126, 0.8);
    padding: 10px 0px 0px 0px;
    }

.ContactInfo{
    font-family: "Roboto-Medium", Roboto, sans-serif;
    font-size: 15px;
    text-align: center;
    color:rgba(112, 119, 126, 0.8);
    padding: 10px 0px 0px 0px;
    }

.FooterInfo{
    font-family: "Roboto-Medium", Roboto, sans-serif;
    font-size: 16px;
    text-align: center;
    color:rgba(112, 119, 126, 0.8);
    text-decoration: none;
    }

.ResumeFooterInfo{
    display: inline-block;
    vertical-align: top;
    padding: 65px 0px;
    }

.Header1{
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 26px;
    color:rgb(57, 63, 68);
    display: inline;
    }

.Header2{
    font-family: "Roboto-Medium", Roboto, sans-serif;
    font-size: 22px;
    color:rgb(112, 119, 126);
    }

.CenterContents {
    margin: 0 auto;
    width: auto;
    padding: 35px;
    text-align: center;
    } 

.TitleName {
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 30px;
    color:rgb(57, 63, 68);
    padding: 10px;
    } 

.HeaderContactTitle{
    font-family: "Roboto-Bold", Roboto, sans-serif;
    font-size: 26px;
    color:rgb(57, 63, 68);
    text-align: left;
    }

.HeaderContactInfo{
    font-family: "Roboto-Medium", Roboto, sans-serif;
    font-size: 18px;
    color:rgb(112, 119, 126);
    text-align: left;
    }

.ContactFormHeaders{
    font-family: "Roboto-Medium", Roboto, sans-serif;
    font-size: 22px;
    color:rgb(112, 119, 126);
    text-align: left;
    }
    
input[type=text], select, textarea {
    font-family: "Roboto-Medium", Roboto, sans-serif;
    width: 80%;
    padding: 12px 0px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    }

.ContactMessageTextArea {
    font-family: "Roboto-Medium", Roboto, sans-serif;
    width: 80%;
    padding: 12px 10px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    }

.ContactForm{
    margin-left: 28%;
    margin-right: 20%;
    }

input[type=submit] {
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color:rgb(241, 241, 241);
  background-color: rgba(211, 43, 43, 0.884);
  font-family: "Roboto-Bold", Roboto, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10%;
  border-radius: 15px 5px;
}

input[type=submit]:hover {
  background-color: rgb(47, 155, 14);
}

label{
    width: auto;
    text-align: Left;
    }

input{
    padding-left: 10px;
    width: auto;
    text-align: Left;
    }

input[type=text] {
    padding-left: 10px;
    } 




* {
    box-sizing: border-box;
    }

img {
    vertical-align: middle;
    }

/* Position the image container (needed to position the left and right arrows) */
@media only screen and (max-width: 768px){
        .container {
        position: relative;
        padding-left: 2%;
        padding-Right: 2%;
        padding-top: 2%;
        padding-bottom: 2%;
        }
    }
@media only screen and (min-width: 769px){
        .container {
        position: relative;
        padding-left: 20%;
        padding-Right: 20%;
        padding-top: 2%;
        padding-bottom: 2%;
        }
    }



/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
    }

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -2px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    }

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    }

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    font-family: "Roboto-Bold", Roboto, sans-serif;
    color: rgb(241, 241, 241);
    }

.row:after {
    content: "";
    display: table;
    clear: both;
    }

/* 6 columns side by side */
.Thumbnailcolumn1 {
    float: left;
    width: 16.66%;
    border: 1px solid #333333;
    }


.active, .demo1:hover {
    opacity: 1;
    }


.GalleryArrows{
    position: relative;
    padding-Right: 100%;
}

/* Hide the images by default */
.mySlide1 {
    display: none;
    border: 3px solid #333333;
    }

/* Add a transparency effect for thumnbail images */
.demo1 {
    opacity: 0.6;
    }
 
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 0px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    }



/* Gallery 2 */
    /* 8 columns side by side */
    .Thumbnailcolumn2 {
        float: left;
        width: 12.5%;
        border: 1px solid #333333;
        }

    /* Gallery Text */     
    .demo2 {
        opacity: 0.6;
    }
    .active, .demo2:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide2 {
        display: none;
        border: 3px solid #333333;
    }



/* Gallery 3 */
    /* 12 columns side by side */
    .Thumbnailcolumn3 {
        float: left;
        width: 8.33%;
        border: 1px solid #333333;
        }

    /* Gallery Text */     
    .demo3 {
        opacity: 0.6;
    }
    .active, .demo3:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide3 {
        display: none;
        border: 3px solid #333333;
    }

    /* Gallery 4 */
    /* 14 columns side by side */
    .Thumbnailcolumn4 {
        float: left;
        width: 7.14%;
        border: 1px solid #333333;
        }

    /* Gallery Text */     
    .demo4 {
        opacity: 0.6;
    }
    .active, .demo4:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide4 {
        display: none;
        border: 3px solid #333333;
    }


    /* Gallery 5 */
    /* 7 columns side by side */
    .Thumbnailcolumn5 {
        float: left;
        width: 14.28%;
        border: 1px solid #333333;
        }

    /* Gallery Text */     
    .demo5 {
        opacity: 0.6;
    }
    .active, .demo5:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide5 {
        display: none;
        border: 3px solid #333333;
    }

/* Gallery 6 */
    /* 4 columns side by side */
    .Thumbnailcolumn6 {
        float: left;
        width: 25%;
        border: 3px solid #333333;
        }

    /* Gallery Text */     
    .demo6 {
        opacity: 0.6;
    }
    .active, .demo6:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide6 {
        display: none;
        border: 3px solid #333333;
    }


/* Gallery 7 */
    /* 5 columns side by side */
    .Thumbnailcolumn7 {
        float: left;
        width: 20%;
        border: 3px solid #333333;
        }

    /* Gallery Text */     
    .demo7 {
        opacity: 0.6;
    }
    .active, .demo7:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide7 {
        display: none;
        border: 3px solid #333333;
    }


/* Gallery 8 */
    /* 4 columns side by side */
    .Thumbnailcolumn8 {
        float: left;
        width: 25%;
        border: 3px solid #333333;
        }

    /* Gallery Text */     
    .demo8 {
        opacity: 0.6;
    }
    .active, .demo8:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide8 {
        display: none;
        border: 3px solid #333333;
    }

/* Gallery 9 */
    /* 7 columns side by side */
    .Thumbnailcolumn9 {
        float: left;
        width: 14.28%;
        border: 3px solid #333333;
        }

    /* Gallery Text */     
    .demo9 {
        opacity: 0.6;
    }
    .active, .demo9:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide9 {
        display: none;
        border: 3px solid #333333;
    }


/* Gallery 10 */
    /* 3 columns side by side */
    .Thumbnailcolumn10 {
        float: left;
        width: 33.33%;
        border: 3px solid #333333;
        }

    /* Gallery Text */     
    .demo10 {
        opacity: 0.6;
    }
    .active, .demo10:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide10 {
        display: none;
        border: 3px solid #333333;
    }

/* Gallery 11 */
    /* 4 columns side by side */
    .Thumbnailcolumn11 {
        float: left;
        width: 25%;
        border: 3px solid #333333;
        }

    /* Gallery Text */     
    .demo11 {
        opacity: 0.6;
    }
    .active, .demo11:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide11 {
        display: none;
        border: 3px solid #333333;
    }

/* Gallery 12 */
    /* 13 columns side by side */
    .Thumbnailcolumn12 {
        float: left;
        width: 7.69%;
        border: 1px solid #333333;
        }

    /* Gallery Text */     
    .demo12 {
        opacity: 0.6;
    }
    .active, .demo12:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide12 {
        display: none;
        border: 3px solid #333333;
    }

/* Gallery 13 */
    /* 16 columns side by side */
    .Thumbnailcolumn13 {
        float: left;
        width: 6.25%;
        border: 1px solid #333333;
        }

    /* Gallery Text */     
    .demo13 {
        opacity: 0.6;
    }
    .active, .demo13:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide13 {
        display: none;
        border: 3px solid #333333;
    }

    /* Gallery 14 */
    /* 3 columns side by side */
    .Thumbnailcolumn14 {
        float: left;
        width: 33.33%;
        border: 1px solid #333333;
        }

    /* Gallery Text */     
    .demo14 {
        opacity: 0.6;
    }
    .active, .demo14:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide14 {
        display: none;
        border: 3px solid #333333;
    }

    /* Gallery 15 */
    /* 23 columns side by side */
    .Thumbnailcolumn15 {
        float: left;
        width: 4.34%;
        border: 1px solid #333333;
        }

    /* Gallery Text */     
    .demo15 {
        opacity: 0.6;
    }
    .active, .demo15:hover {
        opacity: 1;
    }

    /* Hide the images by default */
    .mySlide15 {
        display: none;
        border: 3px solid #333333;
    }