@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

p{
 color: #191919;
 font-size: 16px;
}

a{
 color: #115B89;
 font-size: 16px;
}

a:hover{ 
 color: #115B89;
  text-decoration: none;
}

ul li{
 margin-bottom: 5px;
 font-size: 16px;
}

hr{
 background-color: #FFF;
 margin: 15px 0 30px;
 height: 2px;
}

h1{
 color: #09a2e4;
 font-weight: bold;
 font-size: 35px;
 margin: 20px 0 10px 0;
}

h2{
 color: #e5714c;
 font-size: 1.5rem;
 font-weight: bold;
 margin: 40px 0 0;
}

h3{
 color: white;
 font-size: 30px;
}

h4{
 color: white;
 font-size: 24px;
}

.material-icons {
 vertical-align: sub;
}

section {
  padding: 20px 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.card{
 padding: 1.3rem;
 /* box-shadow: 0 3px 6px rgba(0,0,0,0.02), 0 3px 6px rgba(0,0,0,0.22); 
 border: none; */
}

.card-deck .card{
 border-radius: 0.6rem;
}

.card-body{
 padding: 0;
}

.card-img-top{
 border-radius: 0.6rem;
}

.btn-block{
 font-size: 18px;
}

button:focus {outline:0 !important;}

.navbar{
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.form-control {
 background-color: #343a40;
} 

.btn-outline-secondary {
 color: #fff;
}

 img.brand{
  margin-top: -4px;
}

@media only screen and (max-device-width: 1024px) {
 h1{
  font-size: 28px;
 }

 img.brand{
   height: 15px;
   width: 257px;
  }

 .form-control {
  width: 70%;
 }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

table {
    background-color: #eee;
}
