﻿
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Open Sans,sans-serif";
    font-size: 1.25rem;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.backgroundImage {
    background-color: #fff;
    background-image: url('../data/images/ReflectiveLake.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y:top;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-size: 18px;
}

.contentContainer {
    display: flex;
    justify-content: space-around;
}
.twoColumn{
    flex:2 auto;
}
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
    font-size: 18px;
}
.mainBodyText{
    color:white;
    font-size:40px;
}
.mainSpacing
{
    height:250px;
}
@font-face {
    font-family: 'Wadmont';
    src: url('../data/fonts/wadmont-wadmont-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Kamelia';
    src: url('../data/fonts/kamelia-script-kamelia-script-400.ttf') format('truetype');
}

@font-face {
    font-family: 'KameliaBold';
    src: url('../data/fonts/kamelia-script-kamelia-script-bold-700.ttf') format('truetype');
}

@font-face {
    font-family: 'Helostar';
    src: url('../data/fonts/helostar-helostar-400.ttf') format('truetype');
}

@font-face {
    font-family: SanSerif;
    src: url('../data/fonts/Our-Serif-Hand.otf')format('opentype');
}
.reveiwHeader {
    text-align: center;
    font-size: 50pt;
    font-family: SanSerif;
    text-decoration: underline;
}
.reviewText
{
    padding-top:20px;
    padding-bottom:40px;
}
.reviewStars {
    font-size: 15px;
    padding-top: 10px;
}
.serifFont {
    font-family: SanSerif;
    font-size: 36pt;
    height: 2.7rem;
}
.serifFontSmall {
    font-family: SanSerif;
    font-size: 28pt;
    height: 2.1rem;
}
.header {
    font-size: 40px;
    height: 100px;
    text-align: center;
}

.headerlogo {
    display:inline-block;
    position:absolute;
    height: 98px;
    cursor: pointer;
    margin-left:20px;
}
.headertext{
    display:inline-block;
    padding-top:20px;
    color:white;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
}

.centered-text {
    text-align: center;
    font-family: 'Helostar';
    font-size: 40pt;
    padding-top: 10rem;
}

.menubar {
    background-color: transparent;
    text-align: center;
    z-index: 1000;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.adminMenu {
    position: relative;
    display: inline-block;
    background-color: #003366;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    font-size: 14px;
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: white;
        padding: 5px 5px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: transparent
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.contentItem {
    z-index: 0;
    padding: 0px 0px 0px 0px;
}
/* Style the side navigation */
.sidenav {
    height: 100%;
    width: 200px;
    float: left;
    left: 0;
    overflow-x: hidden;
    color: black;
}


    /* Side navigation links */
    .sidenav a {
        padding: 5px;
        text-decoration: none;
        display: block;
    }

        /* Change color on hover */
        .sidenav a:hover {
            background-color: #ddd;
            color: white;
        }

/* Style the content */
.content {
    margin-top:10px;
}
