@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: Roboto Slab, cursive;*/
    /*font-size: 20px;}*/

p {font-family: Trocchi, cursive;
    font-size: 16px;
    line-height: 1.4;
}

p.paraStyle{
    text-align: justify;
    -moz-text-align-last: right; /* Code for Firefox */
    text-align-last: 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: 40px Roboto Slab, 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);}
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;
}

.newspaper {
    margin-right: 10%;
    margin-left: 10%;
}

.underlined-partial {
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    padding-top:20px;
}

.underlined-full {
    border-bottom: solid black;
}

.newspaperTitle {
    background-color: #F6F6F6;
    padding-bottom: 10px;
    padding-left:20px;
    padding-top: 10px;
}

.newspaperSection {
    background-color: #F6F6F6;
    padding-bottom: 10px;
    padding-left:20px;
    padding-top: 10px;
    margin-top: 50px;
}

.headline {
    margin-bottom: 10px;
    padding-left:20px;
    padding-top: 10px;
}

.date {
    font-size: 22px;
    padding-top:10px;
}

.newsText{
    padding-left:20px;
}

p.linkColour{
  color:#e05e00;
}

a.linkColour{
    color:#e05e00;
}

a.button {
    /*width:60px;*/
    height:10px;
    border-radius: 50%;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    /*-webkit-appearance: button;*/
    /*-moz-appearance: button;*/
    /*appearance: button;*/

    text-decoration: none;
    color: black;
    text-align: center;
    background-color: #dddddd;
}
a.button:hover{
    background: #e05e00;
}

a.linkHover:hover{
    color: #e05e00;
}

.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;*/
}

.adjustToImg {
    margin: 15px;
    margin-bottom: 0;
}

.bg-2 {
    background-color: white;
}

.bg-3 {
    background-color: #ffffff; /* White */
    color: #555555;
}

.sectionGap {
    margin-bottom: 50px;
}

.endOfPage{
    margin-bottom: 100px;
}

.row-m-t{
    margin-top : 60px
}

.margin {margin-bottom: 45px;}

div#frame {
    background: url(../img/corkboard.jpg) no-repeat;
    width: 1800px;
    height: 1000px;
    padding-top: 35px;
    padding-left: 35px;
    background-size: contain;
}

.note {
    width: 400px;
    height: 400px;
    font: 50px Kalma, cursive;
    line-height: 1.8;
    color: rgb(0,0,0);
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    float: left;
    margin: 8px;
    border: 1px solid rgba(0,0,0,.25);
}

.sticky1 {
    transform: rotate(-3.5deg);
    -webkit-transform: rotate(-3.5deg);
    -moz-transform: rotate(-3.5deg);
    background-color: #CBFAFA;
}

.pin{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.55);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.55);
    box-shadow: 0 3px 6px rgba(0,0,0,.55);
    margin: 0 auto;
    margin-top: 2px;
}

div#frame a:hover.note {
    border: 1px rgb(0,0,0);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

div#frame .pin {
    /*background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 50%, black 100%);*/
    /*background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, black);*/
    background-image: radial-gradient(yellow 50%, black 100%);
}

.myflex{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.myflexRow{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.myflexRowReverse{
    display:flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

.myflexRowSpacing{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dimensions{
    width:50%;
}

.dimensionmax{
    max-width:50%;
    padding-right: 10%;
}

.photo{
    height:280px;
    width: 380px;
}

.photoRotate{
    height:280px;
    width: 210px;
}

.photoBeach{
    height: 205px;
    width: 340px;
}

.photoNIG{
    height: 205px;
    width: 400px;
}



#extraContent {
    overflow: hidden
}

@media only screen and (max-width: 500px) {
    h2{font: 40px Roboto Slab, cursive;
        line-height: 1.8;
        color: rgb(0,0,0);}
    p {font-family: Roboto Slab, cursive;
        font-size: 17px;}
    .newspaper {
        margin-right: 5%;
        margin-left: 5%;
    }
    .date {
        font-size: 20px;
    }
    .photo{
        height:220px;
        width: 300px;
    }

    .photoBeach{
        height: 180px;
        width: 300px;
    }
}
