/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Indie+Flower|Rubik&display=swap');

/* Inc padding and border in elements total height/width */
* {
    box-sizing: border-box;
}

/* experimenting with custom variables */

:root {
    --bggradient: linear-gradient(to bottom, #194162, #64b3f4);
    --light-black: #2e2c2caf;
    --Rubik: "Rubik", cursive;
    --Fjalla: "Fjalla One", cursive;
    --Indie: "Indie Flower", cursive;

}

/* Hides extra space on either side */

header,
section {
    overflow-x: hidden;
}

/* Appropriately sizes pic */

.alexPic {
    display: block;
    max-width: 100%;
}

/* applies background colour to whole document */
body {
    background: var(--bggradient);
}

html {
    position: relative;
    min-height: 100%;
}

/*NICHE STYLING / MAIN*/
body {
    background: var(--bggradient);
}

.bold {
    font-weight: bold;
}

main .row .col-md-5 {
    padding: 5vmin 1vmin;
}

main .row .col-md-7 {
    padding: 5vmin 1vmin;
    padding-bottom: 6vmin;
    font-family: var(--Rubik);
    color: white;
}

main .row .col-md-7 h1 {
    font-size: 8vmin;
    font-weight: bold;
    padding: 0.1em 0em;
    font-weight: bold;
}

main .col-md-7 p {
    padding: 1vmin 5vmin;
}

main .col-sm-12 .imgContainer {
    margin-left: 1rem;
    margin-right: 1rem;
}

main .col-sm-12 .descContainer {
    margin-left: 1rem;
    margin-right: 1rem;
}

/*ABOUT ME/MAIN*/
main .section-1 .col-md-6 {
    color: white;
    padding: 1vmin 1vmin;
}

main .section-1 .col-md-6 h1 {
    padding-top: 0.4rem;
    font-family: var(--Fjalla);
    letter-spacing: 0.2rem;
}

main .section-1 .col-md-6 h6 {
    font-family: var(--Fjalla);
    font-size: 1.5rem;
}

main .section-1 .col-md-6 p {
    font-family: var(--Rubik);
}

.imgFloatLeft {
    margin: 1rem;
    box-shadow: 0px 0px 2px 2px white;
}

.aboutAlex {
    margin: 1rem;
}

/* CONTACT STUFF */

.contact-form {
    margin-bottom: 8rem;
    margin-top: 3rem;
    padding: 4vmin 1vmin;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    box-shadow: 0px 0px 10px 3px white;
    border-radius: 30px;
}

.contact-form h1 {
    margin-bottom: 2rem;
    font-family: var(--Fjalla);
    font-weight: bold;
    letter-spacing: 1px;
}

.contact-form h6 {
    font-family: var(--Rubik);
    font-size: 1.2rem;
    padding-top: 1rem;
}

/* PORTFOLIO THINGS */
main .col-md-3 img {
    display: block;
    max-width: 100%;
    margin: 0.6rem;
    box-shadow: 0px 0px 10px 3px white;
}

.pfContainer {
    margin: 1rem;
}

.pfHeader {
    text-align: center;
    color: white;
    font-family: var(--Fjalla);
    font-weight: 700;
    font-size: 5rem;
    letter-spacing: 5px;
    padding-top: 1rem;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    margin-bottom: 1rem;
}

.pfBlurb {
    color: white;
    font-family: var(--Rubik);
    font-weight: 700;
}

.statementText {
    color: white;
    font-family: var(--Rubik);
    font-size: 1rem;
    font-weight: 200;
    margin-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

.statementImg {
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
}

.statementPic {
    box-shadow: 0px 0px 2px 2px white;
    border-radius: 8px;
    margin-bottom: 1rem;
    max-width: 100%;
    max-height: 100%;
    margin-right: 1rem;
    margin-left: 1rem;

}

.pfProjectHeader {
    text-align: center;
    color: white;
    font-family: var(--Fjalla);
    font-size: 2.2rem;
    letter-spacing: 5px;
    text-decoration: underline white;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.pfCardContainer {
    margin-bottom: 1rem;
}

.pfBrand {
    text-align: center;
    color: white;
    font-family: var(--Fjalla);
    font-size: 2.2rem;
    letter-spacing: 5px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    margin-top: 2rem;
}

.socialContainer {
    background-color: white;
    border-radius: 8px;
}

.socialContainer p {
    font-family: var(--Rubik);
    text-align: center;
    font-size: 2.8rem;
    color: black;
    text-decoration: underline black;

}

.socialContainer :hover {
    transition: 0.3s;
    letter-spacing: 1px;
    color: #64b3f4;
    text-decoration: underline #64b3f4;
}

main .col-md-6 h2 {
    color: white;
    font-family: var(--Indie);

}

main .container {
    padding: 1vmin 1vmin;
}

.card {
    width: 100%;
}

.card-body {
    border-top: 1px solid black;
}

.card-img-top:hover {
    box-shadow: 0px 0px 5px 5px white;
    transition: 0.2s;
}

/*HEADER STUFF*/

header .nav-item {
    padding: 1.1em;
}

header .nav-link {
    font-size: 2rem;
    font-family: var(--Indie);
    color: white;
    transition: 0.3s;
}

header .nav-link:hover {
    color: var(--light-black);
    background-color: white;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    border-radius: 12px;
    letter-spacing: 2px;
}

header .navbar-brand:hover {
    color: black;
    background-color: white;
    padding: 0.6rem;
    border-radius: 12px;
    letter-spacing: 2px;
}

header .navbar-brand {
    color: white;
    padding-left: 0.5rem;
    font-family: var(--Fjalla);
    font-size: 1.5rem;
    transition: 0.2s;
}

header .navbar-toggler-icon {
    padding-right: 5px;
}

header .navbar-toggler-icon {
    color: white;
}

/*FOOTER STUFF*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footerfix {
    margin-bottom: 65px;
}