/* $pink: #d41367;
$purple:#622d50;
$green: #379930;
$orange: #cf8a00;
$blue: #002d5d; */

html {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 1080px;
    height: 1920px;
    background: #010101;
    
  }
body {
    background: #fff;
    width: 1040px;
    height: 1740px;
    margin-left:20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 160px;
  }
  .row{
    margin-left: 0px;
    margin-right: 0px;
  }
.mt10{
    margin-top: 10px;
}
.mt40{
    margin-top: 40px;
}
.mt120{
    margin-top: 120px;
}
.ml20{
    margin-left: 20px;
}
.bgpurple{
    background-color: #622d50;
}
.bgpink{
    background-color: #d41367;
}
.bggreen{
    background-color: #379930;
}
.bgorange{
    background-color: #cf8a00;
}
.bgblue{
    background-color: #002d5d;
}
#header {
    position: absolute;
    top: 100px;
    left: 0px;
    background: #622d50;
    height: 200px;
    width: 1040px;
    margin-left: 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}
#header h1{
    font-size: 80px;
    line-height: 200px;
    margin-left: 40px;
}
#header a{
    height: 220px;
    background: #FFF;
}
#header img{
    width: 100%;
}

.section2{
    position: relative;
    top: 400px;
}
p{
    padding-top: 290px;
    text-align: left;
    color: black;
}
span{
    font-weight: 900;
    }
/* button */
button{
    text-transform: uppercase;
    background: #231f20;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    width: 100%;
     /* position: relative; */
    bottom: -800px;
  }
  button:focus {
    outline: none;
}
a{
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.thumbnail-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 280px;
    transition: all 0.3s;
     /* max-width: 23%;
     margin: 10px; */
    display: block;
    margin-bottom: 15px;
 }
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
} 
/* Footer */
#footer{
    height: 160px;;
    position: absolute;
    bottom: 0;
    left: 25.5%;
   }
   #footer  img{
    margin-right: 40px;
}   

.idle-screensaver {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    z-index: 1000;
}
