﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color:#eeeeee;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/*FONTS*/

@font-face {
    font-family: 'quicksand';
    src: url("../../fonts/Quicksand-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'quicksand';
    src: url("../../fonts/Quicksand-Bold.otf") format('opentype');
    font-weight: bold;
}


@font-face {
    font-family: 'quicksand';
    src: url("../../fonts/Quicksand-Italic.otf") format('opentype');
    font-style: italic;
}

@font-face {
    font-family: 'quicksand';
    src: url("../../fonts/Quicksand-BoldItalic.otf") format('opentype');
    font-style: italic;
    font-weight: bold;
}


@font-face {
    font-family: 'ubuntu';
    src: url("../fonts/Ubuntu-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'ubuntu';
    src: url("../fonts/Ubuntu-Bold.ttf") format('truetype');
    font-weight: bold;
}


@font-face {
    font-family: 'ubuntu';
    src: url("../fonts/Ubuntu-Italic.ttf") format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'ubuntu';
    src: url("../fonts/Ubuntu-BoldItalic.ttf") format('truetype');
    font-style: italic;
    font-weight: bold;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.text-orange {
    color:orange;
}
.logo {
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-logo {
    color: rgb(255, 120, 0);
    font-weight: 700;
}

.btn-ornage {
    background-color : rgb(255, 120, 0);
}



.upload-box {
    margin-top:50px;
    padding:25px 15px 25px 15px;
    background-color: white;
}

.upload-box-text {
    padding:25px;
    
}

