@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;

}


@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: 4em;
    margin-bottom: 5px;

}

h3 {
    font-size: 2em;
    font-weight: 300;
    color: #5F5F5F;
    margin-bottom: 3px;
}

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

h2.sub-h {
    font-size: 3em;
    background-color: #5F5F5F;
    padding: 10px;
    color: #FFF;
    margin: 45px 0;
}

p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5F5F5F;
    margin-bottom: 10px;
}

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

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

a {
    text-decoration: none;
}

a:hover {
  color: #FFF;
}

.scalew60 {
  width: 60%;
}

.scalew80 {
  width: 80%;
}

.solid {
  border: thin solid #D7D7D7;
}


/* Header */
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: #5F5F5F;
}



/* 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;
    margin-bottom: 45px;
}

/* Content */



/* Footer */
.footer {
    height:40px;
    background-color: #636E72;
    padding-top: 14px;
    margin-top: 45px;
}
/* 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 */
