﻿body {
    padding-top: 50px;
    padding-bottom: 20px;


}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/



/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display:inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
    width: 100%;
}

/* Hide/rearrange for smaller screens */

/*@media screen and (max-width: 767px) {
  .carousel-caption {
    display: none
  }
}


@media (min-width: 1701px) {
    .container {
        width: 1700px;
    }
}
*/

@media (min-width: 1801px) {
    .container {
        width: 1800px;
    }
}

.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.caption2 {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .collapse {
        display: none !important;
    }
}

@import "bourbon";

/*$color_purple: #5133AB;
$color_red: #AC193D;
$color_orange: #DC572E;
$color_green: #00A600;
$color_blue: #2672EC;*/

/*// colors from http://www.creepyed.com/2012/09/windows-8-colors-hex-code/*/

.tile1 {
    width: 100%;
    height: 150px;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    padding-top: 5px;
    /*margin-bottom: 7px;*/
    margin-top: 0px;
    color: #fff;
}

a.tile1 {
    color: inherit;
    text-decoration: none;
}

.padding-0 {
    padding-right: 7px;
    padding-left: 7px;
}

.row-bottom-margin {
    margin-bottom: 10px !important;
}

.purple {
    background: #5133AB;
    
}

.purple:hover {
        /*background: #8C0095;*/
    filter: brightness(85%);

}

.red {
    background: #AC193D;
}

.red:hover {
        filter: brightness(85%);
    }

.goldenRod{
    background: #DAA520;
}

    .goldenRod:hover {
        filter: brightness(85%);
    }

.orange {
    background: #DC572E;
}

    .orange:hover {
        filter: brightness(85%);
    }

.green {
    background: #00A600;
}

    .green:hover {
        filter: brightness(85%);
    }

.blue {
    background: #2672EC;
    }

    .blue:hover {
        filter: brightness(85%);
    }

.orchid {
    background: #DA70D6;
}

.orchid:hover {
    filter: brightness(85%);
}

.seaGreen {
    background: #2E8B57;
}

.seaGreen:hover {
    filter: brightness(85%);
}

.red2 {
    background: #FF0000;
}

.red2:hover {
        filter: brightness(85%);
    }

.purple2 {
    background: #800080;
}

.purple2:hover {
        filter: brightness(85%);
    }

.grey {
    background: #808080;
}

.grey:hover {
    filter: brightness(85%);
    }



/*loader*/
.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.2);
    z-index: 2147483647;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 45%;
    left: 40%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}


/*
&.red {
    background: $color_red;
    &:hover

{
    background: darken($color_red, 10%);
}

}

&.green {
    background: $color_green;
    &:hover

{
    background: darken($color_green, 10%);
}

}

&.blue {
    background: $color_blue;
    &:hover

{
    background: darken($color_blue, 10%);
}

}

&.orange {
    background: $color_orange;
    
    &:hover

{
    background: darken($color_orange, 10%);
}

}

    */
