/* Smaller than 600 px */
@media screen and (max-width: 600px)
{
    .top_image
        {
        background-image: url("../Images/FS_top_image_FCRC_02_600x150.jpg");
        height: 150px;
    }

    .inner_top_image
        {
        top: 15px;
    }
}

/* Between 601 px and 1200 px*/
@media screen and (min-width: 601px) and (max-width: 1200px)
{
    .top_image
        {
        background-image: url("../Images/FS_top_image_FCRC_02_1200x300.jpg");
        height: 300px;
    }
}

/* Bigger than 1201px */
@media screen and (min-width: 1201px)
{
    .top_image
        {
        background-image: url("../Images/FS_top_image_FCRC_02_1200x300.jpg");
        background-size: 100%;
        height: 300px;
    }
}

@media screen and (min-width: 601px)
{
    .inner_top_image
        {
        width: 600px;
        display: block;
        margin: auto;
        top: 165px;
    }

    .inner_section
        {
        width: 600px;
        display: block;
        margin: auto;
    }
}

body
{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    background-color: #DDDDDD;
    margin: 0px;
    padding: 0px;
}

a, a:link, a:visited, a:hover
{
    color: #f15d22;
    text-decoration: underline;
    font-weight: bold;
}

h4
{
    font-weight: bold;
}

.top_image
{
    background-repeat:no-repeat;
    background-position:center;
}

.inner_top_image
{
    position: relative;
    padding: 0px;
}

.orange_section
{
    background-color: #f15d22;
    color: white;
}

.menu_bar
{
    padding: 5px;
}

.dropdown_section
{
    display: none;
    padding: 10px;
    margin-top: 5px;
    position: absolute;
    background-color: black;
    z-index : 1;
}

.dropdown_section a, .dropdown_section a:link, .dropdown_section a:visited , .dropdown_section a:hover
{
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.dropdown_item
{
    padding: 3px;
}

.show
{
    display: block;
}

.clickable
{
    cursor : pointer;
}

.mailing_list_section
{
    text-align: center;
}

.content_section
{
    background-color: white;
}

.content_section_title
{
    padding: 5px;
    color: white;
    background-color: #888888;
    font-weight: bold;
    font-size: 20px;
}

.big_content_section_title
{
    padding: 5px;
    color: white;
    background-color: #000;
    font-weight: bold;
    font-size: 30px;
}

.text_content
{
    padding: 10px;
}

.inner_text_content
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.more_section
{
    text-align: right;
}

.center
{
    text-align: center;
}

.center_image
{
    margin: auto;
    display: block;
}

.bottom_bar
{
    padding: 10px;
}

.links
{
    text-align: center;
}

.links a, .links a:link, .links a:visited , .links a:hover
{
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.copyright
{
    font-size: 14px;
    text-align: center;
}

.bottom_margin
{
    margin-bottom: 15px;
}

.bottom_margin_small
{
    margin-bottom: 5px;
}

.image_holder {
  display: flex;
}

.thumb_image_holder {
  width: 100%;
  display: block;
  margin: auto;
}

.video_frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video_frame iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image_padding {
    padding: 5px;
}

.margin_buffer {
    margin-right: 3px;
    display: inline-block;
}

.store_image {
    max-width: 200px;
}

.bold_text {
    font-weight: bold;
}

.smaller_icons {
    max-width: 35px;
}