body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #1b1d21;
    color: white;

    margin: 0 !important;
    padding: 0 !important;
}

html {
    scroll-behavior: smooth;
}

@font-face { 
    font-family: 'Montserrat';
    src:url(Montserrat-Regular.ttf);
    src:url(Montserrat-Bold.ttf);
    src:url(Montserrat-ExtraBold.ttf);
    src:url(Montserrat-Light.ttf);
    src:url(Montserrat-SemiBold.ttf);
}

h2 {
    
    font-family: 'Montserrat';
}

.title {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
}

#navbar {
    width: 100%;
    height: 100px;
    font-size: 20px;

    display: flex;
    flex-flow: nowrap;
    justify-content: center;
}

#navbar a{
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;

    transition: font-size 0.25s;
}

#navbar a:hover {
    font-size: 25px;
}

#navbar ul{
    list-style-type: none;

    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#navbar li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
}

#head {
    width: 100%;
    height: 750px;
    background-image: url(ExleRender2.png);
    background-attachment: fixed;
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-position: center;

    transition: height 0.5s;
}

#head:hover {
    height: 775px;
}

#intro {
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-content: center;

    color: white;
}

hr {
    margin-top: 5%;
    margin-bottom: 5%;
    stroke: none;
    width: 30%;
}

#skills {
    display: flex;
    justify-content: center;
    flex-flow: nowrap;

    text-align: center;
    margin-top: 2.5%;
}

.skills {
    width: 17.5%;
    color: white;
    border-radius: 10px;
    background-color: #16181b;
    height: auto;
    margin: 1%;
    padding: 25px;
    padding-top: 5px;
    transition: width 0.5s, border-bottom 0.1s;
}

.skills:hover {
    border-bottom: white solid 4px;
}

.skills progress{
    width: 90%;
    color: #66fff6;
}

#portfolio {
    margin-top: 1.5%;
    
    text-align: center;
}

#portfolio a{
    text-decoration: none;
    
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: white;
    transition: font-size 0.5s;
}

#portfolio a:hover{
    text-decoration: underline white;
    font-size: 45px;
}

.icon {
    width: 25px;
    height: 25px;
}

.socials {
    border-radius: 5px 0 0 5px;
    background-color: #16181b;
    padding: 10px;
    margin-top: 1.5%;
    
    margin-left: 97.5%;
    transition: margin-left 0.25s;
}

#socials li{
    list-style-type: none;
}

.socials:hover {
    margin-left: 95%;
}

#testimonials {
    margin-top: 2.5%;
    align-content: center;

    background-position: center;
    background-image: url(ExleRender6.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;

    transition: padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
}

#testimonials:hover {
    margin-top: 5%;
    padding-top: 70px;
    padding-bottom: 70px;
}

footer {
    text-align: center;
    color: white;
}

.links {
    color: white;
}



.testimonial {
    margin-bottom: 1.5%;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 25px;
    padding-top: 0px;
    border-radius: 15px;
    background-color: #1b1d21;

    transition: border-bottom 0.25s;

    /*border-width: 1px;
    border-style: solid;
    border-color: #16181b;*/
}

.testimonial:hover {
    border-bottom: white solid 5px;
}

.blocktitle {
    width: 27.5%;
    padding: 10px;
    background-color: #1b1d21;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 10px;

    margin-bottom: 1.5%;
    
    transition: border-bottom 0.25s;
}


#titlect {
    font-size: 35px;
}

.blocktitle:hover {
    border-bottom: white solid 5px;
}

#contact {
    margin-top: 1%;
    max-width: 100%;
    margin-bottom: 1%;
}

#contact h3 {
    max-width: 35%;
    align-self: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    margin-bottom: 1.5%;    
}

.middle input.name {
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 27.5%;
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 10px;
}

.middle input.subject {
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 27.5%;
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 10px;
}

.middle {
    align-content: center;
    align-self: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-flow: row wrap;
    justify-content:center; 
}

.rest {
    display: flex;
    flex-flow: row wrap;
    justify-content:center
}

input.email{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 34%;
    padding: 10px 5px;
    box-sizing: border-box;
    margin-top: 10px;

    align-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

textarea.message {
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 34%;
    height: 200px;
    padding: 10px 5px;
    box-sizing: border-box;

    align-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5%;
}

input.submit {
    font-family: 'Montserrat' , sans-serif;
    font-weight: lighter;
    font-size: medium;

    width: 10%;
    height: 40px;
    color: black;
    background-color: white;
    border-radius: 15px;
    align-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5%;

    transition: cursor 0.25s, width 0.25s, height 0.25s, font-size 0.25s;
}

input.submit:hover {
    cursor:pointer;
    width: 12%;
    height: 50px;
    font-size: large;
}

input.submit {
    border: 0;
}

::-webkit-scrollbar {
    width: 10px;

}
::-webkit-scrollbar-thumb {
    background: #66fff6;
    border-radius: 3px;

  }

body {
    overflow-x:hidden;
}