/*!
 * Start Bootstrap - Combined Stylesheets of 5 templates
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

html { height: 100vh; }

body {
  font-family: Raleway, Skia, Arial, sans-serif;
    min-height:100vh; 
    position:relative; 
    font-size: 1.5em;
}


/*
h1, h2, h3, h4, h5 {
    font-family: 'Lato', cursive,sans-serif; 
}
*/

h2{
    text-align: left;
}

form, fieldset {
    margin-left:auto;
    margin-right:auto;
    width: 95%;
    background: #F8F8F8;
    padding: 10px 30px 10px 30px;
    font-size: 12px;
    color: #666;
	margin-bottom:6px;
}

form {
    margin-top: 20px;
}

option{
	color: #4d4d4d;
}

textarea{
   color: #4d4d4d;
    height: 75px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin: 2px 50px 2px 0px;
    border: 1px solid grey;
    background: #FBFBFB;
    font-size: 1em; 
}

footer {
    /*position: absolute;*/
    text-align: center;
    max-width:  1300px;
    min-width: 375px;
    font-family: Raleway, Skia, Arial, sans-serif;
    color: white; 
    background-color: black;
    font-size: 0.9em;
    padding-top: 7px;
    left: 0 ; 
    right: 0;
    bottom: 0;
    height:50px;
    margin-bottom: 0;
}

footer a {
    color: #17a2b8;
}

footer a:hover {
    color: darkgray;
}

a {
    text-decoration: none;
}

/* custom CSS */
#wrapper {
    max-width: 1300px;
    min-width: 375px;
    min-height: calc(100vh - 50px);
    height: auto;
    opacity: 1;
    margin: auto;  
    background-color: white; /*#faebc3;*/
}

.rowformat {
    margin:20px;
}

.dropdown:hover .dropdown-menu {
      display: block;
}
    
.navbar-brand {
    font-family: papyrus, sans-serif;
}

.content-title {
    /*font-family: 'Lato', cursive,sans-serif;*/
    font-size: 1.8em;        
}

.logo_text {
    color: orangered;
    font-weight:500;
}

.content-text-format {
    padding-left: 30px;
    padding-right:30px;
    max-width:90%;
}

/* the section of info will show or hide control by the breakpoint */
.show_hide {
    visibility: visible;
}


.btn-info {
    background-color: gray;
    border-color: gray;
    vertical-align: bottom;
}

.thumbnail img:hover {
    opacity: 0.7;

}
    
.text_input {
    color: #4d4d4d;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin: 2px 50px 2px 0px;
    border: 1px solid grey;
    background: #FBFBFB;
    font-size: 1em;
}

.normal_label {
    display: block;
    margin: 10px 0px 2px;
    color: #595959;
    font-weight:bold;
}

.option_label {
    display: inline;
    margin: 0px 0px 20px 5px;
    color: #5E5E5E;
}

.submit_button {
	display:block;
	width:100px;
    background-color: #eab83f;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #333333;
    font-family: Skia, Arial, sans-serif;
    font-size: 1em;
    font-weight:bold;
}

.submit_button:hover {
    background-color:#efc96d;
}

.form_title{
    color: #cc8f00;
    font-family: Skia, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    padding: 2px 10px 2px 0px;
}

.form_result_title{
    font-size: 1em;
    color: #cc8f00;
    font-family: Skia, Arial, sans-serif;
    font-weight: bold;
    padding: 2px 10px 2px 0px;
}

.form_results{
    padding-left: 14px;
    font-size: 0.9em;
}

.red_text{
    color: red;
}

.bold_text{
    font-weight: bold;
}

.required_field{
    color: red;
    font-weight:bold;
    font-size: 18px;
}

@media screen and (max-width: 580px) {
    .content-text-format {
        padding-left: 0px;
        padding-right:0px;
        max-width:100%;
    }
    
    .btn-info {
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
    
    #wrapper {
        background-color: #fff;
    }
}

@media screen and (min-width: 581px) and (max-width: 768px) {
    .content-text-format {
        padding-left: 20px;
        padding-right:20px;
        max-width:95%;
    }
}
    
@media screen and (max-width: 768px) {    
    #wrapper {
        background-color: #fff;
    }
    
    .show-hide {
    display:none;
    }
}

@media screen and (max-width: 991px) {
    .content-text-format {
        padding-left: 10px;
        padding-right:10px;
        max-width:98%;
    }
    
}







