body {
  margin: 0;
  font-family:Avenir Next, Arial, Helvetica, sans-serif;
 font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: normal;
  background: #fafafa;
  color: #6c757d; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: none; }

h1, h2, h3, h4, h5
.h1, .h2, .h3, .h4, .h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }


h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: Rubik, sans-serif;
  color: #000; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }


.toggle-btn {
  display: inline-block;
  height: 30px;
  width: 30px;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #fff;
 }

 #nav-icon1 span{
  display: block;
  margin:2px;
  height: 3px;
  width:20px;
  background: #fff;
  border-radius: 2px;
}


/*.collapse:not(.show) {
  display: none; }
*/
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }


.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #4F4F4F;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

 .pt-6,
.py-6 {
  padding-top: 3.5rem !important; }


#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #4F4F4F;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
#sidebar.active {
    margin-left: -250px; }
 #sidebar.active .custom-menu {
      margin-right: -50px; }
  #sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.5rem; }
 #sidebar h1 .logo {
      color: #fff; }
  #sidebar ul.components {
    padding: 0; }
  #sidebar ul li {
    font-size: 16px; }
    #sidebar ul li > ul {
      margin-left: 10px; }
      #sidebar ul li > ul li {
        font-size: 14px; }
    #sidebar ul li a {
      padding: 10px 0;
      display: block;
      color: rgba(255, 255, 255, 0.8);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #sidebar ul li a:hover {
        color: #fff; }
    #sidebar ul li.active > a {
      background: transparent;
      color: #fff; }
  @media (max-width: 850px) {
    #sidebar {
      margin-left: -250px; }
      #sidebar.active {
        margin-left: 0; }
      #sidebar .custom-menu {
        margin-right: -50px !important;
        top: 10px !important; } }
  #sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }

/*Side Menu Main Toggle*/
    #sidebar .custom-menu .btn {
      width: 40px;
      height: 40px;
      border-radius: 10%; }
      #sidebar .custom-menu .toggle-btn {
        background: #343a40;
        border-color: #fff; }
      #sidebar .custom-menu .toggle-btn:hover, #sidebar .custom-menu .btn:focus {
          background: #000 !important;
          border-color: #fff !important; }


/*Side Menu Toggles*/
a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 850px) {
  #sidebarCollapse span {
    display: block; } }

/*Keeps the side bar background at 100% height*/
#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }


/*.page-item .page-link {
    z-index: 3;
    color: #343a40;
    border-color: #343a40;
}
*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #343a40;;
    border-color: #343a40;
}

.page-link{
  color: #343a40;
}

.profile {
  height: auto;
  width: 80%;
 margin-bottom: 50px;
}

@import url('https://fonts.googleapis.com/css?family=Karla:400|Rubik:400');

html {font-size: 100%;} /*16px*/

.logo {
  height: 150px;
  width: auto;

}

.campaign-body, .campaign-link {
  font-family: campaign, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  
}
.campaign-link {
  text-decoration: underline;
  color: #0F758C;
}

.campaign-emphasis {
  font-family:  campaign, sans-serif;
  font-weight: 600;
  line-height: 1.75;
}



h1, h2, h3, h4 {
  margin: 3rem 0 1.38rem;
  font-family: rubik,sans-serif;
font-weight: 400;
font-style: normal;
}

h1 {

  font-size: 4.209rem;
}

h2 {font-size: 3.157rem;}

h3 {font-size: 2.369rem;}

h4 {font-size: 1.777rem;}

small, .text_small {font-size: 0.75rem;}

p{
  font-family: campaign,sans-serif;
  font-weight: 400;
  font-style: normal;
}

.color1, .color2, .color3, .color4, .color5{
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 33px;
}
.color1 {
  background-color: #0B4359;
}
.color2 {
  background-color: #0F758C;
}
.color3 {
  background-color: #8C3535;
}
.color4{
  background-color: #051926;;
}
.color5{
  background-color: #4F4F4F;
}
.logo1 {
  width: auto;
  height: 200px;
  display: block;
}
.btn {
 border-radius: 13px;
 font-size: 28px;

}
.btn-primary {
  background-color: #8C3535;
  color: #FFFFFF;
  border: none;
  width: 191px;
  display: block;

}

.btn-primary:hover {
  background-color: black;

}
.btn-primary-disabled {
  color: #FFFFFF;
  background-color: #4F4F4F;
  width: 191px;
}

.btn-primary-disabled:hover {
  color: #FFFFFF;
}
.btn-primary-focus {
  background-color: #8C3535;
  color: #FFFFFF;
  border-color: blue;
  border-width: 2px;
  width: 191px;
}
.btn-primary-focus:hover {
  color: #FFFFFF;
}
.btn-secondary {
  color: #8C3535;
  border-color: #8C3535;
  background-color: #FFFFFF;
  width: 137px;
  font-size: 22px;
}
.btn-secondary:hover {
  background-color: #EAC4C4;
  color: black;
  border-color: #8C3535;

}

.btn-secondary-disabled {
  background-color: slategrey;
  width: 137px;
  font-size: 22px;
  color: #FFFFFF;
}
.btn-secondary-disabled:hover {
  background-color: slategrey;
   color: #FFFFFF;
}
.btn-secondary-focus {
  background-color: #FFFFFF;
  color: #8C3535;
  border-color: blue;
  border-width: 2px;
   width: 137px;
    font-size: 22px;
}

.btn-secondary-focus:hover {
color: #8C3535;
}
.col-3 {

}

.desktopgrid, .desktoplayout, .tabletlayout, .tabletgrid, .phonelayout, .phonegrid {
  height: 600px;
  width: auto;
}
h1 {
color: #8C3535;
}
h2 {
  color: #0B4359;
}
h3 {
  color: #0F758C;
}
h4 {
  color: #051926;
}
p {
  color: #4F4F4F;
}

.nav-item {
  float: left;

}
.navbar {
background-color: #FFFFFF !important;
box-shadow: 6px -5px 5px 0px #0B4359

;


}
.navbar-light .navbar-nav .nav-link {
  color: #0F758C !important;
}

.nav-link {
 position: relative;
top: 30px;
  font-size: 26px;
  font-family: campaign, sans-serif !important;
  margin-right: 30px;
  color: ;

}
.nav-link.active {
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover {
  color:  #0F758C !important;
  font-weight: 600;


}

.navbar-dark .navbar-nav  {
  color: #0F758C;

  font-weight: 600;

}
.nav-link.active {
  font-weight: medium !important;
  border-bottom: 3px solid #0F758C !important;

}


.logo_nav {
  height: 77px;
  width: auto;
}

.add {
  width: 342px; 
  height: 534px; 
  border-radius: 31px;
  border:2px #4F4F4F;
  margin-top: 10px;
}
.feature {
  width: 343px; 
  height: 535px; 
  border-radius: 31px; 
  border:2px #4F4F4F;}

.card-title {
  margin-top:0px;
}
.typetext {
  padding-top: 5px; 
  padding-left: 25px; 
  font-size:26px; 
  color:#8C3535; 
  line-height: 26px;
}
.card-img-top {
  width:294px; 
  height:238px; 
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.navbar-toggler {
  border: none;

}
.navbar-toggler-icon, .custom-toggle-icon {
   color: blue;
}
.large_card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  padding: 20px;
  
}
.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    box-shadow: none;

}

.lg_feature {
    border-radius: 31px; 
  border:2px solid grey;}
}

.center {
  display: flex;
  align-items: center;

}
