html, body {
    overflow-x: hidden;
}

body {
	font-family: 'Rubik', sans-serif;
	color: #2B2B2B;
    position: relative;
	direction: rtl;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 200;
	margin: 0;
	background-color: #f6f6f6;
	width: 100%;
}

* {
    box-sizing: border-box;
}

header{
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #bbe7e1;
	padding-bottom: 60px;
}

@media (max-width: 800px) {
	header{
		padding: 0 20px 60px;
	}		
}

h1{
	font-size: clamp(3.5rem, 5vw, 4rem);
}

@media (max-width: 800px) {
	h1{
		text-align: center;
	}	
}

h2{
	font-size: clamp(1.5rem, 3vw, 3rem);
	margin: 0 0 50px;
}

 h3{
	padding: 0;
	margin-top: 0;
	font-size: clamp(1.3rem, 3vw, 1.45rem);
}

section > h3, section > h5{
	text-align: center;
	white-space: nowrap;
}

h4{
	font-size: clamp(1.3rem, 3vw, 1.5rem);
	font-weight: bold;
	margin-top: 0;
}

h5{
	font-size: 1.3rem; 
	font-weight: 300;
	margin: 0 0 10px 0;
}

h6{
	font-size: 1.4rem;
    font-weight: 300;
    margin: 45px 0 20px;
}

h6 .fa-check-to-slot{
	font-size: 1.5rem;
}

section, footer{
	padding: 60px 0 55px;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

@media (max-width: 800px) {
	section, footer{
		padding: 60px 20px 55px;
	}		
}

.purple{
	background-color: #6A1B9A;
	color: #f6f6f6;
}

.teal{
	background-color: #bbe7e1;
}


.emoji{
	font-size: 50px;
}

ul{
	text-align: right;
    padding: 7px 34px 24px 20px;
    max-width: 426px;
    background-color: #f6f6f6;
	margin: 0px;
}

ul li{
	line-height: 35px;
    border-bottom: 1px gray dotted;
	margin-top: 5px;
}

@media (max-width: 800px) {
	ul{
		font-size: 1rem;
	}		
}

.didYouKnow{
	margin: 40px 0 0;
    background-color: #bbe7e1;
    padding: 15px 20px 20px;
    border-radius: 10px;
	white-space: wrap;
}

.didYouKnow i{
	color: #E1B200;
}

ol {
	margin: 0;
}

ol li{
	margin-bottom: 20px;
}
ol li::marker {
    font-size: 1.5em;
    font-weight: 500;
}
ol li a{
	color: #f6f6f6;
	font-weight: 300;
}

i{
	margin-left: 10px;
}

.sale{
	background-color: #f6f6f6;
    color: #333333;
    text-align: center;
    padding: 25px 28px 15px;
    border-radius: 10px;
	margin-top: 30px;
	border: 3px solid #C8A200;
}

.sale h4{
	margin-bottom: 25px;
}

.remark{
	font-weight: 300;
	text-decoration: underline;
}

#resumeSurgeon{
	background-image: url(./resumeSurgeon.png);
    border-radius: 10px;
    width: 600px;
    height: 400px;
    background-position: center;
    background-size: 50vw;
	margin-top: 20px;
}

@media (max-width: 800px) {
	#resumeSurgeon{
		background-image: none;
		width: 100%;
		height: auto;
	}	
}

#aboutMe{
	display: flex;
}

#aboutMe img{
	height: 423px;
	margin-left: 10px;
	margin-left: 25px;
}

#aboutMe a{
	text-decoration: none;
	color: #1B6FA6;
}

@media (max-width: 800px) {
	#aboutMe{
		display: flex;
		flex-direction: column-reverse;
	}	
	#aboutMe img{
		height: auto;
		width: 100%;
		margin-top: 13px;
	}
	
	#aboutMe h5{
		font-size: 1.1rem;
	}
}

.underline{
	text-decoration: underline;
}
	
.fa-star{
	color: #C8A200;
}

.reachOut{
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}

.reachOut label{
	margin-left: 5px;
}

.reachOut i{
	font-size: 2rem;
	color: #2B2B2B;
	margin: 0 10px;
	cursor: pointer;
}

.fa-envelope{
	font-size: 2.2rem !important;
    position: relative;
    bottom: 2px;
}


@media (min-width: 801px) {
	.displayOnMobile{
		display: none !important;
	}	
}

@media (max-width: 800px) {
	.hideOnMobile{
		display: none !important;
	}	
}

@font-face {
    font-family: 'Rubik';
    src: url('/../../fonts/Rubik-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: lighter;
}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: bold;
}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/Rubik-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: bolder;
}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/Rubik-ExtraBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Rubik';
    src: url('../../fonts/Rubik-Black.ttf') format('truetype');
    font-weight: 700;
}

#toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #1B6FA6;
    color: #f6f6f6;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 17px;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 10s;
    animation: fadein 0.5s, fadeout 0.5s 10s;
}

@-webkit-keyframes fadein {
    from { bottom: 0; opacity: 0; } 
    to { bottom: 30px; opacity: 1; }
}

@keyframes fadein {
    from { bottom: 0; opacity: 0; }
    to { bottom: 30px; opacity: 1; }
}

@-webkit-keyframes fadeout {
    from { bottom: 30px; opacity: 1; } 
    to { bottom: 0; opacity: 0; }
}

@keyframes fadeout {
    from { bottom: 30px; opacity: 1; }
    to { bottom: 0; opacity: 0; }
}