/*** COLORS ***/


/*
#034A7E  - dark blue
#D4DDEE  - very light blue
#B0C4DE  - lightsteelblue
#FFFFFF  - white
*/

/*** LAYOUT ***/

html {
    background-color: #FFFFFF;
    color: #034A7E;
}
 
body {
    background-color: #FFFFFF;
    font-family: arial, sans-serif;
    color: #034A7E;
}


/*** BY ELEMENT ***/

p {
    font-size: 110%;
}


hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-radius: 5px;
    color: #fff;
    border-color: #fff;
    width: 90%;
}

h1 {
    text-transform: uppercase;
    font-size: 130%;
    font-weight: 100;
    padding-top: 40px;
    letter-spacing: 4px;
}

h2 {
    font-size: 160%;
}

h3 {
    padding-top: 40px;
/*    padding-bottom: 0;*/
}

a {
/*    color: #034A7E;*/
/*    border-bottom: 1px dotted #034A7E;*/
}

a:hover {
    color: #034A7E;
    border-bottom: 1px dotted #034A7E;
    text-decoration: none;
}



li {
    font-size: 120%;
}

table {
    padding-top: 200px;
    padding-bottom: 20px;
    border-spacing: 5px;
    display: table;
    border: 1px solid #034A7E;
}

table.path {
    width: 90%;
    margin-left: 5%;
}

table.udemyCourse {
    width: 60%;
    margin-left: 20%;
} 


th, td {
    height: 30px;
    vertical-align: middle;
    padding: 5px 15px 5px 15px;
    text-align: left;
}

th {
    background-color: #FFFFFF;
    color: #034A7E;
}

tr:nth-child(even) {
    background-color: white;
}

tr:nth-child(odd) {
    background-color: #FFFFFF;
}


/*** BY CLASS ***/



.new-section {
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 140%;
}

.card-block h5 {
    font-weight: bold;
    padding-top: 20px;
}

.moSocialLinks {
    margin-top: -10px;
}

.moSocialLinks p {
    font-size: 80%;
}

.centerQuote{
    text-align: center;
}

.centerQuote p {
    text-align: center;
}

.centerQuote h5 {
    padding-top: 20px;
    font-weight: bold;
}

.outlineWhite {
    padding: 20px 0px 15px 0px;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

.reverseQuote {  
    width: 100%;    
    padding: 10px 0px 3px 0px;
    background-color: #034A7E;
    color: #D4DDEE;  
    text-align: center;
}

.reverseQuote p {    
    color: #D4DDEE;  
    text-align: center;
    font-size: 120%;
}


.reverseQuote.icon-links p {    
    color: #D4DDEE;  
}

.reverseQuote.icon-links a:link {    
    color: #D4DDEE;  
}

.reverseQuote.icon-links a:hover {    
    color: white;  
}

.reverseQuote.icon-links a:visited {    
    color: #D4DDEE;   
}


.itemButton {
    background-color: #034A7E;
    color: white;  
    text-align: center;
    font-size: 90%; 
}


.itemBlock {  
    padding: 7px 3px 7px 3px;
    border-radius: 5px;
    background-color: #034A7E;
    color: white !important;  
    text-align: center;
    font-weight: normal;
    font-size: 110%;
}

.itemBlock p {    
    color: white !important;  
    text-align: center;
    font-weight: normal;
    font-size: 120%;
}


.itemBlock a:link {    
    color: white;  
}

.itemBlock a:hover {    
    color: #D4DDEE !important;  
    text-decoration: underline;
}

.itemBlock a:visited {    
    color: #D4DDEE;   
}



.icon-links {
    color: #034A7E;
}

.icon-links a:link {
    color: #034A7E;
    font-size: 160%;
}

.icon-links a:hover {
    color: blue;
}

.icon-links a:visited {
    color: #034A7E;
}



.exp-job-links {
    color: #034A7E;
}

.exp-job-links a:link {
    color: #034A7E;
}

.exp-job-links a:hover {
    color: blue;
}

.exp-job-links a:visited {
    color: #034A7E;
    text-decoration: none ;
}




.space40 {
    height: 40px;
}

.space20 {
    height: 20px;
}

.space10 {
    height: 10px;
}

.diploma {
    border: 1px solid #034A7E;
    width: 100%;
    
}

.tabHeader {
    background-color: lightsteelblue !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 5px 15px 5px 5px !important;
}

.tabHeader h5 {
    background-color: lightsteelblue !important;
    padding: 0;
    font-weight: normal;
}

.topNav {
    padding-top: 20px;
}

.topNav h5 {
    font-weight: bold;
}




/*** BY ID ***/

#linkedInCertification {
    padding-top: 20px;
}

#profilePicture { 
    max-width: 200px;
    margin: 90px auto 30px auto; 
    padding: 0 10px;
}

#profilePicture img {
    border-radius: 50%;
    max-width: 200px;
    margin-bottom: 40px;
}

#profileText {
/*    background: lightsteelblue; */
/*    border-radius: 12px; */
    margin-top: 130px; 
}





