.row [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.row{
  overflow: hidden; 
}

div { display:block; /* Pre-existing code */ }
div.inlineRow {
    display:inline;
}


/*-------------------------------------------------*/
/* WorkExp */
/* Read More buttons */

#readMoreBtn {
    margin-top: 30px;
    float: right;
}

/* Icon when the collapsible content is visible */
#readMoreBtn.btn:after {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    margin-left: 10px;
    padding-right: 3px;
}

/* Icon when the collapsible content is hidden */
#readMoreBtn.btn.collapsed:after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    padding-right: 3px;
}

/*-------------------------------------------------*/
/* Projects */

.ProjectContainer {
    margin-bottom: 20px;
}

.whiteBackground {
    background-color: white;
    width: 300px;
}


/* Results buttons */

#resultsBtn {
    margin-top: 30px;
}

/* Icon when the collapsible content is visible */
#resultsBtn.btn:after {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    margin-left: 10px;
    padding-right: 3px;
}

/* Icon when the collapsible content is hidden */
#resultsBtn.btn.collapsed:after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    padding-right: 3px;
}



/*-------------------------------------------------*/

/* About text */
.paraText {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}


.p {
    color: black;
}

.h5 {
    color: black;
}


.hidden {
    display: none;
}

#background {
    background-color: #9ad3de;
}
    
#explosion {
    background-image: url('./explosion.png');
    background-size:100% auto;
    height: 100%;
}
      
#Home {
    background-image: url('../img/background/BlueBackground.jpg');
    background-size:100% auto;
    padding-top:50px;
    text-align: center;
}

#About {
    padding-top:50px;
    background-color: white;
    color: black;
    padding-bottom: 30px;
}
    
#WorkExp {
    padding-top:50px;
    color: black; 
    background-color: #4da6ff;
}
    
#Education {
    padding-top:50px;
    color: black; 
    background-color: white;
}
    
#Projects {
    padding-top:50px;
    padding-bottom:50px;
    color: black; 
    background-color: #4da6ff;
}

#Languages {
    margin-top: 100px;
    color: black; 
    background-color: white;
}

#ContactInfo {
    padding-top:50px;
    padding-bottom:50px;
    
    color: black; 
    background-color: #4da6ff;
    
}
      
#map {
    height: 400px;
}


/* Home */
#contactMeBtnHome {
    margin: 0 auto;
}


/*----------------------*/
/* Modals */
/*----------------------*/
#contactModal,#fourthYearmodal {
    margin-top: 20px;
}

.modal-header {
    background-color: #4da6ff;
    color: white;
    text-align: center;
}

/* carousel */

.carousel{
    width:640px;
    height:360px;
    margin: 0 auto; 

}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width:640px;
    height:360px;
    /*
    width: 70%;
    margin: auto;
    */
}

#myCarousel {
    height: 350px;
}


#projectModalImage {
    height: 75%;
    margin: 0 auto;
}


/* Contact Modal */

#contactForm {
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
}

#contactModalButtons {
    float: right;
    
}

/* alert in contact modal */
.alert {
    display: none;
    padding: 20px;
    background-color: #4CAF50;
    color: white;
    margin-top: 60px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}


/*-------------------------------------------------*/

.workExpColHeader{
    margin-left: 20px;
}


.centerHeader {
    text-align: center;
}


#projectImage {  
    width:300px;
    height:300px;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border: 2px solid black;
    background:url(../img/projects/fourthYrProject.png);
    background-size:cover;
    border-radius:5px;
    margin-bottom: 20px;
}

#overlay {  
    width:300px;
    height:300px;
    background:rgba(0, 0, 255,.40);
    text-align:center;
    padding:45px 0 66px 0;
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

#projectImage:hover #overlay {
    opacity:1;
}

#icon {  
    top: 50%;
    color:rgba(255,255,255,.85);
    font-size:96px;
}


/* Third yr projectimage */
#projectImageYr3 {  
    width:300px;
    height:300px;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border: 2px solid black;
    background:url(../img/projects/thirdYrProject.png) no-repeat;
    background-size: 100%;
    border-radius:5px;
    overflow:hidden;
    margin: 0px, 0px, 20px, 0px;
}

#projectImageYr3:hover #overlay {
    opacity:1;
}

#projectImageYr2 {  
    width:300px;
    height:300px;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border: 2px solid black;
    background:url(../img/projects/secondYearProject.jpeg) no-repeat;
    background-size: 100%;

    border-radius:5px;
    overflow:hidden;
    margin: 0px, 0px, 20px, 0px;
}

#projectImageYr2:hover #overlay {
    opacity:1;
}


/*---------------------*/
#contactInfoPanel {
    text-align: center;
}

.socialLink {
    display: block;
    font-size: 15px;
    border: 2px solid #4da6ff;
    background-color: white;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.socialLink:hover {
    font-size: 15px;
    background-color: #4da6ff;
    border: 2px solid black;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}

/* footer */
footer {
    padding: 1em;
    color: white;
    background-color: #454455;
    clear: left;
    text-align: center;
    height: 110px;
}









