html, body {
    overflow-x: hidden;
}

body {
	font-family: 'Rubik', sans-serif;
	color: #001c3d;
    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: #bbd5ff;
	padding-bottom: 55px;
}

header blockquote{
	max-width: 725px;
    background-color: white;
    padding: 24px 32px 32px;
    border-radius: 10px;
}

@media (max-width: 800px) {
	header blockquote{
		margin: 0;
	}	
}

header blockquote a{
	margin: 0 auto;
    font-weight: 300;
    text-align: center;
	display: block;
	text-decoration: underline;
	color: inherit;
}

.quotationMark{
	font-size: 1.5rem;
}
.quotationMark i{
	margin-left: 5px;
}
.quotationMark:last-child{
	position: relative;
	top: 5px;
    right: 4px;
}

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

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

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

h2{
	font-size: clamp(2.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: 400;
	margin-top: 0;
}

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

h6{
	font-size: 1.3rem;
    font-weight: 300;
	margin: 0;
}

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: #0077B5;
	color: #f6f6f6;
}

.teal{
	background-color: #bbe7e1;
}

#offering{
    padding-bottom: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid #001c3d;
}


i{
	margin-left: 10px;
}

.sale{
	background-color: #bbd5ff;
   	margin: 2px 0 30px;
    padding: 15px 20px 18px;
    border-radius: 10px;
	white-space: wrap;
	display: flex;
    align-items: center;
    justify-content: center;
}

.sale i{
	color: #D4AF37;
    margin: 0 6px;
}


.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: 400px;
	margin-left: 10px;
	margin-left: 25px;
}

#aboutMe a{
	    color: #7FDBFF;
    text-decoration: underline;
}

@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{
	    font-weight: 700;
}


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

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

.reachOut i{
	font-size: 1.3rem;
	color: #001c3d;
	margin: 0 10px;
	cursor: pointer;
}

.fa-envelope{
	font-size: 1.5rem !important;
}

@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; }
}