﻿.RoundedButton.expo-btn {
    color: rgba(50, 65, 72, 1);
    font-family: "Dubai-Medium";
    padding: 0.5em 2em;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 5px 12px 0px rgba(66, 66, 66, 0.2);
    
}

.RoundedButton.expo-btn:hover,
.RoundedButton.expo-btn:hover:active,
.RoundedButton.expo-btn:hover:focus {
  background-color: rgba(255,246,216,255); /*#fff6d8*/
  cursor: pointer;
  /*background-color: #53803e;
  border-color: #53803e;
  border-color: #902f2b;*/
}

.expo-logo {
    vertical-align: middle; 
    display: inline-block; 
}

@media screen and (min-width: 360px) and (max-width: 420px){
.expo-logo {
    vertical-align: middle; 
    display: inline-block;
    width:10% !important;
}
}