/* ==========================================================================
   Author's custom styles
   ========================================================================== 
*/ 

body {
    font-family: Arial, Helvetica, sans-serif;
  }

/* Nav Custom Styling*/
.sw-top-menu {
    height: 4em;
    margin: auto;
}
.sw-top-menu a {
   text-decoration: none;
   color: white; 
   font-size: 24px;
}
.sw-sidebar {
    display: none;
    z-index: 2;
    min-width: -40%;
    top: 0;
}
.sw-sidebar-button {
    color: white;
    padding: 12px 16px;
    display: block;
    position: absolute;
    font-size: 24px;
}
.sw-sidebar-button:hover {
    background-color: black;
}
.sw-sidebar-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}
.sw-sidebar a {
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    font-size: 24px;
    color: white;
    display: block;
    transition: 0.3s;
}
.sw-sidebar a:hover {
    background-color: black;
}

.sw-pub {
    padding: 16px 16px 16px 16px;
}

.sw-pub a {
    word-break: break-all;
}

@media screen and (max-width: 460px) {
    .sw-top-menu a {font-size: 22px;}
    .sw-top-menu {height: 55px;}
    .sw-cv-h2 {font-size: 1.5em;}
}
/* Colors */
.sw-grey {
    background-color: rgb(66, 66, 66);
    background-color: rgba(66, 66, 66, 0.9);
}
/*formatin Syles*/
.sw-left {
    float: left;
    left: 0;
}
.sw-right {
    float: right;
    right: 0;
}