@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;*/
    font: 40px Trocchi;
    line-height: 1.8;
    color: rgb(0,0,0);
}

/*p {*/
    /*!*font-family:Trocchi;*!*/
    /*font-family: Lato, cursive;*/
    /*font-size: 18px;*/
    /*line-height: 25px;}*/

p {
    font-family: "Comic Sans MS";
    font-size: 20px;
}

p.paraStyle{
    text-align: left;
    -moz-text-align-last: left; /* Code for Firefox */
    text-align-last: left;
    /*width:450px;*/
}

.funcky{
    font: 40px Annie Use Your Telescope, cursive;
    color:#e05e00;
    /*font-size: 20px;*/
    /*color: rgba(8,111,215,0.97);*/
}

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);}
h3{font: 40px Annie Use Your Telescope, cursive;
    line-height: 1.8;
    color: rgb(0,0,0);
text-align: center;}

.quote{
    line-height: 1.3;
    color:#e05e00;
}

.paraGap{
    margin-bottom: 5px;
}

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;*/
}

.polaroid-images a:after {
    /*color: #333;*/
    font: 15px ChalkFont, cursive;
    line-height: 1.8;
    color: rgb(0,0,0);
    /*font-size: 20px;*/
    content: attr(title);
    position: relative;
    top:-5px;
}
.polaroid-images a{
    background: white;
    display: inline;
    float: left;
    margin: 0 60px 30px;
    padding: 10px 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    z-index:0;
    position:relative;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.polaroid-base {
    min-width: 420px;
    max-height: 620px;
    background: white;
    display: inline;
    float: left;
    margin: 0 30px 30px;
    padding: 10px 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    z-index:0;
    position:relative;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.polaroid-base-title {
    font: 40px Annie Use Your Telescope, cursive;
    line-height: 1.8;
    color: rgb(0,0,0);
    position: relative;
    top:-5px;
}

.polaroid-images img{
    height: 350px;
}

.adjustToImg {
    margin: 15px;
    margin-bottom: 0;
}

.bg-2 {
    background-color: white;
}

.bg-3 {
    background-color: #ffffff; /* White */
    color: #555555;
}

.sectionGap {
    margin-bottom: 50px;
}

.row-m-t{
    margin-top : 60px
}

.margin {margin-bottom: 45px;}

/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
.tab-links li {
    margin:0px 5px;
    float:left;
    list-style:none;
}
.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius: 10px 10px 0px 0px;
    /*background:#7FB5DA;*/
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
    background-color: #7FB5DA;
}
.tab-links a:hover {
    background:#a7cce5;
    text-decoration:none;
}
li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}
/*----- Content of Tabs -----*/
.tab-content {
    padding:15px;
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#fff;
}
.tab {
    display:none;
}
.tab.active {
    display:block;
}

.sectioned {
    display: flex;
    flex-direction: row;
}

.sectionedWithPad{
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-right:10%;
}

.sectionedCol {
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    padding-right:10%;
}

.cardSetup{
    margin-left:5%;
    margin-right:5%;
    margin-bottom:5%;
}

.introSetup{
    margin-right: 2.5%;
    margin-left: 2.5%;
}

a.linkHover:hover{
    color: #e05e00;
}

.mod2introSetup{

}

.introSetup p{
    font: 20px "Comic Sans MS"
}

.firstCol{

}

.secondCol{
    /*margin-left: 10%;*/
}

.fixedWidth{
    width:450px;
}

.leftSide{
    width:50%;
}

.rightSide{
    width:50%; margin-left:5%;
}



/*For Smaller Window Viewing*/
@media only screen and (max-width: 1200px) {
    .fixedWidth{
        width:250px;
    }
}

@media only screen and (max-width: 600px) {
    .fixedWidth{
        width:220px;
    }

    .sectioned {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sectionedWithPad{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right:0;
    }

    .sectionedCol {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right:0;
    }

    .leftSide{
        width:100%;
    }

    .rightSide{
        width:100%; margin-left:0;
    }
}

@media only screen and (max-width: 400px) {
    .fixedWidth{
        width:250px;
    }

    .sectioned {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sectionedWithPad{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right:0;
    }

    .sectionedCol {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right:0;
    }

    .leftSide{
        width:100%;
    }

    .rightSide{
        width:100%; margin-left:0;
    }
}




