body {
    min-height: 1400px;
    padding-top: 80px; 
    font-size:18px;
  }

.navbar-brand{
   max-height: 70px; /* height of the navbar */
}

.navbar{
    /*background-color: #fff    */
    background-color:#fff;
    padding-bottom:25px;
    border-bottom: solid 1px gray;
 } 

 .navbar .nav-link
 {
    color:#000
 }

 .navbar .nav-link a
 {
    color:#000
 }

 .brandtext{
   font-size:24px   
 }

.brandsub {
  font-size: 16px;
}

 h2 {   
   text-decoration: underline;
   text-underline-offset: 7px;
   text-decoration-color: #f72 ;
   margin-bottom: 20px;   
 }

 h3 {   
   text-decoration: underline;
   text-underline-offset: 7px;
   font-weight:normal;
   text-decoration-color: #f72 ;
   margin-bottom: 20px;   
   padding-top:15px;   
   font-size:20px;
 }

 .icon-box {
   padding: 30px;
   margin-top:10px;
   position: relative;
   overflow: hidden;
   margin: 0 0 40px 0;
   background: #fff;
   box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
   transition: all 0.3s ease-in-out;
   border-radius: 15px;
   text-align: center;
   border-bottom: 3px solid #fff;
 }

 .icon i {
   font-size: 52px;
   line-height: 1;
   margin-bottom: 15px;
   color: #ef7f4d;
 }

 .icon-box:hover {
   transform: translateY(-5px);
   border-color: #ef7f4d;
 }

 
 h4 {
   font-size:20px
 }

 .title {
   text-align: center;
   padding-bottom: 20px;
 }
 
 .section-text{
   padding-bottom:20px;
 }

 .footer{
  text-align:center;
  padding-top:25px;
}

.row{
  margin-bottom:12px;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.tag-container{
    padding-top:2px;
    margin:0px;    
}

.editor-container{
  margin-bottom: 40px;
  height: 300px;
}

.checkbox-container{
  margin-top:15px;
}

.container-below-richtext{
  margin-top:125px;
}

.form-control{
  margin-bottom:5px;
}

.btn{
  margin-bottom:5px;
  margin-right:5px;
}

.note-container{
  margin-bottom:15px;
}

p{
  font-size:18px;
}

li{
  font-size:18px;
  margin:5px;
}
.brandtext{
  font-size:32px   
}

.main{
  height:50px;
  width: 100%;
}
