@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);

/* General styles and layout */
body {
    background:#4D4948;
    color: black;
    font-family: 'Open Sans', Arial, sans-serif;
    max-width: 100%;
    overflow-x: hidden;
    height: 100vh;
    min-height: 100vh;
    margin: 0;
}

.container {
    overflow: hidden;
    /* we don't want the pseudo-elements sticking out */
    min-width: 100%;
}

.container svg {
    display: block;
}

section {
    position: relative;
    background: #ffffff;
    color: #000;
    text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;
}
/*** Individual section styles and separators ***/
/* Common style for pseudo-elements */

header section {
    min-height: 20%;
}

header h1 {
    margin-bottom: 0px;
}

header i.fa {
    font-size: 2em;
    color: rga(1, 1, 1) !important;
}

header h2 {
    font-family: 'Open Sans';
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 1);
}

header p {
    font-family: 'Open Sans';
    font-size: 18px;
    color: white;
}

.color {
    background-color: #E77817
}

.main-content {
    min-height: 75%;
}
section.main-content i {
    font-size: 24px;
}
.center {
    margin-left: auto;
    margin-right: auto;
  } 

td {
    padding-bottom: 10px;
    padding-left: 10px;
}

section.main-content p {
    color: #565656;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 20px;
}

.footer {
    z-index: 1;
    background: #4D4948;
    color: white;
    min-height: 5%;
    padding-top:10px;
}
