/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 body{
    background-color: #d2cdc8 !important;
 }

p
{
    font-family: 'Exo 2', sans-serif;
}

h1, h2, h3, h4, li
{
    font-family: 'Gotu', sans-serif;
    color: rgb(100, 85, 65);
}

.bold
{
    font-weight: bold;
}

ul.clean{
    list-style: none;
}

.image_full_width
{
    width: 100%;
}

.attraction_icon_small{
    width:32px;
    height: 32px;
}

.attraction_icon{
    width: 64px;
    height: 64px;
}

.attraction_header{
    margin: 5px;
    width: 100%;
}

.attraction_webpage{
    width: 100%;
    margin: 5px;
}

.attraction_display{
    width: 100%;
    margin: 5px;
}
.dmo_header{
    width: 100%;
    padding: 5px;
}

.dmo_display{
    width: 100%;
    padding: 5px;
}

.dmo_webpage{
    width: 100%;
    padding: 5px;
}

.photo_gallery{
    background-color: #dddddd;
    padding: 2.5%;
}

.photo_gallery_item{
    position: relative;
    width: 100%;
}

.photo_gallery_photo{
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.photo-text{
    width: 100%;
    word-wrap: break-word;
}

.featured_destination_img{
    width: 100%;
}

.no_underline{
    text-decoration: none;
}

.float_left{
    float: left !important;
}

.float_right{
    float: right !important;
}

.float_clear{
    float: none !important;
}

.activity_section{
    width: 33% !important;
    float: left;
}

.activity_image{
    width: 100%;
}

.admin-navbar {
    background-color: #3d2817 !important;
}
