
.resources-head {
	letter-spacing: 1px;
	font-family: "Mulish";
	font-size: 35px;
	font-weight: 900;
}

.resources {
	letter-spacing: 1px;
	font-family: "Mulish";
	font-size: 30px;
}


p {
  letter-spacing: 1px;
  font-family: "Mulish";
}



.reddo-logo {
  letter-spacing: 1px;
  font-family: "Fredoka One";
  font-size: 82px;
  color: #A9F5F2;
  position: relative;
  top: 30%;
  
}

.blue-logo {
	
  letter-spacing: 1px;
  font-family: "Fredoka One";
  font-size: 82px;
  color: #A9F5F2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.reddo-logo-small {
  letter-spacing: 1px;
  font-family: "Fredoka One";
  font-size: 22px;
  color: black;
}

.w3-button.reddo-logo {
    letter-spacing: 1px;
    font-family: "Fredoka One";
    font-size: 22px;
    color: black;
}

.reddo-font {
  letter-spacing: 1px;
  font-family: "Mulish";
}

/*below is actually btn style from w3, need to update name for all white font buttons*/
.reddo-font-white {
	border: 2px solid white;
	padding: 14px 28px;
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 1px;
    font-family: "Mulish";
    color: white;
    font-weight: 1500;
    width: 50%;
    height: 10%;
}

.reddo-font-white a {
  text-decoration: none;
}

@media screen and (max-width:360px){
     .reddo-font-white{
          width:100%;
     }
}

.reddo-font-black {
  letter-spacing: 1px;
  font-family: "Mulish";
  color: black;
  font-weight: 1500;
  padding-top: 4%;
  
}

.reddo-font-black a {
  text-decoration: none;
}

.w3-button.reddo-font {
  letter-spacing: 1px;
  font-family: "Mulish";
  font-size: 1em;
  padding-bottom: 0px;
}

.shop-header {
  letter-spacing: 1px;
  font-family: "Bungee";
  font-size: 50px;
  color: black;
}

.about-header {
  letter-spacing: 1px;
  font-family: "Bungee";
  font-size: 35px;
}

.header-img {
	
  width: 100%;
  max-height: 900px;
  
  background-size: cover;
}



.w3-display-bottommiddle.button-bottom {
  bottom: 5%;
  text-align: center;
}

.white-box {
  
	background-color: #fff;
	padding: 14px 17px;
	font-size: 16px;
	cursor: pointer;
	letter-spacing: 1px;
    font-family: "Mulish";
    color: black;
    font-weight: 1500;
    
}

.white-box.limit {

	max-width:8em;
	white-space:nowrap;
	overflow:hidden;
	
}

.white-box:hover {
	background: #e7e7e7;
}

.white-box.white-border {
	background-color: transparent;
	border-style: solid;
	border-width: thin;
	color: white;
	border-color: #fff;
}

.border {

  border-color: #fff;
  color: white;
}

.border:hover {
	background: #e7e7e7;
}

.black-border {
  border-style: solid;
  border-color: black;
  border-width: thin;
  width: 50%;
  height: 10%;
  bottom: 5%;
  text-align: center;
}

.dropbtn {
  border: none;
}

.dropdown {

  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  margin-top: 40px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  
}

.dropdown-content a:hover {background-color: #ffff; color: #A9F5F2;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #ffff;}

.top-img-space {
  float: left;
  width: 33.33%;
  padding: 5px;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.flex {
	flex-direction: column;
    justify-content: center;
    align-items: center;
}


.fa {
  padding: 10px;
  font-size: 60px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-instagram {
  background: #125688;
  color: white;
}







