@charset "UTF-8";

/* XS – Extra small devices (portrait phones, less than 576px) – No media query since this is the default in Bootstrap */

/* General Styles */
body {
    font-family: 'Roboto', sans-serif;
    background-image: url("../img/dust_scratches.png");
    background-repeat: repeat;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7pr1y6');
  src:  url('../fonts/icomoon.eot?7pr1y6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff2?7pr1y6') format('woff2'),
    url('.//fonts/icomoon.ttf?7pr1y6') format('truetype'),
    url('../fonts/icomoon.woff?7pr1y6') format('woff'),
    url('../fonts/icomoon.svg?7pr1y6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.logo-grp h1 {
    font-size: 1.4em;
    font-weight: 400;
    color: #FFF;
    padding-bottom: 5px;
    margin-left: 5px;

}

h2 {
    color: #5F5F5F;
    font-size: 2em;
    margin-bottom: 5px;

}

h3 {
    font-size: 1.2em;
    font-weight: 300;
    color: #FFF;
}

p {
    font-size: 1.2em;
    font-weight: 400;
    color: #5F5F5F;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

a:hover {
  color: #FFF;
}

.mt-165 {
        margin-top: 165px;
}


/* Header */
.fixednav {
    position: fixed;
    width: 100%;
    top:0;
    z-index: 1;
}

header {
    height: 100px;
    background-color: #000;

}


.disp-fl-head {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
}

.logo-grp {
    display: flex;
    align-items:center;
}

.icon-logo:before {
  content: "\e900";
  font-size: 3em;
  color: #FFF;
}



/* Navigation */


nav ul {
    display: flex;
    flex-direction: row;
}

nav li {
    padding-left: 6px;
    padding-top: 30px

}

nav a {
    font-size: 1em;
    font-weight: 300;
    color: #5F5F5F;
    text-decoration: none;
}



/* Below Header */
.belowh {
    height:20px;
    background-color: #636E72;

}

/* Content */
.box {
    margin-bottom: 30px;
    position: relative;
}

.hover-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
}

.hover-box:hover {
    opacity: 1;
}

.hover-box h3 {
    font-size: 2em;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 5px;
}

.hover-box p {
    font-size: 1.6em;
    color: #FFF;
    font-weight: 300;
    line-height: 1.3;
}

.border {
    border: solid 1px #d7d7d7;
}

/* Contact Form */

.cognito {
    margin: 45px auto;

}


/* About Me */
.my-pic {
    width: 180px;
    margin: 5px auto;
}

.insta {
    width: 30px;
    margin: 15px auto;
    padding-bottom: 45px;
}

.para {
    width: 100%;
    line-height: 1.2;
    margin: 15px auto;
    text-align: justify;
    padding-bottom: 35px
}

span {
    font-weight: 700;
}



/* Footer */
.footer {
    height:40px;
    background-color: #636E72;
    padding-top: 14px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
.icon-logo:before {
  content: "\e900";
  color: #FFF;
}


/* END XS Breakpoint */




/* SM – Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    /* General Styles */
    .logo-grp h1 {
        font-size: 2em;
        margin-left: 10px;
    }

    .mt-30 {
        margin-top: 30px;
    }



    /* Header */
    header {
        height: 100px;
        background-color: #000;

    }

    .disp-fl-head {
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 24px;
    }



    /* Navigation */
    nav ul {
        display: flex;
        flex-direction: row;
    }

    nav li {
        padding-left: 15px;

    }

    nav a {
        font-size: 1.6rem;
        font-weight: 300;
        color: #5F5F5F;
        text-decoration: none;
    }
} /* END SM Breakpoint */




/* MD – Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* General Styles */
    .logo-grp h1 {
        font-size: 2.5em;
        padding-bottom: 8px;
    }
    .icon-logo:before {
      content: "\e900";
      font-size: 5em;
      color: #FFF;
    }

} /* END MD Breakpoint */




/* LG – Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* General Styles */
    h1 {
        font-size: 3.5em;
    }


} /* END LG Breakpoint */




/* XL – Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* General Styles */
    .logo-grp h1 {
        font-size: 2.75em;
        padding-top: 8px;
    }

    .icon-logo:before {
      padding-bottom: 5px;
    }

} /* END XL Breakpoint */
