@font-face {
    font-family: "ChalkFont";
    src: url(../fonts/chalkboard.ttf) format("truetype"),
    url(../fonts/chalkboard.woff) format("woff"),
    url(../fonts/chalkboard.woff2) format("woff2");
}

@font-face {
    font-family: "MenuChalkFont";
    src: url(../fonts/pastelcrayon.ttf) format("truetype");
}

body {
    font: 40px Annie Use Your Telescope, "Comic Sans MS", cursive, sans-serif;
    line-height: 1.8;
    color: rgb(0,0,0);
}

p {font-family: Lato, cursive;
    font-size: 20px;}

p.paraStyle{
    text-align: left;
}

p.reducedSpace{
    margin-bottom: -10px;
}

h1{
    /*font: 80px Kalma, cursive;*/
    font: 50px ChalkFont, cursive;
    line-height: 1.8;
    color: rgb(0,0,0);
    position: absolute;
    left: 400px;
    top: 100px;}
h2{
    font: 50px Annie Use Your Telescope, cursive;
    line-height: 1.8;
    color: rgb(0,0,0);
    margin-bottom: 5%;
}
h3{font: 40px Annie Use Your Telescope, cursive;
    line-height: 1.8;
    color: rgb(0,0,0);}
div.relative{
    position: relative;
    top: 200px;
}

p.project {
    margin-bottom: 0;
}

.bg-1{
    background-color: #F6F6F6;;
}

.myfontSize{
    font: 25px Annie Use Your Telescope;
}

.mymenufontSize{
    font: 25px Annie Use Your Telescope;
}

.mymenufontSizeSelect{
    font: 40px Annie Use Your Telescope;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
    background-color: rgb(255,255,255);
    opacity: 1;
}
.navbar-nav  li a:hover {
    color: #1abc9c !important;
}

.navbar-inverse {
    background-color: white;
}
.navbar-left{
    position:relative;
    /*left:-180px;*/
}

.navbar-text {
    font-size: 20px;
    color: black !important;
    display: flex;
    flex-direction: row;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-toggle {
    background-color: #F6F6F6;
}

.projectName {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-left: 15px;
    letter-spacing: 3px !important;
    width: 75%;
    left: 25px;
}

.ercHeader {
    display:flex;
    flex-direction: column;
    margin-right: 0;
    width: 25%;
}

.container-fluid {
    padding-bottom: 0px;
}

.container-fluid .direction {
    display:flex;
    flex-direction: column;
}

.container-row {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
}

.bg-1{
    background-color: #F6F6F6;
}

.bg-2 {
    background-color: white;
}

.bg-3 {
    background-color: #ffffff; /* White */
    color: #555555;
}

.separator{
    background-image: url("../img/lightbulb.png");
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
}

.endOfpage{
    height:100px;
}

.buffer{
    margin-bottom: 5%;
}

.sectionGap {
    margin-bottom: 50px;
}

.row-m-t{
    margin-top : 60px
}

.margin {margin-bottom: 45px;}

a.linkHover:hover{
    color: #e05e00;
}
