﻿

.label1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 25px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.img.half{

    height:20%;
    width:20%;

}
.LGradient {
    /*background: #bdc3c7; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);/* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #2c3e50, #bdc3c7);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-color:black;
    width: 100%;
    height: auto;
    color: white;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

ul li {
    font-size: 20px;
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
}
.ul-largerFont {
    font-size: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}
