html
{
    margin:0px;
    padding:0px;
}

body
{
    margin:0px;
    padding:0px;
}


#home_header
{
    height:100vh;
    width:100%;
    background-image:linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url('img/header-background-image.jpg');
    background-position: center top;
    background-size:cover;
    border-bottom:2px #97C266 solid;
}

.gradiant_button
{
    background: linear-gradient(130.57deg, #E6B359 -0.78%, #FADD9E 26.62%, #FFC750 59.98%, #FFC64E 66.41%, #EB9B00 100%);
    padding:5px;
}


h2
{
    color:#051101;
    font-size:46px;
    line-height:49px;
    font-family:raleway;
    font-weight:400;
}

h2.center_text
{
    text-align:center;
}

h5
{
    color:#F1A818;
    font-size:22px;
    line-height:23px;
    font-family:raleway;
}

.orange_font
{
    color:#FFC44E;
    font-weight:700;
}

/* Raleway Fonts */

@font-face {
    font-family: Raleway;
    src: url(fonts/raleway/Raleway-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal;
  }

  @font-face {
    font-family: Raleway;
    src: url(fonts/raleway/Raleway-Italic.ttf) format('truetype');
    font-weight:400;
    font-style:italic;
  }  

  @font-face {
    font-family: Raleway;
    src: url(fonts/raleway/Raleway-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal;
  }   

  @font-face {
    font-family: Raleway;
    src: url(fonts/raleway/Raleway-BoldItalic.ttf) format('truetype');
    font-weight:700;
    font-style:italic;
  }   

  @font-face{
    font-family: GreatVibes;
    src: url(fonts/Great_Vibes/GreatVibes-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:italic;
  }

  @font-face{
    font-family: domine;
    src: url(fonts/domine/Domine-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal;
  }
  
  @font-face{
    font-family: domine;
    src: url(fonts/domine/Domine-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal;
  }

  @font-face{
    font-family:FontAwesome;
    src: url(fonts/font-awesome/fa-brands-400.ttf) format('truetype');
    font-weight:400;
    font-style:normal;
  }

  @font-face{
    font-family:FontAwesomeIcons;
    src: url(fonts/font-awesome/fa-solid-900.ttf) format('truetype');
    font-weight:700;
    font-style:normal;
  }

/* End Raleway Fonts */
#home_header
{
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items:center;

}

#menu
{
    padding-top:25px;
    width:100%;
    display:flex;
    justify-content: space-around;
}

#menu img
{
    width:356px;
    height:auto;
}

#menu div.menu
{
    display:flex;
    color:#fff;
    list-style-type:none;
    font-family:domine;
    color:#fff;
    font-size:18px;
    line-height:23px;
    align-items: center;
}

#menu div.menu span
{
    padding-right:10px;
    padding-left:10px;
    display:block;
}

#menu a
{
    color:#fff;
    text-decoration: none;
}

#menu span.dropdown
{
    cursor:pointer;
    position: relative;
    
}

.submenu
{
    position: absolute;
    top: 30px;
    left: 0px;
    border: 1px solid #fff;
    width:200%;
    padding: 10px;
    display:none;
    z-index:5000;
}

.submenu.open
{
    display:flex;
    flex-direction:column;
    z-index: 100;
    background: rgba(0,0,0,.33);
}

.submenu.open a
{
    margin:6px 0px;
}

.hundred_years_logo
{
    max-width:800px;
    width:40%;
    transform:translateY(45%);
    display:flex;
    flex-direction: column;
    align-items:center;
}

.hundred_years_logo img
{
    width:100%;
    height:auto;
}


.event_info_button
{
    display:block;
    margin-top:15px;
    width:171px;
    padding:10px 0px;
    color:#000;
    text-decoration:none;
    text-align:center;
    font-size:19px;
    font-family:domine;
}


.history_section
{
    margin-top:0px;
    background-image:url(img/today-tomorrow-beyond.png);
    background-position: 100% top;
    background-repeat:no-repeat;
}

.history_info_button
{
    padding:5px;
    display:inline-block;
    color:#000;
    text-decoration:none;
    font-weight:bold;
}

.history_info_button span
{
    border:1px solid #fff;
    padding:7px 15px;
    display:block;
}

.home_events
{
    background-image:linear-gradient(0deg, #fff 0%, rgba(255,255,255,.4) 33%, rgba(255,255,255,.4) 66%, #fff 100%), url('img/columns.jpg');
    background-size:cover;
    background-position: center;
    padding-top:75px;
    padding-bottom:75px;
    position: relative;
}

.home_events h5
{
    text-align:center;
    margin-bottom:0px;
}

.home_events h2
{
    margin-top:0px;
    text-align:center;
}

.home_events_slide
{
    width:1200px;
    margin-right:auto;
    margin-left:auto;
    display:flex;
    justify-content: flex-end;

}

.home_events_slide_content
{
    background-color:#fff;
    padding:30px 20px;
    position:relative;
    width:600px;
    padding-left:200px;
    font-size:18px;
    line-height:28px;
    font-family:raleway;    
}

.home_events_slide_content p.large_font
{
    font-size:22px;
    line-height:23px;
}

.home_events_slide_content h3
{
    font-size:40px;
    line-height:37px;
    margin-bottom:10px;
}

.home_events_slide_content img.center_piece_image
{
    position: absolute;
    left: -300px;
    top: 50%;
    margin-top: -20.5%;
    height: 90%;
    width: auto;
}

.home_events_slide_content img.marriot
{
    position: absolute;
    right:20px;
    bottom:20px;
    width:133px;
    height:auto;
}

.tomorrow_beyond_image
{
    left:20px;
    bottom:20px;
}

.services_section
{
    padding-top:75px;
    padding-bottom:100px;
}

.service_wrapper
{
    width:1200px;
    margin-right:auto;
    margin-left:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.service_wrapper h5
{
    width:100%;
    margin-bottom:0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service_wrapper h2
{
    width: 100%;
    margin-top:10px;
}

.service_columns
{
    width:100%;
    height:475px;
}

.service_columns .slick-list 
{
    height:475px;
}


.service_column
{
    width:343px;
    height:343px;
    padding-right:20px;
    padding-left:20px;
    box-sizing:border-box;
}

.service_column img
{
    width:100%;
    height:100%;
    object-fit:cover;
}

.service_content
{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  margin-top: -50px;
  text-align: center;
  position:relative;
  z-index:100;
  font-size:20px;
  line-height:23px;
  padding:0px 40px;
  box-sizing:border-box;
  box-shadow: -10px 14px 74px 0px #203B212B;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;

}

.service_content a
{
    color:#1C5C00;
    text-decoration:none;
}

.service_headlines
{
    width:70%;
}

.service_buttons
{
    width:30%;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    box-sizing: border-box;
    align-items: center;
}

.service_buttons .gradiant_button
{
    margin-left:20px;
    padding:10px;
    cursor:pointer;
}

.content_image
{
    width:650px;
}

.content_text
{
    margin-left:50px;
    width:560px;
}

.internal_header
{
    height:445px;
    color:#fff;
}

.internal_header.contact_header
{
    height:auto;
    padding-bottom:20px;
}

.internal_header h1
{
    font-size:76px;
    font-weight:400;
    text-align:center;
}

.internal_header_wrapper
{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.historical_header
{
    background: linear-gradient(90deg, rgba(6, 16, 1, 0.9) 0%, rgba(6, 17, 1, 0.667171) 98.57%, rgb(5, 17, 1) 100%),url('img/detroit-memorial-history-header.jpg');
    background-size:cover;
    background-position: center -100px;
    border-bottom:5px solid #97C266;
}

.media_header
{
    background: linear-gradient(90deg, rgba(6, 16, 1, 0.9) 0%, rgba(6, 17, 1, 0.667171) 98.57%, rgb(5, 17, 1) 100%),url('img/marriot-venue-decorated-ballroom.jpg');
    background-size:cover;
    background-position: center center;
    border-bottom:5px solid #97C266;  
}

.quote_content_wrapper
{
    text-align:center;
    color: #051101;
    font-size:45px;
    font-weight:400;
    max-width:1000px;
    margin-right:auto;
    margin-left:auto;
}

.quote_content_wrapper img
{
    margin-top:25px;
}

.quote_content_wrapper p
{
    margin-top:0px;
    margin-bottom:0px;
}

.quote_content_wrapper p.large_quote
{
    color: #F1A818;
    font-size: 120px;
    line-height: 0px;
    margin-top: 70px !important; 
}

.quote_content_wrapper h5
{
    margin-top:0px;
    text-align:center;
}

.quote_font
{
    font-family:GreatVibes;
    font-size:45px;
    line-height:59px;
    text-align:center;
}

.content_wrapper
{
    max-width:1400px;
    margin-right:auto;
    margin-left:auto;
    display:flex;
    justify-content: space-between;
    margin-bottom:50px;
    font-family:raleway;
    flex-wrap:wrap;
}

.content_wrapper.no_bottom_margin
{
    margin-bottom:0px;
}


.content_wrapper_block
{
    width:100%;
    display:flex;
    justify-content: center;
}

.content_wrapper h2
{
    width:100%;
}

.content_wrapper.start
{
    justify-content: flex-start;
}

.content_wrapper.end
{
    justify-content: flex-end;
}

.history_image img
{
    max-width:100%;
}

.width_670px
{
    width:670px;
    height:auto;
}

.width_720px
{
    width:720px;
    height:auto;
}

.width_650px
{
    width:650px;
    height:auto;
}

.width_500px
{
    width:500px;
    height:auto;
    margin-right:220px;
}

.history_content_small
{
    width:550px;
    font-size:15px;
    line-height:28px;
}

.history_content_small.margin_right
{
    margin-right:50px;
}

.history_content_small.margin_left
{
    margin-left:50px;
}

.history_content_large
{
    width:520px;
    font-size:15px;
    line-height:28px;
}

.history_content_large.margin_right
{
    margin-right:50px;

}

.history_content_large.margin_left
{
    margin-left:50px;
}

.history_content_center
{
    width:1200px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    font-size:15px;
    line-height:28px;
}

.board_directors_list
{
    font-weight:bold;
}

.board_directors_list span
{
    font-weight:normal;
}


.history_marker_section
{
    background-image:linear-gradient(0deg, #fff 0%, rgba(255,255,255,.4) 33%, rgba(255,255,255,.4) 66%, #fff 100%), url('img/memorial-2756194_1280.jpg');
    background-size:cover;
    background-position: center;
    padding-top:75px;
    padding-bottom:75px;
}

.history_marker_content
{
    width:1200px;
    margin-right:auto;
    margin-left:auto;
    display:flex;
    justify-content: flex-end;

}

.history_marker_content_box
{
    background-color:#fff;
    padding:30px 20px;
    position:relative;
    width:600px;
    padding-left:200px;
    font-size:15px;
    line-height:28px;
    font-family:raleway;    
}

.history_marker_content_box img
{
    position:absolute;
    left:-400px;
    top: 50%;
    margin-top: -250px;
}

.history_makers_section
{
    margin-bottom:50px;
}

.history_makers_section h2
{
    text-align:center;
}


.history_maker_box
{
    width:513px;
}

.history_slider
{
    width: 1040px;
    margin-right:auto;
    margin-left:auto;
}

.slick-arrow.prev
{
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -15px;
    cursor:pointer;
}

.slick-arrow.next
{
    position: absolute;
    top:50%;
    right: -50px;
    margin-top:-15px;
    cursor:pointer;
}

.membership_organizations
{
    margin-top:75px;
}

.membership_organizations h2
{
    text-align:center;
}

.membership_images
{
    display:flex;
    justify-content: center;
    margin-bottom:30px;
}

.membership_images img
{
    margin-right:10px;
    margin-left:10px;
}

.gallery
{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    width:1120px;
    margin-right:auto;
    margin-left:auto;
}


.gallery_image_large
{
    width:550px;
    height:290px;
    margin-bottom:20px;
    object-fit: cover;
    object-position: center;
}

.gallery_image_small
{
    width:360px;
    height:290px;
    margin-bottom:20px;
    object-fit: cover;
    object-position: center;
}

.gallery_image_half
{
    width:49%;
    height:290px;
    margin-bottom:20px;
    object-fit: cover;
    object-position: center;
}

.gradiant_button_download
{
    color:#000;
    text-decoration: none;
    padding:7px 20px;
    font-weight:bold;
    font-size:19px;
    line-height:22px;
}



.footer
{
    border-top:3px solid #97C266;
    background-image: linear-gradient(rgba(32,59,33,.9) 0%, rgba(32,59,33,.9) 100%), url('img/footer-background.jpg');
    background-position: center;
    background-size:cover;
    color:#fff;
}

.footer_content_wrapper
{
    margin-top:100px;
}

.footer_content_wrapper img
{
    display:block;
    margin-right:auto;
    margin-left:auto;
}

.footer_content_wrapper p
{
    font-family:domine;
    color:#fff;
    text-align:center;
}

.footer_buttons
{
    display:flex;
    justify-content: center;
    margin-top:25px;
}

.footer_content_wrapper a.gradiant_button
{
    padding:15px 30px;
    font-family:domine;
    color:#000;
    font-size:19px;
    text-decoration:none;
    margin-right:10px;
    margin-left:10px;
}

.footer_meta
{
    border-top:1px solid rgba(255,255,255,.3);
    margin-top:75px;
    padding-top:40px;
    color:#fff;
    width:1200px;
    margin-right:auto;
    margin-left:auto;
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding-bottom:30px;
}

.footer_meta a
{
    color:#fff;
    text-decoration: none;
}

.footer_meta ul
{
    list-style-type:none;
    font-family:domine;
    font-size:18px;
    line-height:21px;
    display:flex;
    justify-content: flex-start;
    margin-top:0px;
    margin-bottom:0px;
}

.footer_meta li
{
    margin-right:10px;
    margin-left:10px;
}

.footer_meta p
{
    width:400px;
    align-self:flex-end;
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    font-family:domine;
    font-size:18px;
    line-height:21px;
}

.icon_details
{
    display:flex;
}

.fa.location::before
{
    font-family: FontAwesomeIcons;
    content: '\f3c5';
    display:flex;
    font-size:18px;
    font-style:normal;
    margin-right:10px;
    font-weight:bold;
    background-color:#1C5C00;
    color:#fff;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    margin-right:15px;
}

.fa.phone::before
{
    font-family:FontAwesomeIcons;
    content:'\f095';
    display: flex;
    font-size:18px;
    font-style:normal;
    margin-right:10px;
    font-weight:bold;
    background-color:#1C5C00;
    color:#fff;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    margin-right:15px;
}

.fa.fax::before
{
    font-family:FontAwesomeIcons;
    content:'\f1ac';
    display:flex;
    font-size:18px;
    font-style:normal;
    margin-right:10px;
    font-weight:bold;
    background-color:#1C5C00;
    color:#fff;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    margin-right:15px;
}

.fa.right_arrow::before
{
    font-family:FontAwesomeIcons;
    content:'\f061';
    font-size:18px;
    font-style:normal;
    margin-right:10px;
    font-weight:bold;
    color:#1C5C00;  
    margin-left:10px; 
}

.fa.right_arrow.circle::before
{
    border:1px solid #000;
    border-radius:100px;
    padding: 2px 3.5px;
    color: #000;    
}


.fa.facebook::before
{
    font-family:FontAwesome;
    content:'\f09a';
    display:inline-block;
    font-size:18px;
    font-style:normal;
    margin-right:10px;
}

.fa.instagram::before
{
    font-family:FontAwesome;
    content:'\e055';
    display:inline-block;
    font-size:18px;
    font-style:normal;   
    margin-right:10px;
}

.fa.linked-in::before
{
    font-family:FontAwesome;
    content:'\f0e1';
    display:inline-block;
    font-size:18px;
    font-style:normal;  
    margin-right:10px;     
}

.fa.carret-down::before
{
    font-family:FontAwesomeIcons;
    content:'\f107';
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    margin-left:10px;
    font-style:normal;
}

.footer_meta_left
{
    display:flex;
    justify-content: flex-start;
}

.social_icons
{
    margin-left:10px;
}

.contact_body
{
    background-image:linear-gradient(0deg, #fff 0%, rgba(255,255,255,.4) 153%, rgba(255,255,255,.4) 85%, #fff 100%), url('img/columns.jpg');
    background-size:cover;
    background-position: center;
    padding-top:75px;
    padding-bottom:75px;
    position: relative;
}

.contact_box
{
    width:940px;
    margin-right:auto;
    margin-left:auto;
    background-color:#fff;
    padding:8px;
    box-shadow: -70px 14px 74px 0px #203B212B;

}

.contact_box_header
{
    background-color:#ECECEC;
    padding:25px;
    text-align:center;
    margin-bottom:50px;
}

.contact_box_header h2
{
    margin-top:0px;
    margin-bottom:0px;
}


.contact_box form
{
    width:763px;
    margin-right:auto;
    margin-left:auto;
}


.contact_box form .form_row
{
    display:flex;
    width:100%;
    justify-content: space-between;
}

.contact_box form .form_column
{
    width:48%;
}

.contact_box form .form_column_wide
{
   width:100%; 
}

.form_input_row
{
    margin-bottom:40px;
}

.form_row label
{
    font-weight:400;
    font-style:none;
    text-transform:uppercase;
    font-family:raleway;
    display:block;
    margin-top:15px;
    margin-bottom:15px;
}

.form_input_row .text_input
{
    width: 100%;
    line-height: 20px;
    padding:12px;
    box-sizing:border-box;    
}

.form_input_row textarea
{
    width: 100%;
    line-height:20px;
    height:167px;
}

.carrying-the-torch-section
{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    text-align:center;
}

.carrying-torch-profile
{
    width:250px;
    margin:20px;
}

.carrying-torch-profile img
{
    width:100%;
}


@media screen and (max-width: 1200px )
{
    .content_image
    {
        max-width:650px;
        width:50%;
        height:auto;
        align-self:center;
    }

    .content_text
    {
        width:48%;
        margin-left:2%;
        box-sizing:border-box;
        padding-right:20px;
    }

    .home_events_slide
    {
        max-width:95%;
    }

    .content_wrapper
    {
        max-width:100%;
        box-sizing:border-box;
    }

    .service_wrapper
    {
        max-width:95%;
    }

    .footer_meta
    {
        max-width:100%;
    }

    .width_670px, .width_720px, .width_650px
    {
        width:48%;
        height:auto;
    }

    .width_500px
    {
        width:48%;
        height:auto;
        margin-right:0px;
    }

    .history_content_large
    {
        width:48%;
        height:auto;
        margin-left:4%;
        box-sizing:border-box;
        padding-right:20px;
    }

    .history_content_large.margin_left
    {
        margin-left:4%;
    }

    .history_content_small
    {
        width:48%;
        box-sizing:border-box;
        padding-left:20px;
    }

    .history_content_small.margin_right
    {
        margin-right:4%;
    }

    .history_content_center
    {
        max-width:95%;
        margin-right:auto;
        margin-left:auto;
    }

    .history_marker_content
    {
        max-width:95%;
        margin-right:auto;
        margin-left:auto;
    }

    .history_maker_slider
    {
        width:80%;
        margin-right:auto;
        margin-left:auto;
    }
    
    .history_slider
    {
        width:100%;
    }

    .history_slider img
    {
        width:100%;
        height:auto;
    }

    .gallery_image_small
    {
        width:32%;
        height:auto;
    }

    .gallery_image_large
    {
        width:49%;
        height:auto;
    }

    .gallery
    {
        width:94%;
    }

}

@media screen and (max-width: 1024px )
{
    .services_section
    {
        padding-bottom:0px;
    }

    .contact_box
    {
        max-width:95%;
        margin-right:auto;
        margin-left:auto;
    }

}

@media screen and (max-width: 968px )
{
    .home_events_slide_content
    {
        width:500px;
        padding-left:280px;
    }

    .service_content
    {
        padding:0px 10px;
    }

    .footer_meta_left
    {
        flex-direction:column;
        align-items:center;
    }

    .f_split
    {
        display:none;
    }

    .gallery_image_small
    {
        width:32%;
        height:auto;
    }

    .gallery_image_large
    {
        width:49%;
        height:auto;
    } 

    .contact_box form
    {
        max-width:95%;
    }

}

@media screen and (max-width: 800px )
{
    #menu
    {
        flex-direction:column;
        align-items:center;
    }

    .menu{
        margin-top:20px;
    }

    .content_wrapper
    {
        flex-direction:column;
    }

    .content_image
    {
        width:95%;
        margin-right:auto;
        margin-left:Auto;
    }

    .content_text
    {
        width:95%;
        margin-right:auto;
        margin-left:auto;
    }

    .home_events_slide
    {
        flex-direction:column;
    }

    .home_events_slide_content img.center_piece_image
    {
        position:static;

    }

    .home_events_slide_content img.center_piece_image
    {
        width:100%;
        height:auto;
        margin-top:0px;
    }

    .home_events_slide_content
    {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .home_events
    {
        padding-bottom:0px;
        padding-top:0px;
    }

    .hundred_years_logo
    {
        width: 75%;
        transform: translateY(15%);
    }

    .tomorrow_beyond_image
    {
        display:none;
    }
    
    .service_wrapper
    {
        flex-direction:column;
    }

    .service_headlines
    {
        width:100%;
    }

    .service_buttons{
        width:100%;
        margin-bottom:20px;
    }

    .width_670px, .width_720px, .width_650px, .width_500px
    {
        width:95%;
        height:auto;
        margin-right:auto;
        margin-left:auto;
    }

    .history_content_large, .history_content_small
    {
        width:95%;
        margin-left:0px;
        margin-right:auto;
        margin-left:auto;
    }

    .history_marker_content_box
    {
        padding-left:20px;
    }

    .history_marker_content_box img
    {
        position:static;
        margin-top:0px;
        width:100%;
    }

    .membership_images
    {
        flex-wrap:wrap;
    }

    .gallery_image_small
    {
        width:49%;
        height:auto;
    }

    .gallery_image_large
    {
        width:49%;
        height:auto;
    }     

}

@media screen and (max-width: 600px )
{
    .footer_meta
    {
        flex-direction:column;
    }

    .footer_meta_left{
        margin-bottom:20px;
    }

    .service_content
    {
        height:150px;
    }

    .footer_content_wrapper
    {
        padding-left:20px;
        padding-right:20px;
    }

    .footer_buttons
    {
        flex-direction:column;
    }

    .footer_content_wrapper a.gradiant_button
    {
        margin-bottom:10px;
    }

    .history_marker_content_box
    {
        width:95%;
        margin-right:auto;
        margin-left:auto;
    }

    .history_maker_slider
    {
        width:70%;
    }

    .contact_box form .form_column
    {
        width:100%;
    }

    .contact_box form .form_row
    {
        flex-wrap:wrap;
    }

}