@import url('https://fonts.googleapis.com/css?family=Karla:100,200,300,400,500,600,700');

/* --------------------- Colours --------------------- */
body {
    background-color: #232120;
    margin: 0;
    color: #fafafa;
    width: 100%;
    font-family: "Karla", sans-serif;
}

/* --------------------- Generic settings --------------------- */
.uppercase {
    text-transform: uppercase;
}

.text-center {
    max-width: 100%;
    padding: 0;
    padding-left: 15px;
}

.horrule {
    border: 1px solid #ea6623;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    background-color: #ea6623;
}

/* --------------------- Header ---------------------*/
.heading-container {
    position: relative;
    top: 0;
    left: 0;
    background-color: #1C1716;
    color: #ea6623;
    min-height: 15vh;
    width: 100%;
    font-size: 4.5vh;
}

.home-pic {
    opacity: 1;
    background: url("../images/homepage/homephoto.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    border-radius: 50%;
    min-height: 15vh;
    min-width: 15vh;
    margin: 15px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.home-pic:hover {
    opacity: 0.5;
}

.my-name {
    position: relative;
    align-items: left;
    padding-top: 1%;
    padding-left: 10;
    font-weight: bold;
    font-size: 4.5vh;
}

/* --------------------- Navbar --------------------- */
#nav-container {
    position: fixed;
    top: 3.5vh;
    right: 1vh;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
    background-color: transparent;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    font-size: 3vh;
}

.navbar .navbar-toggler {
    border: 0;
    background-color: rgba(28, 22, 23, 0.9);
}

.navbar .nabvar-nav a {
    font-weight: bold;
    color: #fff;
}

#navbar-dropdown {
    padding: 1vw;
    padding-right: 5vw;
    padding-left: 2vw;
    background-color: rgba(28, 22, 23, 0.9);
    border-radius: 30px;
    margin-top: 2vh;
    padding-top: 7vh;
    position: absolute;
    right: 25px;
    top: 0;
}

.navbar-nav .nav-link {
    padding-left: 0;
    font-size: 2.5vh;
    text-align: center;
}

button .navbar-toggler .navbar-toggler-icon {
    position: absolute;
    right: 1vw;
    background-color: rgba(28, 22, 23, 0.9);
    border: 0;
    top: 5vh;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border: 0;
    background-color: rgba(28,22,23,0.9);
    border-color: rgba(28,22,23,0.9);
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 2vh;
    padding: 1.5vh 3vw;
    padding-bottom: 2vh;
}


@media(min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1vw;
        padding-left: 1vw;
        color: #fff;
        font-size: 2.1vh;
        margin: 0px 10px;
        padding-bottom: 10px;
    }

    #navbar-dropdown {
    padding: 1vh;
    padding-right: 1vw;
    background-color: rgba(28, 22, 23, 0.9);
    border-radius: 30px;
    margin-top: 3vh;
    right: 0;
    }
    
    .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 2.5vh;
    padding: 1.5vh 1vw;
    padding-bottom: 2vh;
    }
}

/* --------------------- Main Section Styling --------------------- */
.section-welcome-photo {
    height: 85vh;
    background: url("../images/homepage/home-page.JPG") no-repeat center center fixed;
    
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    padding: 0;
    margin: 0;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}

.section-std {
    min-height: 100vh;
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    padding-bottom: 1vw;
}

.section-column {
    display: table-cell;
    padding: 0;
    float: none;
    width: 100%;
}

.section-contact {
    min-height: 75vh;
    position: relative;
    display: block;
    padding: 0px;
}

.heading {
    padding: 5px 20px;
    color: #fff;
    background-color: #ea6623;
    font-size: 4.5vh;
}

.sub-heading {
    padding: 5px 20px;
    color: #ea6623;
    font-size: 3vh;
    border: solid 1px #ea6623;
    border-radius: 15px;
    text-align: center;
}

/* --------------------- About Me --------------------- */
.intro-title {
    font-size: 3vh;
    color: #ea6623;
    padding: 1vw;
    text-align: center;
}

.intro-sub {
    font-size: 2vh;
    color: #fff;
    padding: 1vw;
}

.intro-sub a {
    text-decoration: underline;
    color: #fff;
}

.intro-sub a:hover {
    color: #ea6623;
}

/* --------------------- Gallery --------------------- */
.section-gallery {
    min-height: 200vh;
    position: relative;
    display: block;
    padding-bottom: 1vw;
}

.img-thumbnail {
    padding: 0;
    border: none;
}

#photo {
    padding: 0.7vw;
}

.overlay {
  position: absolute; 
  bottom: 0.7vw; 
  background: rgba(0, 0, 0, 0.4);
  color: #fff; 
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 0.5vw;
  right: 0.7vw;
  text-align: center;
}

#photo:hover .overlay {
  opacity: 1;
}

/* --------------------- Experience --------------------- */
.experience-content {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    font-size: 2vh;
}

.experience-content p {
    font-size: 2.3vh;
}

.experience-content .titleish {
    font-size: 2.7vh;
    color: #fff;
    text-decoration: none;
}

.experience-content a.titleish:hover {
    color: #ea6623;
}

@media(min-width: 768px) {
    .experience-content {
        padding-left: 3vw;
    }
}

.experience-content ul {
    padding-bottom: 20px;
}

.cv-section {
    padding-left: 20px;
}

.graduation img {
    max-width: 30vw;
    max-height: 30vw;
    padding: 5px 0;
}

.experience-content ul a {
    text-decoration: underline;
    color: #fff;
}

/* --------------------- Contact --------------------- */
.form-control {
    background-color: #1c1716;
    color: #fff;
    font-weight: bold;
    border-color: #ea6623;
    height: 5vh;
}

.center-form {
    padding-top: 2vh;
    margin: auto;
    max-width: 80%;
    max-height: 50vh;
    min-height: 40vh;
}

.form-control {
    font-size: 2vh;
}

button[type="submit"] {
    margin-top: 3vh;
    margin-bottom: 3vh;
    color: #fff;
    background-color: #e84610;
    font-size: 2vh;
}

.contact-title {
    margin-top: 2vh;
    padding: 0;
    max-width: 100%;
    margin-right: 0;
}

.contact-title p {
    font-size: 3vh;
    margin-bottom: 1vh;
}

.contact-title p a {
    text-decoration: none;
    color: #fff;
    transition: color 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;

}

.contact-title p a:hover {
    color: #ea6623;
    text-decoration: none;
}

/* --------------------- Footer --------------------- */
footer {
    background-color: #ea6623;
    color: #fafafa;
    min-height: 10vh;
    margin: 0;
}

.socials {
    padding-top: 30px;
}

.socials li a i {
    width: 32px;
    height: 32px;
    padding: 12px 0;
    border-radius: 50%;
    font-size: 20px;
    line-height: 7px;
    text-align: center;
    color: #fff;
    background: #ea6623;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.socials li a i:hover {
    background-color: #fff;
    color: #ea6623;
}

