@charset "UTF-8";
/* CSS Document */

ul.topnav {
    font-family: Arial;
	overflow: hidden;
	position: fixed;
	font-weight: 300;
	width: 100%;
	height: 52px;
	list-style-type: none;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

ul.topnav li {
	float: left;
}

ul.topnav li a {
    display: block;
	color: black;
    text-align: center;
    text-decoration: none;
	padding: 15px 15px 10px 15px; 
}

ul.topnav li a:hover:not(.active) {
	/* background-color: #68E9F1; */
	/* border-bottom: 4px solid #5BC0EB; */
	color: #5BC0EB;
}

ul.topnav li a.active {font: #ffffff; background-color: #0798C0; border-bottom: 10px solid #0798C0;}

ul.topnav li.right {float: right;}


body {
  margin: 0;
  padding: 0;
	height: auto;
	width: inherit;
  background-size: 100%;
  font-family: Arial;
}

/* Navigation code end*/
/* Defining Header Styles START*/


h5 { 
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	display: block;
    font-size: 18px;
    color: black;
	margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: light;
}
/* Defining Header Styles END*/

/*Header code start */

#Title_Header { 
 font-family: Arial Narrow, sans-serif;
  font-weight:100; 
  background: linear-gradient(#0798C0, #041045) ;
  color: white;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  margin-top: .8em;
  margin-bottom: 1.2em;
  float: left;
  font-size: 1.2rem;
}

#Page_Footer { 
  font-family: Arial Narrow, sans-serif;
  font-weight:80; 
  background: linear-gradient(#041045, #0798C0) ;
  color: white;
  padding-left: 25%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 1rem;
  text-align: left;
}


/* SECTION COLORING START */


#Content_DarkLight { 
  background: linear-gradient(#041045,#0798C0) ;
  width: 100%;
  float: center;
  margin-top: 0px;
  margin-bottom: 0px;
} 
#Content_LightDark { 
  background: linear-gradient(#0798C0,#041045) ;
  width: 100%;
  float: center;
  margin-top: 0px;
  margin-bottom: 0px;
} 
#Content_DarkLight2 { 
  background: linear-gradient(#041045,#0798C0) ;
  width: 100%;
  float: center;
  margin-top: 0px;
  margin-bottom: 0px;
} 
#Content_LightDark2 { 
  background: linear-gradient(#0798C0,#041045) ;
  width: 100%;
  float: center;
  margin-top: 0px;
  margin-bottom: 0px;
} 

#Content_Dark { 
  background: #041045;
  width: 100%;
  height: 100%;	
  margin-top: 0px;
  margin-bottom: 0px;
  align-content: center;
  justify-content: center;
  border-collapse: collapse;
}
#Content_DarkResume { 
  background: #041045;
  width: 100%;
  height: 2000px;	
  margin-top: 0px;
  margin-bottom: 0px;
  align-content: center;
  justify-content: center;
  border-collapse: collapse;
}
#Content_DarkIntro { 
  background: #041045;
  width: 100%;
  height: 1000px;	
  margin-top: 0px;
  margin-bottom: 0px;
  align-content: center;
  justify-content: center;
  border-collapse: collapse;
}

#Content_White { 
  background-color:#FFFFFF;
  width: 100%;
  float: center;
  margin-top: 0px;
  margin-bottom: 0px;
} 
#Content_Grey { 
  background-color:#BCBCBC;
  width: 100%;
  float: center;
  margin-top: 0px;
  margin-bottom: 0px;
} 
#Content_Light { 
  background-color:#0798C0;
  width: 100%;
  float: center;
  margin-top: 0px;
  margin-bottom: 0px;
} 
.Content_Grey2 { 
  background-color:#808080;
  width: 100%;
  float: center;
  margin-top: 0px;
  margin-bottom: 0px;
} 
/*Coloring END */
/*callout circles */

p.callout {
    background-color: #3EAECB;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}

* {
    box-sizing: border-box;
}

/* Center website */
.main {
    max-width: 100%;
    margin: auto;
	padding-left: 10%;
	padding-right:10%;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.row {
    margin: 8px -16px;
}

/* Add padding BETWEEN each Folio column */
.row,
.row > .column {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 900px) {
    .column {
        width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/* End nav code END */


@media (max-width: 1920px){
}
