:root {

  --navbackgroundcolor: rgba(342, 100, 75, 0.3);
  /*  NAV background */

  --color7: #171749;   
  /*  NAV text hover 
      NAV text active */

   --color6: #C00039;   
  /*  NAV text 
      (INTRO TITLE shadow)
      INTRO text */

  --neoncolor: #2D728F;

  --neonlight:#F8D3C3;

  --color2:#3DC0A7;  
  /*  RESUME background 
      CONTACT text
      LINKS */

  --alexialightblue:#171749;
    /*  
      RESUME text
       */


  --color4:#F8D3C3;     
  /*  
      ABOUT background 
      INTRO links
      CONTACT bacgkground */

  --alexiadarkblue:#2D728F;
    /*  
      ABOUT text
       */

  --color5: #C00039; 
  /*  BUTTON text
      BUTTON background hover
      HEADERS 
      LINKS text */


  --color1: #F0DAB7;     
  /*  BUTTON text hover
      BUTTON background
      UNDERLINES 
      LINKS hover */

  }



/*   
parisian blue: #1168A3
parisian yellow: #F5DC55
parisian pink: #BE5078
bright pink: #EF4AD4
parisian green: #68B888

;

*/





body {
  font-family:'GFS Didot','Raleway', 'Lora', 'opensans-bold', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--color2);
  background-color: white;
  position: absolute;
}

#about-style{
  background-color: var(--color4);
  color: var(--alexiadarkblue);
}

#resume-style{
  background-color: var(--color2);
  color: var(--alexialightblue);
}

#contact-style{
  background-color: var(--color4);
  color: var(--color2);
}

#copyright-style {
  background-color: var(--color4);
  color: var(--color2);
  padding: 30px 30px;
}


#resume-style h3 span{
  border-bottom: 3px solid var(--color1);
  padding-bottom: 5px;
  margin-top: 10px;
}


#resume-style p {
    margin: 0 0 10px;
}

#resume-style #top-padding {
  padding-top: 50px;

}

    

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:var(--color5);
  font-family: 'GFS Didot','Raleway','Lato', 'Cabin', 'opensans-bold', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 25px;
}

.nomargin {
  margin-bottom: 0px;
  font-weight: 300px;
  font-style: bold;
  font-size: 20px;
}

@media (min-width: 768px) {
  p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 15px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--color5);
  text-decoration: underline;
}

a:focus, a:hover {
  text-decoration: none;
  color: var(--color1);
}

#mainNav {
  font-family:'GFS Didot','Raleway','Lato', 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  border-bottom: 0 solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.8);

}

#mainNav .navbar-toggler {
  font-size: 16px;
  padding: 11px;
  color: var(--color6);
  border: 1px solid white;
  text-decoration: none;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-decoration: none;
}

#mainNav a {
  color: var(--color6);
  text-decoration: none;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 0.5px;
    border-bottom: none;
    background: transparent;
  text-decoration: none;
  }
  #mainNav.navbar-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    background: var(--navbackgroundcolor);
  }
  #mainNav .nav-link.active {
    outline: none;    
    color:var(--color7);
  }
  #mainNav .nav-link.active:hover {
  /*  color: white; */ /* Color when hovering above active nav item */
  }
    #mainNav .nav-link:hover {
    color: var(--color7);
  }

}

#particles-js {
  background: url("../img/blue_tallparis_centered.jpg") bottom center scroll;
  background-repeat: repeat-x; 
}



hr {
  background-color: var(--color1);
  margin-bottom: 5%;
  width: 70%;
}

.masthead {
  display: table;
  width: 100%;
  height: 100%; 
  padding: 0 0;
  text-align: center;
  color: var(--color4);
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead a {
  color: var(--color2);
  text-decoration: none;
}


.masthead a:hover {
  color: var(--alexiadarkblue);
  text-decoration: none;
}

.masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
    color: var(--color4);
    position: absolute;
    height: 80%;
    top: 40%;
    width: 100%;
}

.masthead .intro-body .brand-heading {
  font-size: 3em;
  color: var(--neoncolor);
}

.masthead .intro-body .brand-heading:hover {
  color: grey;
}

.masthead .intro-body .intro-text {
  font-size: 16px;
  color: var(--color6);
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0px;
  }
  .masthead .intro-body .brand-heading {
    font-size: 3.5rem;
  }
  .masthead .intro-body .intro-text {
    font-size: 20px;
    text-align: center;
  }
}



.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: var(--color4);
  border: 2px solid var(--color4);
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: var(--color1);
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 200px;
  padding-bottom: 0px;
}

.content-section-low-padding {
  padding-top: 100px;
  padding-bottom: 40px;
}



@media (min-width: 992px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 0px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'GFS Didot','Raleway','Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  width: auto%;
}

.btn-default {
  color: var(--color5);
  background-color: var(--color1);
  margin-top: 5%;
  margin-bottom: 5%;
  text-decoration: none;
}

.long-button {
  color: var(--color5);
  background-color: var(--color1);
  margin-top: 5%;
  margin-bottom: 5%;
  width: 80%;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}


.btn-default:focus, .btn-default:hover, .long-button:focus, .long-button:hover {
  color: var(--color1)!important;
  outline: none;
  background-color: var(--color5);
}


ul.banner-social-buttons {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: tabls;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}


footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}



/*  Shadow Custom CSS
--------------------------------------------------------------------- */


.shadow { 
   color: white; 
   text-shadow: 1px 1px var(--color4),
                2px 2px var(--color4), 
                3px 3px var(--color4), 
                4px 4px var(--color4);
   -webkit-transition: all 0.12s ease-out;
   -moz-transition:    all 0.12s ease-out;
   -ms-transition:     all 0.12s ease-out;
   -o-transition:      all 0.12s ease-out;
}
.shadow:hover {
   position: relative; 
   top: -3px; 
   left: -3px; 
   text-shadow: 1px 1px var(--color6), 
                2px 2px var(--color6), 
                3px 3px var(--color6), 
                4px 4px var(--color6), 
                5px 5px var(--color6), 
                6px 6px var(--color6),
                7px 7px var(--color6), 
                8px 8px var(--color6), 
                9px 9px var(--color6), 
                10px 10px var(--color6);  
   -webkit-transform: scale(1.05); 
   -moz-transform:    scale(1.05);
   -ms-transform:     scale(1.05); 
   -o-transform:      scale(1.05); 
}


/*  End of Shadow Custom CSS
--------------------------------------------------------------------- */





/*  Start of Neon Custom CSS
--------------------------------------------------------------------- */





.neontext {
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family:'Loved by the king','Pacifico','GFS Didot','Raleway';
  font-style: bold;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}

.neontext:hover {
  color: blue;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px var(--neonlight), 0 0 20px var(--neonlight), 0 0 30px #fff, 0 0 40px var(--neonlight), 0 0 70px var(--neonlight), 0 0 80px var(--neonlight), 0 0 100px var(--neonlight), 0 0 150px var(--neonlight);
  }
  to {
    text-shadow: 0 0 5px var(--neonlight), 0 0 10px var(--neonlight), 0 0 15px #fff, 0 0 20px var(--neonlight), 0 0 35px var(--neonlight), 0 0 40px var(--neonlight), 0 0 50px var(--neonlight), 0 0 75px var(--neonlight);
  }
}

/*REEEEEEEEEEESPONSIVE*/







/*  End of Neon Custom CSS
--------------------------------------------------------------------- */










/*  Start of triangle divider
--------------------------------------------------------------------- */
.triangletop {
    position:relative; /* Position must be relative to absolutely position :after */
    background:var(--color2); /* Background color to show effect */
}

.triangletop:after{
    content:''; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0; 
    left: 50%;
    margin-left: -50px; /* Set margin equal to border px */
    width: 0;
    z-index:1;
    height: 0;
    border-top: solid 60px #9FC6C0; /* Creates the notch */
    border-left: solid 50px transparent; /* Creates triangle effect */
    border-right: solid 50px transparent; /* Creates triangle effect */
}

/*  End of triangle dividers
--------------------------------------------------------------------- */



/*  Start of diagonal dividers
--------------------------------------------------------------------- */

.separator {
  position: relative;
  border:none;
  width: 100%;
  height: var(--height);
}

.separator2 {
  position: relative;
  width: 100%;
  height: var(--height);
}


.separator::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  border-top: 100px solid var(--color4);
  border-left: 100vw solid transparent;
}

.separator2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  border-top: solid 100px var(--color2);
  border-left: 100vw solid transparent;
}

/*  End of diagonal dividers
--------------------------------------------------------------------- */







/*  Start of Funky Buttons
--------------------------------------------------------------------- */

.funky { 
   -webkit-transition: all 0.12s ease-out;
   -moz-transition:    all 0.12s ease-out;
   -ms-transition:     all 0.12s ease-out;
   -o-transition:      all 0.12s ease-out;
}
.funky:hover {
   position: relative; 
   top: -3px; 
   left: -3px;  
   -webkit-transform: scale(1.03); 
   -moz-transform:    scale(1.03);
   -ms-transform:     scale(1.03); 
   -o-transform:      scale(1.03); 
   box-shadow: 6px 6px rgba(0, 0, 0, 0.2);
}


/* End of Funky Buttonss
--------------------------------------------------------------------- */










