body, html {
	 font-family: 'Raleway', sans-serif;
	 height: 100%;
	 width: 100%;
	 background-color: white;
	 /* background-color: #E87039; */
}

a.sectionlinks {
	text-decoration: none;
	color: white;
}

a.sectionlinks:hover {
	text-decoration: none;
	color: #E87039;
}

.lineWithSpaceUnder {
	padding-bottom: 30px;
}

.emptyspace80px {
	height: 80px;
}

.emptyspace160px {
	height: 160px;
}

.additionalmargin {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1.centertitle {
	text-align: center;
}

.gray {
	color: #888;
}

.orange {
	color: #E87039;
}

.companyname {
	font-size: 12px;
}

.justifytext {
	text-align: justify;
}


.alignrightandcenter {
	text-align: center;
}

@media (min-width: 301px) and (max-width: 600px) {
	.alignrightandcenter {
		text-align: center;
	}
}
@media (min-width: 601px) and (max-width: 768px) {
	.alignrightandcenter {
		text-align: right;
	}
}
@media (min-width: 769px) {
	.alignrightandcenter {
		text-align: right;
	}
}

div.col-sm-9 {
	text-align: justify;
}

.littlespace {
	height: 30px;
}

.seeappimage {
	max-width: 300px;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;

	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: #888;
}

a.projectlink {
	color: #E87039;
	text-decoration: none;
}

a.projectlink:hover {
	color: #888;
	text-decoration: none;
}

.justify {
	text-align: justify;
}

.whitebackground {
	background-color: white;
}

.orangebackground {
	background-color: #E87039;
}

.white {
	color: white;
}

a.orangelink {
	color: yellow;
	text-decoration: none;
}

a.orangelink:hover {
	color: white;
	text-decoration: none;
}

@media (max-width: 300px) {
	.centerleftalign{
		text-align: center;
	}
}
@media (min-width: 301px) and (max-width: 600px) {
	.centerleftalign{
		text-align: center;
	}
}
@media (min-width: 601px) and (max-width: 768px) {
	.centerleftalign{
		text-align: left;
	}
}
@media (min-width: 769px) {
	.centerleftalign{
		text-align: left;
	}
}

a.orangelinkwhitebackground {
	color: #E87039;
	text-decoration: none;
}

a.orangelinkwhitebackground:hover {
	color: red;
	text-decoration: none;
}

@media (max-width: 300px) {
	.section_inside {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 301px) and (max-width: 600px) {
	.section_inside {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 601px) and (max-width: 768px) {
	.section_inside {
		width: 70%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 769px) {
    .section_inside {
			width: 70%;
			display: block;
			margin-left: auto;
			margin-right: auto;
    }
}





#addnewnote {
    background-color: transparent;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index:1000;
}


.newnotebtn {
    width:60px;
    height:60px;
    overflow: scroll;
    outline: none; /*removing the shadow*/
    border: 4px solid #ffffff;
    border-radius: 50%;
    color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration:none;
    background: #E87039;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}


.newnotebtn:hover {
     width:70px;
     height:70px;
     outline: none; /*removing the shadow*/
     border: 4px solid #ffffff;
     border-radius: 50%;
     color:#ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     background: #E87039;
     box-shadow: 0 0 3px gray;
     font-size:25px;
     font-weight:bold;
		 text-decoration: none;
 }

.newnotebtn:active {
    width:70px;
    height:70px;
    outline: none; /*removing the shadow*/
    border: 4px solid #ffffff;
    border-radius: 50%;
    color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #E87039;
    box-shadow: 0 0 3px gray;
    font-size:25px;
    font-weight:bold;
		text-decoration: none;
}


.newnotebtn:visited {
    width:60px;
    height:60px;
    overflow: scroll;
    outline: none; /*removing the shadow*/
    border: 4px solid #ffffff;
    border-radius: 50%;
    color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration:none;
    background: #E87039;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
		text-decoration: none;
}


.figureimg {
	width: 100%;
}

.figurecaption {
	font-size: 12px;
}

a {
	color: #888;
}

a:hover {
	text-decoration: none;
	color: #E87039;
}

.phdthesis-wrapper {
	text-align: center;
}

.phdthesisfa {
	width: 100%;
}

a.whitelink {
	color: #707070;
	text-decoration: none;
}

a.whitelink:hover {
	color: #A9A9A9;
	text-decoration: none;
}

.phdthesisfont {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}

.phdthesis {
	padding-top:50px;
	text-align: center;
	width: 100%;
	font-size: 30px;
}

.phdcover {
	width: 60%;
}

.publications {
	padding: 20px;
	padding-bottom:50px;
}

.smalltext {
	font-size: 12px;
}

.bordered {
	border-style: solid;
	border-color: black;
	border-width: 2px;
}

.mediumText {
	font-size: 16px;
}

.side-bar--grey-background {
	background-color: #F5F5F5;
	border-radius: 10px;
}

#main--content {
	width: 80%;
	margin-top: 80px;
	margin-bottom: 100px;
}


a.title {
	color: #E87039;
	text-decoration: none;
}

a.title:hover {
	color: red;
	text-decoration: none;
}



.linkbox-wrapper {
	padding-top: 30px;
}

@media (min-width: 769px) {
    .linkbox-wrapper {
    }
}



.paddingclass {
	padding-top: 150px;
	padding-bottom: 150px;
}


.projectimage {
	width: 100%;

	border-style: solid;
	border-width: 1px;
	border-color: #888;
}

.centeralign {
	text-align: center;
}

.leftalign {
	text-align: justify;
}

.linkbox {
	display: block;
	justify-content: center;
	align-items: center;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	width: 120px;
	height: 50px;
	border-color: #888;
	font-size: 30px;
	color: #888;
}

.linkbox:hover {
	border-color: #E87039;
}

.linkbox:hover .fa-eye {
	color: #E87039;
}

.linkbox:hover .fa-laptop-code {
	color: #E87039;
}





hr.line {
	border-top: 2px solid #888;

}



@media (max-width: 300px) {
	.addpaddingwhensmallscreen {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width: 301px) and (max-width: 600px) {
	.addpaddingwhensmallscreen {
		padding-top: 40px;
		padding-bottom: 40px;

	}
}
@media (min-width: 601px) and (max-width: 768px) {
	.addpaddingwhensmallscreen {
	}
}
@media (min-width: 769px) {
    .addpaddingwhensmallscreen {

    }
}

@media (min-width: 1200px) {
    .addpaddingwhensmallscreen {
    }
}