@font-face {
    font-family: 'Ubuntu', sans-serif;
}

html, body{
    font-family: 'Ubuntu', sans-serif;
}

.side-nav-open-nav-button-container{
	position: fixed;
	top: 10%;
	left: 5%;
	display: flex;
	cursor: pointer;
	height: 48px;
	width: 48px;
	background: transparent;
	border-radius: 100%;
	border: 2px solid #ecf0f1;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s linear;
	z-index: 1000000;
}

.side-nav-container{
    background: #ecf0f1;
    height: 100%;
    width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    overflow-x: hidden;
    z-index: 10000000;
    flex-direction: column;
    left: 0;
    position: fixed;
    top: 0;
}

.side-nav-content{
    display: flex;
    width: 100%;
    height: 70%;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.side-nav-link-container{
    display: flex;
    width: 100%;
    height: 40px;
    cursor: pointer;
    justify-content: space-around;
    align-items: center;
    opacity: 0.5;
    transition: 0.5s;
    text-decoration: none;
    color: #000;
}

.side-nav-telephone-container{
    display: flex;
    width: 100%;
    height: 40px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.side-nav-link-container:hover{
    opacity: 1;
}

.side-nav-close-container{
    display: flex;
    width: 80%;
    height: 10%;
    justify-content: flex-end;
    align-items: center;
}

.side-nav-link-icon-container{
    display: flex;
    width: 20%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.side-nav-close-button{
    cursor: pointer;
    transition: all .2s ease-in-out;
}


.side-nav-link-text-container{
    display: flex;
    width: 70%;
    height: 100%;
    align-items: center;
    color: #000000;
    opacity: 0.5;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: 0.5s;
}

.side-nav-contact{
    display: flex;
    width: 100%;
    height: 20%;
    flex-direction: column;
    align-items: center;
}

.side-nav-tele-email-container{
    display: flex;
    color: #000000;
    font-size: 16px;
    font-style: italic;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}


.side-nav-email-text{
    color: #000000;
    font-size: 16px;
    font-style: italic;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.side-nav-tele-text{
    display: flex;
    color: #000000;
    font-size: 16px;
    font-style: italic;
    width: 100%;
    align-items: center;
   justify-content: center;
}

.side-nav-link-text-container:hover{
    opacity: 1;
    color: #000000;
}

.cloudy{
    color:  #ecf0f1;
}

.side-nav-social-media-container{
    display: flex;
    width: 100%;
    height: 40px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.side-nav-social-media-icon{
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.side-nav-open-nav-button-top{
    display: flex;
    width: 100%;
    height: 50%;
}

.side-nav-open-nav-button-bottom{
    display: flex;
    width: 100%;
    height: 50%;
}

.side-nav-open-nav-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background: #2c3e50;
    color: #ffffff;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.side-nav-open-nav-white{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background: #ecf0f1;
    color: #2c3e50;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 500px) {
    .side-nav-open-nav-button-container{
    border:  2px solid black;
    background: rgba(00,00,00,0.82);
  }
}
